Re: Debian 12.5 upgrade error

2024-02-11 Thread piorunz
On 12/02/2024 05:45, piorunz wrote: Anyone affected should make sure to upgrade nvidia-kernel-dkms package once new version become available. Sorry, the package in question is nvidia-graphics-drivers, that's the one being fixed. -- With kindest regards, Piotr. ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The

Re: Debian 12.5 upgrade error

2024-02-11 Thread piorunz
On 11/02/2024 12:48, Teemu Likonen wrote: * 2024-02-11 14:13:51+0200, Alexis Grigoriou wrote: I have encountered an error upgrading to 12.5 from 12.4 regarding the nvidia-driver and linux-image 6.1.0.18. The error is: Very likely this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1

Re: Debian 12.5 upgrade error

2024-02-11 Thread piorunz
On 11/02/2024 12:13, Alexis Grigoriou wrote: I have encountered an error upgrading to 12.5 from 12.4 regarding the nvidia-driver and linux-image 6.1.0.18. The error is: env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=6.1.0-18- amd64(bad exit status: 2) I get that error twice. After

Re: Debian 12.5 upgrade error

2024-02-11 Thread 황병희
On Sun, 2024-02-11 at 19:14 +0200, Alexis Grigoriou wrote: > On Sun, 2024-02-11 at 21:37 +0900, Byunghee HWANG (황병희) wrote: > > Hellow Alexis, > > > > > > What command did you type exactly? > > > > In normal cases, i do like this: > > > > > > sudo su - > > apt update > > apt upgrade > > > >

Re: Debian 12.5 upgrade error

2024-02-11 Thread Alexis Grigoriou
On Sun, 2024-02-11 at 21:37 +0900, Byunghee HWANG (황병희) wrote: > Hellow Alexis, > > > What command did you type exactly? > > In normal cases, i do like this: > > > sudo su - > apt update > apt upgrade > > I logged on as root on tty1 /etc/init.d/lightdm stop apt update apt upgrade I always d

Re: Debian 12.5 upgrade error

2024-02-11 Thread Teemu Likonen
* 2024-02-11 14:13:51+0200, Alexis Grigoriou wrote: > I have encountered an error upgrading to 12.5 from 12.4 regarding the > nvidia-driver and linux-image 6.1.0.18. The error is: Very likely this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063656 Not your fault. -- /// Teemu Liko

Re: Debian 12.5 upgrade error

2024-02-11 Thread 황병희
Hellow Alexis, On Sun, 2024-02-11 at 14:13 +0200, Alexis Grigoriou wrote: >  I have encountered an error upgrading to 12.5 from 12.4 regarding > the > nvidia-driver and linux-image 6.1.0.18. The error is: > > env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=6.1.0-18- > amd64(bad exit st

Debian 12.5 upgrade error

2024-02-11 Thread Alexis Grigoriou
I have encountered an error upgrading to 12.5 from 12.4 regarding the nvidia-driver and linux-image 6.1.0.18. The error is: env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=6.1.0-18- amd64(bad exit status: 2) I get that error twice. After the upgrade I get a non-bootable 6.1.0-18 image

Re: stuck on apt-get upgrade; error in version string; apt-get -f install won't help

2013-05-17 Thread Andrei POPESCU
On Jo, 16 mai 13, 20:27:24, Nick Lidakis wrote: ... > dpkg: error processing > /var/cache/apt/archives/libmjpegutils-2.0-0_1%3a2.0.0+debian-2_i386.deb > (--unpack): > trying to overwrite '/usr/lib/i386-linux-gnu/libmjpegutils-2.0.so.0.0.0', > which is also in package libmjpegtools-2.0-0:i386 1:2.0

Re: stuck on apt-get upgrade; error in version string; apt-get -f install won't help

2013-05-16 Thread Charles Kroeger
On Fri, 17 May 2013 02:30:01 +0200 Nick Lidakis wrote: > E: Sub-process /usr/bin/dpkg returned an error code (1) Here's my version of the same code (1) #apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies...

stuck on apt-get upgrade; error in version string; apt-get -f install won't help

2013-05-16 Thread Nick Lidakis
I don't know how best to proceed without doing more damage. I just recently tried and apt-get upgrade and ran into the following: apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct th

Re: apt-get upgrade error- SOLVED

2011-02-19 Thread Paul Cartwright
On 02/19/2011 05:45 PM, Stephen Powell wrote: so I should do a dist-upgrade. But I already did that to get to squeeze. > I thought I read the release notes& followed along all the way to the > end. Of course it was midnight when I finished:) You replied off-list. I assume that was acci

