From: <Ema...@te...> - 2004-04-16 15:36:33
|
Hello, I just installed samba on a 5.2 ML2 IBM 275 Maschine. But I didn't find a way to start the daemons! After a while I discovered that sshd is started/stoped with the program startsrc/stopsrc. Is it possible to do this with samba as well? I tried a little bit and with: odmadd samba-file I can add the nmbd/smbd daemons so I can start/stop them with startsrc/stopsrc after a reboot with a startscript in /etc/rc.d/rc2.d Maybe this can be included in the next release of samba. Bye Emanuel P.S.: The entries in inetd.conf for smbd/nmbd should then be deleted samba-file: SRCsubsys: subsysname = "nmbd" synonym = "" cmdargs = "-D -l /var/log/samba" path = "/usr/sbin/nmbd" uid = 0 auditid = 0 standin = "/dev/console" standout = "/dev/console" standerr = "/dev/console" action = 1 multi = 0 contact = 2 svrkey = 0 svrmtype = 0 priority = 20 signorm = 15 sigforce = 9 display = 1 waittime = 20 grpname = "samba" SRCsubsys: subsysname = "smbd" synonym = "" cmdargs = "-D -l /var/log/samba" path = "/usr/sbin/smbd" uid = 0 auditid = 0 standin = "/dev/console" standout = "/dev/console" standerr = "/dev/console" action = 1 multi = 0 contact = 2 svrkey = 0 svrmtype = 0 priority = 20 signorm = 15 sigforce = 9 display = 1 waittime = 20 grpname = "samba" |