Tag: repo

  • Maverick repo updates: BackupPC 3.2.0 added, Clementine removed

    Update 2011-08-06: BackupPC has been removed from the repo. A newer release is available in maverick-backports.

    Minor updates to the repo for Ubuntu 10.10 Maverick Meerkat:

    • BackupPC 3.2.0 has been added. This is the same package from Debian Sid, and works on Lucid as well. I don’t recommend a non-LTS release for your backup solution, but if your hardware requires a newer kernel, you might need this. I’ve tested it myself.
    • Clementine 0.5.3 has been removed. You can now find a newer release in maverick-backports.
  • BackupPC 3.2.0 now in repository, “Download ZIP archive” fixed

    Update 2011-08-06: BackupPC has been removed from the repo. A newer release is available in lucid-backports.

    BackupPC 3.2.0 is now in the repository for both Ubuntu Lucid and Hardy. The Lucid version is taken directly from Debian sid. The Hardy version is backported from the same package, with edits to make the graphs’ fonts work (older rrdtool on hardy) and depend on samba-common instead of samba-common-bin (changed after hardy).

    This version fixes the “Download Zip archive” issue in Ubuntu lucid. You no longer have to manually install an older Archive::Zip Perl module.

    It’s also got a shiny new favicon, courtesy yours truly. That was a hard 10 minutes’ work with GIMP, right there. Astute readers of changelogs may believe that the developers didn’t use the favicon I submitted. But according to md5sum they did, and that is awesome.

  • Fixing BackupPC’s “Download Zip archive” restore option in Ubuntu Lucid

    Update 2012-02-28: Consider upgrading to BackupPC 3.2.0 to resolve this.

    We recently upgraded our BackupPC servers to BackupPC 3.1.0 on Ubuntu 10.04 Lucid Lynx. It’s working almost perfectly. However, the “Download ZIP archive” 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.

    (more…)

  • virt-manager now in repo

    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.

    (more…)

  • kregexpeditor, grip now in repo for karmic

    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’d like to keep using it. And I’ll give up kregexpeditor when they pry it from my cold, dead hands.

    The hardy version of kregexpeditor still works on karmic, and I’ve used pbuilder to port the jaunty package of grip to karmic. Both are now in the repo.

  • kregexpeditor now in repo

    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’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’ve added the amd64 and i386 packages from hardy-backports to the repo for jaunty.

    (more…)

  • Sun Java Firefox plugin working on Ubuntu Hardy amd64

    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 the old icedtea plugin if you have it:

    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
    sudo apt-get remove --purge icedtea-gcjwebplugin

    Then restart Firefox and Sun java will load natively 64-bit. Check it:

    tyler@baal:~$ java -version

    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)

    I’ve included them in the repository.

    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 directly.

  • Using Internet Explorer with ies4linux and Ubuntu Hardy

    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’s layout before publication.

    Aside: tolaris.com’s neat new automagically expanding header images look terrible in IE 5/6. I have no intention of fixing this. If you’re reading my site, you probably know better than to use IE for everyday browsing.

    In October I recompiled wine from the Hardy source packages with the proposed bug fix. But I never announced it. If you missed that, you can find it in the repository.

  • kgtk packaged for Ubuntu Hardy

    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’ve packaged the latest release, 0.10.0, for Ubuntu Hardy amd64 and i386. It is available in my repository now. Source packages are provided, so any other Debian-based distro or architecture should be able to build it.