Closed MFlyer closed 7 years ago
:disappointed: in this dmesg there's a missing gethostname failing, i saw it on a previous dmesg. Except for that @phillxnet & @schakrava , my suspicion: ntp failing because of dependencies
ntpd
root@rockstone:~# systemctl cat ntpd.service
# /usr/lib/systemd/system/ntpd.service
[Unit]
Description=Network Time Service
After=syslog.target ntpdate.service sntp.service
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/ntpd
ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS
PrivateTmp=true
[Install]
WantedBy=multi-user.target
ntpdate requires nss-lookup and probably this kill ntp, asking for opinions/suggestions/confirmation :)
Closing with recent samba 4.4.4.-12 update, solved
Hi @phillxnet & @schakrava , I think partially related to recent samba/glibc/name resolving Centos issues, found that patching /etc/nsswitch.conf hosts to dns before wins grants having ping and ntp working, but on every reboot ntpd service fails having Rockstor WebUI with AD service switch OFF too.
Here a complete dmesg after reboot with seg fault on ntpd. Strange things: my SELinux has Rockstor default disabled (sestatus reports disabled too), but on dmesg we have a permissive mode ?!?