Is this a bug with the kernal or should it be fixed in the next version of knoppix. ie. 4.0.3?
Printable View
Is this a bug with the kernal or should it be fixed in the next version of knoppix. ie. 4.0.3?
If a Knoppix CD breaks when you use it to scrape ice off of your windshild, is it a software error or was the media made wrong?Quote:
Originally Posted by syngin
I believe the answer to your question may turn out to be neither. This does not seem to be a kernel issue, and the Knoppix disc works as intended, as a live disc.
Thank you Markus for reply.Quote:
Originally Posted by Markus
I didto simulate and it want to remove the xfree86-common package. Is this ok for Knoppix 3.8.2?Code:apt-get install -s x11-common
Probably it can be removedI use xorg though and have these:Code:~$ apt-cache show xfree86-common
Package: xfree86-common
Priority: optional
Section: x11
Installed-Size: 360
Maintainer: Debian X Strike Force <[email protected]>
Architecture: all
Source: xorg-x11
Version: 6.8.99.901.dfsg.1-1
Depends: x11-common
Filename: pool/main/x/xorg-x11/xfree86-common_6.8.99.901.dfsg.1-1_all.deb
Size: 186014
MD5sum: c0c9ee33afd2102ebbf9571999371a37
Description: X Window System infrastructure transitional package
This package smooths upgrades from Debian 3.1 by depending on x11-common.
This transitional package is only depended upon by packages that install
files into /usr/X11R6 but have not yet corrected their dependencies.
So they can both be installed. Which version of xfree86-common do you have and which version of x11-common did you try to install?Code:ii x11-common 6.8.2.dfsg.1-9 X Window System (X.Org) infrastructure
ii xfree86-common 6.8.2.dfsg.1-9 X Window System infrastructure transitional package
ii xserver-common 6.8.2.dfsg.1-9 files and utilities common to all X servers
when I run apt-cache I get several packages and versions:
xfree86-common 6.8.99.801.dfsg.1-1
xfree86-common 6.8.2.dfsg.1-9
xfree86-common 6.8.2.dfsg.1-7
xfree86-common 4.3.0.dfsg.1-14sarge1 (conflicts xbase)
xfree86-common 4.3.0.dfsg.1-14 (conflicts xbase)
xfree86-common 4.3.0.dfsg.1-12 (conflicts xbase)
something seems to be wrong with my system.
Which xserver do you have installed? dpkg -l |grep xserver
I have:
What do you recommend me?Code:ii xserver-common 4.3.0.dfsg.1-12.0.1
ii xserver-xfree86 4.3.0.dfsg.1-14sarge1
ii xserver-common-v3 3.3.6-44
That xserver-xfree86 is from stable. Problem is that x11-common doesn't exist on the same version. Do you have x11-common installed and it just wanted to upgrade it? In that case you would only need to symlink: ln -fs /etc/init.d/x11-common /etc/rcS.d/S70x11-common
If the package is missing now, either you can add the following lines to the end of /etc/init.d/bootmisc.sh
chmod 1777 /tmp/.ICE-unix
chown 0:0 /tmp/.ICE-unix
or you could dist-upgrade again and choose xorg as xserver since that's what debian is going towards. Note that this might well need some tinkering to get running again.
If you want my recommendation though, install debian with http://www.debianpure.com/
I'll go for the variant with /etc/init.d/bootmisc.sh
Thanks alot for your help Markus.