More info
doing netstat:
tcp 0 0 0.0.0.0:139 0.0.0.0:*
LISTEN 5831/smbd
but nmbd daemon not appear. log says:
[2013/06/05 13:07:14, 2]
nmbd/nmbd_become_lmb.c:538(become_local_master_browser)
become_local_master_browser: Starting to become a master browser for
workgroup MYDOMAIN on subnet 10.0.0.2
[2013/06/05 13:07:22, 0]
nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****
Samba name server MYDOMAIN-PDC is now a local master browser for
workgroup MYDOMAIN on subnet 10.0.0.2
*****
[2013/06/05 13:07:22, 2]
nmbd/nmbd_browsesync.c:108(announce_local_master_browser_to_domain_master_browser)
announce_local_master_browser_to_domain_master_browser:
We are both a domain and a local master browser for workgroup
MYDOMAIN. Do not announce to ourselves.
[2013/06/05 13:07:22, 2] nmbd/nmbd_browsesync.c:152(sync_with_dmb)
sync_with_dmb:
Initiating sync with domain master browser MYDOMAIN-PDC<20> at IP
10.0.0.2 for workgroup MYDOMAIN
but not appears listening nmbd. Is normal?
Thanks
El 05/06/13 12:15, deconya escribi?:> Hi list
>
> Im using samba 3.5.6 with openldap in a debian squeeze using a domain,
> and now Im with a problem inside the LAN using roaming profiles, only I
> can't join in the domain. Appears "domain not available"
message.
>
> My smb.conf
>
> [profiles]
> comment = Users profiles
> path = /var/lib/samba/profiles
> browseable = no
> writable = yes
> read only = no
> create mask = 0700
> directory mask = 0700
> csc policy = disable
> force user = %U
> map system = no
> map hidden = no
> map archive = no
> map readonly = no
> ea support = yes
> store dos attributes = yes
>
> And log error is:
>
> [2013/06/05 12:13:27.683220, 1, pid=4095, effective(0, 0), real(0, 0)]
> [2013/06/05 12:13:27.683266, 2, pid=4095, effective(0, 0), real(0,
> 0)] getpeername failed. Error was Transport endpoint is not connected
> pid[4095] Error writing 4 bytes to client 0.0.0.0. -1. (Connection
> reset by peer)
>
> Where can be the problem?
>
> Thanks