<?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>edeca.net &#187; bugs</title>
	<atom:link href="http://edeca.net/wp/tag/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://edeca.net/wp</link>
	<description>Musings of a geek</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:28:49 +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>Proxy auth bugs, round three</title>
		<link>http://edeca.net/wp/2009/07/proxy-auth-bugs-round-three/</link>
		<comments>http://edeca.net/wp/2009/07/proxy-auth-bugs-round-three/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 15:13:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://edeca.net/wp/?p=188</guid>
		<description><![CDATA[Another odd bug, this time in the RSS feed reader liferea.  Ubuntu bug 208135 has the details, apparently the internal browser does not correctly use the proxy authorisation.  However, the actual feed puller does, so this results in odd articles with no images.  This is another one which should be fixed in &#8220;Karmic Koala&#8220;. As [...]]]></description>
			<content:encoded><![CDATA[<p>Another odd bug, this time in the RSS feed reader liferea.  Ubuntu <a href="https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/208135">bug 208135</a> has the details, apparently the internal browser does not correctly use the proxy authorisation.  However, the actual feed puller does, so this results in odd articles with no images.  This is another one which should be fixed in &#8220;<a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-February/000536.html">Karmic Koala</a>&#8220;.</p>
<p>As for the Rhythmbox bug mentioned previously, that one does not seem to be fixed in current Karmic.  I tried an upgrade and then a fresh reinstall but Rhythmbox still exhibits the same problem.  Perhaps it is made worse by Squid sending a <tt>text/html</tt> error page, but that is a standard feature of one of the most popular pieces of proxy software, not something crazy I&#8217;ve done with no thought.  For once.</p>
]]></content:encoded>
			<wfw:commentRss>http://edeca.net/wp/2009/07/proxy-auth-bugs-round-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More proxy authentication bugs</title>
		<link>http://edeca.net/wp/2009/07/more-proxy-authentication-bugs/</link>
		<comments>http://edeca.net/wp/2009/07/more-proxy-authentication-bugs/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:36:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://staging.edeca.net/wp/?p=179</guid>
		<description><![CDATA[Apparently there are now testing builds of Firefox that fix some of the bugs I mentioned previously.  These will be in one of the 3.5 releases when they come around.  There is much discussion about what is actually fixed, but for now I am forced to click through many authentication dialogs when I restart Firefox. [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently there are now testing builds of Firefox that fix some of the bugs I <a href="/wp/2009/07/the-pains-of-proxy-authentication/">mentioned previously</a>.  These will be in one of the 3.5 releases when they come around.  There is much discussion about what is actually fixed, but for now I am forced to click through many authentication dialogs when I restart Firefox.</p>
<p>The other bug where Firefox would not save the proxy authentication details for one user is implicitly linked to the &#8220;remember passwords for sites&#8221; option.  Personally I think they should be separate, but as both use HTTP basic authentication there is probably a very good reason for it.</p>
<p>In the spirit of finding more bugs, Rhythmbox also suffers when proxy authentication is enabled.  The error <tt>"glib.GError: Proxy Authentication Required"</tt> hides on stderr (visible only if you run from the console) when attempting to play last.fm stations.  Podcasts generate the cryptic &#8220;Error in podcast&#8221; (presumably because Squid returns a text/html page with the error details).  Fortunately for radio stations the error is much clearer. The cause of all this pain is a bug in gvfs, noted and fixed in Gnome bugzilla as <a href="http://bugzilla.gnome.org/show_bug.cgi?id=586922">bug 586922</a>.  Ubuntu Karmic (9.10) is currently in testing and includes these fixes, so I will shortly update and see.</p>
]]></content:encoded>
			<wfw:commentRss>http://edeca.net/wp/2009/07/more-proxy-authentication-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The pains of proxy authentication</title>
		<link>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/</link>
		<comments>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:57:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://staging.edeca.net/newsite/?p=159</guid>
		<description><![CDATA[A small network I manage uses Squid and today I decided to enable proxy authentication to improve security a little.  This was fairly trivial, I ended up using HTTP &#8220;basic&#8221; authentication and an existing htpasswd style password file. What was not trivial was the amount of bugs this unearthed in little more than 10 minutes.  [...]]]></description>
			<content:encoded><![CDATA[<p>A small network I manage uses Squid and today I decided to enable proxy authentication to improve security a little.  This was fairly trivial, I ended up using HTTP &#8220;basic&#8221; authentication and an existing htpasswd style password file.</p>
<p>What was not trivial was the amount of bugs this unearthed in little more than 10 minutes.  <span id="more-159"></span>No changes were required to the Firefox configuration on clients, but a password dialog was presented for the first site browsed.  And the second site.  And the third one.  On some client machines with the same version of Firefox, the checkbox &#8220;use password manager to remember..&#8221; was not present.  This is marked as unconfirmed in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=439733">bug 439733</a>, but does seem be a problem.</p>
<p>Another problem occurs when Firefox starts.  A lot of things happen when Firefox starts: RSS feeds are updated, addons are checked for new versions and all the previous pages that were open are loaded.  Unfortunately, each one of these generates a password prompt.  This particular issue is <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=475053">bug 475053</a>.</p>
<p>Other programs are not perfect either.  The default package/update manager in Ubuntu does not honour the authentication configured in the Gnome global settings.  The cause?  Synaptic runs as root, but the authentication details are stored in the user&#8217;s session.  Ubuntu <a href="https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/13661">bug 13661</a> covers this, our local fix was to allow specific mirrors without authentication.</p>
<p>I&#8217;m sure this only scratches at the surface of problems that will appear, I will post again when any of the above are fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

