amuck-landowner

Unable to open pty: No such file or directory

Jack

Active Member
Back in September I started seeing an issue with multiple clients opening tickets about their VM not responding after they had rebooted it all of this seemed to be based around the Debian 7 template I was using for OpenVZ containers...

I did a bit of googling and found it was a bug related (https://bugzilla.openvz.org/show_bug.cgi?id=2647) -- Update to template since been released.

To resolve the bug you can do this via the HN; ( Clients will have to get the provider to do it for them ) 

chroot /vz/root/CTID

apt-get install upstart

exit

then vzctl restart CTID then all should be good to go.
 

WebSearchingPro

VPS Peddler
Verified Provider
In the unlikely event that you are using Virtuozzo 

echo 'Yes, do as I say!' | vzpkg install CTID -p upstart -- --force-yes
vzctl restart CTID
 
Top
amuck-landowner