<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MrMoor</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MrMoor"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/MrMoor"/>
		<updated>2026-09-18T21:38:59Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.0DVD</id>
		<title>Bugs/5.0DVD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.0DVD"/>
				<updated>2006-03-28T10:54:01Z</updated>
		
		<summary type="html">&lt;p&gt;MrMoor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1.) Reported by Mkurz&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Start Samba Server&amp;quot; does not create proper shares. The script /usr/sbin/sambastart does not write a correct /etc/samba/smb.conf file. It has worked in Version till 4.02, but with 5.0 it does not.&lt;br /&gt;
&lt;br /&gt;
2.) Reported by phil42&lt;br /&gt;
 &lt;br /&gt;
UPDATE: This is not a bug. Previous behavior can be restored with a KDE panel configuration change.   &lt;br /&gt;
 &lt;br /&gt;
If the panel is moved to the top of the screen, hidden, and the panel-hiding buttons are removed, it does not reappear when the pointer moves to the top of the screen.&lt;br /&gt;
&lt;br /&gt;
3.) Reported by Jackobli&lt;br /&gt;
&lt;br /&gt;
Seems that the persistant homedir does not work properly. I can create a persistant home on my USB-Stick. But the home will not be loaded on the next boot (home=/dev/sda1).&lt;br /&gt;
--[[User:Jackobli|Jackobli]] 00:37, 21 Mar 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
4.) Reported by jab (jeff@jab.org)&lt;br /&gt;
&lt;br /&gt;
Radeon xorg driver does not work with Dell 2405FPW monitor and radeon 9250 card; when X starts the screen goes blank and is unrecoverable (alt-backspace and ctrl-alt-f2 do nothing). This worked fine in knoppix 4.0.2 and xfree86. I can use the vesa driver (knoppix lang=us xmodule=vesa) but that really limits my screen resolution.&lt;br /&gt;
&lt;br /&gt;
5.) Reported by MrMoor &lt;br /&gt;
&lt;br /&gt;
&amp;quot;knoppix bootfrom=/dev/hdc3/KNOPPIX_V5*.iso&amp;quot; does not work. During boot I get:&lt;br /&gt;
&lt;br /&gt;
 Accessing KNOPPIX DVD at /cdrom2.loop/KNOPPIX_V5*.iso...ERROR: Module cloop is in use&lt;br /&gt;
 umount: Device or resource is busy&lt;br /&gt;
 insmod: error inserting '/cdrom/boot/modules/cloop.ko': -1 File exists&lt;br /&gt;
 insmod: can't read '/modules/cloop.ko': no such file or directory&lt;br /&gt;
 Found primary KNOPPIX compressed image at /cdrom2/KNOPPIX/KNOPPIX.&lt;br /&gt;
 ioctl: LOOP_SET_FD: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
and it continues to boot from DVD. hdc3/KNOPPIX_V5.0DVD-2006-02-25-EN.iso is -rwxr-xr-x KNOPPIX:KNOPPIX on ext3.&lt;/div&gt;</summary>
		<author><name>MrMoor</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-03-28T09:36:18Z</updated>
		
		<summary type="html">&lt;p&gt;MrMoor: /* Unique Hostname */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise.&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>MrMoor</name></author>	</entry>

	</feed>