From owner-freebsd-questions Tue May 11 2:48:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 14C5915933 for ; Tue, 11 May 1999 02:48:29 -0700 (PDT) (envelope-from lnb@cybertouch.org) Received: from wired (wired.cybertouch.org [216.183.4.3]) by freedom.cybertouch.org (8.9.3/8.9.3) with SMTP id FAA82573; Tue, 11 May 1999 05:48:27 -0400 (EDT) Message-Id: <199905110948.FAA82573@freedom.cybertouch.org> From: "Lanny Baron" To: Anthony Hoelzle , freebsd-questions@FreeBSD.ORG Date: Tue, 11 May 1999 05:48:48 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: problems with samba Reply-To: lnb@cybertouch.org In-reply-to: <37305877.8376DEB5@cio.net> X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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