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.
Copyright © 2024 Einstein@Home. All rights reserved.
-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
Team Linux Users Everywhere
RE: Never tried the
)
Thank you Michael, nohup works perfectly :)