Quote:
PTY allocation request failed on channel 0
One reason this can happen is that your system is not setup with /etc/fstab to mount the /dev/pts filesystem, or something is wrong with your /dev/pts filesystem. ASL doesnt do this or touch this, so it sounds like something wasnt setup right with the OS itself perhaps that only manifested itself on reboot.
You can get around the pseudo tty with ssh by passing a command, and in the case of a shell tell it to be interactive:
ssh -l root <YOUR IP> bash -i
$ ssh -l root <YOUR IP> bash -i
***************************************************************************
NOTICE TO USERS
This computer system is the private property of its owner.
It is for authorized use only. Users (authorized or unauthorized)
have no explicit or implicit expectation of privacy.
Any or all uses of this system and all files on this system may be
intercepted, monitored, recorded, copied, audited, inspected, and
disclosed to your employer, to authorized site, government, and law
enforcement personnel, as well as authorized officials of government
agencies, both domestic and foreign.
By using this system, the user consents to such interception, monitoring,
recording, copying, auditing, inspection, and disclosure at the
discretion of such personnel or officials. Unauthorized or improper use
of this system may result in civil and criminal penalties and
administrative or disciplinary action, as appropriate. By continuing to
use this system you indicate your awareness of and consent to these terms
and conditions of use. LOG OFF IMMEDIATELY if you do not agree to the
conditions stated in this warning.
****************************************************************************
[root@ds<REDACTED> ~]#
Looking around on your server, it looks like a modified Centos image, and not a valid one. For example:
[root@ds293802-1 boot]# yum update
Bad id for repo: CentOS5 base, byte = 7
Bad id for repo: CentOS5 updates, byte = 7
Thats an ugly error, and definitely not valid for a Centos box.
Do you know if this system is supposed to be a prestine Centos image, or did your provider modify the OS? Because, as I said, this box definitely is not behaving like a valid Centos image and we only support OSes from the vendor. If they monkeyed around with it, thats going to be a problem. Can you confirm if this is supposed to be a prestine Centos image? Because lots of things look broken on this system.