Error Solved

Finally I solved the error

Archive for the ‘linux’ Category

CentOS: Server refused to allocate pty

without comments

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.

Written by daringtakers

July 14, 2009 at 10:43 am

Posted in linux

Tagged with ,

ubuntu: install multimedia codecs without internet connection

without comments

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.

Written by daringtakers

February 12, 2009 at 12:14 pm

Posted in linux

Tagged with , ,