[ gefunden ] by tobias @ 31.10.2007 23:28 CEST
«Rule #1 in kernel programming: don't *ever* think that things actually work the way they are documented to work. The documentation is a starting point, nothing else.» — Linus Torvalds
I think this applies for almost every "documented" software out there ;-) Sometimes what's called documentation can't even be considered real documentation at all.
via KernelTrap
Da ich letztes Semester
in Berlin weilte, habe ich da über
nion vom dortigen
Distro-Bash der Freitagsrunde der TU-Berlin erfahren,
konnte dort aber leider nie vorbei gehen. Die Idee hat mich trotzdem begeistert und so beschloss ich, dieses Herbstsemester in der
LUG ZHAW (damals noch LUG ZHW ;-) die Idee ebenfalls
umzusetzen. Nachdem ich auf
Symlink über den Anlass
berichtet hatte,
übernahm auch Pro-Linux die Meldung. Und mittlerweile ist die Nachricht vom Distro-Bash an der ZHAW auch wieder an die TU-Berlin zurückgelangt, wie der
Blog-Eintrag von Robert Buchholz - einem der dortigen Organisatoren - zeigt. Die erste Runde des
LUG ZHAW Distro-Bash 2007 findet nun diesen Mittwoch um 17:30 am Standort Technikumstrasse (Zimmer E314) statt, wo
Visvanath Ratnaweera
Slackware Linux und ich
Debian GNU Linux vorstellen werden. Wer in der Nähe ist, ist gerne eingeladen vorbeizukommen.
Today I released version 0.5 of
inotail, the fast tail replacement. This version is just a minor bugfix release, see the
changelog for details.
About two months after the last release, I released version 0.4 of inotail, a tail replacement using inotify. As of this version inotail uses buffers of optimal
size (depending on the filesystem) for I/O (patch contributed by Folkert van Heusden). See the changelog for all changes. Debian packages should hit the archive soon.
Note: I'm currently working on correct tailing from pipes which would make inotail fully compatible to POSIX tail.
Now back to uni work...
Nico Golde developed a library to easily gather
ACPI information from a Linux system. Before releasing the library to the public he needs some people with different hardware configuration (e.g. two batteries in a laptop) to test.
So if you got some minutes to spare, give it a try and provide feedback to Nico.
Details on how to get the code etc. can be found in his blog.

Der LinuxTag, welcher dieses Jahr zum ersten Mal in Berlin stattfinden wird, hat im Vorfeld vor allem wegen eines Themas Schlagzeilen (z.B. bei Symlink) gemacht: Der Schirmherrschaft der deutschen Innenministers Wolfgang Schäuble. Der Schweizer Leser wird sich jetzt vielleicht fragen, was denn daran so schlimm sein mag.
Schäuble ist in Deutschland so etwas wie ein Symbol (trotzdem natürlich nicht der alleinige Verantwortliche) für einen immer weiter um sich greifenden Überwachungsstaat. Als Beispiel dafür ist etwa die Vorratsdatenspeicherung
zu sehen. Auch wenn zwischen freier Software und einem immer weiter fortschreitenden Überwachungsstaat in meinen Augen kein direkter Zusammenhang besteht, beisst sich das ganze doch etwas. In den Augen vieler Entwickler und Unterstützer freier Software ist jemand, der sich für immer weiterreichende Einschränkungen der Freiheit einsetzt
nicht der ideale Kandidat für die Schirmherrschaft eines Anlasses, der sich mit der Freiheit bezogen auf Software befasst. So sah sich der LinuxTag dann nach auch gezwungen, eine Stellungnahme zu veröffentlichen.
Trotz all der Kritik werde ich den LinuxTag wohl besuchen, vor allem auch, da er diesmal nur knapp 40 S-Bahn-Minuten entfernt stattfindet. Und trotz allem bleibt es eine FOSS-Veranstaltung. Neben einem umfangreichen Vortragsprogramm bietet
sich auch wieder die Gelegenheiten mit den unterschiedlichsten Leuten diverser Projekte interessante Gespräche zu führen und vielleicht auch die eine oder andere neue Idee für eine neues Programmierprojekt nach Hause mitzunehmen.
Mika released the first rc version of the upcoming grml 1.0 release. Additionally grml64 (grml for AMD64) ist available as well as a grml-small 0.4 release candidate. Get them while they're hot! (Bug reports this way)
For those who've never heard about grml: «grml is a bootable CD (Live-CD) originally based on Knoppix and nowadays based on Debian. grml includes a collection of GNU/Linux software especially for users of texttools and system administrators. grml provides automatic hardware detection.» More information at grml.org
I just released version 0.3 of inotail, a replacement for the tail utility using inotify to speed up the follow mode (the '-f' option). This version doesn't contain new features but fixes for some minor bugs (see the changelog for details. Get the tarball
for inotail 0.3 here: http://distanz.ch/inotail/inotail-0.3.tar.bz2
About: inotail is a replacement for the 'tail' program found in the base installation of every Linux/UNIX system. It makes use of the inotify infrastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode (the '-f' option). Standard tail polls the file every second by default while
inotail listens to special events sent by the kernel through the inotify API to determine whether a file needs to be reread.