gstanden / orabuntu-lxc

Developer and User Guide
https://gstanden.github.io/
GNU General Public License v3.0
46 stars 15 forks source link

Need an NTP fixit script #46

Closed gstanden closed 5 years ago

gstanden commented 8 years ago

Sometimes the NTP fails prerequisite checks. When this happens, it is required to:

  1. kill the ntpd process on each container
  2. issue 'service ntpd start'
  3. issue 'ntpd'
  4. check status with "ntpq -p"

So this would be a fixit type script that could be automatically run on each container with just one command (sshpass commands run from a single file on the install node). The error could even be auto-detected from the text format installer log file and run automatically if detected.

gstanden commented 5 years ago

Fixed. Reference https://github.com/lxc/lxc/issues/2108