Unable to open pty: No such file or directory

Si al intentar entrar en un VPS os da el error del titulo, fijaros en la captura y hay tenéis la solución:

[root@hn10 ~]# vzctl enter 249100
enter into VE 249100 failed
Unable to open pty: No such file or directory
[root@hn10 ~]# vzctl exec 249100 /sbin/
bash: /sbin/: is a directory
[root@hn10 ~]# vzctl exec 249100 /sbin/MAKEDEV tty
[root@hn10 ~]# vzctl exec 249100 /sbin/MAKEDEV pty
[root@hn10 ~]# vzctl enter 249100
entered into VE 249100

This entry was posted in OpenVZ and tagged , , , . Bookmark the permalink.

2 Responses to Unable to open pty: No such file or directory

  1. Pingback: Rubén Ortiz » Unable to open pty: No such file or directory

  2. El colega Ruebn amplia un poco la info:

    http://www.rubenortiz.es/2009/01/09/unable-to-open-pty-no-such-file-or-directory/

    Yo me pare en hecharlo a andar 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *