kanotix.com

General Support - D-u issues today

craigevil - 06.10.2006, 08:08 Uhr
Titel: D-u issues today
I am running Easter RC4, the last time I did a d-u was right before ooo was broken.

Today when I tried to run d-u (yes in init 3) it wanted to remove over 28 packages including kdebase, kdm a few other kde packages. Needless to say I said NO.

Then I took a look at what aptitude dist-upgrade wanted to do, not as bad:
aptitude dist-upgrade
The following packages are BROKEN:
e2fsprogs vlc
The following packages are unused and will be REMOVED:
python2.3-openal
The following packages have been kept back:
alsa-base alsa-utils apt-utils grep libc6 libc6-dev openssl partimage v4l-conf
x-window-system-core x11-common xorg xserver-xorg xserver-xorg-input-all
xserver-xorg-input-evdev xserver-xorg-video-all yaird
The following NEW packages will be installed:
libgsmme1c2a libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libneon26
libstlport5.0 pmount update-inetd
The following packages will be REMOVED:is it ok to remove these?
oooqs-kde openoffice.org-l10n-en-us
The following packages will be upgraded:
aircrack aircrack-ng amor ark arts artsbuilder binutils console-common
console-data cupsys cupsys-bsd cupsys-client cupsys-common dcoprss e2fslibs
emacs21 emacs21-bin-common emacs21-common eyesapplet fifteenapplet gs-common hal
ifupdown kappfinder kate kbstate kcalc kcharselect kcontrol kdeaccessibility
kdeadmin-kfile-plugins kdeartwork kdeartwork-emoticons kdeartwork-misc
kdeartwork-style kdeartwork-theme-icon kdeartwork-theme-window kdebase kdebase-bin
kdebase-data kdebase-dbg kdebase-doc-html kdebase-kio-plugins kdelibs kdelibs-data
kdelibs-dbg kdelibs4c2a kdelirc kdemultimedia-dbg kdemultimedia-doc-html
kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-dbg
kdenetwork-filesharing kdepasswd kdeprint kdesktop kdessh kdetoys kdetoys-dbg
kdeutils kdeutils-dbg kdeutils-doc-html kdewallpapers kdf kdm kedit kfind kfloppy
kget kgpg khelpcenter khexedit kicker kjots klaptopdaemon klipper kmag kmenuedit
kmilo kmix kmoon kmousetool kmouth knetworkconf knewsticker kodo konqueror
konqueror-nsplugins konsole kopete kpackage kpager kpersonalizer kppp
kregexpeditor krfb ksayit kscreensaver kscreensaver-xsavers ksim ksmserver ksplash
ksysguard ksysguardd ksysv kteatime ktimer ktip kttsd ktux kuser kwalletmanager
kweather kwifimanager kwin kworldclock libarts1c2a libartsc0 libblkid1
libbluetooth2 libcupsimage2 libcupsys2 libdebian-installer-extra4
libdebian-installer4 libgl1-mesa-dri libgl1-mesa-glx libglu1-xorg libgsf-1-114
libgsf-1-common libhal1 libkcddb1 libkonq4 libmysqlclient15off libpango1.0-0
libpango1.0-common librss1 libruby1.8 libss2 libssl0.9.7 libuuid1 libvlc0
linux-kernel-headers linux-sound-base lisa lsb-base mesa-common-dev mysql-common
ndiswrapper-common netbase noatun openbsd-inetd openoffice.org openoffice.org-base
openoffice.org-calc openoffice.org-common openoffice.org-core openoffice.org-draw
openoffice.org-help-en-us openoffice.org-impress openoffice.org-java-common
openoffice.org-kde openoffice.org-math openoffice.org-writer pia po-debconf
privoxy pstotext python-uno quota radio ruby1.8 scantv secpolicy superkaramba
sysv-rc sysvinit sysvinit-utils thunderbird ttf-dustin ttf-opensymbol uuid-dev
vlc-nox wesnoth wesnoth-data wesnoth-editor wesnoth-ei wesnoth-httt wesnoth-music
wesnoth-trow wesnoth-tsg wesnoth-ttb wesnoth-utbs xawtv xawtv-plugins xfonts-base
xfonts-scalable xkb-data xlibmesa-dri xlibmesa-gl xlibs-data xnest xprint-common
xserver-xorg-video-mga xserver-xorg-video-savage xserver-xorg-video-siliconmotion
xserver-xorg-video-tdfx xserver-xorg-video-via
The following packages are RECOMMENDED but will NOT be installed:
doc-base kde-icons-mono libarts1-akode libmail-sendmail-perl ncompress p7zip-full
xprint xscreensaver-gl zoo
208 packages upgraded, 7 newly installed, 3 to remove and 18 not upgraded.
Need to get 396MB/447MB of archives. After unpacking 54.9MB will be used.
The following packages have unmet dependencies:
e2fsprogs: PreDepends: e2fslibs (= 1.38+1.39-WIP-2006.04.09-1) but 1.39+1.40-WIP-2006.10.02+dfsg-1 is to be installed.
vlc: Depends: vlc-nox (= 0.8.6-svn20060918.debian-1+b1) but 0.8.6-svn20061001.debian-2 is to be installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Install the following packages:
p7zip-full [4.43~dfsg.1-1 (unstable)]