Re: apt-get upgrade error- SOLVED

2011-02-19 Thread Stephen Powell
On Sat, 19 Feb 2011 15:39:36 -0500 (EST), Paul Cartwright wrote: > Stephen Powell wrote: >> >> That's because you're doing an "upgrade" instead of a "dist-upgrade". >> With an upgrade, apt is allowed to upgrade packages, but it is not >> allowed to delete packages or install new ones. Those packag

Re: apt-get upgrade error- SOLVED

2011-02-19 Thread Camaleón
On Sat, 19 Feb 2011 12:29:39 -0500, Paul Cartwright wrote: >>> > virtualbox has been purged from my system, but that file: # ls -l >>> > /var/lib/dpkg/available >>> > -rw-r--r-- 1 root root 25094284 Feb 19 08:00 >>> > /var/lib/dpkg/available >>> > >>> > is rather large... >>> >> Try r

Re: apt-get upgrade error- SOLVED

2011-02-19 Thread Stephen Powell
On Sat, 19 Feb 2011 12:29:39 -0500 (EST), Paul Cartwright wrote: > that did it!! no more error!!! > the only other question I have is, why are all these packages being held > back?? > # apt-get upgrade > Reading package lists... Done > Building dependency tree > Reading state information... Done >

Re: apt-get upgrade error- SOLVED

2011-02-19 Thread Paul Cartwright
> virtualbox has been purged from my system, but that file: # ls -l > /var/lib/dpkg/available > -rw-r--r-- 1 root root 25094284 Feb 19 08:00 /var/lib/dpkg/available > > is rather large... Try running "dpkg --clear-avail". that did it!! no more error!!! the only other question

Re: apt-get upgrade error

2011-02-19 Thread Camaleón
On Sat, 19 Feb 2011 08:05:56 -0500, Paul Cartwright wrote: > ever since my upgrade to squeeze I am getting errors like this ( more of > them): > > warning, in file '/var/lib/dpkg/available' near line 514018 package > 'virtualbox-2.2': > error in Version string '2.2.4-47978_Debian_lenny': invali

apt-get upgrade error

2011-02-19 Thread Paul Cartwright
ever since my upgrade to squeeze I am getting errors like this ( more of them): warning, in file '/var/lib/dpkg/available' near line 514018 package 'virtualbox-2.2': error in Version string '2.2.4-47978_Debian_lenny': invalid character in revision number warning, in file '/var/lib/dpkg/availa

Re: today's upgrade error: dpkg: error processing ed

2009-06-02 Thread 明覺
2009/6/3 Paul Scott : > Paul Scott wrote: >> 明覺 wrote: >> >>> today's upgrade has the following error: >>> --- >>> Setting up ed (1.3-2) ... >>> install-info(/usr/share/info/ed.info.gz): no file /usr/share/info/dir, >>> ret

Re: today's upgrade error: dpkg: error processing ed

2009-06-02 Thread Paul Scott
Paul Scott wrote: > 明覺 wrote: > >> today's upgrade has the following error: >> --- >> Setting up ed (1.3-2) ... >> install-info(/usr/share/info/ed.info.gz): no file /usr/share/info/dir, >> retrieving backup file /var/bac

Re: today's upgrade error: dpkg: error processing ed

2009-06-02 Thread Paul Scott
明覺 wrote: > today's upgrade has the following error: > --- > Setting up ed (1.3-2) ... > install-info(/usr/share/info/ed.info.gz): no file /usr/share/info/dir, > retrieving backup file /var/backups/infodir.bak. > update-alt

Re: today's upgrade error: dpkg: error processing ed

2009-06-02 Thread Paul Scott
This may show up twice. I previously sent it from an unsubscribed address. 明覺 wrote: > today's upgrade has the following error: > --- > Setting up ed (1.3-2) ... > install-info(/usr/share/info/ed.info.gz): no file /usr/sh

today's upgrade error: dpkg: error processing ed

2009-06-01 Thread 明覺
today's upgrade has the following error: --- Setting up ed (1.3-2) ... install-info(/usr/share/info/ed.info.gz): no file /usr/share/info/dir, retrieving backup file /var/backups/infodir.bak. update-alternatives: error: alte

Re: Etch -> Lenny upgrade error (util-linux)

