Re: dpkg problem
I have experienced similar results when the package archives are incomplete and/or corrupted. Deleting the first .deb and then downloading it again has fixed things, even though the files are exactly the same size etc. In other instances retrying the exactly same command has rectified the "error"! I'm sure someone more experienced may have more info, but that's what I've found. KD On Tue, 7 Nov 2000, Joel Dinel wrote: > Date: Tue, 7 Nov 2000 07:57:25 +1100 > To: debian-user@lists.debian.org > From: Joel Dinel <[EMAIL PROTECTED]> > Subject: dpkg problem > > I did an apt-get install task-kde this afternoon. I got a message that > task-kde would not be installed because some other package was not > installable. After hunting down the problem package, I try to install it > : < snip > > And that's it. Pretty, huh? I am not given any further detail on what the > problem is. > > Anybody else ever encountered that ? > > Thanks ! > > -- > > Joel Dinel > [EMAIL PROTECTED]
No Subject
After downloading kernel-source-2.2.17_2.2.17pre6-1.deb (for the third time) from both ftp.debian.au.org, www.au.debian.org and ftp.debian.org and then executing "tar -Ixvf kernel-source-2.2.17.tar.bz2" in /usr/src I received the following error: .. list of files in archive ... kernel-source-2.2.17/drivers/net/epic100.c bzip2: Data integrity error when decompressing. Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to *attempt* to recover data from undamaged sections of corrupted files. tar: Archive kernel-source-2.2.17.tar.bz2 EOF not on block boundary tar: Error is not recoverable: exiting now The error has occured on different files in the archive on each occasion. If I'm the only one experiencing this error, what't wrong with my system? If anyone else is getting the same, or similar errors how did they fix it, and what's wrong? I admit I'm fairly new to Debian and Linux in general, but I believe I have everything else in working order on my machine. Thanks, in advance, KD
Archive/kernel problems
Sorry, on the first post, I forgot a subject.. I apologise for the duplication... After downloading kernel-source-2.2.17_2.2.17pre6-1.deb (for the third time) from both ftp.debian.au.org, www.au.debian.org and ftp.debian.org and then executing "tar -Ixvf kernel-source-2.2.17.tar.bz2" in /usr/src I received the following error: .. list of files in archive ... kernel-source-2.2.17/drivers/net/epic100.c bzip2: Data integrity error when decompressing. Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to *attempt* to recover data from undamaged sections of corrupted files. tar: Archive kernel-source-2.2.17.tar.bz2 EOF not on block boundary tar: Error is not recoverable: exiting now The error has occured on different files in the archive on each occasion. If I'm the only one experiencing this error, what't wrong with my system? If anyone else is getting the same, or similar errors how did they fix it, and what's wrong? I admit I'm fairly new to Debian and Linux in general, but I believe I have everything else in working order on my machine. Thanks, in advance, KD
Re: Archive/kernel problems
On Thu, 9 Nov 2000, Carel Fellinger wrote: > Date: Thu, 9 Nov 2000 07:34:18 +1100 > To: debian-user@lists.debian.org > From: Carel Fellinger <[EMAIL PROTECTED]> > Subject: Re: Archive/kernel problems > > On Thu, Nov 09, 2000 at 12:13:43AM +1100, Kaleb Daark wrote: > > After downloading kernel-source-2.2.17_2.2.17pre6-1.deb (for the third > > For the time being you can try to download the real 2.2.17, or if you're > stuck with this pre6 thing try to download it from the source archives. > For me it seemed to work. > > Just wait a sec, I've a fast internet connection waiting to be used:) > And yes downloading from ftp.de.debian.org works! So point your apt > to this one and you'll get the correct one. > I have now downloaded both kernel-source-2.2.17_2.2.17pre6-1.deb and kernel-source-2.2.15_2.2.15-3.deb, first from ftp.de.debian.org, ftp.au.debian.org, and ftp.debian.org which seemed to go OK, dpkg even installed them with no errors, but when unpacking I received: .. files in archive ... kernel-source-2.2.15/drivers/net/sktr.c kernel-source-2.2.15/drivers/net/sktr.h tar: Skipping to next file header bzip2: Data integrity error when decompressing. Input file = (stdin), output file = (stdout) < full error message > tar: Archive kernel-source-2.2.15.tar.bz2 EOF not on block boundary tar: Error is not recoverable: exiting now Each of the archives fails at when unpacking a different file. I can't see how there could be two corrupted archives, with two different versions of the package, on the three different servers I have tried. So I downloaded, from ftp.aarnet.lkams.kernel.org linux-2.2.17.tar.bz2, and linux-2.2.17.tar.gz, (no small task over a 56k link), and when I check the archive I get: /usr/src/$ gzip -dv linux-2.2.17.tar.gz linux-2.2.17.tar.gz: gzip: linux-2.2.17.tar.gz: invalid compressed data--crc error This leads me to believe that the problem is at my end, but I am at a loss to find the cause, or for that matter, where to look for more info
Re: Archive/kernel problems
Yes, tried that only a couple of days ago, I have experienced the problem, both before and after the check. On Fri, 10 Nov 2000, Robert Guthrie wrote: > Date: Fri, 10 Nov 2000 02:18:20 +1100 > To: Kaleb Daark <[EMAIL PROTECTED]>, debian-user@lists.debian.org > From: Robert Guthrie <[EMAIL PROTECTED]> > Subject: Re: Archive/kernel problems > > Have you tried unmounting that partition and e2fsck-ing it? If it's your > > root partition, you might be able to accomplish that in single-user mode. > > -- > Did you know that if you play a Windows 2000 cd backwards, you > will hear the voice of Satan? > > That's nothing! If you play it forward, it'll install Windows 2000. >
Re: Archive/kernel problems
On Fri, 10 Nov 2000, Carel Fellinger wrote: > Date: Fri, 10 Nov 2000 07:01:20 +1100 > To: debian-user@lists.debian.org > From: Carel Fellinger <[EMAIL PROTECTED]> > Subject: Re: Archive/kernel problems > > On Fri, Nov 10, 2000 at 01:49:49AM +1100, Kaleb Daark wrote: > > > I have now downloaded both kernel-source-2.2.17_2.2.17pre6-1.deb and > > kernel-source-2.2.15_2.2.15-3.deb, first from ftp.de.debian.org, > > ftp.au.debian.org, and ftp.debian.org which seemed to go OK, dpkg even > more woes skipped > > and suddenly it downed, I had spurious corrupted dowloads in the past. > fixed it with what is the name... to rearrange irq priority... > installed hwtools... editted /etc/rc.boot/hwtools and replaced the line > with #irqtune with /usr/lib/hwtools/irqtune Gave this a try, but found that my system started segfaulting more often, and the downloaded archives still did the same thing. Freshly downloaded archived behaved the same way. This pretty well ensures that the problem is with my hardware, and so raises my next question: What programs are available which will run tests to confirm my suspicions and identify what I need to replace?