No subject


Mon Dec 1 11:34:25 GMT 2003


However....

When I try the command
nmblookup -M TESTGROUP
querying  TESTGROUP on 192.168.255.255
name_query failed to find name TESTGROUP #1d

My /etc/hosts file is
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain
192.168.100.101 testpc
192.168.100.100 linuxserver

/etc/samba/lmhosts is
127.0.0.1 localhost
LINUXSERVER LINUXSERVER
TESTPC TESTPC

/etc/samba/smb.conf is
workgroup = TESTGROUP
server string = Samba Server
netbios name = LINUXSERVER
printcap name = /etc/printcap
load printers = yes
guest account = pcguest
log file = /var/log/samba/log.%m
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = yes
domain master = yes
preferred master = yes
wins support = yes
dns proxy = no
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
browseable = no
writable = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = n
printable = yes

[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes

[public]
comment = Public Stuff
path = /home/samba
public = yes
read only = yes
write list = @staff

I've been working on this on and off for a week now with no results. Any
help would be greatly appreciated.

Return-Path: <gustavo.michels at emersonenergy.com>
Delivered-To: samba at lists.samba.org
Received: from ukproxy1.emrsn.co.uk (smtpmail.emrsn.co.uk
  [194.202.166.141]) by lists.samba.org (Postfix) with ESMTP id
  6A475502F for <samba at lists.samba.org>; Thu,  9 Aug 2001 11:01:46 -0700
  (PDT)
Received: from viruswall1.emrsn.co.uk (viruswall1.emrsn.co.uk
  [129.254.5.225] (may be forged)) by ukproxy1.emrsn.co.uk (8.9.3/8.9.3)
  with SMTP id RAA19243 for <samba at lists.samba.org>; Thu, 9 Aug 2001
  17:38:15 +0200
Received: from 129.254.5.5 by viruswall1.emrsn.co.uk (InterScan E-Mail
  VirusWall NT); Thu, 09 Aug 2001 19:04:40 +0100 (GMT Daylight Time)
Received: from mxsemeacn2.emrsn.co.uk (mxsemeacn2.emrsn.co.uk
  [129.254.5.203]) by etsdns2.emrsn.co.uk (8.9.3/8.9.3) with ESMTP id
  TAA28666 for <samba at lists.samba.org>; Thu, 9 Aug 2001 19:04:15 GMT
Received: by mxsemeacn2.emrsn.co.uk with Internet Mail Service
  (5.5.2653.19) id <Q36R0F6N>; Thu, 9 Aug 2001 19:06:24 +0100
Message-ID: <7F0147C496F3D411813C0002B32BF1CCF99DA5 at eesekkex001.kkekant.
  ericsson.se>
From: "Michels, Gustavo [EES/BR]" <gustavo.michels at emersonenergy.com>
To: samba at lists.samba.org
Subject: RE: please help...no master browser
Date: Thu, 9 Aug 2001 19:05:23 +0100 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi,

querying  TESTGROUP on 192.168.255.255
					 ^^^^^^^
This is weird. The broadcast is going further it should go. What is the
subnet mask you are using? Should be 255.255.255.0.

Also remove the entries in lmhosts.

Cheers
Gustavo

-----Original Message-----
From: Rodger Haynes [mailto:rodger at thompsonprint.com] 
Sent: quinta-feira, 9 de agosto de 2001 14:27
To: samba at lists.samba.org
Subject: please help...no master browser


I can't seem to  install Samba 2.2.1a on a Linux 7.1 server

Most tests in the troubleshooting guide pass, including testparm, smbclient
to see the shares etc.The problem is I'm unable to see the server from my
Win95 client. There is only the server and the client on a small test
network. The machines can ping one another. The client has WINS activated
and is pointing to the server. When I try a net view command, the client
says there is no computer called LINUXSERVER on the network. When I start
smb, the log file contains the following

/var/log/samba/log.nmbd
[2001/08/01 14:51:45, 0] nmbd/nmbd.c:sig_term(65)[
Got SIGTERM: going down...
.*****
.
Samba server LINUXSERVER is now a domain master browser for workgroup
TESTGROUP on subnet 192.168.100.100 .
.*****
.Samba name server LINUXSERVER is now a local master browser for workgroup
TESTGROUP on subnet 192.168.100.100

*****



More information about the samba mailing list