Comment 13 for bug 1541532

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

Hi Martin,

I reported it here: https://github.com/systemd/systemd/issues/2638

We also need to fix this in the systemd packaging in Debian/Ubuntu:
# grep printf /var/lib/dpkg/info/systemd.postinst
        printf "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime

This is similar to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699554
and it should have a newline at the end:
        printf "0.0 0 0.0\n0\nLOCAL\n" > /etc/adjtime

Thanks!