Displaying 3 results from an estimated 3 matches for "tcp137".
2020 Jul 22
3
samba-tool domain backup offline stalls
FreeBSD-12.1p7 jail running Samba-4.10.15 on ZFS.
When I run 'samba-tool domain backup offline targetdir=/tmp' I see this:
running backup on dirs: /var/db/samba4/private /var/db/samba4 /usr/local/etc
Starting transaction on /var/db/samba4/private/secrets
At which point samba-tool enters a permanent wait state.
86064 root 1 52 0 131M 78M wait 3 0:01 0.00%
2020 Jul 22
0
samba-tool domain backup offline stalls
...a/join.py", line 100, in
__init__
ctx.site = ctx.find_dc_site(ctx.server)
File "/usr/local/lib/python3.7/site-packages/samba/join.py", line 361, in
find_dc_site
flags=nbt.NBT_SERVER_LDAP | nbt.NBT_SERVER_DS)
I infer that this is related to the ntpd service which listens at TCP137. This
service is not running on this host because it is disabled in smb.conf. The
reason that it is disabled is that samba_server does not start:
[2020/07/22 12:48:49.786881, 0] ../../source4/smbd/server.c:587(binary_smbd_main)
samba version 4.10.15 started.
Copyright Andrew Tridgell and th...
2020 Jul 23
2
samba-tool domain backup offline stalls
....site = ctx.find_dc_site(ctx.server)
>> File "/usr/local/lib/python3.7/site-packages/samba/join.py", line 361, in
>> find_dc_site
>> flags=nbt.NBT_SERVER_LDAP | nbt.NBT_SERVER_DS)
>>
>> I infer that this is related to the ntpd service which listens at TCP137. This
>> service is not running on this host because it is disabled in smb.conf. The
reason that it is disabled is that samba_server does not start:
>>
>> [2020/07/22 12:48:49.786881, 0]
>> ../../source4/smbd/server.c:587(binary_smbd_main)
>> samba version 4.10.15...