Date: Tue, 11 May 1999 05:48:48 -0400 From: "Lanny Baron" <lnb@cybertouch.org> To: Anthony Hoelzle <pentium@cio.net>, freebsd-questions@FreeBSD.ORG Subject: Re: problems with samba Message-ID: <199905110948.FAA82573@freedom.cybertouch.org> In-Reply-To: <37305877.8376DEB5@cio.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> when I try to connect to the server through network neighborhood it > tells me "\\server is not accessible, the network is busy" I don't know your smb.conf file. But do try and run smbd and nmbd as a daemon and not from inetd. Assuming you built samba from the ports (3.1) you will have in /usr/local/etc/rc.d a file called samba.sh.sample. Just cp samba.sh.sample samba.sh and then type ./samba.sh while in /usr/local/etc/rc.d But first comment out the samba lines in inetd.conf and then ps auxw | grep inetd, get the pid of inetd and then do kill -HUP pid of inetd Lanny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905110948.FAA82573>