2009-02-18 Thread Sven Joachim
On 2009-02-18 20:44 +0100, yasbean wrote: > I was trying to upgrade from a pure Etch system (i386) to Lenny, and > have come to an impasse. apt-get install apt (or aptitude install > aptitude) fails when trying to replace util-linux, saying: > > install-info: No dir file specified; try --help for

Re: Etch -> Lenny upgrade error (util-linux)

2009-02-18 Thread Florian Kulzer
On Wed, Feb 18, 2009 at 11:44:30 -0800, yasbean wrote: > I was trying to upgrade from a pure Etch system (i386) to Lenny, and > have come to an impasse. apt-get install apt (or aptitude install > aptitude) fails when trying to replace util-linux, saying: > > install-info: No dir file specified; t

Etch -> Lenny upgrade error (util-linux)

2009-02-18 Thread yasbean
I was trying to upgrade from a pure Etch system (i386) to Lenny, and have come to an impasse. apt-get install apt (or aptitude install aptitude) fails when trying to replace util-linux, saying: install-info: No dir file specified; try --help for more information. dpkg: warning - old pre-removal s

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-19 Thread Eric Higgins
I've pulled the flash drive, and ran e2fsck on it, correcting the errors that it found. I also emptied out a number of corrupt .list files, as suggested earlier. This is the error I get now: # apt-get --reinstall install coreutils Reading package lists... Done Building dependency tree... Done 0 u

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-19 Thread Eric Higgins
I'm not too worried about losing anything. It's an embedded device which runs off a flash drive, and its only purpose is to act as a file server for a mounted USB drive. I've checked the drive and it's fine, but its entirely possible the flash drive has been corrupted. # cat /var/lib/dpkg/info/wa

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-18 Thread Daniel Burrows
On Sun, Jan 18, 2009 at 07:37:29PM -0800, Eric Higgins was heard to say: > Ah ha, now we are getting somewhere: > > It looks like the coreutils.list file has a script instead of a > filelist. How do I go about fixing this for my system? It looks like it got replaced by the postinst for wameri

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-18 Thread NN_il_Confusionario
On Sun, Jan 18, 2009 at 04:35:37PM -0800, Eric Higgins wrote: > files list file for package `coreutils' contains empty filename the file /var/lib/dpkg/info/coreutils.list seems to be corrupted. Check it (and possibly also the filesystem) In case of dubt, you could try mv /var/lib/dpkg/info/core

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-18 Thread Eric Higgins
Ah ha, now we are getting somewhere: It looks like the coreutils.list file has a script instead of a filelist. How do I go about fixing this for my system? # cat /var/lib/dpkg/info/coreutils.list #!/bin/sh set -e # Automatically added by installdeb-wordlist case "$1" in abort-install|remove)

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-18 Thread Daniel Burrows
On Sun, Jan 18, 2009 at 04:35:37PM -0800, Eric Higgins was heard to say: > Still no luck on this. I can't even seem to force dpkg to upgrade: > > # apt-get -fm install dpkg > Reading package lists... Done > Building dependency tree... Done > Suggested packages: > lzma > The following packages

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-18 Thread Eric Higgins
Still no luck on this. I can't even seem to force dpkg to upgrade: # apt-get -fm install dpkg Reading package lists... Done Building dependency tree... Done Suggested packages: lzma The following packages will be upgraded: dpkg 1 upgraded, 0 newly installed, 0 to remove and 59 not upgraded. Ne

Re: apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-17 Thread subscriptions
On Sat, 2009-01-17 at 21:33 +0100, Eric Higgins wrote: > > # apt-get upgrade ... > Preconfiguring packages ... > (Reading database ... dpkg: error processing > /var/cache/apt/archives/dpkg_1.13.26_arm.deb (--unpack): > files list file for package `coreutils' contains empty filename > Errors were e

