Archive for the ‘linux’ Category
CentOS: Server refused to allocate pty
The Problem
When I tried to login to my VPS using putty, It gave me message.
Server refused to allocate pty
And then I was not able to execute any commands.
The solution
Execute following two commands, and it should solve the problem.
/sbin/MAKEDEV pty
/sbin/MAKEDEV tty
I am using lxadmin, so I logged into lxadmin and run above commands from command center.
That’s it ! It works.
ubuntu: install multimedia codecs without internet connection
Problem: You can’t play certain audio/video formats, because required codecs are not installed. So you need to install this extras but again, your machine don’t have direct internet connection.
Solution:
I am still looking for solution. if you have any, let me know.
I think this can solve it http://crashsystems.net/2009/01/keryx-tutorial/
Still trying out and not sure, if it provide an alternative.