<?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>SurlyJake &#187; Jaunty</title>
	<atom:link href="http://www.surlyjake.com/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vmware &#8211; Unable to change virtual machine power state: Internal error.</title>
		<link>http://www.surlyjake.com/2009/08/vmware-unable-to-change-virtual-machine-power-state-internal-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-unable-to-change-virtual-machine-power-state-internal-error</link>
		<comments>http://www.surlyjake.com/2009/08/vmware-unable-to-change-virtual-machine-power-state-internal-error/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:43:23 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[killall]]></category>
		<category><![CDATA[SIGKILL]]></category>
		<category><![CDATA[SIGTERM]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[zombie]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=528</guid>
		<description><![CDATA[Ran into this while running Vmware Workstation under Ubuntu Jaunty. I got an error while shutting down the machine through an NX session. This is a result of a zombie &#8216;vmware-vmx&#8217; process running. All you need to do is kill the process. This command sends &#8216;signal 9&#8242; to the process. When sent to a program, [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into this while running <a href="http://www.surlyjake.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VMware">Vmware</a> <a href="http://www.surlyjake.com/tag/workstation/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Workstation">Workstation</a> under <a href="http://www.surlyjake.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> <a href="http://www.surlyjake.com/tag/jaunty/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Jaunty">Jaunty</a>. I got an error while shutting down the machine through an NX session.</p>
<p>This is a result of a <a href="http://www.surlyjake.com/tag/zombie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with zombie">zombie</a> &#8216;vmware-vmx&#8217; process running. All you need to do is kill the process. This command sends &#8216;signal 9&#8242; to the process. When sent to a program, <a href="http://www.surlyjake.com/tag/sigkill/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SIGKILL">SIGKILL</a> causes it to terminate immediately. In contrast to <a href="http://www.surlyjake.com/tag/sigterm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SIGTERM">SIGTERM</a> and SIGINT, this signal cannot be caught or ignored. For more information: <a href="http://en.wikipedia.org/wiki/SIGKILL" target="_blank">more sigkill info</a>.</p>
<pre><code><a href="http://www.surlyjake.com/tag/killall/" class="st_tag internal_tag" rel="tag" title="Posts tagged with killall">killall</a> -s9 vmware-vmx</code></pre>
<p>After that, I was able to start up the virtual machine without issue.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/08/vmware-unable-to-change-virtual-machine-power-state-internal-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/08/vmware-unable-to-change-virtual-machine-power-state-internal-error/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>In Ubuntu Jaunty, shift, ctrl,alt, and caps lock buttons stop working</title>
		<link>http://www.surlyjake.com/2009/07/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working</link>
		<comments>http://www.surlyjake.com/2009/07/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:45:03 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[setxkbmap]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=511</guid>
		<description><![CDATA[This appears to be related to vmware, to correct: open up the terminal, and type: setxkbmap. Thats it.]]></description>
			<content:encoded><![CDATA[<p>This appears to be related to <a href="http://www.surlyjake.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VMware">vmware</a>, to correct: open up the <a href="http://www.surlyjake.com/tag/terminal/" class="st_tag internal_tag" rel="tag" title="Posts tagged with terminal">terminal</a>, and type:<br />
<a href="http://www.surlyjake.com/tag/setxkbmap/" class="st_tag internal_tag" rel="tag" title="Posts tagged with setxkbmap">setxkbmap</a>. Thats it.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/07/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/07/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin OSD pop ups in Ubuntu Jaunty</title>
		<link>http://www.surlyjake.com/2009/07/pidgin-osd-pop-ups-in-ubuntu-jaunty/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pidgin-osd-pop-ups-in-ubuntu-jaunty</link>
		<comments>http://www.surlyjake.com/2009/07/pidgin-osd-pop-ups-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:17:52 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Libnotify]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Popups]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=508</guid>
		<description><![CDATA[You can remove or configure the Pidgin pop up&#8217;s that you see from pidgin. Buddies logging on/off, and in my case, new messages. I didn&#8217;t want every new message i receive to be blasted up on the desktop OSD. To control what you see there, Pull up your Pidgin window (buddy window, not your conversation [...]]]></description>
			<content:encoded><![CDATA[<p>You can remove or <a href="http://www.surlyjake.com/tag/configure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with configure">configure</a> the <a href="http://www.surlyjake.com/tag/pidgin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pidgin">Pidgin</a> pop up&#8217;s that you see from <a href="http://www.surlyjake.com/tag/pidgin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pidgin">pidgin</a>. Buddies logging on/off, and in my case, new messages. I didn&#8217;t want every new message i receive to be blasted up on the desktop <a href="http://www.surlyjake.com/tag/osd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OSD">OSD</a>. To control what you see there, Pull up your <a href="http://www.surlyjake.com/tag/pidgin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pidgin">Pidgin</a> window (buddy window, not your conversation box), then: Tools -&gt; Plugins -&gt; <a href="http://www.surlyjake.com/tag/libnotify/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Libnotify">Libnotify</a> <a href="http://www.surlyjake.com/tag/popups/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Popups">Popups</a>. When you have selected the libnotify pop-ups, click on &#8220;configure plug-in&#8221;. That will give you some check boxes to customize the behaviour</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/07/pidgin-osd-pop-ups-in-ubuntu-jaunty/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/07/pidgin-osd-pop-ups-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

