<?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/"
	>

<channel>
	<title>Libre Things &#187; screen</title>
	<atom:link href="http://positon.org/tag/screen/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>[Screen] No more PTYs. Sorry, could not find a PTY.</title>
		<link>http://positon.org/screen-no-more-ptys-sorry-could-not-find-a-pty</link>
		<comments>http://positon.org/screen-no-more-ptys-sorry-could-not-find-a-pty#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:40:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=68</guid>
		<description><![CDATA[If you get the following errors starting screen as a user: No more PTYs. Sorry, could not find a PTY. [screen is terminating] You have to change /dev/ptmx file permissions: # ls -l /dev/ptmx crw-r--r-- 1 root root 5, 2 nov 18 23:28 /dev/ptmx # chmod a+w /dev/ptmx # ls -l /dev/ptmx crw-rw-rw- 1 root [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you get the following errors starting <strong>screen</strong> as a user:</p>
<pre>
No more PTYs.
Sorry, could not find a PTY.
[screen is terminating]
</pre>
<p>You have to change <code>/dev/ptmx</code> file permissions:</p>
<pre>
# ls -l /dev/ptmx 
crw-r--r-- 1 root root 5, 2 nov 18 23:28 /dev/ptmx
# chmod a+w /dev/ptmx
# ls -l /dev/ptmx 
crw-rw-rw- 1 root root 5, 2 nov 18 23:34 /dev/ptmx
</pre>
<p>Under Ubuntu, there was no problem. Permissions already set:</p>
<pre>
$ ls -l /dev/ptmx 
crw-rw-rw- 1 root tty 5, 2 2009-11-18 23:37 /dev/ptmx
</pre>
<p><strong>References :</strong></p>
<ul>
<li><code>man ptmx</code></li>
<li><code>ubuntu$ ls -l /dev/ptmx</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/screen-no-more-ptys-sorry-could-not-find-a-pty/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>(Français) Commande screen</title>
		<link>http://positon.org/commande-screen</link>
		<comments>http://positon.org/commande-screen#comments</comments>
		<pubDate>Thu, 19 Jun 2008 07:36:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=28</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
				<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://fr.positon.org/tag/screen/feed">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/commande-screen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