apt-get upgrade error: package `coreutils' contains empty filename ?

2009-01-17 Thread Eric Higgins
I've been unable to upgrade my debian machine for months now, just getting around to trying to fix it. ~$ uname -a Linux NSLUG 2.6.18-6-ixp4xx #1 Tue Feb 12 00:57:53 UTC 2008 armv5tel GNU/Linux I've had some luck with these instructions: http://lists.debian.org/debian-user/2003/07/msg03322.html

Re: udftools aptitude upgrade error

2009-01-05 Thread Eugene V. Lyubimkin
On 2009-01-05 17:42 +0100, Hugh Lawson wrote: > E: Sub-process /usr/bin/dpkg returned an error code (1) > A package failed to install. Trying to recover: > Setting up udftools (1.0.0b3-14) ... > Starting udftools packet writing: > /dev/pktcdvd/0=/dev/hdc Device node '0' already in use > invoke-rc.

Re: udftools aptitude upgrade error

2009-01-05 Thread Sven Joachim
On 2009-01-05 17:42 +0100, Hugh Lawson wrote: > How do I troubleshoot this issue? > > 'aptitude upgrade' in lenny returned an error, which follows: > > > Errors were encountered while processing: > udftools > E: Sub-process /usr/bin/dpkg returned an error code (1) > A package failed to install.

udftools aptitude upgrade error

2009-01-05 Thread Hugh Lawson
How do I troubleshoot this issue? 'aptitude upgrade' in lenny returned an error, which follows: Errors were encountered while processing: udftools E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up udftools (1.0.0b3-14) ... Sta

Re: xorg upgrade error

2006-05-02 Thread Tim
Andrew Nelson wrote: > Hope this helps > That worked perfectly, thank you very much Andy. -- Tim <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: xorg upgrade error

2006-05-02 Thread Andrew Nelson
Tim wrote: > Andrew Nelson wrote: > > >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282 >> >> I was able to fix this problem by getting the deb source, applying the >> patch and building the deb and finally installing the newly build deb. >> >> //andy >> > I've downloaded the source and

Re: xorg upgrade error

2006-05-01 Thread Tim
Andrew Nelson wrote: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282 > > I was able to fix this problem by getting the deb source, applying the > patch and building the deb and finally installing the newly build deb. > > //andy > I've downloaded the source and applied the patch, but

Re: xorg upgrade error

2006-05-01 Thread Tim
steef wrote: > i meant the patch andy, in this thread is referring to. > > good luck, > > steef > Thanks, I'll give the patch a try. -- Tim <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: xorg upgrade error

2006-05-01 Thread Tim
Andrew Nelson wrote: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365282 > > I was able to fix this problem by getting the deb source, applying the > patch and building the deb and finally installing the newly build deb. > > //andy > Thanks, I'll give that a try. -- Tim <[EMAIL PROTECT

Re: xorg upgrade error

2006-05-01 Thread steef
On Monday 01 May 2006 17:40, Tim wrote: > steef wrote: > > see the archvies for fixing this, i *believe* > > I haven't been able to locate anything similar in the archives, I have seen > other problems with xorg, but not this particular one. Perhaps I'm missing > something, do you have a link to an

Re: xorg upgrade error

2006-05-01 Thread Andrew Nelson
Tim wrote: > I'm getting the following error after a recent apt-get upgrade: > > xserver-xorg failed to preconfigure, with exit status 10 > (Reading database ... 103577 files and directories currently installed.) > Preparing to replace xserver-xorg 1:7.0.1 > (using .../xserver-xorg_1%3a7.0.15_all.

Re: xorg upgrade error

2006-05-01 Thread Tim
steef wrote: > see the archvies for fixing this, i *believe* > I haven't been able to locate anything similar in the archives, I have seen other problems with xorg, but not this particular one. Perhaps I'm missing something, do you have a link to an article where this problem is mentioned? > se

Re: xorg upgrade error

2006-05-01 Thread Andrew Sackville-West
On Mon, May 01, 2006 at 02:36:56PM +, Tim wrote: > I'm getting the following error after a recent apt-get upgrade: > > xserver-xorg failed to preconfigure, with exit status 10 > (Reading database ... 103577 files and directories currently installed.) > Preparing to replace xserver-xorg 1:7.0.1

Re: xorg upgrade error

2006-05-01 Thread David Baron
On Monday 01 May 2006 17:36, Tim wrote: > I'm getting the following error after a recent apt-get upgrade: > > xserver-xorg failed to preconfigure, with exit status 10 > (Reading database ... 103577 files and directories currently installed.) > Preparing to replace xserver-xorg 1:7.0.1 > (using .../

Re: xorg upgrade error

2006-05-01 Thread steef
On Monday 01 May 2006 16:36, Tim wrote: > I'm getting the following error after a recent apt-get upgrade: > > xserver-xorg failed to preconfigure, with exit status 10 > (Reading database ... 103577 files and directories currently installed.) > Preparing to replace xserver-xorg 1:7.0.1 > (using .../

xorg upgrade error

2006-05-01 Thread Tim
I'm getting the following error after a recent apt-get upgrade: xserver-xorg failed to preconfigure, with exit status 10 (Reading database ... 103577 files and directories currently installed.) Preparing to replace xserver-xorg 1:7.0.1 (using .../xserver-xorg_1%3a7.0.15_all.deb) ... dpkg: error pr

Strange dist-upgrade error: libswt2.1-java

2005-07-28 Thread Adam Funk
When I try to apt-get dist-upgrade, it fails on libswt2.1-gtk2-java or libswt2.1-java, but I already have the first one installed and it it supposed to provide the second, as shown below. (I'm running Debian testing.) This has been going on for a few weeks now. How do I fix it? Thanks, Adam

Re: Apt-Get Upgrade Error - Apache-SSL

2005-05-11 Thread Stephen R Laniel
On Wed, May 11, 2005 at 01:12:53PM -0500, Patrick Kirchner wrote: > Template parse error near `www-sivut.', in stanza #5 of /var/lib/dpkg/info/ > apache-ssl.templates Looks like this bug has been reported: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308591 -- Stephen R. Laniel [EMAIL PROTEC

