Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]boinc start script needed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
maverick6664
Guru
Guru


Joined: 13 May 2005
Posts: 413
Location: Tokyo / Japan

PostPosted: Fri Jun 15, 2007 3:38 pm    Post subject: [solved]boinc start script needed Reply with quote

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
View user's profile Send private message
likewhoa
l33t
l33t


Joined: 04 Oct 2006
Posts: 778
Location: Brooklyn, New York

PostPosted: Fri Jun 15, 2007 6:35 pm    Post subject: Reply with quote

emerge boinc
Back to top
View user's profile Send private message
maverick6664
Guru
Guru


Joined: 13 May 2005
Posts: 413
Location: Tokyo / Japan

PostPosted: Fri Jun 15, 2007 10:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum