Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. See https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/iss… #93

Closed
wants to merge 1 commit into from

Conversation

SkyperTHC
Copy link
Contributor

  1. See NTP time does not sync (Temporary failure in name resolution) #92
    ntpd started from 'systemctl' (via dhcpcd hook) can not follow symlink
    from /etc/resolv.conf to /tmp/dhcpcd.resolv.conf. For now should remain
    in /etc/resolv.conf (hard coded).

stat64("/etc/resolv.conf", 0xbea7af80) = -1 ENOENT (No such file or directory)

  1. Never fsck on any volume. Linux runs a fsck every 6 month even on
    ro volumes. Any fs corruption makes fsck stall during boot-up and
    requires user to confirm to continue.

  2. Disable viminfo to stop vim from complaining about ~/.viminfo not
    writeable.

ntpd started from 'systemctl' (via dhcpcd hook) can not follow symlink
from /etc/resolv.conf to /tmp/dhcpcd.resolv.conf. For now should remain
in /etc/resolv.conf (hard coded).
stat64("/etc/resolv.conf", 0xbea7af80) = -1 ENOENT (No such file or
directory)
2. Never fsck on any volumne. Linux runs a fsck every 6 month even on
ro-volumnes. Any fs corruption makes fsck stall during bootup and
requires user to confirm to continue.
3. Disable viminfo to stop vim from complaining about ~/.viminfo not
writeable.
@SkyperTHC
Copy link
Contributor Author

Oops. bug is easier fixed in /lib/systemd/system/ntp.services with PrivateTmp=false

@SkyperTHC SkyperTHC closed this Jun 7, 2020
@SkyperTHC SkyperTHC deleted the ntp_fix_etc branch June 7, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant