You are not logged in.

#1 2021-04-20 10:50:20

Zemogo
Member
Registered: 2021-04-20
Posts: 3

NTPD error

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

#2 2021-04-20 17:33:56

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,456

Re: NTPD error

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

#3 2021-04-21 08:13:13

Zemogo
Member
Registered: 2021-04-20
Posts: 3

Re: NTPD error

twelveeighty wrote:

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

#4 2021-04-21 11:33:14

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,350

Re: NTPD error

https://wiki.archlinux.org/index.php/Ne … col_daemon

The output of

$ ntpq -p

would be useful.

Another possibility is that you have conflicting time synchronization  services.

Post

$ find /etc/systemd -type l -exec test -f {} \; -print | sort

Disliking 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

#5 2021-04-21 13:23:11

Zemogo
Member
Registered: 2021-04-20
Posts: 3

Re: NTPD error

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

#6 2021-04-21 15:06:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,527

Re: NTPD error

…
/etc/systemd/system/multi-user.target.wants/ntpd.service
…
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
.…
Lone_Wolf wrote:

you have conflicting time synchronization  services

Offline

Board footer

Powered by FluxBB