Archive for the 'English' Category
Friday, October 29th, 2010
Update: see LART of the day – the solution for the solution. % cat foo.c int main() { return 0; } % gcc foo.c foo.c:1: fatal error: can’t open /tmp/ccxgyEhb.s for writing: Permission denied compilation terminated. Uh?! Ok, does the file exist? Do I have write permissions? gcc ok? % pwd /tmp % ls -lad […]
Posted in Computer, English | 9 Comments »
Wednesday, August 18th, 2010
Finally I’m back from DebConf10 in New York. It was the first DebConf I attended and it was just great. Thanks a lot to all involved people for making DebConf such a great event. I had a big todo list for DebCamp and DebConf and managed to get a bunch of work done. Besides several […]
Posted in Computer, Debian, English, Events | Comments Off on DebConf10: done
Friday, July 30th, 2010
On each last Friday of July the annual System Administrator Appreciation Day is taking place. Matt Simmons organized a SysAdmin Day Meetup to celebrate this event in New York. If you’re in New York on 30th of July consider registering yourself (it’s free and takes just a few seconds). If you are participant of the […]
Posted in Debian, English, Events, Links | Comments Off on Event: System Administrator Appreciation Day 2010 in New York
Thursday, July 8th, 2010
Last weekend (2010-07-02 – 2010-07-04) nine people met at the FAI developer workshop at Linuxhotel in Essen/Germany. If you can’t remember: FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large-scale infrastructures and clusters. The […]
Posted in Computer, Debian, English, Events | Comments Off on Report from FAI developer workshop 07/2010
Tuesday, June 22nd, 2010
From 2nd to 4th of July 2010 the FAI developer workshop will take place at the Linuxhotel in Essen/Germany. FAI? FAI is the abbreviation for Fully Automatic Installation. It’s a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks […]
Posted in Computer, Debian, English, Events | 3 Comments »
Wednesday, April 14th, 2010
I love EtherPad for online collaboration in real-time. By today (14th of April 2010) new pad creation will be disabled at EtherPad.com. Being aware of that in advance and as the EtherPad software was open sourced recently friends of mine and I were working on providing a dedicated EtherPad setup. TitanPad was born! Quoting our […]
Posted in Computer, Debian, English, Links, Open Source | 10 Comments »
Thursday, April 8th, 2010
Posted in Allgemein, English, General | 3 Comments »
Tuesday, April 6th, 2010
I’m working for a customer who’s using IBM blades. Remote access isn’t limited to e.g. SoL but also possible through a Remote Console feature using a Java applet. After migrating one of my 32bit systems to a fresh 64bit system I suddenly couldn’t use this Remote Console feature any longer. The error message was (leaving […]
Posted in Computer, Debian, English, Hardware | 4 Comments »
Tuesday, April 6th, 2010
void die_if_kernel(char *str, struct pt_regs *regs) { static int die_counter; int count = 0; /* Amuse the user. */ printk( ” \\|/ ____ \\|/\n” ” \”@’/ .. \\`@\”\n” ” /_| \\__/ |_\\\n” ” \\__U_/\n”); — arch/sparc/kernel/traps_64.c
Posted in Computer, English, Links, Open Source | Comments Off on Fun in the Linux kernel source
Saturday, April 3rd, 2010
Just booked my ticket for DebConf10. See you in New York.
Posted in Computer, Debian, English, Events | Comments Off on I am going to DebConf 10
Thursday, February 4th, 2010
If you ever notice a device like that on your Linux system: # fdisk -l Disk /dev/sda: 8 MB, 8388608 bytes 8 heads, 32 sectors/track, 64 cylinders Units = cylinders of 256 * 512 = 131072 bytes Disk /dev/sda doesn’t contain a valid partition table … then the scsi_debug kernel driver is present. To get […]
Posted in Computer, English | 1 Comment »
Saturday, November 28th, 2009
Posted in Allgemein, English, General | 3 Comments »
Monday, November 2nd, 2009
Distrowatch, Heise, Pro-Linux, Symlink, Golem & CO already have the news: a new version of the Debian based Live system for system administrators has been released: Grml 2009.10 – Codename ‘Hello-Wien‘. One visible new feature is the new bootsplash which should lead you through the most important boot options. The new release features kernel 2.6.31.5 […]
Posted in Computer, Debian, English, Links, Open Source | 3 Comments »
Friday, September 11th, 2009
Live-initramfs is a fork of Ubuntu’s casper for use within Debian. Nowadays several Debian based live systems are using live-initramfs to build an initramfs suited to boot live systems. Besides debian-live and all its users that’s at least Grml (and its derivates) and FAI. I’m maintaining live-initramfs for Grml – so I know the limitations […]
Posted in Computer, Debian, English | Comments Off on Debian: considerations regarding redesign of live-initramfs
Saturday, May 30th, 2009
Now being an official Debian developer I’ve the possibility to use $DEBEMAIL=mika@debian.org for my Debian packages. But whereas I want to use that for all my official Debian packages I still want to use $DEBEMAIL=mika@grml.org for my grml related packages. I’m a lazy sysadmin and don’t want to manually adjust my changelogs depending on the […]
Posted in Computer, Debian, English | 3 Comments »
Thursday, May 28th, 2009
Since 2009-05-28 I’m an official Debian Developer. Thanks to all involved people. Special thanks to Gerfried ‘Rhonda’ Fuchs for being my advocate and a helpful package sponsor, to Alexander ‘formorer’ Wirt for being a helpful package sponsor, to Christoph ‘Myon’ Berg and Bernd ‘bzed’ Zeimetz from the frontdesk and to Marc ‘he’ Brockschmidt for being […]
Posted in Computer, Debian, English | 7 Comments »
Monday, May 25th, 2009
With grub2 you can directly boot an (iso9660) ISO using its loopback option. This is great because it provides another nice rescue scenario – for example when using grml (the Debian based Linux Live-CD for sysadmins). You no longer need to extract kernel and initrd from the ISO to be able to boot it using […]
Posted in Computer, Debian, English | 13 Comments »
Thursday, May 14th, 2009
% id -r mika id: cannot print only names or real IDs in default format % id -ugG mika id: cannot print “only” of more than one choice
Posted in Computer, English, Rants | Comments Off on Great error messages: id(1)
Sunday, February 15th, 2009
Alright, Debian GNU/Linux 5.0 AKA as Lenny has been released. Time for a Debian unstable unfreeze party! 8-) What does the new stable release bring for system administrators? I’ll give an overview what news you might expect when upgrading from Debian GNU/Linux 4.0, codename Etch (released on 8th April 2007) to the current version Debian […]
Posted in Computer, Debian, English | 7 Comments »
Sunday, February 15th, 2009
I hope you know the comics of xkcd and abstrusegoose about Unix time. Unix time? Unix time, or POSIX time, is a system for describing points in time, defined as the number of seconds elapsed since midnight Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. It is widely used not only […]
Posted in Computer, English | 2 Comments »