Steve Langasek wrote:
On Wed, Feb 15, 2006 at 03:33:29AM +0100, Stijn Tintel wrote:
Steve Langasek wrote:
What's the rest of the smb.conf?  In particular, what are the values of
"interfaces" and "wins server"?

interfaces = 192.168.1.0/24 127.0.0.0/8

Ok.  For the record, this is not valid.  According to the smb.conf manpage,
the allowed values for an "interface" are"

- a network interface name
- an IP address
- an IP/mask pair
- a broadcast/mask pair

The network address is *not* one of the legal options.

From your logs, I can see that the IP address of this machine is
192.168.1.254; and of course the IP address of lo is 127.0.0.1.  So correct
interfaces lines would be:

 interfaces = eth0 (?) lo
Tried this one also (is commented in smb.conf atm), did not help IIRC.
 interfaces = 192.168.1.254 127.0.0.1
 interfaces = 192.168.1.254/24 127.0.0.1/8
Will try above line.
 interfaces = 192.168.1.255/24 127.255.255.255/8

Please try changing to use one of these syntaxes, to see if the problem goes
away?
All machines in this workgroup seem to be halted now. I hope WOL is enabled, then I can check it right now, else it will be for _tomorrow_.

However, the machine where I first noticed this problem (which is running fine now), uses this interfaces line:

    interfaces = 192.168.50.0/24 127.0.0.0/8

This makes me think changing the interfaces line will not solve the problem, but I will try that anyway.

If not, please send your complete log.nmbd as well.
Will also send this to you personally then. It can contain some errors though, that normally do not show up with the current config (have been trying some stuff myself too).

wins server = 10.69.0.1

Right, so it's at least set, which clears up any doubt about that :-)
Yes, any machine in any workgroup/subnet of our network uses this WINS server (which runs Samba 3.0.21b-1 on Debian Sarge (packages from Samba.org)).

Thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to