Boinc quit working again with newist release of Ubuntu |
![]() |
| log in |
Questions and Answers : Unix/Linux : Boinc quit working again with newist release of Ubuntu
Previous · 1 · 2 · 3 · 4 · Next
| Author | Message |
|---|---|
|
I did a clean install of Ubuntu 12.04, then installed the PPA per my instructions, and it's running away... So I'm perplexed as to what's up here sudo apt-get install boinc-app-seti This package was added to the PPA presumably to fix your bug That should install your missing dependencies? (please update here if it works for you, and I will update my instructions if so) ____________ -Dave #2 | |
| ID: 1237052 · | |
|
Thanks for the response - I get: | |
| ID: 1237899 · | |
|
Erm, something is not right then, perhaps they made another change... sudo updatedb sudo locate libboinc_api.so I'm pretty much out of ideas... You could try backporting the 7.0.27 from Quantal 12.10 repository, but I fear you will have this issue still. Perhaps it's time me and you both learn how to compile our own installs. ;-) [They definitely changed something with this PPA package, it was only installing 17MB of stuff, this time it installed over 200MB (I feel bad for dial-up people), either way, once again it's running for me (just by "apt-get install boinc" no other package needed), I cannot duplicate this bug. :-(] ____________ -Dave #2 | |
| ID: 1238010 · | |
|
Thanks for the feedback. Something strange indeed! When I look at the ppa using the y ppa manager I see the version I previously posted; if I double click on the entry for the boinc app which takes me to launchpad and I'm shown the version you report! The other suggestions haven't done anything. So I tried removing and re-installing the ppa and the app - watching the output in the terminal window shows that it is picking up the app from the standard ubuntu respositories, not the ppa and that seems to be because the 6.xx series build has failed in the ppa for everything except 12.10 - see https://launchpad.net/~costamagnagianfranco/+archive/boinc/+packages | |
| ID: 1238101 · | |
|
Anytime! I'm sorry you are having this issue. And yes manual install would avoid this issue. | |
| ID: 1238110 · | |
|
Since you seem to know your way around Ubuntu a little. You could try to cheat like this: sudo apt-get remove boinc-client Then install boinc-client (which will install JUST the 7.0.28 client from the PPA) Maybe this will put everything in place nicely, and then it will run? Then maybe not, as we know you could still have the missing dependency from the out of date app. (If it works, remove the PPA before you do any "upgrade" command, or else something may break again! :-)) Just a thought. Just let me know if that ppa starts working for you or not, likewise I'll update here if/when some changes happen. UPDATE EDIT] as I talked about how quiet they've been at launchpad: They updated the (your) bug, gave it "medium" importance (which is a high priority believe it or not) and they seem to know exactly what is wrong. They are building a package to test, I will give it a go in a day or two when I can. I'll add a link here later to this test package, AFTER I verify the test build actually built! :-) ____________ -Dave #2 | |
| ID: 1238117 · | |
|
I see a successful new build of boinc and boinc-app-seti in the ppa currently. If you still have the PPA installed on your system a quick: sudo apt-get update sudo apt-get upgrade should do the trick. Recap on removing broken boinc, installing the PPA, and installing this boinc (for Ubuntu 12.04 desktop) Using a terminal: sudo apt-get remove boinc sudo apt-get autoremove sudo add-apt-repository ppa:costamagnagianfranco/boinc sudo apt-get update sudo apt-get install boinc Feedback appreciated. ____________ -Dave #2 | |
| ID: 1238703 · | |
|
So I have received a couple of units and... a different error: | |
| ID: 1239130 · | |
|
Yea Mark, a lot of updates... Whenever the git repository at Debian changes, that PPA package will get rebuilt, and we get updates. | |
| ID: 1239147 · | |
|
Well, despite many updates I still can do no work, I get the computation error as mentioned in my previous post. I've made sure that I have done update before install etc but no joy. I have downloaded the 7.28 from the download site to try a manual install. I'll report back when I have a chance to do this. | |
| ID: 1240187 · | |
|
Mark, I'm sorry. With a manual install of boinc, from the Berkeley Boinc website. You will NOT have these issues, that I promise you. | |
| ID: 1240200 · | |
|
Any new updates(news) for 12.04? | |
| ID: 1242086 · | |
|
From what I gather here and on MANY message boards, this is not a BOINC error, it is a problem with the SETI@Home part. Funny how I don't have any errors on my Win7Pro computer, nor my Vista, but the Linux computer simply cannot get away from computational and communications errors (all other projects outside of UC Berkeley work just fine in Linux). | |
| ID: 1242093 · | |
|
And, yes, did everything posted here, nothing worked, same errors. | |
| ID: 1242097 · | |
|
Obviously you didn't try EVERYTHING here. | |
| ID: 1242175 · | |
|
Ah, but Dave, the user tried everything! It's obviously SETI's fault and they don't want Linux clients, even though the apps are developed on Linux machines and there are hundreds of Linux clients connecting to SETI right now. Better to claim you've tried it all and point the finger at everyone else than admit you are being too lazy to make it work. (Of course, I'll agree that things should "just work", but that hasn't been my overall experience with Linux.) | |
| ID: 1242197 · | |
|
I passed along the complaints to Launchpad :-D | |
| ID: 1242212 · | |
|
I've no doubt you do have 2 Linux machines working, as I said, hundreds, if not thousands of people here do. I'll admit, I'm too lazy to figure Linux out because I see no need or reason to switch (and I'll likely be very stubborn if someone tries to force it upon me). | |
| ID: 1242233 · | |
We have three rules in our support department: Now there's an eye-opener. :-P By the way, the user obviously didn't want to run Seti anyway, as they retract their Windows machine(s) as well, while those have no trouble (they claim). So really not worth the energy to try to convince otherwise. They decided it's the world's fault, so it's the world's fault. Let it go. :) ____________ Jord - BOINC FAQ Service - BOINC User Wiki Real is just a matter of perception. | |
| ID: 1242269 · | |
|
Please try using this PPA instead: ppa:pkg-boinc/ppa sudo rm /etc/apt/sources.list.d/costamagnagianfranco-boinc-precise.list sudo apt-get update Then:(for ubuntu 12.04) sudo apt-get remove boinc sudo apt-get autoremove sudo add-apt-repository ppa:pkg-boinc/ppa sudo apt-get update sudo apt-get install boinc This PPA should remain stable and is preferred over the previous one (it is the ubuntu-boinc teams official PPA). I did not know of it's existence before today, when a Boinc team member at ubuntu pointed me to it. :-) Best wishes. Feedback appreciated. Thanks ____________ -Dave #2 | |
| ID: 1242388 · | |
Questions and Answers : Unix/Linux : Boinc quit working again with newist release of Ubuntu
| Copyright © 2013 University of California |