Bill Baker wrote:
If anyone can provide any help or insight into this, I'd really
appreciate it.  Google searches have proved fruitless and I've found out
nothing useful by running smbclient and nmblookup commands.

Fedora 7 separated the init scripts for the smb and nmb processes, so you'll want to do both a
"/sbin/service smb start" and
"/sbin/service nmb start"

To make that change occur on startup, do

"/sbin/chkconfig --levels 345 smb on" and
"/sbin/chkconfig --levels 345 nmb on"


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to