<?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>Marc Abramowitz &#187; Ubuntu</title>
	<atom:link href="http://marc-abramowitz.com/archives/category/computers/software/unix/linux/debian/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://marc-abramowitz.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 23:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu repository problem resolved</title>
		<link>http://marc-abramowitz.com/archives/2007/11/18/ubuntu-repository-problem-resolved/</link>
		<comments>http://marc-abramowitz.com/archives/2007/11/18/ubuntu-repository-problem-resolved/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 20:26:16 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc-abramowitz.com/archives/2007/11/18/ubuntu-repository-problem-resolved/</guid>
		<description><![CDATA[<p>The previously mentioned Ubuntu repository problem seems to have resolved itself. I am finally able to upgrade my <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/11/18/ubuntu-repository-problem-resolved/">Ubuntu repository problem resolved</a></span>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/">previously mentioned Ubuntu repository problem</a> seems to have resolved itself. I am finally able to upgrade my Samba packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/11/18/ubuntu-repository-problem-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu mirror troubles</title>
		<link>http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/</link>
		<comments>http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 05:02:48 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu linux]]></category>

		<guid isPermaLink="false">http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/</guid>
		<description><![CDATA[<p>This has been happening all day every time I attempt to do apt-get dist-upgrade:</p>

The following packages will be upgraded:
  libsmbclient samba samba-common smbclient smbfs
5 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.0MB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/">Ubuntu mirror troubles</a></span>]]></description>
			<content:encoded><![CDATA[<p>This has been happening all day every time I attempt to do <code>apt-get dist-upgrade</code>:</p>
<pre>
The following packages will be upgraded:
  libsmbclient samba samba-common smbclient smbfs
5 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.0MB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Err http://security.ubuntu.com feisty-security/main smbfs 3.0.24-2ubuntu1.3
  403 Forbidden
Err http://security.ubuntu.com feisty-security/main smbclient 3.0.24-2ubuntu1.3
  403 Forbidden
Err http://security.ubuntu.com feisty-security/main samba 3.0.24-2ubuntu1.3
  403 Forbidden
Err http://security.ubuntu.com feisty-security/main samba-common 3.0.24-2ubuntu1.3
  403 Forbidden
Err http://security.ubuntu.com feisty-security/main libsmbclient 3.0.24-2ubuntu1.3
  403 Forbidden
E: Failed to fetch</pre>
<pre>http://security.ubuntu.com/ubuntu/pool/main/s/samba/smbfs_3.0.24-2ubuntu1.3_i386.deb:</pre>
<pre>403 Forbidden</pre>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/11/16/ubuntu-mirror-troubles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Possible fix for using apt through a broken HTTP proxy</title>
		<link>http://marc-abramowitz.com/archives/2007/10/29/possible-fix-for-using-apt-through-a-broken-http-proxy/</link>
		<comments>http://marc-abramowitz.com/archives/2007/10/29/possible-fix-for-using-apt-through-a-broken-http-proxy/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:10:19 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc-abramowitz.com/archives/2007/10/29/possible-fix-for-using-apt-through-a-broken-http-proxy/</guid>
		<description><![CDATA[<p>Seen on a work email list. A possible solution to the problem where files downloaded through apt-get on Ubuntu at work (where we have a squid HTTP proxy) periodically get corrupted.</p>
<p>Put the following in apt.conf:</p>

Acquire::http::Pipeline-Depth "0";
<p>Quote from man apt.conf:</p>
<p>One setting is provided to control the pipeline depth in cases where the remote server is not RFC <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/10/29/possible-fix-for-using-apt-through-a-broken-http-proxy/">Possible fix for using apt through a broken HTTP proxy</a></span>]]></description>
			<content:encoded><![CDATA[<p>Seen on a work email list. A possible solution to the problem where files downloaded through <code>apt-get</code> on Ubuntu at work (where we have a squid HTTP proxy) periodically get corrupted.</p>
<p>Put the following in <code>apt.conf</code>:</p>
<pre>
Acquire::http::Pipeline-Depth "0";</pre>
<p>Quote from <code>man apt.conf</code>:</p>
<blockquote><p>One setting is provided to control the pipeline depth in cases where the remote server is not RFC conforming or buggy (such as Squid 2.0.2) <code>Acquire::http::Pipeline-Depth</code> can be a value from 0 to 5 indicating how many outstanding requests APT should send. A value of zero MUST be specified if the remote host does not properly linger on TCP connections &#8211; otherwise data corruption will occur. Hosts which require this are in violation of <a href="http://www.faqs.org/rfcs/rfc2068.html">RFC 2068</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/10/29/possible-fix-for-using-apt-through-a-broken-http-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got suspend to disk working on my Asus S-presso</title>
		<link>http://marc-abramowitz.com/archives/2007/09/12/got-suspend-to-disk-working-on-my-asus-s-presso/</link>
		<comments>http://marc-abramowitz.com/archives/2007/09/12/got-suspend-to-disk-working-on-my-asus-s-presso/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 06:00:31 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc-abramowitz.com/archives/2007/09/12/got-suspend-to-disk-working-on-my-asus-s-presso/</guid>
		<description><![CDATA[<p>As previously mentioned, I was trying to get suspend to RAM and/or suspend to disk working on my Asus S-presso box with Ubuntu feisty.</p>
<p>Well, I got it to work.  The problem was lame &#8211; for some reason when I installed uswsusp and it regenerated the initrd, it only did the 2.6.20-16-generic file and I was <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/09/12/got-suspend-to-disk-working-on-my-asus-s-presso/">Got suspend to disk working on my Asus S-presso</a></span>]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/">previously mentioned</a>, I was trying to get suspend to RAM and/or suspend to disk working on my Asus S-presso box with Ubuntu feisty.</p>
<p>Well, I got it to work.  The problem was lame &#8211; for some reason when I installed <a href="http://packages.ubuntu.com/feisty/utils/uswsusp">uswsusp</a> and it regenerated the initrd, it only did the 2.6.20-16-<strong>generic</strong> file and I was running the 2.6.20-16-<strong>386</strong> kernel. I just had to do a <code>mkinitramfs -u -k $(uname -r)</code> and that updated the proper initrd for my kernel of choice.</p>
<p>Now I suspend to disk by doing <code>sudo s2disk</code> and then later when I power on the machine and choose the relevant item in the grub menu, the newly generated initrd will automatically resume by reading from my <code>/dev/sda5</code> swap partition.</p>
<p>I also played with <code>s2ram</code>, but haven&#8217;t had too much luck there yet. My machine is not in the whitelist and I tried forcing it with -f and other options. What seems to happen is the machine attempts to suspend to RAM but then gets immediately woken up and goes right to the GNOME screensaver password prompt. I also tried upgrading to the latest version of <a href="http://suspend.sourceforge.net/">uswsusp</a> (0.7 [2007-09-03] instead of the 0.3 version that is in Ubuntu Feisty).  No dice. Heck, perhaps my machine has a broken <a href="http://en.wikipedia.org/wiki/ACPI">ACPI</a> implementation. From what I hear, the <a href="http://en.wikipedia.org/wiki/ACPI">ACPI</a> spec is quite complex and is often poorly implemented.</p>
<p>I&#8217;d like to get <code>s2ram</code> working (any ideas?), but at least now I have <code>s2disk</code> working.</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/09/12/got-suspend-to-disk-working-on-my-asus-s-presso/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>S-presso =&gt; no sleep</title>
		<link>http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/</link>
		<comments>http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 17:32:11 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/</guid>
		<description><![CDATA[<p>Computing mirroring real-life. Espresso is not conducive to sleep and neither it seems is the Asus S-presso small-form-factor PC.</p>
<p>I have an Asus S-presso small-form-factor PC that runs Ubuntu and is on all the time, because it is the print server for our Canon i950 ink jet printer.</p>
<p>Now my wife and I have decided to be more <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/">S-presso => no sleep</a></span>]]></description>
			<content:encoded><![CDATA[<p>Computing mirroring real-life. Espresso is not conducive to sleep and neither it seems is the <a href="http://marc-abramowitz.com/archives/2005/09/06/my-asus-s-presso/">Asus S-presso</a> small-form-factor PC.</p>
<p>I have an <a href="http://marc-abramowitz.com/archives/2005/09/06/my-asus-s-presso/">Asus S-presso</a> small-form-factor PC that runs Ubuntu and is on all the time, because it is the print server for our Canon i950 ink jet printer.</p>
<p>Now my wife and I have decided to be more green/eco-friendly and to save money on our electricity bill, so running a computer 24/7 is not really helpful in that regard.</p>
<p>I got out my <a href="http://www.amazon.com/gp/product/B00009MDBU/103-4600133-6812604?ie=UTF8&amp;tag=marcsepinion-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B00009MDBU">Kill-A-Watt</a> last night and measured power demand of a power strip that serves the computer, printer, monitor, external hard drives, USB hub, etc. With the computer running in its normal steady state, usage seemed to be around 160 to 180 watts. With the computer powered off, I believe it went down to around 18 or so. If I actually unplugged the computer, I think it went down to around 11 (the computer has a front-panel display with a clock when it&#8217;s off but plugged in). Even after unplugging the computer and monitor and printer and such, I don&#8217;t think I got the usage below 9 watts (Perhaps the power strip LEDs?).</p>
<p>Powering the computer off at night and when we&#8217;re not using the printer would save power but would be a bit inconvenient. Ideally, we could have it suspend to RAM or disk and then use <a href="http://en.wikipedia.org/wiki/Wake_on_LAN">Wake on LAN</a> to wake it up when we need it.</p>
<p>Well, I checked the BIOS settings and made sure that all the <a href="http://en.wikipedia.org/wiki/ACPI">ACPI</a> and <a href="http://en.wikipedia.org/wiki/Advanced_Power_Management">APM</a> stuff looked in order and then I booted up Ubuntu and tried to suspend it via GNOME&#8217;s power management stuff. Well, the computer yawned a bit and the monitor lost signal and the computer went to sleep for all of a second or two before promptly waking up and presenting the password prompt to unlock the screen. I tried this a few times. I checked the BIOS to see if anything was set to wakable and I couldn&#8217;t find anything.</p>
<p>Then I tried hibernating. First there was the obstacle that I apparently had no swap partition. Apparently during one of my upgrades, partition names changed and my <code>fstab</code> was no longer up to date so I had been unknowingly running without a swap partition. Oops. Well, that was easy to fix with a quick edit to <code>fstab</code> and an invocation of <code>swapon</code>. Now I tried to do a hibernate. The system jumped to text mode and dutifully wrote out the contents of RAM to swap, as I observed with the nice percentage done progress indicator. Then the system powered down and power usage was down to a nice 18 watts. Only problem was that pressing keys didn&#8217;t wake it up and when I pressed the power button on the machine, it did a complete cold boot and never made any attempt to restore the hibernated state.</p>
<p>After that I looked through the repository at a confusing bunch of power management stuff, including <code>powernowd</code>, <code>powersaved</code>, <code>cpudyn</code>, <code>hibernate</code>, and <code>uswsusp </code>and I tried to install some of them (some of them conflict with others) and had no luck. I also had no luck throttling the speed of my processor (Pentium 4 3.0 GHz)- it appears that my processor doesn&#8217;t support <a href="http://en.wikipedia.org/wiki/Speedstep">SpeedStep</a> or the like.</p>
<p>Eventually, it was late and I gave up and powered the computer down for the night. I guess I will power the computer down every night and power it on in the morning, at least for now. I may give some thought to getting a little $50 Ethernet USB 2.0 print server box (e.g.: <a href="http://www.anrdoezrs.net/click-2614839-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.asp%3FItem%3DN82E16833139009%26ATT%3D33-139-009%26CMP%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Network%2B-%2BPrint%2FScanner%2BServer-_-IOGEAR-_-33139009&amp;cjsku=N82E16833139009">IOgear GPSU21</a>, RJ45/USB 2.0, $53.99 ; though I recall these things often require special client software and don&#8217;t typically support bidirectional communication) or maybe just getting rid of the ink jet (which costs a lot of money in ink cartridges anyway) and replacing it with a networked laser printer (e.g.: <a href="http://www.kqzyfj.com/click-2614839-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.asp%3FItem%3DN82E16828112048%26ATT%3D28-112-048%26CMP%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Printers%2B%2B%2BMultifunction%2BDevices-_-SAMSUNG-_-28112048&amp;cjsku=N82E16828112048">Samsung ML-2571N</a>, <a href="http://images10.newegg.com/UploadFilesForNewegg/rebate/SH/SAMSUNG28-112-048Sep3Sep1607jh28.pdf" style="color: #016b04" target="_blank"><strong>$109.99</strong> after $50.00 Mail-In Rebate</a>).</p>
<p>Suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/09/12/s-presso-no-sleep/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Full Circle Magazine for Ubuntu Linux fans</title>
		<link>http://marc-abramowitz.com/archives/2007/06/16/full-circle-magazine-for-ubuntu-linux-fans/</link>
		<comments>http://marc-abramowitz.com/archives/2007/06/16/full-circle-magazine-for-ubuntu-linux-fans/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 19:23:49 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc.abramowitz.info/archives/2007/06/16/full-circle-magazine-for-ubuntu-linux-fans/</guid>
		<description><![CDATA[<p>Full Circle Magazine is an e-magazine run by the Ubuntu community that covers the world of Ubuntu, open source, <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/06/16/full-circle-magazine-for-ubuntu-linux-fans/">Full Circle Magazine for Ubuntu Linux fans</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fullcirclemagazine.org/">Full Circle Magazine</a> is an e-magazine run by the Ubuntu community that covers the world of Ubuntu, open source, and technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/06/16/full-circle-magazine-for-ubuntu-linux-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Etch released</title>
		<link>http://marc-abramowitz.com/archives/2007/04/08/debian-etch-released/</link>
		<comments>http://marc-abramowitz.com/archives/2007/04/08/debian-etch-released/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 18:50:29 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc.abramowitz.info/archives/2007/04/08/debian-etch-released/</guid>
		<description><![CDATA[<p>Michael Schurter points out that Debian Etch is available.</p>
<p>Personally, I&#8217;m waiting for Ubuntu Feisty Fawn, which is in beta and whose final release should <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/04/08/debian-etch-released/">Debian Etch released</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://michael.susens-schurter.com/blog/2007/04/08/debian-etch-released/">Michael Schurter points out that Debian Etch is available.</a></p>
<p>Personally, I&#8217;m waiting for Ubuntu Feisty Fawn, which is <a href="http://www.ubuntu.com/news/Ubuntu704Beta">in beta</a> and whose final release should be imminent.</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/04/08/debian-etch-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Fixing NO_PUBKEY CC919A31E23C5FC3 error from Automatix repository</title>
		<link>http://marc-abramowitz.com/archives/2007/04/01/ubuntu-fixing-no_pubkey-cc919a31e23c5fc3-error-from-automatix-repository/</link>
		<comments>http://marc-abramowitz.com/archives/2007/04/01/ubuntu-fixing-no_pubkey-cc919a31e23c5fc3-error-from-automatix-repository/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 18:13:24 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc.abramowitz.info/archives/2007/04/01/ubuntu-fixing-no_pubkey-cc919a31e23c5fc3-error-from-automatix-repository/</guid>
		<description><![CDATA[<p>Recently, my apt-get updates started failing with:</p>

W: GPG error: http://www.getautomatix.com edgy Release:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CC919A31E23C5FC3
W: You may want to run apt-get update to correct these problems

<p>This was easily fixed with:</p>

$ gpg --keyserver subkeys.pgp.net --recv CC919A31E23C5FC3
gpg: requesting key E23C5FC3 from hkp server subkeys.pgp.net
gpg: key E23C5FC3: public <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/04/01/ubuntu-fixing-no_pubkey-cc919a31e23c5fc3-error-from-automatix-repository/">Ubuntu: Fixing NO_PUBKEY CC919A31E23C5FC3 error from Automatix repository</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently, my <code>apt-get update</code>s started failing with:</p>
<pre>
W: GPG error: http://www.getautomatix.com edgy Release:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CC919A31E23C5FC3
W: You may want to run apt-get update to correct these problems
</pre>
<p>This was easily fixed with:</p>
<pre>
$ gpg --keyserver subkeys.pgp.net --recv CC919A31E23C5FC3
gpg: requesting key E23C5FC3 from hkp server subkeys.pgp.net
gpg: key E23C5FC3: public key "Arnav Ghosh (Automatix Team Lead) <<span id="emob-terlebq@tznvy.pbz-64">greyrod {at} gmail(.)com</span><script type="text/javascript">
    var mailNode = document.getElementById('emob-terlebq@tznvy.pbz-64');
    var linkNode = document.createElement('a');
    linkNode.setAttribute('href', "mailto:%67%72%65%79%72%6F%64%40%67%6D%61%69%6C%2E%63%6F%6D");
    tNode = document.createTextNode("greyrod {at} gmail(.)com");
    linkNode.appendChild(tNode);
    linkNode.setAttribute('id', "emob-terlebq@tznvy.pbz-64");
    mailNode.parentNode.replaceChild(linkNode, mailNode);
</script>>" imported
gpg: Total number processed: 1
gpg:               imported: 1
$ gpg --export --armor E23C5FC3 | sudo apt-key add -
OK
</pre>
<p>Now, apt knows about the gpg public key for Automatix and doesn&#8217;t complain when I do <code>sudo apt-get update</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/04/01/ubuntu-fixing-no_pubkey-cc919a31e23c5fc3-error-from-automatix-repository/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magic Ubuntu performance tip?</title>
		<link>http://marc-abramowitz.com/archives/2007/03/27/magic-ubuntu-performance-tip/</link>
		<comments>http://marc-abramowitz.com/archives/2007/03/27/magic-ubuntu-performance-tip/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 19:08:09 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc.abramowitz.info/archives/2007/03/27/magic-ubuntu-performance-tip/</guid>
		<description><![CDATA[<p>How often is is that you come across a simple tweak to your configuration file (/etc/hosts in this case) that claims to give you a noticeable performance increase, and with no discernable drawback?</p>
<p>I was psyched to try this one out and then I realized that I already had my hostname in /etc/hosts.</p>
<p>On a side note, I&#8217;m <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/03/27/magic-ubuntu-performance-tip/">Magic Ubuntu performance tip?</a></span>]]></description>
			<content:encoded><![CDATA[<p>How often is is that you come across a <a href="http://onlyubuntu.blogspot.com/2007/03/performance-tip-for-ubuntu-edgy-and.html">simple tweak to your configuration file</a> (<code>/etc/hosts</code> in this case) that claims to give you a noticeable performance increase, and with no discernable drawback?</p>
<p>I was psyched to try this one out and then I realized that I already had my hostname in <code>/etc/hosts</code>.</p>
<p>On a side note, I&#8217;m looking forward to the Ubuntu Feisty release, which is coming up in a couple of weeks&#8230;</p>
<p><a href="http://onlyubuntu.blogspot.com/2007/03/performance-tip-for-ubuntu-edgy-and.html">OnlyUbuntu: Performance tip for Ubuntu Edgy and Feisty</a></p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=marcsepinion-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=0596527209&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/03/27/magic-ubuntu-performance-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing NO_PUBKEY 2E2BCDBCB38A8516 error from Oracle Debian repository</title>
		<link>http://marc-abramowitz.com/archives/2007/02/28/fixing-no_pubkey-2e2bcdbcb38a8516-error-from-oracle-debian-repository/</link>
		<comments>http://marc-abramowitz.com/archives/2007/02/28/fixing-no_pubkey-2e2bcdbcb38a8516-error-from-oracle-debian-repository/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 22:13:28 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://marc.abramowitz.info/archives/2007/02/28/fixing-no_pubkey-2e2bcdbcb38a8516-error-from-oracle-debian-repository/</guid>
		<description><![CDATA[<p>Folks running and Debian, Ubuntu, etc. may be aware that Oracle has a Debian repository for Oracle Express and other open-source software.</p>
<p>If you weren&#8217;t aware of it and wanted to use it, here&#8217;s the magic line to add to /etc/apt/sources.list:</p>

deb http://oss.oracle.com/debian unstable main non-free

<p>Recently, my apt-get updates started printing this warning:</p>
<p>
W: GPG error: http://oss.oracle.com unstable Release: <span style="color:#777"> . . . &#8594; Read More: <a href="http://marc-abramowitz.com/archives/2007/02/28/fixing-no_pubkey-2e2bcdbcb38a8516-error-from-oracle-debian-repository/">Fixing NO_PUBKEY 2E2BCDBCB38A8516 error from Oracle Debian repository</a></span>]]></description>
			<content:encoded><![CDATA[<p>Folks running and Debian, Ubuntu, etc. may be aware that Oracle has a Debian repository for Oracle Express and other open-source software.</p>
<p>If you weren&#8217;t aware of it and wanted to use it, here&#8217;s the magic line to add to <code>/etc/apt/sources.list</code>:</p>
<pre>
deb http://oss.oracle.com/debian unstable main non-free
</pre>
<p>Recently, my <code>apt-get update</code>s started printing this warning:</p>
<p><code><br />
W: GPG error: http://oss.oracle.com unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2E2BCDBCB38A8516<br />
</code></p>
<p>because Oracle is signing their packages with GPG and my system didn&#8217;t have their GPG public key.</p>
<p>First, I tried:</p>
<pre>
$ gpg --keyserver subkeys.pgp.net --recv 2E2BCDBCB38A8516
gpg: requesting key B38A8516 from hkp server subkeys.pgp.net
gpgkeys: key 2E2BCDBCB38A8516 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
$ gpg --keyserver subkeys.pgp.net --recv-keys B38A8516
gpg: requesting key B38A8516 from hkp server subkeys.pgp.net
gpgkeys: key B38A8516 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
</pre>
<p>No dice. So I poked around a bit and found <a href="http://oss.oracle.com/el4/RPM-GPG-KEY-oracle">Oracle&#8217;s RPM GPG key</a>. I wondered if they used the same GPG key for their Debian packages as they did for their RPM packages. One way to find out:</p>
<pre>
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle
...
13:50:04 (356.53 KB/s) - `RPM-GPG-KEY-oracle' saved [1744/1744]
$ sudo apt-key add RPM-GPG-KEY-oracle
OK
$ sudo aptitude update
...
Fetched 194B in 2s (94B/s)
Reading package lists... Done
</pre>
<p>Cool, it worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://marc-abramowitz.com/archives/2007/02/28/fixing-no_pubkey-2e2bcdbcb38a8516-error-from-oracle-debian-repository/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
