February 22nd, 2005

Klagenfurter Linuxday 2005 was nice. Some guys (including grml-developers) drove from Graz to Klagenfurt. Starting with the talk “Software-Entwicklungstools unter Linux” (software development tool @ linux) August Hörandl mentioned the tool scons:
SCons is an Open Source software construction tool - that is, a next-generation
build tool. Think of SCons as an improved, cross-platform substitute for the classic
Make utility with integrated functionality similar to autoconf/automake and
compiler caches such as ccache. In short, SCons is an easier, more reliable and
faster way to build software.
— www.scons.org
I’ve never heard of scons before but it seems to be a nice tool I should take a closer look at. August also mentioned CHILL (CCITT High Level Language), a general procedural programming language which is mainly used in the field of telecommunications. According to August many telecommunication companies in austria still develop applications written in CHILL. Nice talk by August!
Afterwards I had my grml-workshop. The audience was ranging from beginners – who have never seen a commandline so far – to advanced users and experts (hello gebi and jimmy ;-)). So it was quite hard to provide an interesting talk for all listeners but according to feedback it was ok. The 50 grml-CDs sponsored by Chello UPC Telekom are all given away already. ;-)
Afterwards I took part of Rene Mayrhofer’s workshop Linux Security where he presented his Linux-Live-CD-firewall Gibraltar. I’ve seen his talk quite often and do know Gibraltar – so not that much news for me ;-) but Rene is an excellent speaker and did his job perfect as usual. In the meanwhile I also took a look at my google-slides from Grazer LinuxTage 2004 due to I was asked to hold it instead of Michael Trappitsch’s “Softwarepatente”-lecture who could not hold his talk. Many people had several questions about google-stuff, after my talk I nearly had no voice left anymore. :-/
Now I’m back at home, working on grml once again ;-) and packing my bags to be able to drive to Graz tomorrow.
Posted in Computer, Events | 1 Comment »
February 20th, 2005
Effective from April 1st, 2005, use of News.Individual.NET will not be free of
charge anymore. The news service will continue as a fee-based service. The
fee for an account for News.Individual.NET is 10 EUR per year (annual
payment), that converts to only 0.84 EUR per month.
— http://news.individual.net/
Bad news IMO. :-( It’s not the fee of 10 Euro per year which I don’t like but the fact that I would have to get an account at firstgate. ;-(
news.individual (currently) provides 24063 newsgroups, the free alternative available inside from aconet/VCG (nntp://aconews.univie.ac.at) provides 15391 newsgroups. I just switched my slrn-setup back to the aconews-server. I used the aconews-server some time ago but the server administration was not as perfect as the one at news.invidual. But let’s give it another try for the next few weeks. BTW: If you have any other suggestions please let me know them :-)
Taking the chance I also updated slrn to 0.9.8.1 patchlevel 1 (the current cvs-tree seems to be older *grml*!) including my patches. Applying them still works (getting just a few hunks), expect an updated patch/version as soon as slrn 0.9.8.2 gets released (I’m not sure whether my patches will find the way to mainstream source this time).
Posted in Computer, Links | 2 Comments »
February 19th, 2005
ak’s mutt-ng project is in the news: german article in the Linux User magazine 2005/03. Great!
mutt-ng is a fork of the well-known email client mutt with the
goal to both incorporate all the patches that are floating around
in the web, and to fix all the other little annoyances of mutt.
I’m mentioning mutt-ng because as it looks like not all mutt-users noticed the existence of the project. As soon as Andi mentioned his fork, development of mutt went on (take a look at the changelog of mutt [no not debian’s version of mutt which is outdated]). I’m looking forward to release 0.1 of mutt-ng (I’m already maintaining (local) debs of mutt-ng’s svn-trunk), but please take a timeout, Andi!
Posted in Computer, Links | Comments Off on mutt-ng: ak in the news
February 19th, 2005

Yes, no joke. I was offline and did not touch computers for 7 days – whooo! :-) I was on holidays: skiing at Nassfeld (Carinthia/Austria) with my girlfriend and her family. Weather was perfect (expect for half a day on wednesday), ski piste and snow were great. We went skiing for about 6 hours a day, starting at about 8:45pm and going home at about 4am. Some pics of my holiday are available online.
BTW: Sorry for downtime of my server’s database (including my blog) but a spammer attacked my server excactly one day after I went on holidays. Thanks go to Jimmy who checked my server for the important services for several domains. Expect the database stuff everything should have worked during my holidays (my full++ mailbox says ‘yes’ too ;-)).
I just arrived at home in Klagenfurt and try to clean up my mailbox, check news & CO. Now I’ve to prepare my grml-workshop for Linuxday Klagenfurt on 22nd of february. I’m back at work. :-)
Posted in Allgemein, Computer, Events | 1 Comment »
February 12th, 2005
Greg Kroah-Hartman announced hotplug-ng which replaces the existing linux-hotplug package with very tiny, compiled executable programs, instead of the existing bash scripts. Great news IMO!
Marco d’Itri will probably maintain this package in debian (see his ITP). Marco is also maintainer of the udev-package so I’m expecting good integration.
Posted in Computer, Links | Comments Off on hotplug-ng
February 9th, 2005
I’m using the pgp-autosign-feature of mutt since ages. I usually disabled it in the pgp-menu (via pressing ‘p+f’) when writing with users of Microsoft Outlook Express (AKA OjE). Now I improved my mutt(-ng) setup so I don’t lose the autosign-feature but don’t have to disable it manually when mailing with OjE-users:
message-hook ~A "set pgp_autosign"
message-hook "~h 'X-Mailer: Microsoft Outlook Express'" "set nopgp_autosign"
Works wonderful. :-)
Posted in Allgemein | Comments Off on mutt: pgp_autosign
February 2nd, 2005
Sometimes sysadmins have to debug a computer running with (too) high load. I usually used free(1), cat /proc/interrupts, vmstat(8) [-s, -m,…] and top(1) to debug such situations. Today I stumbled upon ‘dstat’. It produces some important stats in realtime with (IMO) readable output. Check it out! And please let me know if you know of any other tools like this one. :-)
Posted in Computer | Comments Off on dstat – Versatile tool for generating system resource statistics
January 26th, 2005
As usual I’m busy working on grml. ;-) udev is already part of the current grml-devel-iso. I was interested in the xorg xserver because according to many people it should be faster than the xfree86 xserver. xorg-packages for debian should be available as soon as sarge is released *harhar* so I decided to take the debian packages of ubuntu and give it a try.
If you are using a grml-system the following steps should work for you (it might work on pure debian systems as well but I haven’t tried yet):
# add the following line to /etc/apt/sources.list:
deb http://archive.ubuntu.com/ubuntu/ hoary main restricted universe multiverse
# edit /etc/apt/apt.conf:
APT::Default-Release "Hoary";
# now install the packages:
apt-get update && apt-get install xserver-xorg xorg-common
mv /etc/X11/XF86Config-4 /etc/X11/xorg.conf
rm /etc/X11/X
ln -s /usr/X11R6/bin/Xorg /etc/X11/X
Then uncomment the APT::Default-Release-line in /etc/apt/apt.conf, run apt-get update again and now ‘grml-x wmi’ should work:
grml@grml ~ % xdpyinfo | head -4
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 60801099
grml@grml ~ %
The xorg xserver is veeeery fast on my box (much faster than xfree86) and now I’m thinking of integrating xorg-xserver into grml.
Update: If you get the error:
E: Dynamic MMap ran out of room
E: Error occured while processing wmkbd (NewVersion1)
[...]
while running apt-get update just increase the cache-limit in /etc/apt/apt.conf (‘APT::Cache-Limit 100000000;’). Yes, that’s FAQ. ;-)
Posted in Computer | Comments Off on Using xorg xserver on a grml box (Update)
January 26th, 2005
Google has fully integrated the past 20 years of Usenet archives into Google Groups, which now offers access to more than 800 million messages dating back to 1981. This is by far the most complete collection of Usenet articles ever assembled and a fascinating first-hand historical account.
[…]
Enjoy your trip back to the golden age of Usenet.
— www.google.com/googlegroups/archive_announce_20.htm
Posted in Computer, Links | Comments Off on 20 Year Usenet Timeline
January 21st, 2005
My grml talk has been accepted for Chemnitzer Linux Tage 2005. Now I’ve to check out how to drive to Chemnitz. ;-)
According to the (yet unofficial) program I’ll meet maaaany people who I can meet only on such events. ;-) I’ll even meet one of the grml developers for the first time in real life (hello Nico! ). ;-) Jimmy and Daniel will be also in Chemnitz. Greaaaaat! :-)
Update: the program is available online.
Posted in Computer, Events | 1 Comment »
January 17th, 2005

