<?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>tolaris.com &#187; repo</title>
	<atom:link href="http://www.tolaris.com/tag/repo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tolaris.com</link>
	<description>When the going gets tough, the tough sniff packets.</description>
	<lastBuildDate>Wed, 08 Sep 2010 10:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fixing BackupPC&#8217;s &#8220;Download Zip archive&#8221; restore option in Ubuntu Lucid</title>
		<link>http://www.tolaris.com/2010/07/21/fixing-backuppcs-download-zip-archive-restore-option-in-ubuntu-lucid/</link>
		<comments>http://www.tolaris.com/2010/07/21/fixing-backuppcs-download-zip-archive-restore-option-in-ubuntu-lucid/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:39:47 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backuppc]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[repo]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=949</guid>
		<description><![CDATA[We recently upgraded our BackupPC servers to Ubuntu 10.04 Lucid Lynx. It&#8217;s working almost perfectly. However, the &#8220;Download ZIP archive&#8221; restore option no longer works. This is due to a bug in recent version of the Archive::Zip Perl module which generates corrupt ZIP archives. Note to developers: when releasing new versions of your library, try [...]]]></description>
			<content:encoded><![CDATA[<p>We recently upgraded our BackupPC servers to Ubuntu 10.04 Lucid Lynx. It&#8217;s working almost perfectly. However, the &#8220;Download ZIP archive&#8221; restore option <a href="http://sourceforge.net/mailarchive/message.php?msg_name=4BE98532.4070001%40mail.ru">no longer works</a>. This is due to a bug in recent version of the Archive::Zip Perl module which generates corrupt ZIP archives.</p>
<p><span id="more-949"></span>Note to developers: when releasing new versions of your library, try to avoid breaking its <em>core functionality</em>.</p>
<p>If you try decompressing a corrupted file, you&#8217;ll see a message like this:</p>
<pre>tyler@laptop:~$ unzip restore.zip
Archive:  restore.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of restore.zip or
        restore.zip.zip, and cannot find restore.zip.ZIP, period.</pre>
<p>I posted a solution on the mailing list. I&#8217;ve since uploaded an older version (1.18-1) of this package to <a href="http://www.tolaris.com/apt-repository">my repository</a>, so the process is even more streamlined.</p>
<p>If you are using my repo:<br />
<code>apt-get install libarchive-zip-perl=1.18-1<br />
echo "libarchive-zip-perl hold" | dpkg --set-selections</code></p>
<p>If you aren&#8217;t using my repo but want a quick fix:<br />
<code>wget http://www.tolaris.com/apt/pool/main/liba/libarchive-zip-perl/libarchive-zip-perl_1.18-1_all.deb<br />
dpkg -i libarchive-zip-perl_1.18-1_all.deb<br />
echo "libarchive-zip-perl hold" | dpkg --set-selections</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2010/07/21/fixing-backuppcs-download-zip-archive-restore-option-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virt-manager now in repo</title>
		<link>http://www.tolaris.com/2009/12/08/virt-manager-now-in-repo/</link>
		<comments>http://www.tolaris.com/2009/12/08/virt-manager-now-in-repo/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:23:46 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=665</guid>
		<description><![CDATA[The latest virt-manager package in Ubuntu karmic is broken. We use virt-manager to manage KVM/QEMU virtual machines over an ssh tunnel. This worked fine in hardy and jaunty. But it is partially broken in karmic. The bug appears as: Start virt-manager. Connect to a KVM host server using connection &#8220;Remote tunnel over SSH&#8221; with hypervisor [...]]]></description>
			<content:encoded><![CDATA[<p>The latest virt-manager package in Ubuntu karmic is broken.  We use virt-manager to manage <a href="http://www.linux-kvm.org">KVM</a>/QEMU virtual machines over an ssh tunnel.  This worked fine in hardy and jaunty.  But it is partially broken in karmic.</p>
<p><span id="more-665"></span>The bug appears as:</p>
<ol>
<li>Start virt-manager.</li>
<li>Connect to a KVM host server using connection &#8220;Remote tunnel over SSH&#8221; with hypervisor &#8220;QEMU/KVM&#8221;.</li>
<li>Double-click on a VM to open a VNC connection to console.</li>
<li>The error message &#8220;Error bringing up domain details: invalid argument in virDomainGetXMLDesc&#8221; appears, and no VNC session opens.</li>
</ol>
<p>The problem is with the latest version of virt-manager, 0.7.0.  To work around it I&#8217;ve repackaged virt-manager 0.6.1 from jaunty with the fake version &#8220;0.7.1~really0.6.1-1ubuntu4&#8243;.  Packages for i386 and amd64 are now in my <a href="/apt-repository/">APT repository</a>.</p>
<p>Also, KPackageKit ignores my &#8220;<code>dpkg --set-selections</code>&#8220;, forcing me to do this.  Thanks, KPackageKit, for ignoring the standard!  Otherwise I could install the jaunty package and mark it on hold.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2009/12/08/virt-manager-now-in-repo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>kregexpeditor, grip now in repo for karmic</title>
		<link>http://www.tolaris.com/2009/11/23/kregexpeditor-grip-now-in-repo-for-karmic/</link>
		<comments>http://www.tolaris.com/2009/11/23/kregexpeditor-grip-now-in-repo-for-karmic/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:56:01 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[repo]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=653</guid>
		<description><![CDATA[Both kregexpeditor (removed since the KDE 4 upgrade) and grip (unmaintained since 2005, relies on old libraries) are missing from Ubuntu karmic. I expect to find alternatives to grip, but for now I&#8217;d like to keep using it. And I&#8217;ll give up kregexpeditor when they pry it from my cold, dead hands. The hardy version [...]]]></description>
			<content:encoded><![CDATA[<p>Both kregexpeditor (removed since the KDE 4 upgrade) and grip (unmaintained since 2005, relies on old libraries) are missing from Ubuntu karmic.  I expect to find <a href="http://www.dwasifar.com/?p=836">alternatives</a> to grip, but for now I&#8217;d like to keep using it.  And I&#8217;ll give up kregexpeditor when they pry it from my cold, dead hands.</p>
<p>The hardy version of kregexpeditor still works on karmic, and I&#8217;ve used pbuilder to port the jaunty package of grip to karmic.  Both are now in the <a href="http://www.tolaris.com/apt-repository/">repo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2009/11/23/kregexpeditor-grip-now-in-repo-for-karmic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>kregexpeditor now in repo</title>
		<link>http://www.tolaris.com/2009/08/22/kregexpeditor-now-in-repo/</link>
		<comments>http://www.tolaris.com/2009/08/22/kregexpeditor-now-in-repo/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:39:21 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=473</guid>
		<description><![CDATA[Cleaning up after the KDE 4 upgrade continues. Today I tried to port kregexpeditor from hardy, but pbuilder stopped with a library conflict: kdelibs5-dev: Conflicts: kdelibs4-dev but 4:3.5.10.dfsg.1-1ubuntu8 is to be installed I&#8217;m sure I could have resolved this, but I decided to test the hardy package before spending any more effort. The package installed [...]]]></description>
			<content:encoded><![CDATA[<p>Cleaning up after the <a href="http://www.tolaris.com/2009/08/18/upgrading-from-kubuntu-8-04-to-9-04/">KDE 4 upgrade</a> continues.  Today I tried to port kregexpeditor from hardy, but <a href="http://www.tolaris.com/2009/03/31/backporting-debian-packages-with-pbuilder/">pbuilder</a> stopped with a library conflict:</p>
<pre>kdelibs5-dev: Conflicts: kdelibs4-dev but 4:3.5.10.dfsg.1-1ubuntu8 is to be installed</pre>
<p>I&#8217;m sure I could have resolved this, but I decided to test the hardy package before spending any more effort.  The package installed without complaint, and the binary runs.  I&#8217;ve added the amd64 and i386 packages from hardy-backports to the <a href="http://www.tolaris.com/apt-repository/">repo</a> for jaunty.</p>
<p><span id="more-473"></span>I&#8217;m sad to see kregexpeditor go, as it is the only decent means of visualising complex regular expressions.  It is apparently orphaned upstream, with no plans to port it to KDE 4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2009/08/22/kregexpeditor-now-in-repo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sun Java Firefox plugin working on Ubuntu Hardy amd64</title>
		<link>http://www.tolaris.com/2009/04/08/sun-java-firefox-plugin-working-on-ubuntu-hardy-amd64/</link>
		<comments>http://www.tolaris.com/2009/04/08/sun-java-firefox-plugin-working-on-ubuntu-hardy-amd64/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:45:09 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=309</guid>
		<description><![CDATA[Finally, finally, FINALLY! The Sun Java plugin now works on Firefox amd64 in native 64-bit. It has already been included in Ubuntu 9.04 Jaunty, but the packages work just fine on Hardy as well, and probably on Intrepid. Just download and install the Jaunty versions of sun-java6-bin, sun-java6-jre, sun-java6-fonts, and sun-java6-plugin. Install them, and remove [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, finally, FINALLY!  The Sun Java plugin now works on Firefox amd64 in native 64-bit.  It has already been included in Ubuntu 9.04 Jaunty, but the packages work just fine on Hardy as well, and probably on Intrepid.</p>
<p>Just download and install the Jaunty versions of <a href="http://packages.ubuntu.com/jaunty/sun-java6-bin">sun-java6-bin</a>, <a href="http://packages.ubuntu.com/jaunty/sun-java6-jre">sun-java6-jre</a>, <a href="http://packages.ubuntu.com/jaunty/sun-java6-fonts">sun-java6-fonts</a>, and <a href="http://packages.ubuntu.com/jaunty/sun-java6-plugin">sun-java6-plugin</a>.  Install them, and remove the old icedtea plugin if you have it:</p>
<p><code>sudo dpkg -i sun-java6-bin_6-13-1_amd64.deb sun-java6-fonts_6-13-1_all.deb sun-java6-jre_6-13-1_all.deb sun-java6-plugin_6-13-1_amd64.deb<br />
sudo apt-get remove --purge icedtea-gcjwebplugin</code></p>
<p>Then restart Firefox and Sun java will load natively 64-bit.  Check it:</p>
<p><code>tyler@baal:~$ java -version</code></p>
<pre>java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)</pre>
<p>I&#8217;ve included them in the <a href="/apt-repository/">repository</a>.</p>
<p>Update 2009-07-16: A more recent version is now available in the hardy-updates repository.  I have removed the above copy from my repo.  Intrepid users should upgrade to jaunty anyway, but can still download packages <a href="http://packages.ubuntu.com/hardy-updates/sun-java6-plugin">directly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2009/04/08/sun-java-firefox-plugin-working-on-ubuntu-hardy-amd64/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Internet Explorer with ies4linux and Ubuntu Hardy</title>
		<link>http://www.tolaris.com/2009/02/03/using-internet-explorer-with-ies4linux-and-ubuntu-hardy/</link>
		<comments>http://www.tolaris.com/2009/02/03/using-internet-explorer-with-ies4linux-and-ubuntu-hardy/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:52:54 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=186</guid>
		<description><![CDATA[There is a bug in the version of wine supplied with Ubuntu Hardy. This causes the version of Internet Explorer installed with ies4linux to hang when loading sites via HTTPS. I use IE for a few sites written back in the dark ages, and for testing a site&#8217;s layout before publication. Aside: tolaris.com&#8217;s neat new [...]]]></description>
			<content:encoded><![CDATA[<p>There is a <a href="https://bugs.launchpad.net/ubuntu/+source/wine/+bug/205895">bug</a> in the version of wine supplied with Ubuntu Hardy.  This causes the version of Internet Explorer installed with ies4linux to hang when loading sites via HTTPS.  I use IE for a few sites written back in the dark ages, and for testing a site&#8217;s layout before publication.</p>
<p>Aside: tolaris.com&#8217;s neat new automagically expanding header images look terrible in IE 5/6.  I have no intention of fixing this.  If you&#8217;re reading my site, you probably know better than to use IE for everyday browsing.</p>
<p>In October I recompiled wine from the Hardy source packages with the <a href="https://bugs.launchpad.net/ubuntu/+source/wine/+bug/205895/comments/35">proposed bug fix</a>.  But I never announced it.  If you missed that, you can find it in the <a href="http://www.tolaris.com/apt-repository/">repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2009/02/03/using-internet-explorer-with-ies4linux-and-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kgtk packaged for Ubuntu Hardy</title>
		<link>http://www.tolaris.com/2008/10/12/kgtk-packaged-for-ubuntu-hardy/</link>
		<comments>http://www.tolaris.com/2008/10/12/kgtk-packaged-for-ubuntu-hardy/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 20:04:07 +0000</pubDate>
		<dc:creator>Tyler Wagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tolaris.com/?p=143</guid>
		<description><![CDATA[KGTK is a wrapper utility that allows GTK applications to use the native KDE file open/save dialogs. I cannot stand the GTK/Gnome dialogs, and I this helps apps like Firefox maintain a consistent appearance with KDE. I&#8217;ve packaged the latest release, 0.10.0, for Ubuntu Hardy amd64 and i386. It is available in my repository now. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kde-apps.org/content/show.php?content=36077">KGTK</a> is a wrapper utility that allows GTK applications to use the native KDE file open/save dialogs.  I cannot stand the GTK/Gnome dialogs, and I this helps apps like Firefox maintain a consistent appearance with KDE.</p>
<p>I&#8217;ve packaged the latest release, 0.10.0, for Ubuntu Hardy amd64 and i386.  It is available in my <a href="http://www.tolaris.com/apt-repository/">repository</a> now.  Source packages are provided, so any other Debian-based distro or architecture should be able to build it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolaris.com/2008/10/12/kgtk-packaged-for-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.tolaris.com @ 2010-09-10 11:46:31 -->