Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: hnugz on 18 February 2003, 23:09

Title: what is SNB and NMB?
Post by: hnugz on 18 February 2003, 23:09
I reloaded mandrake linux on one of my new machines, but when i shut down linux, it says that the NMB and SMB (at least im pretty sure those are right) failed.  What are these and why are they failing?
Title: what is SNB and NMB?
Post by: JH on 18 February 2003, 23:20
Those are two Samba daemons. As I understand it says they fail on shutdown? Weird. Try to have a look at your logs at first. Than look whether they run by

ps fax

If not, it might be they are started by inetd or there is an error in your config files. See Samba logs again.
Title: what is SNB and NMB?
Post by: Master of Reality on 19 February 2003, 00:20
SMB is samba, NMB is netbios host server (which is used for samba). I think mine fail on shutdown too... its never seemed to hurt anything and my samba works just fine over my network.

If you dont use Samba then i suggest shutting them off. If your using redhat just do:

chkconfig smb off
chkconfig nmb off

if the above gives and error then try "smbd" and nmbd" or "samba"
Title: what is SNB and NMB?
Post by: hnugz on 19 February 2003, 06:17
Hmm well I haven't been able to get the linux machine on the internet yet.  Maybe this has something to do with the packages I installed.  At first I told it to install everything but it warned me about some things like MySQL so i decided to remove those from installation.  I suppose I shouldn't worry about it.  Thanks for the info.