QEMU is an emulator for various CPUs. It works on Linux, Windows, FreeBSD and Mac OS X.
Inspired by user feedback I tried to run grml via QEMU on a windows box today. Worked like a charme, except that running it via emulation is much slower than running it in native mode. ;-)
Posted in Computer | Comments Off on Running grml with QEMU
January 16th, 2005
Free Software Magazine is a free magazine for the free software world, available on paper and in electronic format.
(pointer by Emanuele Rocca)
Posted in Bücher & CO, Computer, Links | Comments Off on Free Software Magazine
January 12th, 2005
I just found out that “Linux Treiber entwickeln – Eine systematische Einführung in Gerätetreiber für den Kernel 2.6” by Jürgen Quade and Eva-Katharina Kunst (ISBN://3-89864-238-0) is available online. You might know parts of it from the german version of Linux Magazin. Have fun and enjoy reading it! :-)
Posted in Bücher & CO, Links | 2 Comments »
January 12th, 2005
Kriminalität: Prokop will Sicherheitsprogramm
— Headline at orf.at (article) [english: crime: Prokop wants a security tool^Wprogram]
Hey, I just released grml! 8-)
(pointer by Martin)
Posted in Allgemein | 1 Comment »
January 10th, 2005
grml 0.2 – Codename Satura is available. The new release brings 455 new packages and many new features like an updated hardware detection, new bootparameters and a kernel 2.6.9 including several patches.
For details take a look at the release announcement and the grml website.
Posted in Computer | 1 Comment »
January 6th, 2005
$ apt-get install libstdc++2.10-glibc2.2
Reading Package Lists... Error!
E: Unable to parse package file /var/lib/dpkg/status (1)
E: The package lists or status file could not be parsed or opened.
WTF? I did nothing since last time I used apt-get. Oh, not true. I updated grml-scripts and grml-etc. Let’s take a look at /var/lib/dpkg/status. Ah, 567 files marked as configfiles in grml-etc. Let’s remove some lines for fun, :wq and run apt-get again. Works. *d’oh*
Posted in Computer, Rants | 2 Comments »
December 29th, 2004