Apt-Get Upgrade Error - Apache-SSL

2005-05-11 Thread Patrick Kirchner
Hello,   I'm having a problem updating my system.  I'm getting an error with apache-ssl and I'm not quite sure how to resolve it.   ROOT->apt-get -u upgradeReading Package Lists... DoneBuilding Dependency Tree... DoneThe following packages have been kept back:  libnewt0.51 python-newt whipt

Apt-Get Upgrade Error - Apache-SSL

2005-05-11 Thread Patrick Kirchner
Hello,   I'm having a problem updating my system.  I'm getting an error with apache-ssl and I'm not quite sure how to resolve it.   ROOT->apt-get -u upgradeReading Package Lists... DoneBuilding Dependency Tree... DoneThe following packages have been kept back:  libnewt0.51 python-newt whipt

Re: apt-get upgrade error mysql

2004-04-19 Thread Mozzi
On Monday 19 April 2004 17:56, s. keeling wrote: > Incoming from Mozzi: > > I did an apt-get upgrade on woody and I got this error. > > anybody know what this means? > > > > Setting up mysql-server (3.23.49-8.6) ... > > Stopping MySQL database server: mysqld. > > ATTENTION: An error is occured. Mor

Re: apt-get upgrade error mysql

2004-04-19 Thread s. keeling
Incoming from Mozzi: > > I did an apt-get upgrade on woody and I got this error. > anybody know what this means? > > Setting up mysql-server (3.23.49-8.6) ... > Stopping MySQL database server: mysqld. > ATTENTION: An error is occured. More info in /var/log/mysql/mysql.err! ...

apt-get upgrade error mysql

2004-04-19 Thread Mozzi
Hi all Sorry seems there was a problem with previous post I did an apt-get upgrade on woody and I got this error. anybody know what this means? Setting up mysql-server (3.23.49-8.6) ... Stopping MySQL database server: mysqld. ATTENTION: An error is occured. More info in /var/log/mysql/mysql.err!

apt-get upgrade error mysql

2004-04-19 Thread Mozzi
Hi all I did an apt-get upgrade on woody and I got this error. anybody know what this means? Setting up mysql-server (3.23.49-8.6) ... Stopping MySQL database server: mysqld. ATTENTION: An error is occured. More info in /var/log/mysql/mysql.err! /var/lib/dpkg/info/mysql-server.postinst: line 121:

RE: upgrade error testing powermgmt-base_1.17_i386.deb

2003-10-17 Thread Jaye Inabnit
Hello: I found help via libranet's forum: <http://forum.libranet.com/viewtopic.php?t=2511> I'm posting this message for others that are having the same problem. --quote-- Posted: Sat Oct 18, 2003 3:12 amPost subject: powermgmt-base_1.17_i386.deb upgrade error Libranet

upgrade error testing powermgmt-base_1.17_i386.deb

2003-10-17 Thread Jaye Inabnit
Greetings: I have Sarge installed, but today I did an dist-upgrade and powermgmt-base continues to kill the upgrade. I have tried doing dist-upgrade -f and still errors out. I can't remove it since it will wipe out gnome. Anyone know a way I can make this evil package be nice to me and insta

Re: 'apt-get upgrade' error this morning

2003-04-02 Thread Jerome Acks Jr
On Tue, Apr 01, 2003 at 09:41:11AM -0500, Rick Pasotto wrote: > I've upgraded lots of packages to testing this morning (the libc6/php4 > problem evidently got fixed) and finally got the following error. > > How do I fix whatever went wrong? > > (Reading database ... 170160 files and directories c

'apt-get upgrade' error this morning

