Displaying 4 results from an estimated 4 matches for "_chrony".
Did you mean:
chrony
2024 Feb 10
2
Joining Windows 10 Domain Member to Samba AD/DC
...may have to build from sources. I downloaded from the SlackBuilds repo and
have no idea how it was built. Is there an option to chronyd to list build
options? I didn't see one in the manpage.
> Also for comparison:
> # ls -al /var/lib/samba/ntp_signd/
> total 8
> drwxr-x--- 2 root _chrony 4096 Jan 14 11:14 .
> drwxr-xr-x 9 root root 4096 Jan 14 11:14 ..
> srwxrwxrwx 1 root root 0 Jan 14 11:14 socket
Got that:
# ls -la /var/lib/samba/ntp_signd
total 8
drwxr-x--- 2 root chrony 4096 2024-02-10 04:02 ./
drwxr-xr-x 7 root root 4096 2024-02-10 04:02 ../
srwxrwxrwx 1 roo...
2024 Jan 18
1
Joining Windows 10 Domain Member to Samba AD/DC
...ws clients. Reason was (I'm
> using Debian packages now) the socket was not readable by Chrony. I noticed:
> ==========================
> ls -al /var/lib/samba/ntp_signd/
> drwxr-x--- 2 root root 4096 Jan 14 11:14 .
> ==========================
> And as Chrony runs as the user _chrony on this version of Debian it could
> not use the socket directory.
> So a simple:
> ==========================
> chgrp _chrony /var/lib/samba/ntp_signd/
> ==========================
> fixed that and now all is good.
>
> Chris
Chris - thanks for that detailed message. I'...
2018 Jun 04
0
Chrony (tested on Debian9/ubuntu 18.04)
...d - done - OK
Fedora 26 : 3.2
Mageia Cauldron : 3.3
Centos 7.5 : 3.2
openSuse 15 : 3.2
################################################################
Below is tested on Debian 9 and Ubuntu 18.04:
apt-get install chrony
# Install and cleanup ntp is apt-get install chrony --autoremove
chgrp "_chrony" /var/lib/samba/ntp_signd
Add the following at the end of /etc/chrony/chrony.conf
echo "
#(optional : bindaddress 192.168.1.1 of the FQDN of the AD DC)
ntpsigndsocket /var/lib/samba/ntp_signd
#(optional allow/deny in order of processing)
#allow 192.168.1.0/24
# or set more allow/den...
2018 Jun 04
5
chrony configuration for secondary samba DC
On Sunday, 3 June 2018 16:32:12 CEST Rowland Penny via samba wrote:
> On Sun, 3 Jun 2018 17:11:47 +0300
>
> Alexei Rozenvaser <alexei.roz at gmail.com> wrote:
> > On Sun, Jun 3, 2018 at 4:51 PM Rowland Penny via samba
> >
> > <samba at lists.samba.org> wrote:
> > > On Sun, 3 Jun 2018 16:29:04 +0300
> > >
> > > Alexei Rozenvaser