vzctl enter failed openvz/virtuozzo error

Ошибка при заходе на ВПС с главной ноды openvz: vzctl enter failed openvz/virtuozzo error

[root@root]# vzctl enter 100
enter failed

Нужно создать  pty и tty устройства в окружении ВПС чтобы вернуть shell доступ. Это можно сделать с помощью утилиты openvz/virtuozzo — vzctl:

vzctl exec 100 "/sbin/MAKEDEV pty"
vzctl exec 100 "/sbin/MAKEDEV tty"

После того как нужные устройства pty и tty созданы, ошибка должна пропасть а у нас появится снова ssh доступ:

vzctl enter 100
entered into VPS 100

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>