Difference between revisions of "Bugs/4.0.1DVD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Added own reports for 4.0.1)
 
(Replaced content with "{{delete|outdated}} ~~~~")
 
(31 intermediate revisions by 11 users not shown)
Line 1: Line 1:
I just added this new buglist, since I found bugs in 4.0.1. ;-) -KK
+
{{delete|outdated}} [[User:WPSchulz|WPSchulz]] ([[User talk:WPSchulz|talk]]) 19:11, 11 April 2016 (EDT)
 
+
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
+
 
+
<code>wget -O - ftp://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch | sudo patch -p0</code>
+
 
+
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
+
 
+
<code>sudo chmod g+w /usr/bin/{cdrecord,cdrdao,cdda2wav,cdparanoia}</code>
+

Latest revision as of 23:11, 11 April 2016

Template:Delete WPSchulz (talk) 19:11, 11 April 2016 (EDT)