Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2000 09:54:45 +0400
From:      "Arthur Boynagryan" <boynagar@armentel.com>
To:        "'Danny'" <dannyho@bigpond.net.au>
Cc:        <freebsd-questions@freebsd.org>
Subject:   RE: Samba Error
Message-ID:  <001e01c05511$e239fcf0$4a07a8c0@user0000011909>
In-Reply-To: <00112401595700.00360@freebsd.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I have the same problem on FreeBSD 4.0-4.1.1 (RELEASE) and Windows NT
network.
Every once in a while nmbd gives me this error message. But that happens
only if
I start Samba daemons from inetd.conf. If I start them with a startup script
in
/usr/local/etc/rc.d everything works just fine. Only once (on FreeBSD
4.1-RELEASE)
another error occured: nmbd just wouldn't start from local startup script,
even
though smbd and swat were running just fine.

This problems occur both in Samba 2.0.6 and 2.0.7

Please see attached smb.conf file for more information

Regards,

Arthur


> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Danny
> Sent: Thursday, November 23, 2000 18:58
> To: Chimon Yeung; UNIX
> Subject: Re: Samba Error
>
>
> Using Windows 95 and Samba shouldn't be any problems
>
> In order for me to get a better understanding of the
> situation. Type out the
> following reply to the questions:
>
> What version of FreeBSD  are you using?
> What version of Samba are you using?
> Do you have a copy of smb.conf
> Did you install Samba using the ports collection? (if you
> didn't I strongly
> recommend you should)
>
> Please forward your reply to everyone in the mailings list to
> get a more
> effective response.
>
>
> On Thu, 23 Nov 2000, Chimon Yeung wrote:
> > Hello,
> >
> > When I tried to map a network drive in Windows95 through
> Samba in UNIX,
> > I got an error message:
> >
> > "Nov 22 15:29:02 moa inetd[124]:
> /usr/local/samba/bin/nmbd[1154]: exit
> > status 0x100
> > ....
> > .....
> > NNov 22 15:29:02 moa inetd[124]: netbios-ns/upd server
> failing (looping),
> > service terminated."
> >
> > Please advice.
> >
> > --
> > Thanks,
> >
> > Chimon Yeung
> >
> >
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> --
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

[-- Attachment #2 --]
# Samba config file created using SWAT
# from 192.168.1.2 (192.168.1.2)
# Date: 2000/10/05 00:44:20

# Global parameters
[global]
	workgroup = MIS D
	netbios name = USER-1000012572
	server string = Samba 2.07 on FreeBSD 4.1.1-RELEASE
	interfaces = 127.0.0.1/24 192.168.7.250/24
	bind interfaces only = Yes
	security = SERVER
	encrypt passwords = Yes
	password server = Netserver_b1
	log file = /var/log/log.%m
	max log size = 50
	load printers = No
	dns proxy = No
	wins server = 192.168.1.47

[homes]
	comment = Home Directories
	writeable = Yes
	browseable = No

[printers]
	comment = All Printers
	path = /var/spool/samba
	printable = Yes
	browseable = No

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001e01c05511$e239fcf0$4a07a8c0>