2003-04-01 Thread Rick Pasotto
I've upgraded lots of packages to testing this morning (the libc6/php4 problem evidently got fixed) and finally got the following error. How do I fix whatever went wrong? (Reading database ... 170160 files and directories currently installed.) Preparing to replace ncurses-bin 5.2.20020112a-8 (usi

Re: apt-get dist-upgrade error

2002-06-29 Thread Derrick 'dman' Hudson
On Sat, Jun 29, 2002 at 03:48:15PM -0400, Scott Henson wrote: | I then looked at dmesg and I see a bunch of errors concerning my hdd. | | end_request: I/O error, dev 16:08 (hdc), sector 229232 | hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error } | hdc: dma_intr: error=0x40 { Uncorre

apt-get dist-upgrade error

2002-06-29 Thread Scott Henson
I am getting this really wierd error from apt-get. apt-get dist-upgrade Reading Package Lists... Done Bus errorDependency Tree... 0% It is really weird cause I know apt should be alright because it ran just fine last night in my cron job that fetches all the new packages for my upgrade. Then

Re: dpkg upgrade error

2001-12-29 Thread Simon Law
On Fri, 28 Dec 2001, Colin Watson wrote: > On Thu, Dec 27, 2001 at 10:25:39AM -0700, Daniel Farnsworth Teichert wrote: > > When I looked at the preinst script, it seemed to be choking because > > /usr/share/doc/libdb2-util wasn't a soft link. I think it may not > > have even existed. I created a t

Re: dpkg upgrade error

2001-12-28 Thread Colin Watson
On Thu, Dec 27, 2001 at 10:25:39AM -0700, Daniel Farnsworth Teichert wrote: > When I looked at the preinst script, it seemed to be choking because > /usr/share/doc/libdb2-util wasn't a soft link. I think it may not > have even existed. I created a temporary directory, made > /usr/share/doc/libdb2-u

Re: dpkg upgrade error

2001-12-27 Thread David Gardi
Daniel Farnsworth Teichert wrote: >When I looked at the preinst script, it seemed to be choking because >/usr/share/doc/libdb2-util wasn't a soft link. I think it may not >have even existed. I created a temporary directory, made >/usr/share/doc/libdb2-util a soft-link to it, tried it again, and >

Re: dpkg upgrade error

2001-12-27 Thread Daniel Farnsworth Teichert
When I looked at the preinst script, it seemed to be choking because /usr/share/doc/libdb2-util wasn't a soft link. I think it may not have even existed. I created a temporary directory, made /usr/share/doc/libdb2-util a soft-link to it, tried it again, and everything went fine. It deleted the soft

Re: dpkg upgrade error

2001-12-27 Thread Colin Watson
On Thu, Dec 27, 2001 at 01:03:06AM +0100, David Gardi wrote: > Preparing to replace libdb2-util 2:2.7.7.0-2 (using > .../libdb2-util_2%3a2.7.7.0-3_i386.deb) ... > dpkg: error processing > /var/cache/apt/archives/libdb2-util_2%3a2.7.7.0-3_i386.deb (--unpack): > subprocess pre-installation script

dpkg upgrade error

2001-12-26 Thread David Gardi
Hi, I've just done an apt-get upgrade, and this is the error. Unpacking replacement gkrellmms ... Preparing to replace libdb2-util 2:2.7.7.0-2 (using .../libdb2-util_2%3a2.7.7.0-3_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libdb2-util_2%3a2.7.7.0-3_i386.deb (--unpack): subpro

Re: potato to sid upgrade error 32 broken pipe

2001-08-01 Thread John Galt
This is a problem alright. You may want to get debian-testing in on this, as a smooth potato -> woody transition is getting more vital by the day. When woody freezes, there MUST be a smooth upgrade path from potato On Wed, 1 Aug 2001, Sebastiaan wrote: >> --- >> 90 packages upgraded, 17

Re: potato to sid upgrade error 32 broken pipe

2001-08-01 Thread Shriram Shrikumar
I had the same problem while doing exactly the same thing last week. Unfortunately, cant remember exactly how it was solved. There is a package in /var/cache/apt/archives that needs to installed manually using dpkg. I think it was a libc package or a db2 something. you can just do dpkg -i sorr

Re: potato to sid upgrade error 32 broken pipe

2001-08-01 Thread Sebastiaan
> --- > 90 packages upgraded, 17 newly installed, 0 toremove and 3 not upgraded. > > 3 packages not fully installed or removed. > Need to get 0B/19.5MB of archives. After unpacking 13.0MB will be used. > Do you want to continue? [Y/n] > perl: error while loading shared libraries: libdb.so.

Re: potato to sid upgrade error 32 broken pipe

2001-08-01 Thread Michael B. Taylor
> --- > 90 packages upgraded, 17 newly installed, 0 toremove and 3 not upgraded. > > 3 packages not fully installed or removed. > Need to get 0B/19.5MB of archives. After unpacking 13.0MB will be used. > Do you want to continue? [Y/n] > perl: error while loading shared libraries: libdb.so.

potato to sid upgrade error 32 broken pipe

2001-08-01 Thread nick lidakis
Had an extra hard drive lying around, decided to give sid a twirl. Installed minimal potato without X. Changed sources to point to unstable. Typed apt-get update; apt-get dist-upgrade as usual. Halfway thru upgrade I get: --- 90 packages upgraded, 17 newly installed, 0 toremove and 3 not

Re: [debian-user] apt-get upgrade error

2001-07-31 Thread Rüdiger Kuhlmann
>--[Victor Julien]--<[EMAIL PROTECTED]> > [EMAIL PROTECTED]:~$ su > Password: > victor:/home/victor# cd / > victor:/# apt-get upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > The following packages have been kept back > cdparanoia libcdparanoia0 libcdparanoia0-dev >

apt-get upgrade error

2001-07-31 Thread Victor Julien
[EMAIL PROTECTED]:~$ su Password: victor:/home/victor# cd / victor:/# apt-get upgrade Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back cdparanoia libcdparanoia0 libcdparanoia0-dev 50 packages upgraded, 0 newly installed, 0 to remove and 3

apt-get upgrade error

2001-07-31 Thread Victor Julien
Hi, When I try to run 'apt-get upgrade' i get the following error: victor:/# apt-get upgrade Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back cdparanoia libcdparanoia0 libcdparanoia0-dev 50 packages upgraded, 0 newly installed, 0 to remo

Re: 'apt-get -u dist-upgrade' error

2001-06-07 Thread Christian Eyre
Hi Jeremy, i've had this problem when debconf-tiny was installed. You could try "apt-get install debconf" and see if that fixes the problem. > > Template parse error near "" at > /usr/lib/perl5/Debian/DebConf/Template.pm line 102, chunk > 3. > (in cleanup) Can't call method "DESTROY" on

'apt-get -u dist-upgrade' error

2001-06-07 Thread Jeremy
I'm new to apt-get, but I've been using Debian (potato) for several months now. I finally decided that it was time for me to upgrade and try out 'woody'. So I did 'apt-get update' after changing my sources.list file to point to the testing ftp, and after that I did 'apt-get -u dist-upgrade' Ever

Re: apt-get dist-upgrade error

2000-11-17 Thread John Galt
Artifact of the perl5.00X -> perl 5.6 conversion. I installed perl-5.6 and it solved the problem right quick. On Fri, 17 Nov 2000, Kevin C. Smith wrote: > Did an apt-get dist-upgrade last night and ran into the following problem: > > > 0 packages upgraded, 0 newly installed, 0 to remove and 2

Re: apt-get dist-upgrade error

2000-11-17 Thread Juergen Fiedler
Try to install perl-5.6 first. j On Fri, Nov 17, 2000 at 09:34:38AM -0600, Kevin C. Smith wrote: > Did an apt-get dist-upgrade last night and ran into the following problem: > > > 0 packages upgraded, 0 newly installed, 0 to remove and 25 not upgraded. > 1 packages not fully installed or remove

apt-get dist-upgrade error

2000-11-17 Thread Kevin C. Smith
Did an apt-get dist-upgrade last night and ran into the following problem: 0 packages upgraded, 0 newly installed, 0 to remove and 25 not upgraded. 1 packages not fully installed or removed. Need to get 0B of archives. After unpacking 0B will be used. Setting up debconf (0.5.01) ... Can't locat

Re: frozen upgrade error

2000-02-24 Thread Kent West
"Fox, Michael" wrote: > > 165 packages upgraded, 47 newly installed, 12 to remove and 0 not upgraded. > Need to get 0B/48.3MB of archives. After unpacking 42.8MB will be used. > Do you want to continue? [Y/n] > E: Internal Error, Couldn't configure a pre-depend > # > > Whats this? and how can I f

frozen upgrade error

2000-02-23 Thread Fox, Michael
165 packages upgraded, 47 newly installed, 12 to remove and 0 not upgraded. Need to get 0B/48.3MB of archives. After unpacking 42.8MB will be used. Do you want to continue? [Y/n] E: Internal Error, Couldn't configure a pre-depend # Whats this? and how can I fix it? Please email me directly back as

Re: early potato upgrade error->no confmodule ??

2000-01-06 Thread Joey Hess
[EMAIL PROTECTED] wrote: > Just dl'd packages for a dist-upgrade, then started the actual processing > run (I always get the packages first), but got an immediate error... > > Need to get 0B/150MB of archives. After unpacking 8489kB will be used. > Do you want to continue? [Y/n] > > 100% [Scannin

Re: early potato upgrade error->no confmodule ??

2000-01-06 Thread kaynjay
On Wed, Jan 05, 2000 at 10:30:26PM -0800, [EMAIL PROTECTED] wrote: > Just dl'd packages for a dist-upgrade, then started the actual processing > run (I always get the packages first), but got an immediate error... ... > Configuring packages.. > /tmp/fileAsdL1s: /usr/share/debconf/confmodule: No suc

early potato upgrade error->no confmodule ??

2000-01-06 Thread kaynjay
Just dl'd packages for a dist-upgrade, then started the actual processing run (I always get the packages first), but got an immediate error... Need to get 0B/150MB of archives. After unpacking 8489kB will be used. Do you want to continue? [Y/n] 100% [Scanning packages] Configuring packages.. /tmp

Re: help with upgrade error (fwd)

1999-12-20 Thread pseelig
On Mon, 20 Dec 1999, dinakar desai wrote: > dpkg:error processing /var/cache/apt/archives/base-files_2.1.11_all.deb > (--unpack): > trying to overwrite '/etc/inputrc', which is also in package > libreadlineg2 > Same trouble here. I helped myself with dpkg -i --force-overwrite /var/cache/apt/a

help with upgrade error (fwd)

1999-12-20 Thread dinakar desai
Hello Everyone: When I try to use apt-get upgrade on potato i get the following message. I would appreciate, if someone could help (Reading database 18738 files and directories currently installed.) preparing to replace base-files 2.1.10 (using .../base-files_2.1.22_all.deb) unpacking repla

Re: upgrade error

1999-11-19 Thread Martin Fluch
-BEGIN PGP SIGNED MESSAGE- On Fri, 19 Nov 1999, Gerhard Kroder wrote: > while trying to upgrade (apt-get {update|upgrade} ) my potot i get > errors (see attachement) since some days. can somebody tell me what this > means resp. how to fix it? When I remember right, this looks like an

upgrade error

1999-11-19 Thread Gerhard Kroder
while trying to upgrade (apt-get {update|upgrade} ) my potot i get errors (see attachement) since some days. can somebody tell me what this means resp. how to fix it? gerhard [EMAIL PROTECTED] /etc >apt-get check Reading Package Lists... Done Building Dependency Tree... Done [EMAIL PROTECTED] /

Upgrade error to potato

1999-11-12 Thread Sebastian Canagaratna
I was trying to upgrade from slilnk to potato and I got this error and do not seem to be able to go beyond this: Preparding to replace hostname 2.04 ( using /hostname_2.05_i386.deb) .. Unpacking replacement hostname dpkg: error processing ?var/.../hostname... ( --unpack): trying to overwirte

dselect-upgrade error...

1999-09-09 Thread Eric G . Miller
Just last night I started having this problem with dselect. It fails when running the INSTALL. apt-get works fine, provided I don't use the dselect-upgrade option. Any clues? Reading Package Lists... Done Building Dependency Tree... Done /usr/lib/dpkg//methods/apt/install: line 41: 7398 Segment

Re: X11 upgrade---error using xdm, Xsession?

1999-02-07 Thread Marcelo E. Magallon
Hi, On Sun, Feb 07, 1999 at 10:40:58AM +1000, Alan Eugene Davis wrote: > Now what is this? > > Windowmaker is broken. Afterstep has been broken for a couple of > weeks: a difference in config files? (I'd done some tweaks). I'll be glad to help if you can tell me how's wmaker broken.

X11 upgrade---error using xdm, Xsession?

1999-02-07 Thread Alan Eugene Davis
After upgrading to potato X11, as root I can startx. But when I run xdm, and log in as a user, I get this: > electra:/etc/X11# less /home/lex/.xsession-errors > :16: invalid preprocessing directive name > :33: invalid preprocessing directive name > /etc/X11/Xsession: [: sh: binary operator exp