<?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>Parazoid.net &#187; linux</title>
	<atom:link href="http://parazoid.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://parazoid.net</link>
	<description>The Blog of Ben Stoutenburgh</description>
	<lastBuildDate>Wed, 16 May 2012 23:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Suspend is back&#8230;too well</title>
		<link>http://parazoid.net/2008/12/02/suspend-is-backtoo-well/</link>
		<comments>http://parazoid.net/2008/12/02/suspend-is-backtoo-well/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 03:35:21 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://parazoid.net/2008/12/02/suspend-is-backtoo-well/</guid>
		<description><![CDATA[To clarify last night&#8217;s post, the laptop had no problem suspending&#8230;.resuming on the other hand was odd. If you google for &#8220;fedora 10 resume&#8221; you see plenty of people have been having similar problems. Upon resuming, all I would get is garbled video for a few seconds before the system would lock up. This was [...]]]></description>
			<content:encoded><![CDATA[<p>To clarify last night&#8217;s post, the laptop had no problem suspending&#8230;.resuming on the other hand was odd.  If you google for &#8220;fedora 10 resume&#8221; you see plenty of people have been having similar problems.  Upon resuming, all I would get is garbled video for a few seconds before the system would lock up.</p>
<p>This was bothering me enough on the drive home that I contemplated dropping down to Fedora 9 for now.  Luckily I ran across Fedora&#8217;s <a href="https://fedoraproject.org/wiki/Common_F10_bugs">Common F10 bugs</a> and added <code>nomodeset</code> to my kernel parameters in <code>/etc/grub.conf</code>.  I did not have high hopes for that to work, but it does&#8230;.and then some.  The boot process is not as pretty but I&#8217;m suspending and resuming, I could not care less about what the boot process looks like.  So now I successfully suspend, but the fun comes with the resume.  When I open the laptop the system just about resumes, then suddenly suspends again.  This would continue the sad panda moment, but resuming again works.  So I just have to resume twice, I can live with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://parazoid.net/2008/12/02/suspend-is-backtoo-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10</title>
		<link>http://parazoid.net/2008/12/02/fedora-10/</link>
		<comments>http://parazoid.net/2008/12/02/fedora-10/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 06:05:37 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://parazoid.net/2008/12/02/fedora-10/</guid>
		<description><![CDATA[Sunday called for a format of the work laptop to accommodate Fedora 10. I am quite pleased that gnome-rdp is now included, but I miss suspending. *sad panda face*]]></description>
			<content:encoded><![CDATA[<p>Sunday called for a format of the work laptop to accommodate Fedora 10.  I am <em>quite</em> pleased that <a href="http://sourceforge.net/projects/gnome-rdp">gnome-rdp</a> is now included, but I miss suspending.</p>
<p>*sad panda face*</p>
]]></content:encoded>
			<wfw:commentRss>http://parazoid.net/2008/12/02/fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have no name!</title>
		<link>http://parazoid.net/2008/02/10/i-have-no-name/</link>
		<comments>http://parazoid.net/2008/02/10/i-have-no-name/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 02:00:04 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://parazoid.net/2008/02/10/i-have-no-name/</guid>
		<description><![CDATA[I had this weird problem at work back in December that I thought I&#8217;d share. I had noticed that when I started new gnome-terminals, my prompts read: I have no name!@urbs-19979 Now that&#8217;s weird, but I ignored it since the machine was working and I was in a series of meetings. However, when I started [...]]]></description>
			<content:encoded><![CDATA[<p>I had this weird problem at work back in December that I thought I&#8217;d share.  I had noticed that when I started new gnome-terminals, my prompts read:</p>
<blockquote><p>I have no name!@urbs-19979</p></blockquote>
<p>Now that&#8217;s weird, but I ignored it since the machine was working and I was in a series of meetings.  However, when I started trying to ssh into other systems I was getting told</p>
<blockquote><p>You don&#8217;t exist, go away!</p></blockquote>
<p>At this point I verbally told my laptop &#8220;You don&#8217;t tell me no&#8221; which caused some weird looks but people moved on just fine.  Since the problem was now getting in my way I had to look into it.  After a while I had realized that by adding a username to my ssh commands (through -l user or user@host) I could use ssh again.  This caused me to think something was wrong with /etc/passwd, and I was right.  My user couldn&#8217;t read /etc/passwd, fixed the permissions and all was well.  I forget what I did to muck up /etc/passwd, but I&#8217;m sure if I had been using <a href="http://manpages.unixforum.co.uk/man-pages/linux/opensuse-10.2/8/vipw-man-page.html">vipw</a> like you&#8217;re supposed to I wouldn&#8217;t have had this problem&#8230;..but then again I would have missed out on the great gems that programmers leave in their programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://parazoid.net/2008/02/10/i-have-no-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

