About
Daniel StoneX ninja
Helsinki, FI
Planets
Planet freedesktop.orgPlanet GNOME
Moon Debian
Organisations
challengechildren's cancer centre, rch
ecoles sans frontières
amnesty international
engineers without borders australia
ikando
australian greens
australian republican movement
Links
my websitemy photos at flickr
x.org
linux.conf.au 2008
eat.fi
Open Source Food
Categories
/ (122)site/ (3)
tech/ (116)
debian/ (10)
fdo/ (15)
kde/ (1)
lca/ (1)
ubuntu/ (10)
x/ (47)
xds/ (2)
travel/ (3)
guadec2007/ (1)
Archives
2008-Jun2008-May
2008-Feb
2007-Oct
2007-Sep
2007-Jul
2007-Jun
2007-May
2007-Mar
2007-Jan
2006-Nov
2006-Aug
2006-Jun
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug
2005-Jul
2005-Jun
2005-Apr
2005-Mar
2005-Feb
2005-Jan
2004-Dec
2004-Nov
2004-Oct
2004-Sep
2004-Jun
2004-May
2004-Apr
2004-Mar
2004-Feb
2004-Jan
Calendar
| < | October 2004 | > | ||||
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||
Mon, 25 Oct 2004
While reading the Planet Debian discussions about whether Canonical is evil
because it doesn't have all its employees working on Debian all the time --
my last gig was working on X servers, which is absolutely incidental to Debian.
Since then, I've done a heck of a lot more Debian work (both incidental and
direct) than I did at my last job. I don't think we've actually decresed
anyone's Debian time.
[11:33 | /tech/ubuntu |
# | muphin and plutonic lab - heaps good | home ]
Sun, 17 Oct 2004
Michael Banck wonders about
the Ubuntu development model. Two things I can provide constructive answers
to are:
[01:35 | /tech/ubuntu |
# | roni size - beatbox | home ]
- NMUs: no, we don't have maintainership as such. However, we do have unofficial areas -- for example, myself and Fabio take care of X, I do most of the stuff relating to ppp and also discover1 (including the data list), et al. Doing pppoe without a PPPoE setup has been interesting, but oh well.
- Debian: for most all of us, Debian was an after-work thing anyway (or, at least, a small part of work). Nothing's changed here; the only thing that's changed for me is that I haven't gotten around to setting up a chroot yet (only got DSL bumped up to unlimited recently), so I don't have a Debian machine to build on: I get all my uploads sponsored right now.
Bluetooth support in Ubuntu is also pretty flawless. Put this line in
/etc/apt/sources.list:
deb http://people.ubuntu.com/~jdub/warty/ ./
and run:
sudo apt-get update
sudo apt-get install gnome-bluetooth bluez-utils gnome-phone-manager
and you have working Bluetooth support. Brilliant!
[01:31 | /tech/ubuntu |
# | squarepusher - tundra | home ]
deb http://people.ubuntu.com/~jdub/warty/ ./
and run:
sudo apt-get update
sudo apt-get install gnome-bluetooth bluez-utils gnome-phone-manager
and you have working Bluetooth support. Brilliant!
The IBM ThinkPad X40, as I've mentioned before, is 1.47kg (less if you get the
4-cell, rather than the 8-cell, battery) of pure love. I couldn't imagine
owning another laptop. But, there's something immensely cool about it --
other than its size, its weight, its build quality, its features. It's that,
with one boot option and
one package, I have working support for ACPI suspend-to-RAM (and proper
resuming), DRI, wireless LAN, Bluetooth (more on that in a soon-to-be-written
entry), PCMCIA, VGA out, Ethernet, USB, sound, and just about everything else.
I don't know if the internal modem works -- but I'll find out tomorrow -- and
the SD slot doesn't work, because the SD consortium have only just released
the relevant specs, apparently. Other that, we're talking about flawless
out-of-the-box support. Other distributions will need to apply the latest
patch from acpi.sf.net to their kernel to
feel the full love, I suspect.
Two steps ... holy god.
[01:28 | /tech/ubuntu |
# | nightbreed - pack of wolves | lsd and kat's place ]
Two steps ... holy god.
Mon, 11 Oct 2004
Chris comments
on KDE moving to Subversion rather than CVS -- however, don't underestimate the
inertia once KDE has moved to Subversion; it'll be incredibly difficult to
convince KDE to move again.
[19:58 | /tech/kde |
# | aphex twin - boy/girl song | lounge ]
Fri, 08 Oct 2004
... in which our hero performs an install without a CD-ROM drive, seeded
almost entirely from /var/cache/apt/archives.
I last installed my desktop ages ago, and since then I've dist-upgraded almost every package that's installed. Installing my X40 has been fun: our bandwidth is incredibly limited by transfer, so instead of grabbing an ISO (not like it has a CD-ROM drive anyway), I decided to attempt a netboot install from /var/cache/apt/archives.
First, I set up apt-move to move /var/cache/apt/archives to a mirror directory, and to mirror something replicating the standard Ubuntu archive. Secondly, I set up dhcpd3 to netboot the contents of pxeboot.tar.gz (found on http://archive.ubuntu.com/ubuntu/dists/warty/main/daily-installer-i386), to the trusty laptop.
Now, here comes the fun. Once this was done, I needed to wget the main/debian-installer/binary-i386 Packages{,.gz,.bz2} file, and manually drop the sums/sizes into the Release file, which needed to be altered to specify the right component/suite. Once this file was there, a small for script got every single udeb specified in the d-i Packages file, and dropped it into the pool structure. Once all these things were satisfied, I was on my way to a netboot install, with minimal bandwidth consumed; thanks to Colin Watson for patiently putting up with my stupid questions.
[03:05 | /tech/ubuntu |
# | hilltop hoods - group therapy | home ]
I last installed my desktop ages ago, and since then I've dist-upgraded almost every package that's installed. Installing my X40 has been fun: our bandwidth is incredibly limited by transfer, so instead of grabbing an ISO (not like it has a CD-ROM drive anyway), I decided to attempt a netboot install from /var/cache/apt/archives.
First, I set up apt-move to move /var/cache/apt/archives to a mirror directory, and to mirror something replicating the standard Ubuntu archive. Secondly, I set up dhcpd3 to netboot the contents of pxeboot.tar.gz (found on http://archive.ubuntu.com/ubuntu/dists/warty/main/daily-installer-i386), to the trusty laptop.
Now, here comes the fun. Once this was done, I needed to wget the main/debian-installer/binary-i386 Packages{,.gz,.bz2} file, and manually drop the sums/sizes into the Release file, which needed to be altered to specify the right component/suite. Once this file was there, a small for script got every single udeb specified in the d-i Packages file, and dropped it into the pool structure. Once all these things were satisfied, I was on my way to a netboot install, with minimal bandwidth consumed; thanks to Colin Watson for patiently putting up with my stupid questions.