Keep the following packages at their current version:
e2fslibs [1.38+1.39-WIP-2006.04.09-1 (now)]
vlc-nox [0.8.6-svn20060918.debian-1+b1 (now)]

Leave the following dependencies unresolved:
kde-extras recommends oooqs-kde
Score is -319

Accept this solution? So would it be OK to accept?

I tried running the new RC4 but it stopped at enable udev when booting, so I am going to try a new cd.

I guess the question is would it be OK to accept the solution aptitude is giving me.
slh - 06.10.2006, 09:00 Uhr
Titel: Re: D-u issues today
craigevil hat folgendes geschrieben::
The following packages are BROKEN:
e2fsprogs vlc

Why those...?

I'd first check:
Code:
dpkg --get-selections | grep hold

an look for "hold" packages, in case you find any please release them again
Code:
echo "YOUR_PACKAGE install" | dpkg --set-selections

Then you might want to deinstall the, for whatever reasons, broken packages first
Code:
apt-get remove --purge e2fsprogs vlc
, I have no idea why this is claimed on your system but both are not crititical and can be installed later on (at least e2fsprogs 1.39+1.40-WIP-2006.10.02+dfsg-1 is not broken).
After that you should clear out those packages that install without further investigation:
Code:
apt-get update
apt-get upgrade


Now it's time to investigate the real issue...
Code:
apt-get dist-upgrade
maybe you already see a pattern or a much reduced list of packages to be removed - if it doesn't become obvious, please paste your problems again.

In case averything upgraded fine, you can try to install vlc and 32fsprogs again - at least e2fsprogs should install fine, no idea about vlc.

Besides that it looks like you're using one of those "smart" frontends like aptitude instead of plain apt-get, personally I won't use those because of unpredictable behaviour like this...
craigevil - 06.10.2006, 09:10 Uhr
Titel: RE: Re: D-u issues today
slh you rock, I ran dpkg --get-selections | grep hold and I forgot that I had put kdelibs-data on hold back when it was broken.

Now I apt-get dist-upgrade shows: 225 upgraded, 7 newly installed, 2 to remove and 1 not upgraded.
The following packages will be REMOVED:
oooqs-kde openoffice.org-l10n-en-us (IS it ok to remove these?)
The following NEW packages will be installed:
libgsmme1c2a libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libneon26
libstlport5.0 pmount update-inetd
The following packages have been kept back:
e2fslibs
slh - 06.10.2006, 09:22 Uhr
Titel:
In case you experienced problems with kdelibs-data in the past, you might want to do
Code:
apt-get install --reinstall --yes -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew kdelibs-data
in case you see further problems with kcontrol (empty option list) afterwards, oooqs-kde and openoffice.org-l10n-en-us are safe to remove (openoffice.org-l10n-en-us was just some kind of dummy package, because it's techincally impossible to strip US english from OOo anyways, oooqs-kde doesn't exist anymore).
wakarimasen - 06.10.2006, 10:40 Uhr
Titel:
Hello Folks,

Unfortunately I wasn't as observant when I dist-upgraded, and now I am stuck at the terminal interface. I am running 2005-4, and have been dist-upgrading daily, but stopped following the problems with OO.

When I try startx, I get the following
Fatal server eror:
could not open default font 'fixed'
X10: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requested (0 known processed) with 0 events remaining

I remember seeing a message dialogue relating to fonts during the upgrade, to which I answered 'Y' and now wished I hadn't.

Any ideas?
Sprinter1 - 06.10.2006, 12:06 Uhr
Titel:
reinstalled graphics driver?
Answering Y to the fontconfig question was right, see: http://kanotix.com/PNphpBB2-viewtopic-t-20770.html
wakarimasen - 06.10.2006, 12:48 Uhr
Titel:
I think this one was something associated with the font alias or aliasing?

Is there a log file of the upgrade? I used H2s' script if that helps
craigevil - 06.10.2006, 13:13 Uhr
Titel:
If its the anti-aliasing goto kcontrol uncheck>apply>check>apply
devil - 06.10.2006, 13:22 Uhr
Titel:
try:
Code:
apt-get install --reinstall --yes -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew fontconfig fontconfig-config


greetz
devil
wakarimasen - 06.10.2006, 13:54 Uhr
Titel:
Hello Devil,

I successfully did this after three attempts of typing!

I get the same error though
devil - 06.10.2006, 14:21 Uhr
Titel:
try this then:
Code:
 "xorg7" is wget -N http://kanotix.com/files/fix-xorg7.sh , update-scripts-kanotix.sh , apt-get update ; apt-get dist-upgrade [on init 3], then run 'sh fix-xorg7.sh' run nvidia or ati script


greetz
devil
wakarimasen - 06.10.2006, 14:48 Uhr
Titel:
Doing that installed

xfonts-base

and the installation of nvidia has me back up and running - thanks!

I may take a little more care dist-upgrading in the future
Verlegen
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007