-daemon switch with linux boinc core client. Working or...?

_Ryle_
_Ryle_
Joined: 20 Mar 05
Posts: 8
Credit: 361505378
RAC: 7451
Topic 191171

I'm using fedora core 4 and 5 on 2 pc's. 5 is my fileserver which i want to control from the other machine. I have tried to run boinc on it via ssh with the following command:

./boinc -allow_remote_gui_rpc -daemon

it runs the client and returns a blank line in my console where the cursor is blinking. When i shut down the console it also shuts down boinc, but I thought this was what the -daemon switch was supposed to prevent?
What am i doing wrong?

I'm trying to keep it running when I exit the console.
I'm new to linux, as you may have guessed.

Michael Karlinsky
Michael Karlinsky
Joined: 22 Jan 05
Posts: 888
Credit: 23502182
RAC: 0

-daemon switch with linux boinc core client. Working or...?

Never tried the '-daemon' switch.

Try 'nohup', e.g:

> nohup ./boinc -allow_remote_gui_rpc

HTH

Michael

_Ryle_
_Ryle_
Joined: 20 Mar 05
Posts: 8
Credit: 361505378
RAC: 7451

RE: Never tried the

Message 30407 in response to message 30406

Quote:

Never tried the '-daemon' switch.

Try 'nohup', e.g:

> nohup ./boinc -allow_remote_gui_rpc

HTH

Michael

Thank you Michael, nohup works perfectly :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.