Table of Contents

ToDo: errors : dsl

[[Community]]

INFO

GNU/Linux Knoppix ( Debian based and compatible as testing/unstable). can be used as a Boot CDRom or Installed to the HardDisk :

Knoppix is known to be like a demo disk to show how GNU/Linux looks like, but Once booted you get a fully operational system so fairly usable.

The Next step is to copy the system if you want to use it from you HardDisk.

This can be easly done

  • by repartitionning the disk with qtparted ( Windows partition can be resized also)
  • then copy the files w /usr/local/bin/knx-hdinstall
  • lilo will be installed
  • just reboot a fresh allready all configured Debian

UPDATE

# file:///etc/apt/sources.list
# @user: rzr.online.fr
# Security updates
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
#deb http://security.debian.org/ unstable/updates main contrib non-free
# stable (woody)
# deb http://ftp.de.debian.org/debian stable main non-free contrib
# deb-src http://ftp.de.debian.org/debian stable main non-free contrib
# deb http://ftp.de.debian.org/debian-non-US stable/non-US main non-free contrib
# deb-src http://ftp.de.debian.org/debian-non-US stable/non-US main non-free contrib
# Testing (sarge)
deb http://ftp.de.debian.org/debian testing main contrib non-free
deb http://ftp.de.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://ftp.de.debian.org/debian testing main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US testing/non-US main contrib non-free
# unstable (sid)
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian unstable main non-free contrib
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US/ unstable/non-US main non-free contrib
# knoppix
deb http://developer.linuxtag.net/knoppix/ ./
# [[RzR]] Various debian ports including [[AmiloA]] , games (pinball, rwvsndj)
# curl -L http://rzr.online.fr/debian/source.list >> /etc/apt/source.list #sync
deb http://membres.lycos.fr/coval/debian ./
###----------------------------------------------------------------------------

MISC

knoppix@[[AmiloA]]$ lsmod
Module Size Used by Not tainted
autofs4 8756 1 (autoclean)
af_packet 13512 0 (autoclean)
nls_iso8859-1 2876 0 (autoclean)
ntfs 50944 0 (autoclean)
msdos 4652 0 (autoclean)
agpgart 42628 0 (unused)
i810_audio 25112 0
ac97_codec 11916 0 [[i810_audio]]
soundcore 3428 2 [[i810_audio]]
b44 14888 1
hw_random 2700 0 (unused)
serial 51972 0 (autoclean)
usb-uhci 21868 0 (unused)
usbcore 57824 1 [[usb-uhci]]
apm 9768 2
rtc 6972 0 (autoclean)
cloop 8740 2

Bug / startx : xinit works but startx crash

http://www.linuxquestions.org/questions/showthread.php?s=&threadid=243364

Related : Radeon 7000/VE

If i run xinit X show up as expected there is no Window manager if set xfce-session on my ~/.xsession and run ”. ~/.xession” it starts and every thing is fine.

But it i start from console $ startx X display is open, the cursor changes as specified in Debian /etc/alternatives , but then screen closes… and there are notnoticable error & warning in /var/log/XFree86.0.log

Btw using startxfce4 it works

I suspect the question is related to Xautority but I can not figure out what is wrong with this…. please help

problem solved :

cat ~/.xinitrc
#===/bin/sh===
# exec xfce4-session
exec wmaker

but why with default xinitrc it does not work ?

# dpkg -S xinitrc
xbase-clients: /etc/X11/xinit/xinitrc
# dpkg -S startx
xbase-clients: /usr/X11R6/bin/startx
# apt-get install gdm # select wmaker
# cat ~/.xsession-error
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp  -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "root"
/etc/gdm/Xsession: Beginning session setup...
/etc/gdm/Xsession: line 343: lnusertemp: command not found
/etc/gdm/Xsession: line 347: lnusertemp: command not found
/etc/gdm/Xsession: line 370: ksplash: command not found
/etc/gdm/Xsession: line 378: kdeinit: command not found
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: Can't open display: :0
...

problem solved by

# chmod a+rw /etc/sysconfig/xsession-commands
# apt-get remove  xsession-knoppix

See Knoppix

http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-July/003389.html

MISC

KNOPPIX

apt-get -t unstable install libldap2 kmix

[[Knoppix]]

http://kano.mipooh.net/

http://Euronode.org is a set of Debian GNU / Linux distributions, which transforms in a few minutes a simple computer into a very performing server or router installed and configured

ease 2, Euronode includes most of the essential tools, without superfluous

Built on the basis of Debian GNU / Linux Woody Rel knoppix@ttyp0knoppix$ lsmod

Module                  Size  Used by    Not tainted
autofs4                 8756   1 (autoclean)
af_packet              13512   0 (autoclean)
nls_iso8859-1           2876   0 (autoclean)
ntfs                   50944   0 (autoclean)
msdos                   4652   0 (autoclean)
agpgart                42628   0 (unused)
i810_audio             25112   0
ac97_codec             11916   0 [[i810_audio]]
soundcore               3428   2 [[i810_audio]]
b44                    14888   1
hw_random               2700   0 (unused)
serial                 51972   0 (autoclean)
usb-uhci               21868   0 (unused)
usbcore                57824   1 [[usb-uhci]]
apm                     9768   2
rtc                     6972   0 (autoclean)
cloop                   8740   2

MISC

MORE

knoppix.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki