search for: checkproc

Displaying 5 results from an estimated 5 matches for "checkproc".

Did you mean: checkpc
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...! -x $NMB_BIN ] ; then echo -n "NMB demon not installed ! " exit 5 fi # The echo return value for success (defined in /etc/rc.config). #return=$rc_done . /etc/rc.status rc_reset case "$1" in start) echo -n "Starting SAMBA nmbd :" checkproc $NMB_BIN if [ $? -eq 0 ] ; then echo -n " Warning: nmbd already running ! " else [ -e $NMB_PID ] && echo -n " Warning: $NMB_PID exists ! " fi startproc $NMB_BIN -D rc_status -v echo -n "SAMBA nmbd...
2005 Apr 27
0
checkproc
greetings, trying to install netapplet (http://primates.ximian.com/~rml/netapplet/) from source on a centos 4 laptop. ./configure, make and make install all work fine, but when I then go to /etc/init.d to start netdaemon, it complains that it cannot find checkproc. I can't seem to even find anything on google for redhat or RHEL and checkproc or killproc. The closest I came was finding that killproc is in /etc/init.d/functions... but I'm not sure how to call it, when starting a daemon. thanks in advance. cameron
1999 Oct 02
2
How to start smb server when reboot?
...vices:" killproc -TERM /usr/sbin/nmbd || return=$rc_failed killproc -TERM /usr/sbin/smbd || return=$rc_failed echo -e "$return" ;; restart|reload) $0 stop && $0 start || return=$rc_failed ;; status) checkproc /usr/sbin/nmbd && echo -n "OK " || echo -n "No process " checkproc /usr/sbin/smbd && echo "OK " || echo "No process" ;; *) echo "Usage: $0 {start|stop|restart|reload|status}" exit 1 esac # Inform...
1999 Dec 16
3
Samab and init.d
Is it better to start Samba using in initd, or to use the script, much like the one provided by SuSE. ?? so far I have used the script, but I don't like the fact of having to start samba manually. I would much prefer to see it run as a service. just to confirm all it really involves is starting smbd and nmbd Rowan [TSS] Gerber Scientific Products http://www.gspinc.com
2006 Jun 12
9
Network stops responding after some time
Hi there, I''m using the Suse Enterprise 10 RC2 along with Xen 3.0.2 on X86-64 and I''m experiencing a problem with the network. I boot into the Xen kernel and everything works just fine. I can browse the net etc. However after a while the network stops responding completely. I am not sure what causes this to happen or what triggers it. After a few hours, the network just stops