Replace rootfs and latest kernel, uboot question March 02, 2020 03:01AM |
Registered: 7 years ago Posts: 13 |
Re: Replace rootfs and latest kernel, uboot question March 02, 2020 04:11AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Replace rootfs and latest kernel, uboot question March 02, 2020 11:24PM |
Registered: 7 years ago Posts: 13 |
Re: Replace rootfs and latest kernel, uboot question March 03, 2020 12:32AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Replace rootfs and latest kernel, uboot question March 03, 2020 02:43AM |
Registered: 7 years ago Posts: 13 |
service ntp stop ntpd -gq service ntp startntpd -gq is a one shot set and quit command for ntpd. You have to have the service stopped so that it can bind to the ports. Then you can turn it back on. Not as good as having it happen earlier, networking comes up after 2 minutes while ntpd and rc.local kick in after 4 minutes.
Re: Replace rootfs and latest kernel, uboot question March 03, 2020 03:17AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Replace rootfs and latest kernel, uboot question March 03, 2020 08:11PM |
Registered: 7 years ago Posts: 13 |
drwxr-xr-x 2 uuidd ntp 4.0K May 12 2012 /var/lib/ntp/ Mar 3 19:28:52 DockStar daemon.err ntpd[1803]: frequency file /var/lib/ntp/ntp.drift.TEMP: Permission denied
Re: Replace rootfs and latest kernel, uboot question March 04, 2020 12:06AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Replace rootfs and latest kernel, uboot question March 04, 2020 08:08PM |
Registered: 7 years ago Posts: 13 |
chown ntp:ntp /var/lib/ntp /var/log/ntpstats
Re: Replace rootfs and latest kernel, uboot question March 04, 2020 08:25PM |
Registered: 8 years ago Posts: 91 |
Re: Replace rootfs and latest kernel, uboot question March 04, 2020 08:51PM |
Registered: 7 years ago Posts: 13 |