Skip to content

Hangs on "Waiting for time sync (systemd-timesyncd.service) to complete." during install #2144

@peracchi

Description

@peracchi

As the title says, archinstall hangs on "Waiting for time sync (systemd-timesyncd.service) to complete." during install IF NETWORK DO NOT ALLOW NTP TRAFFIC TO GO OUT.

It do not timeout as expected.

The only way I found to do my installation was to open another SSH session and:

systemctl stop systemd-timesyncd
nano /etc/systemd/timesyncd.conf
<edit file>
NTP=<my internal NTP server>
<save file>
systemctl start systemd-timesyncd

Then, installation proceeds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions