You are not logged in.
Pages: 1
Hi, i got this error while trying to "ntpd -qg"
unable to bind to wildcard address :: - another process may be running - EXITING
I read something about to stop ntpdate service but dont know how to do it. Thanks
Last edited by Zemogo (2021-04-20 10:52:29)
Offline
Welcome to the Arch Linux forums. Your post seems to indicate that you are not running Arch, because you would have to have manually enable/start that service before you would need to stop it, therefore you would already know *how* to do that part. If you are, in fact, running Arch, please let us know.
Offline
Welcome to the Arch Linux forums. Your post seems to indicate that you are not running Arch, because you would have to have manually enable/start that service before you would need to stop it, therefore you would already know *how* to do that part. If you are, in fact, running Arch, please let us know.
Yes, I'm running Arch but it´s my first time using it. I work for a company that give's service to many different projects, one of this projects work's with Arch and they told me that they aren't able to synchronize the system clock, so that's why I posted the previous problem.
Offline
https://wiki.archlinux.org/index.php/Ne … col_daemon
The output of
$ ntpq -pwould be useful.
Another possibility is that you have conflicting time synchronization services.
Post
$ find /etc/systemd -type l -exec test -f {} \; -print | sortDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
This is what I got:
[root@admin]# find /etc/systemd -type l -exec test -f {} \; -print | sort
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/multi-user.target.wants/dhcpcd.service
/etc/systemd/system/multi-user.target.wants/docker.service
/etc/systemd/system/multi-user.target.wants/ntpd.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
/etc/systemd/user/sockets.target.wants/dirmngr.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
/etc/systemd/user/sockets.target.wants/gpg-agent.socket
/etc/systemd/user/sockets.target.wants/p11-kit-server.socket
Offline
…
/etc/systemd/system/multi-user.target.wants/ntpd.service
…
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
.…you have conflicting time synchronization services
Offline
Pages: 1