October 2005 Archives
23 October 2005
Just for fun
As /var would occasionally fill up (especially during large apt-get dist-upgrades) it seemed logical to extend /var to cover all that free space. However, I didn't want to disrupt my 202 day uptime record in the process did I?
Also just to add a bit of spice to it, I decide to perform this "slight tweak" from home over ssh (and a wireless link for that matter -- what was I thinking!!)
Amazingly it turned out to be surprisingly easy:
- Close down programs using /var: This was virtually every service on the box, samba, cron, inetd, apache, ntp, and so on. Did require a bit of lsof | grep /var combined with some head scratching.
- umount /var and /usr/local (which was the only partition after /var and the defunct /home and would get a new number once the change was complete) and /usr/local/share/music (for obvious reasons)
- Use parted to resize the partition. Unfortunately parted thinks my /var partition has an unusual layout and refused to resize it. I therefore took careful note of the start and end sectors and deleted it and the old /home and created a new partition that started at the same place. The kernel even reread the partition table (bear in mind /, /usr and /home are all earlier on the same disk)
- edited /etc/fstab to reflect the new partition numbers. I suspect disk labels or such like would make this easier, but this box was installed four years ago now, and I don't think that was how things worked in those days.
- used ext2resize to grow /var to fill the new partition.
- fsck /var just to be sure. Actually the most time consuming part of the process.
- remount and restart everything I'd stopped. (except for all those things I didn't really need)
Filesystem Size Used Avail Use% Mounted on /dev/hdb5 958M 364M 546M 40% / /dev/hdb7 7.6G 5.7G 1.6G 79% /usr /dev/hdb1 28G 13G 14G 48% /home /dev/hdb9 13G 2.4G 9.2G 21% /var /dev/hdb8 63G 57G 2.8G 96% /usr/local /dev/hda5 29G 26G 1.2G 96% /usr/local/share/music /dev/hda1 9.8G 6.5G 3.4G 67% /mnt/windows tmpfs 633M 4.0K 633M 1% /dev/shm none 10M 2.6M 7.5M 26% /dev //wenacl1/enxrah 95G 93G 1.8G 99% /mnt/wenacl1 //wenacl2/enxrah 95G 90G 4.6G 96% /mnt/wenacl2Most of /usr/local is symlinked into /home/enxrah so I guess the situation still isn't perfect, but it'll do.
17 October 2005
Milestones
My SVN archive of the thesis document is now at revision 219, which equates to roughly one commit per day since I started using it.
Also, for those pointing out how much time has passed compared to how much I have left to go, will be reassured to know that the 1568 days that have passed since I started my PhD are a mere 97% of the time I intend to spend on it.
17 October 2005
Brave New World
- Aldus Huxley
- 256 pages
- 1932
The other aspect of brilliance in the book is the uncertainty and ambiguity over whether the World State is Utopian or Dystopian — certainly the majority of the citizen are happy and contented, and the little malcontent is much more subtle than in George Orwell's 1984.
Rating: 5/5
17 October 2005
KDE vs. GNOME
As a long time GNOME user (5 years I reckon) I've been reasonably happy with it, but recently I've been becoming aware of some of its deficiencies, and given that free software is about "freedom" rather than blind faith, figured it would be good to get an proper understanding of what the other side has to offer.
- First impressions — to be honest I was a little overwhelmed. The first thing I needed to do was configure a few things so that they suit me. For anybody used to GNOME, the KDE Control Centre is like a very bad dream - it actually needs a special "search" facility to let you find the options you want to change! It does however have all those options that you wish they hadn't got rid of in GNOME.
- Applications — so far I've really used three: juk (in
place of Rhythmbox), akregator (in place of liferea) and konqueror
(in place of firefox). The are other programs for which I couldn't
find a direct replacement (e.g. gaim) or for which I'm less keen to
jump in at the deep end with (i.e. evolution) but these seem to run
adequately within the KDE setup.
- Juk: I like juk a lot. It does everything Rhythmbox does and all those things that I want that Rhythmbox doesn't do: displays a pop up on track change; it has a jukebox style of operation (i.e. play through this list of tracks, which I might be adding to, but then revert to random play of the whole collection); and it does something reasonably sane with album art (just a shame it doesn't have an option to look for jpeg files in the same folder as the mp3s!)
- akregator: I'd be hard pressed to notice the difference between this an liferea. It was a simple matter of importing my liferea feed list, and it's basically `just worked' ever since. I think it displays the html better than the gtkhtml backend for liferea, and the viewer is better integrated than the mozilla backend. I do slightly miss the virtual folder support, but it was never that great anyway.
- konqueror: The nice thing about konqueror is that it is better integrated than firefox is (but that's obvious because firefox isn't a gnome application). Haven't really had time to delve into it much. I will need to work out how to import (and preferably sync) my bookmarks and how to enable type-ahead find, which I don't see how anybody can live without.
- Overall — I intended to run the trial for one week, and fully expected to be switching back to my beloved GNOME at the end. As it turns out, it's been a lot longer than a week since I started this experience, and although I wouldn't say I'm hooked, I am finding myself growing used to KDE. I installed it at work (just to get juk) but whenever I next get around to logging out (according to w my gnome-session has been around for nearly two month!) I will probably give KDE a go there as well.
Well, that's it for now. I may post an update at some point.
04 October 2005
uptime
This beats my previous record of 180 days, and unlike that time, there are no pressing reasons for a powercycle anytime soon. (In the last four years I've moved office on three occasions, and the power to the building has been cut at least 3 times)$ uptime 11:26:33 up 182 days, 18:56, 14 users, load average: 1.99, 1.85, 1.29
$ ud -d One : 182 day(s), 18:56:20 running Linux 2.6.11.6, ended Tue Oct 4 11:25:57 2005 Two : 180 day(s), 18:00:11 running Linux 2.6.0-test1, ended Wed Jan 21 16:36:17 2004 Three: 170 day(s), 00:11:45 running Linux 2.4.18, ended Fri Aug 16 13:16:00 2002