View previous topic :: View next topic |
Author |
Message |
maverick6664 Guru
Joined: 13 May 2005 Posts: 413 Location: Tokyo / Japan
|
Posted: Fri Jun 15, 2007 3:38 pm Post subject: [solved]boinc start script needed |
|
|
Hi, I'm having difficulty in making a script to start boinc. In my script, start part is as follows:
Code: | start(){
ebegin "Starting boinc"
pushd . &>/dev/null
rm -f lockfile blc*
umask 027
cd /home/boinc/run
start-stop-daemon --start --user boinc --exec /home/boinc/run/boinc -- -return_results_immediately -redirectio -allow_remote_gui_rpc
popd &>/dev/null
eend $?
} |
This looks fine, but it halts just after displaying "Starting boinc...." and actually it doesn't start boinc.
If anyone runs without problem, will you please show me?
regards,
-Tetsuji _________________ Tetsuji Rai
a.k.a. Lukiest in the world
Last edited by maverick6664 on Fri Jun 15, 2007 11:03 pm; edited 1 time in total |
|
Back to top |
|
|
likewhoa l33t
Joined: 04 Oct 2006 Posts: 778 Location: Brooklyn, New York
|
Posted: Fri Jun 15, 2007 6:35 pm Post subject: |
|
|
emerge boinc |
|
Back to top |
|
|
maverick6664 Guru
Joined: 13 May 2005 Posts: 413 Location: Tokyo / Japan
|
Posted: Fri Jun 15, 2007 10:35 pm Post subject: |
|
|
I manually installed boinc, so I don't want to use portage. In the package, what is the /etc/init.d/boinc ? If possible, will you email me or how can I retrieve it without doing "emerge boinc"??(is it possible?)
Thanks in advance.
[edit] I found it....Thanks! _________________ Tetsuji Rai
a.k.a. Lukiest in the world |
|
Back to top |
|
|
|