Yesterday I’ve been at the cinema. My girlfriend and me were watching the german version of ‘The phantom of the Opera’. The pictures are impressive, the sound is great. What we didn’t like was the voice of Uwe Kröger for the phantom because the actor of the phantom didn’t look like Uwe. ;-)
Conclusion: A beautiful movie for watching with a girl. :-)
Posted in Allgemein | Comments Off on Cinema: Phantom of the Opera
December 29th, 2004
Today I discovered the useful tool tcprobe. Till today I used mplayer and GNU strings for getting details on movie files. tcprobe is part of the transcode package and provides detailed information on files:
$ tcprobe -i test.avi
[tcprobe] RIFF data, AVI video
[avilib] V: 25.002 fps, codec=DX50, frames=1597, width=352, height=288
[avilib] A: 32000 Hz, format=0x55, bits=0, channels=1, bitrate=56 kbps,
[avilib] 1586 chunks, 447131 bytes, CBR
[tcprobe] summary for test.avi, (*) = not default, 0 = not detected
import frame size: -g 352x288 [720x576] (*)
frame rate: -f 25.002 [25.000] frc=0 (*)
audio track: -a 0 [0] -e 32000,0,1 [48000,16,2] -n 0x55 [0x2000] (*)
bitrate=56 kbps
length: 1597 frames, frame_time=39 msec, duration=0:01:03.875
Posted in Computer | Comments Off on tcprobe: get information on movie files
December 27th, 2004

Linux Server Hacks by Rob Flickenger (ISBN: 0-596-00461-3) is a collection of 100 tips and tricks for servers running linux.
I read the german version (ISBN: 3897213613) and enjoyed it. First of all I like the short “stories” because it’s possible to savour the book when you’ve just a few minutes of spare time. About 30% of the tips are really interesting, especially the chapters ‘Information Servers’ and ‘Monitoring’ are helpful IMO.
Posted in Bücher & CO, Computer | Comments Off on Book: Linux Server Hacks
December 23rd, 2004
echo 'Du gruenst nicht nur zur Sommers zeit,
nein auch im Winter, wenn es schne it. O
Tannenbaum, o Tannenbaum, wie gruen sind
deeeeine Blaetter' | festival --tts
Posted in Computer, Events | 1 Comment »