search for: start_smb

Displaying 4 results from an estimated 4 matches for "start_smb".

Did you mean: start_sg
1999 Oct 02
2
How to start smb server when reboot?
...n system reboot. Thanks a lot. Followed is the content of the file "smb": #! /bin/sh .. /etc/rc.config # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START_SMB=yes test "$START_SMB" = "yes" || exit 0 # The echo return value for success (defined in /etc/rc.config). return=$rc_done case "$1" in start) echo -n "Starting SMB services:" startproc /usr/sbin/nmbd -D || return=$rc_failed star...
2001 Nov 28
2
samba SuSE bootup script ?
Hi there, please can someone tells me the way, that I can create samba to automatic start up after reboot on SuSE 7.3 ? I don?t see some instructions on www for SuSE rc.config and I?m not a profi for this:o). have someone a instruction howto for SuSE - or a link ? Thanks a lot for your support Axel Machens ___________________________________ NiBiS, http://nibis.ni.schule.de
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...bd NMB_BIN=/usr/sbin/nmbd SMB_CONF=/etc/smb.conf SMB_PID=/var/log/locks/smbd.pid NMB_PID=/var/log/locks/nmbd.pid # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START_SMB=yes test "$START_SMB" = "yes" || exit 0 if [ ! -x $SMB_BIN ] ; then echo -n "SMB demon not installed ! " exit 5 fi if [ ! -x $NMB_BIN ] ; then echo -n "NMB demon not installed ! " exit 5 fi # The echo return value for success (...
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