Bugs/4.0.1DVD


From Knoppix Documentation Wiki
Revision as of 20:28, 18 August 2005 by KlausKnopper (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I just added this new buglist, since I found bugs in 4.0.1. ;-) -KK

1.) Reported by: KK

The knoppix-terminalserver script does not setup the initrd correctly because ld-linux.so.2 is skipped when parsing the ldd output. Therefore, neither pump nor ifconfig can start when booting the terminalserver client.

Solution: Prior to starting the terminalserver, do a

wget -O - ftp://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch | sudo patch -p0

2.) Reported by: KK

The automatically generated desktop icons for harddisks are named "Festplatte" in all languages. Sorry, I screwed up here when shortening the hd icon label in order to display the real device name.

3.) Reported by: KK

/usr/bin/cdrecord, /usr/bin/cdrdao, /usr/bin/cdda2wav and /usr/bin/cdparanoia have wrong (missing) group execute permissions.

Solution: Before using any of these programs or running k3b, do a

sudo chmod g+w /usr/bin/{cdrecord,cdrdao,cdda2wav,cdparanoia}