HyperVM : "Server refused to allocate pty"
January 22nd, 2009
Warning: file_get_contents(http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=1TJ8QTQ6ZFCVAJ3X1T02&AssociateTag=ii0c3-20&Operation=ItemSearch&SearchIndex=Books&ResponseGroup=Small,Images&Keywords=cpanel) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in /home/manusia2/public_html/wp-content/plugins/amazonfeed/php/amazonfeed.class.php on line 271
If you are getting a server refused to allocate a PTY after a rebuild please login to HyperVM and the command console and run the following commands from the host node
vzctl exec <veid> /sbin/MAKEDEV tty && vzctl exec <veid> /sbin/MAKEDEV pty
please replace <veid> with the number id of server you want to fix. This will fix the issue. Hope help