Hi Andrew!
thanks for your comment!
/etc/rc.d/init.d/seti looks like:
Code:
#!/bin/sh
/home/flosch/Seti/setiathome
and there are symlinks in rc3.d, rc4.d and rc5.d:
Code:
ls -al /etc/rc.d/rcX.d/S52seti
lrwxrwxrwx 1 root root 14 May 4 15:19 /etc/rc.d/rc3.d/S52seti -> ../init.d/seti
lrwxrwxrwx 1 root root 14 May 4 15:21 /etc/rc.d/rc4.d/S52seti -> ../init.d/seti
lrwxrwxrwx 1 root root 14 May 4 15:21 /etc/rc.d/rc5.d/S52seti -> ../init.d/seti
and at least perms of the client:
Code:
> ls -al /home/flosch/Seti/setiathome
-rwsr-xr-x 1 flosch flosch 131000 Dec 13 2000 /home/flosch/Seti/setiathome
after reboot the client isn't running but I have the lock.sah file in the /home/flosch/Seti/setiathome directory.
at this point a 'manual start' produces :
Code:
/etc/rc.d/rc4.d/S52seti
Couldn't get lock file. This is probably because
another instance of SETI@home is running in this directory.
Each instance of SETI@home must run in a separate directory.
after that I have to del the
Code:
-rw-r--r-- 1 flosch root 0 May 4 15:39 lock.sah file.
and start Seti as it should happend at startup:
Code:
/etc/rc.d/rc4.d/S52seti
> ps aux | grep seti
flosch 2682 92.0 3.7 16832 14380 ? RN 15:55 0:29 [setiathome]
how can I figure out why the client don't start at startup?
thanks for help!