search for: xpln

Displaying 7 results from an estimated 7 matches for "xpln".

Did you mean: pln
2019 Apr 24
2
Odd behavior since upgrading to 4.9.6
.../var/lib/samba/ntp_signd > If it isn't, you can remove that line, if it is, why ? When getting NTP working on the DCs, I found a blog post (https://blog.svedr.in/posts/configuring-ntpd-for-a-samba-4-domain.html) that used the following command to figure out where the socket was: netstat -xpln | grep signd On my DCs, that returns: # netstat -xpln | grep signd unix 2 [ ACC ] STREAM LISTENING 28320 972/samba /var/run/samba/ntp_signd/socket I set it to allow NTP to function. > >> realm = REALM.COM >> server role = active...
2019 Apr 24
0
Odd behavior since upgrading to 4.9.6
...> If it isn't, you can remove that line, if it is, why ? > > When getting NTP working on the DCs, I found a blog post > (https://blog.svedr.in/posts/configuring-ntpd-for-a-samba-4-domain.html) > that used the following command to figure out where the socket was: > netstat -xpln | grep signd > > On my DCs, that returns: > # netstat -xpln | grep signd > unix 2 [ ACC ] STREAM LISTENING 28320 > 972/samba /var/run/samba/ntp_signd/socket > > > I set it to allow NTP to function. Not sure I understand this, 'samba -b...
2019 Apr 24
1
Odd behavior since upgrading to 4.9.6
...9;t, you can remove that line, if it is, why ? >> >> When getting NTP working on the DCs, I found a blog post >> (https://blog.svedr.in/posts/configuring-ntpd-for-a-samba-4-domain.html) >> that used the following command to figure out where the socket was: >> netstat -xpln | grep signd >> >> On my DCs, that returns: >> # netstat -xpln | grep signd >> unix 2 [ ACC ] STREAM LISTENING 28320 >> 972/samba /var/run/samba/ntp_signd/socket >> >> >> I set it to allow NTP to function. > > N...
2020 Nov 18
6
Time sync not working with Windows 10
After our office upgraded to Windows 10, time sync stopped working with the Windows workstations. This used to work fine with Windows 7 and still works with linux domain members (although that's not surprising). The Windows 10 workstations ended up operating off the CMOS clock. We didn't notice this for a long time since the CMOS clock drift is slow, but after several months users started
2020 Nov 23
0
Time sync not working with Windows 10
...e trying to figure that out I came across the potentially very useful webpage > >> https://blog.svedr.in/posts/configuring-ntpd-for-a-samba-4-domain. It gave the following > >> instruction to see where Samba wants to put the ntp_signd socket: > >> > >> # netstat -xpln | grep signd > >> unix 2 [ ACC ] STREAM LISTENING 2071520535 19381/samba /var/lib/samba/ntp_signd/socket > >> > >> This location is different from what the Samba wiki specified (/usr/local/samba/var/lib/ntp_signd), > >> so I changed my ntp.conf to be the...
2019 Apr 24
3
Odd behavior since upgrading to 4.9.6
----- On Apr 24, 2019, at 1:42 AM, samba samba at lists.samba.org wrote: > Hai > > I would suggest first. > > Whats the OS? Linux 18.04 > And sharing your smb.conf might help. [global] dns forwarder = 192.168.2.101 192.168.2.102 idmap_ldb:use rfc2307 = yes ldap server require strong auth = no netbios name = dc5 ntp signd socket
2020 Nov 22
0
Time sync not working with Windows 10
...h --enable-ntp-signd. > > While trying to figure that out I came across the potentially very useful webpage > https://blog.svedr.in/posts/configuring-ntpd-for-a-samba-4-domain. It gave the following > instruction to see where Samba wants to put the ntp_signd socket: > > # netstat -xpln | grep signd > unix 2 [ ACC ] STREAM LISTENING 2071520535 19381/samba /var/lib/samba/ntp_signd/socket > > This location is different from what the Samba wiki specified (/usr/local/samba/var/lib/ntp_signd), > so I changed my ntp.conf to be the one found by netstat. > > Tha...