Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2004 12:40:50 +0200 (CEST)
From:      Wojciech Puchar <wojtek@tensor.3miasto.net>
To:        freebsd-questions@freebsd.org
Subject:   NetBSD->FreeBSD move: samba problem
Message-ID:  <20040718123432.Q63398@chylonia.3miasto.net>

next in thread | raw e-mail | index | archive | help
i had NetBSD with samba:

Information for samba-2.2.8anb5:

Comment:
SMB/CIFS protocol server suite for UNIX


and now have FreeBSD with samba:

samba-2.2.8a        A free SMB and CIFS client and server for UNIX


same versions of samba.

i moved smb.conf to /usr/local/etc and started samba under FreeBSD.

samba starts

smbclient started from host shows like everything is ok.
but - from windose i see empty "network environment" when clicked on
"Whole network" i see message that network can't be browsed etc. etc.

in log.nmbd i see:

[2004/07/18 12:37:15, 0]
nmbd/nmbd_responserecordsdb.c:find_response_record(235)
  find_response_record: response packet id 21742 received with no matching record.
[2004/07/18 12:37:15, 0]
nmbd/nmbd_responserecordsdb.c:find_response_record(235)
  find_response_record: response packet id 21743 received with no matching record.
[2004/07/18 12:37:19, 0]
nmbd/nmbd_become_dmb.c:become_domain_master_stage2(114)
  *****

  Samba server WOJTEK is now a domain master browser for workgroup DOM on subnet 10.255.245.1

  *****
[2004/07/18 12:37:35, 0]
nmbd/nmbd_become_lmb.c:become_local_master_stage2(404)
  *****

  Samba name server WOJTEK is now a local master browser for workgroup DOM
on subnet 10.255.245.1

  *****


smbclient shows:
        Sharename      Type      Comment
        ---------      ----      -------
        domowy         Disk      Katalog domowy uzytkownika
        public         Disk      Publiczny
        faxy           Disk      FAXY odebrane
        IPC$           IPC       IPC Service (wojtek)
        ADMIN$         Disk      IPC Service (wojtek)

        Server               Comment
        ---------            -------
        WOJTEK               wojtek

        Workgroup            Master
        ---------            -------
        DOM                  WOJTEK


i can log in with smbclient to any exported disk with password and all
works right. but not from windoze.


i really can't believe that it can be FreeBSD problem, but i have same
config file and same samba version.

any ideas?



heve is my smb.conf

[global]

workgroup = DOM
character set = ISO8859-2
client code page = 852
bind interfaces only = yes
socket address = 10.255.245.1
server string = wojtek
netbios name = wojtek
hosts allow = 127.0.0.1 10.
load printers = no
log file = /var/log/samba.%m
max log size = 500
security = user
encrypt passwords = no
domain master = yes
local master = yes
browseable = yes
#socket options = TCP_NODELAY

# jak sa jaiies NT to mozan zwiekszyc jak nie am to niepotrzebne
os level = 65

[domowy]
   comment = Katalog domowy uzytkownika
   browseable = yes
   writable = yes
   path = %H

[public]
   comment = Publiczny
   path = /home/pub
   read only = no
   public = yes
   writable = yes
   guest ok = no
   browseable = yes

[faxy]
   comment = FAXY odebrane
   path = /home/faxy
   read only = no
   public = yes
   writable = yes
   guest ok = no
   browseable = yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040718123432.Q63398>