Date: Wed, 06 Jun 2001 13:43:23 -0400 From: Bill Moran <wmoran@iowna.com> To: chip.wiegand@simrad.com Cc: questions@freebsd.org Subject: Re: smbd problem, here's the log errors Message-ID: <3B1E6BBB.43B7E58A@iowna.com> References: <41256A63.00607FE8.00@mail.simrad.no>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B1E6BBB.43B7E58A>