Felix Kaechele

This user hasn't shared any biographical information


Posts by Felix Kaechele

Speeding up mock

I found this quite useful since I’ve been doing some more mock builds lately:

This will speed up mock builds on your multi-core system. Basically mock uses tar and gzip to create a cache of the buildroot contents before building so that it doesn’t need to install a fresh buildroot every time you do a mock build. Unfortunately gzip can only use one core of your multi-core processor at a time. pigz is a mutli-threaded implementation of gzip that is fully compatible. You can tell mock to use pgiz instead of gzip.

As root do:

  1. yum install pigz
  2. open /etc/mock/site-defaults.cfg in your favorite editor
  3. find the line
    # config_opts['plugin_conf']['root_cache_opts']['compress_program'] = “gzip”
    In my cfg is is at lines 65.
  4. Uncomment that line and edit it to say pigz instead of gzip
  5. You’re all set.

Driving to Stuttgart

I’ll be driving to Stuttgart today. Just for fun I’ll test Google Latitude to publish my current location.



Fedora Booth FrOSCon 2009

FrOSCon Day 0

Well there’s not much here yet. I also only met Jens Kühnel from our booth team. However my girlfriend (who brought me to St. Augustin) and her father were so kind to set up our booth (they just had fun setting up the booth, I didn’t actually ask them to) while I was organizing changes with the hotel staff.

Here’s the result:

Fedora Booth FrOSCon 2009

I will try to get a blue table cloth for tomorrow and some other nice accessories to pimp the booth. We will also have some LiveCDs and laptops on display.

OpenTTD now in Fedora Updates

OpenTTD 0.7.1 hast just been pushed to f10/f11-updates. It should now be possible to get it by just yum install openttd

Have fun!