Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
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 |
Open Source @ Consolidated Braincells Inc.
This is a weblog I'm keeping about my work on Debian and any other useful Debian related info I come across. It is not meant to compete with other news sources like Debian Weekly News or Debian Planet. Mostly it is just a way for me to classify and remember all the random bits of information that I have floating around me. I thought maybe by using a blog it could be of some use to others too. Btw. "I" refers to Jaldhar H. Vyas, Debian developer for over 5 years. If you want to know more about me, my home page is here.
The name? Debain is a very common misspelling of Debian and la salle de bains means bathroom in French.
If you have a comment to make on something you read here, feel free to write to me at jaldhar@debian.org.
You can get an rss 0.91 feed of any page in the
blog by appending ?flav=rss
to the end of the URL.
I did two new uploads in quick succession due to problems found by Sami Haatinen. Backports to woody can be found on the open source page.
If you haven't seem much stuff here lately, it is because it has been really, really cold around here the past few days and I got sick. No fever or anything just felt really lethargic and slept a lot.
I'm slowly getting back up to speed with my Debian stuff. I did new releases of libmail-sendmail-perl and my unofficial pine packages Some of the webmin stuff too.
desktoplinux.com reports that Debian beat mandrake as best distro in their 2002 reader poll. They also have a short interview with Bdale.
Debian Weekly News had a pointer to an article in Linuxworld (the website not the expo) called Debian & carelessness mix well in which Nicholas Petreley woefully tells the tale of how he accidently deleted his /var partition. There is a happy ending though.
The only major service not covered by webmin is the Exim mail server. Luckily Alexandre Mathieu has created one. If he wants to become a Debian developer I'll sponsor his package or upload it myself.
If you had an apt source beginning with http://www.braincells.com/debian/ and you suddenly noticed you are getting 404s, please be advised you should be using:
deb http://src.braincells.com/debian woody/
deb-src http://src.braincells.com/debian woody/
for woody, and
deb http://src.braincells.com/debian sid/
deb-src http://src.braincells.com/debian sid/
for sid/sarge instead. This change actually happened a long time ago but there was a redirect in effect which I only removed yesterday.
In debian-user, Jean-Marc Liotier offers the following recipe for logging in to a remote host via SSH without having to give a password.
# Local end :
cd ~/.ssh
# Enter an empty password when prompted by the following command
ssh-keygen -t dsa -f id_dsa
scp id_dsa.pub user@remote.end.net:~/.ssh
# Repeat last command for all remote ends
# Remote end
test -d .ssh || mkdir .ssh
chmod 700 ~/.ssh
cd ~/.ssh
touch authorized_keys2
cat id_dsa.pub >> authorized_keys2
chmod 640 authorized_keys2
rm -f id_dsa.pub
# Local end :
ssh -l user remote.end.net
# Look ma, no password !
Chip McCormick is a Ph.D. candidate in Sociology at SUNY Albany. He is doing research in Sociology/Organizational Studies focused on the way that open source groups organize work. He interviewed me over the phone for about 2.5 hours today asking me about how Debian works and what I thought about it.
Personally, I'm amazed that Debian works at all!
Don Marti wrote an article called Fixing HTML with the WDG HTML Validator which says
...I installed it in minutes from the Debian packages
Images of UNIX versions 5, 6, and 7 have been debianized and can be run using a PDP-11 emulator such as the one in simh. The package names are pdp11-unix-v5, pdp11-unix-v6, and pdp11-unix-v7.
Now FOP is working, I rewrote the flyer I had made for Linuxworld with OpenOffice, using DocBook XML and XSL-FO. The results are available here.
I did an NMU of FOP (Debian package: libfop-java) to bring it up to upstream version 20.4 and fix all the current bugs. It is actually usable now!
Mathew Palmer has some slides from a presentation he did about debconf.
Did you know the Linux distribution for Compaqs' iPAQ uses Debian packages and a stripped down version of dpkg called ipkg?
An Australian Newspaper 'The Age' has an Interview with Joey Schultze about Debian here.
Hurrah!
So Red Hat made an announcement that they were no longer going to support their distribution for Linux on sparcs and alphas. I thought this would be a golden opportunity for us to do some propoganda. After all the number of architectures we support is one of our main distinguishing features. Debian Press Officer Joey Schulze didn't think we should be doing that kind of thing. A flame war erupted as usual. It went off on an unrelated tangent as usual. We discovered I don't understand apostrophes. The press release eventually just fell by the wayside though Joey was kind enough to mention the topic in Debian Weekly News.
Tollef Fog Heen announced plans for DebConf3 in a message to debian-devel-announce. He says:
...there will be a Debconf 3, this time again in
Europe, more exact Oslo, Norway. The University of Oslo has kindly
enough offered to host Debconf 3.
The dates Debconf 3 will take place is July 18th to 20th 2003.
Housing is not ready yet, but I am working on getting a deal with a
mid-price-to-cheap hotel and having a Youth Hostel as an option for
those who want to go even cheaper.
New this year is Debcamp, an invention of Joey Hess. Basically, it is
a few days before the conference itself starts where rooms and network
connectivity will be available, and we will have time to sit around,
discuss, hack, barbecue, go picnicing and have fun.
A preliminary website is online at http://www.debconf.org/debconf3/ ;
I will try to keep it up-to-date with regard to the status of the
conference.
To use the chroot environments set up on the Debian machines run the dchroot program. In each chroot, there is a file /etc/debian_chroot, the contents of which will tell you which chroot you are in (see /etc/profile for an example of how to add this to your prompt).