<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Error Solved &#187; linux</title>
	<atom:link href="http://solveme.wordpress.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://solveme.wordpress.com</link>
	<description>Finally I solved the error</description>
	<lastBuildDate>Wed, 11 Nov 2009 07:19:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='solveme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/605bab9a55109a23e84e1160bb1e5c3b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Error Solved &#187; linux</title>
		<link>http://solveme.wordpress.com</link>
	</image>
			<item>
		<title>CentOS: Server refused to allocate pty</title>
		<link>http://solveme.wordpress.com/2009/07/14/centos-server-refused-to-allocate-pty/</link>
		<comments>http://solveme.wordpress.com/2009/07/14/centos-server-refused-to-allocate-pty/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:43:26 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=83</guid>
		<description><![CDATA[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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=83&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>The Problem</strong><br />
When I tried to login to my VPS using putty, It gave me message.</p>
<blockquote><p> Server refused to allocate pty</p></blockquote>
<p>And then I was not able to execute any commands.</p>
<p><strong>The solution</strong><br />
Execute following two commands, and it should solve the problem.</p>
<p><code><br />
/sbin/MAKEDEV pty<br />
/sbin/MAKEDEV tty<br />
</code></p>
<p>I am using lxadmin, so I logged into lxadmin and run above commands from command center.<br />
That&#8217;s it ! It works.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=83&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2009/07/14/centos-server-refused-to-allocate-pty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
		<item>
		<title>ubuntu: install multimedia codecs without internet connection</title>
		<link>http://solveme.wordpress.com/2009/02/12/ubuntu-install-multimedia-codecs-without-internet-connection/</link>
		<comments>http://solveme.wordpress.com/2009/02/12/ubuntu-install-multimedia-codecs-without-internet-connection/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 12:14:53 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=63</guid>
		<description><![CDATA[Problem: You can&#8217;t play certain audio/video formats, because required codecs  are not installed. So you need to install this extras but again, your machine don&#8217;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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=63&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Problem: You can&#8217;t play certain audio/video formats, because required codecs  are not installed. So you need to install this extras but again, your machine don&#8217;t have direct internet connection.</p>
<p>Solution:<br />
I am still looking for solution. if you have any, let me know.</p>
<p>I think this can solve it <a href="http://crashsystems.net/2009/01/keryx-tutorial">http://crashsystems.net/2009/01/keryx-tutorial/</a><br />
Still trying out and not sure, if it provide an alternative.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=63&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2009/02/12/ubuntu-install-multimedia-codecs-without-internet-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
	</channel>
</rss>