From owner-freebsd-questions Wed Jun 6 10:45:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 9452D37B401 for ; Wed, 6 Jun 2001 10:45:29 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: (qmail 96785 invoked from network); 6 Jun 2001 17:53:46 -0000 Received: from unknown (HELO iowna.com) (151.201.71.193) by mail.the-i-pa.com with SMTP; 6 Jun 2001 17:53:46 -0000 Message-ID: <3B1E6BBB.43B7E58A@iowna.com> Date: Wed, 06 Jun 2001 13:43:23 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: chip.wiegand@simrad.com Cc: questions@freebsd.org Subject: Re: smbd problem, here's the log errors References: <41256A63.00607FE8.00@mail.simrad.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chip.wiegand@simrad.com wrote: > > Can anyone tell me what this stuff means? > > simrad_4# tail log.smb > file_init: Information only: requested 10000 open files, 1054 are available. > [2001/06/06 09:07:48, 1] smbd/server.c:main(641) > smbd version 2.0.7 started. > Copyright Andrew Tridgell 1992-1998 > [2001/06/06 09:07:48, 1] smbd/files.c:file_init(216) > file_init: Information only: requested 10000 open files, 1054 are available. > [2001/06/06 09:07:48, 0] smbd/server.c:main(707) > standard input is not a socket, assuming -D option > [2001/06/06 09:07:48, 0] lib/util_sock.c:open_socket_in(866) > bind failed on port 139 socket_addr=0.0.0.0 (Address already in use) How are you starting smbd? Consider using the script in /usr/local/etc/rc.d (which will run at boot time as well) Also, for your routing problem, check that /etc/rc.conf has a default_gateway="hostname/ip" statement. Aparently your kernel is compiled will very few file handles available. This may not be a problem unless your server is very busy, look at pstat -T to see what your limit is. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message