Bugzilla – Full Text Bug Listing |
Summary: | Time synchronization not taking place (RPi4) | ||
---|---|---|---|
Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Micro 5.2 | Reporter: | Felix Niederwanger <felix.niederwanger> |
Component: | Installation | Assignee: | E-mail List <yast2-maintainers> |
Status: | RESOLVED NORESPONSE | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | felix.niederwanger, kanderssen |
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | aarch64 | ||
OS: | openSUSE Leap 15.4 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Felix Niederwanger
2022-09-27 12:33:37 UTC
So as it seems, the problem is not that it does not sync the time, but that the network device is not properly detected / configured. Which of course results in non-working NTP as that uses network. Is that right? That looks like duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1199820 Not sure. I've manually added a network device (Ethernet) and configured it before proceeding. I checked that the connectivity is established in tty2 by pinging google.com, which was working. So from my point of view, the connectivity was present yet the time was not synchronized. Could you attach output of "chronyc sources -v" once you're after time sync dialog? Thanks (In reply to Michal Filka from comment #3) > Could you attach output of "chronyc sources -v" once you're after time sync > dialog? Thanks In the YaST installer, after the NTP page: > tty2:rabbit:/ # ping google.com > ... (works) > > tty2:rabbit:/ # date > Fir 24 Jun 2022 12:39:18 PM UTC > tty2:rabbit:/ # chronyc sources -v > 506 Cannot talk to daemon I did this on tt2 after the NTP server page, where I continued with the default selection of "1.suse.pool.ntp.org" (In reply to Felix Niederwanger from comment #4) > (In reply to Michal Filka from comment #3) > > Could you attach output of "chronyc sources -v" once you're after time sync > > dialog? Thanks > > In the YaST installer, after the NTP page: > > > tty2:rabbit:/ # ping google.com > > ... (works) > > > > tty2:rabbit:/ # date > > Fir 24 Jun 2022 12:39:18 PM UTC > > tty2:rabbit:/ # chronyc sources -v > > 506 Cannot talk to daemon > > I did this on tt2 after the NTP server page, where I continued with the > default selection of "1.suse.pool.ntp.org" So, it looks like chronyd is enabled during the installation and therefore it is not running. just check systemctl status chronyd Looks related to https://bugzilla.suse.com/show_bug.cgi?id=1202067 (In reply to Knut Alejandro Anderssen González from comment #5) Here's the output: > tty2:rabbit:/ # systemctl status chronyd > System has not been booted with systemd as init system (PID 1). Can't operate > Failed to connect to bus: Host ist down > tty2:rabbit:/ # pgrep chronyd > tty2:rabbit:/ # Looks like chronyd is not running at all. (In reply to Knut Alejandro Anderssen González from comment #5) > (In reply to Felix Niederwanger from comment #4) > > (In reply to Michal Filka from comment #3) > > > Could you attach output of "chronyc sources -v" once you're after time sync > > > dialog? Thanks > > > > In the YaST installer, after the NTP page: > > > > > tty2:rabbit:/ # ping google.com > > > ... (works) > > > > > > tty2:rabbit:/ # date > > > Fir 24 Jun 2022 12:39:18 PM UTC > > > tty2:rabbit:/ # chronyc sources -v > > > 506 Cannot talk to daemon > > > > I did this on tt2 after the NTP server page, where I continued with the > > default selection of "1.suse.pool.ntp.org" > > So, it looks like chronyd is enabled during the installation and therefore > it is not running. I meant it is not enabled :P > > just check systemctl status chronyd BTW, logs are always appreciated, and in case of https://bugzilla.suse.com/show_bug.cgi?id=1202067 it was caused by the role selected, so maybe same case here. No y2logs for over 2 months. Closing. |