Proxmox 4.0 CentOS 6 OpenVZ to LXC Issues.

danielparker

Active Member
Aug 29, 2010
11
0
41
Hi,

I have recently installed Proxmox 4 and converted a few CentOS 6 OpenVZ backups to LXC.

These containers are running correctly, with the exception that I cannot SSH into them.

When I do SSH to them I get this message:

PTY allocation request failed on channel 0

I can SSH into them if I do this:

ssh root@192.168.100.21 "/bin/bash -i"

It seams to only affect CentOS 6 OpenVZ containers that I have converted. They were originally created with the precreated 64bit templates found here: https://openvz.org/Download/template/precreated

Has anyone else had this issue, and any ideas on a fix please?

Regards
Daniel Parker

 
The fix was:

yum remove vz*

Which removed the following packages:


---> Package vzdev.noarch 0:1.0-7.swsoft will be erased
---> Package vzdummy-glibc.noarch 0:2.12-1.7.el6 will be erased
---> Package vzdummy-init-fc13.noarch 0:1.0-1 will be erased

Then reboot, and fixed. Don't know why.