Blog about my experiences working with Proxmox virtualization platform (PVE). Problems and encountered, how I solved them. Hope this blog would be useful and save time for other Admins.
Sunday, June 28, 2015
Enable automatic time synchronization for OpenVZ container in Proxmox (for Ubuntu / Debian)
apt-get update
apt-get -y install ntpdate
locale-gen en_US en_US.UTF-8
dpkg-reconfigure locales
dpkg-reconfigure tzdata
/usr/sbin/vzctl stop <ctid>
/usr/sbin/vzctl set <ctid> --capability sys_time:on --save
No comments:
Post a Comment