|
Try this:
#!/bin/bash
cd ~/Programme/BOINC
./boinc_3.18_i686-pc-linux-gnu &
It looks like it can't find the information files which tell it what projects to connect to because the autostart is running it from some other directory.
Heh, JoseCanUC you beat me by just a few seconds. :) Another suggestion, I use a program called screen to keep the client active, instead of running it in the background. I did the same with the old seti. Screen allows you to disconnect from the screen session and leave it running after you log out. When you log back in, screen -r reconnects you to the session and it's like you never disconnected. It keeps a scrollback buffer as well. In addition, screen supports multiple terminals within one screen, allowing you to go do other things and switch back and forth between the terminals with a keystroke. Of course, the new client doesn't have a verbose mode like the old one did, but you can see the errors. :) |