Skip to content

Is hwclock --systohc needed in shutdown script #10

Description

@hoopsurfer

There is some evidence that the system updates the hwclock, but keeping the command to copy the system time to the RTC until that is better understood. Does this need to be in the shutdown script?

we have /udev script as well, what is running that?

Better cleanup of fake hwclock:

sudo apt-get remove fake-hwclock
sudo update-rc.d -f fake-hwclock remove
sudo rm /etc/fake-hwclock.data

Better pd-status using:

timedatectl status

To debug logs need setting in conf file and create directory to get it to work:
sudo nano /etc/systemd/journald.conf
Storage=persistent
AND
sudo mkdir -p /var/log/journal THEN reboot
question: sudo apt-get install bootlogd needed? not completely sure on this one

https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions