Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: problems with apt-get upgrade after installing knoppix to HD

  1. #1
    Junior Member registered user
    Join Date
    Mar 2004
    Posts
    15

    problems with apt-get upgrade after installing knoppix to HD

    Hello,

    I'm a complete newbie to Linux, I only have experience with DOS/windows. Yesterday I reformatted my HDD and made a dual-boot system for winXP home and knoppix (debian). I followed the instructions on knoppix.net on how to do a HD installation (using knoppix-installer). That went smoothly, and LILO worked nicely allowing me to boot into either windows or linux.

    Then, on the advice of a friend who knows about using Debian, I opened a shell and did "apt-get update".

    That worked pretty well, except I got this error:

    -----
    Failed to fetch http://non-us.debian.org/~kitame/mozilla/./Packages.gz 404 Not Found
    Failed to fetch http://non-us.debian.org/~kitame/mozilla/./Sources.gz 404 Not Found
    Reading Package Lists... Done
    E: Some index files failed to download, they have been ignored, or old ones used instead.
    -----

    After that, on the advice of my friend, I did "apt-get dist-upgrade -u". He helped me through most of the dialog screens and stuff. But at the end of that, I was left with this error:

    -----
    You might want to run `apt-get -f install' to correct these.
    The following packages have unmet dependencies:
    libwine: Depends: libxv1 but it is not installed
    E: Unmet dependencies. Try using -f.
    -----

    At this point, my friend was unavailable to help me further. The only thing he said before he left was that I should finish the upgrade before restarting my computer. So I've left my computer running ever since. But I don't know how to fix this.

    When I do "apt-get -f install" as they suggest, I get:

    -----
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-5_i386.deb (--unpack):
    trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/libxv1_4.3.0-5_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    -----

    I don't know what any of this means . All I know is that this 'wine' program will probably be useful since I think it should allow me to run windows apps under linux, which would be useful for me.

    What do I need to do to make my linux usable, and make it safe to power off and everything?

    Thanks in advance for your help.

    I can be reached on jabber chat at voldemort_b@jabber.org.uk, or msn messenger under katie_dale@hotmail.com . My email address is voldemort_b@playful.com . I'm watching this topic, though, so I'll know when a topic is posted.

    V.

  2. #2
    Junior Member registered user
    Join Date
    Mar 2004
    Posts
    15

    PS

    let me just add a request - if you give me a solution, please be very specific, i.e. give me the whole command line I should use. Don't assume I'll understand anything on my own, because chances are, as a newbie, I won't.

    Thanks again.

    V.

  3. #3
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    20
    for this error:
    Failed to fetch http://non-us.debian.org/~kitame/mozilla/./Packages.gz 404 Not Found
    Failed to fetch http://non-us.debian.org/~kitame/mozilla/./Sources.gz 404 Not Found

    you just have to edit /etc/apt/sources.list and get rid of the lines with http://non-us.debian.org/~kitame/ ... then apt-get update

    the sources.list files is basically the file that lists the 'sources' from which packages can be obtained ...

    for more details please refer to http://www.debian.org/doc/manuals/ap.../index.en.html

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    To fix this error.
    -----
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-5_i386.deb (--unpack):
    trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/libxv1_4.3.0-5_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Use dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0-5_i386.deb and then dpkg --configure -a to configure any packages that may have been missed when the error happened.

  5. #5
    Junior Member registered user
    Join Date
    Mar 2004
    Posts
    15

    thanks!

    Thanks so much! That helped.

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Stephen,

    I've gotten quite used to using "dpkg -i --force-overwrite ..." over the past few weeks (months?). I don't recall ever having to do this whe first starting with Knoppix/Debian though. Do you know why we seem to be seeing this more and more often with apt upgrades/installs? Surely, package creators and other Debian folk must be aware of the increased frequency with which this is happening. I'm just wondering what the cause of it is and if there is a plan to address it. Might this be Knoppix issue and not necessairly a Debian issue?

    Adam

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by aay
    Stephen,

    I've gotten quite used to using "dpkg -i --force-overwrite ..." over the past few weeks (months?). I don't recall ever having to do this whe first starting with Knoppix/Debian though. Do you know why we seem to be seeing this more and more often with apt upgrades/installs? Surely, package creators and other Debian folk must be aware of the increased frequency with which this is happening. I'm just wondering what the cause of it is and if there is a plan to address it. Might this be Knoppix issue and not necessairly a Debian issue?

    Adam
    You are correct I noticed that as well X seems to be in one hell of a mess and when KDE 3.2.1 moved into unstable there was a few packages there as well. I think there is too much of a push going on to get things into unstable so they can move into testing for release when Sarge becomes the new stable and people are getting sloppy. It is not just Knoppix either it is the same mess on my Debian installs as well.

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by Stephen
    You are correct I noticed that as well X seems to be in one hell of a mess and when KDE 3.2.1 moved into unstable there was a few packages there as well. I think there is too much of a push going on to get things into unstable so they can move into testing for release when Sarge becomes the new stable and people are getting sloppy. It is not just Knoppix either it is the same mess on my Debian installs as well.

    Hmm. Interesting. Your hypothesis seems reasonable. Well since this isn't simply a Knoppix problem, i'm sure it's being noticed by lots of people. This needs to stop. Though it's something of a nuisance for you and me , I can see how this would have new users pulling their hair out. Frankly I'd rather wait a few more days and have thing smoothed out. On the other hand, package managers may reply that this is UNSTABLE we are talking about here. Nevertheless, it seems to me that these packages should at least INSTALL.

  9. #9
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I haven't seen much use on the forum of "apt-get -b --ignore-hold whatever_package" which I seem to use quite often to get stuff installed after update-upgrade.
    Is it somehow better to use the --force-overwrite or how come no-one uses the one I do?
    Or don't they just tell

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Hmm, probably shouldn't have hijacked someones post

Page 1 of 2 12 LastLast

Similar Threads

  1. Installing Knoppix Problems.
    By Presently42 in forum Hdd Install / Debian / Apt
    Replies: 34
    Last Post: 02-23-2005, 05:44 AM
  2. Problems after apt-get upgrade
    By funny1 in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 12-28-2004, 06:40 PM
  3. Problems installing Knoppix 3.6
    By Japo in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 11-04-2004, 05:36 AM
  4. Problems installing Knoppix and Overclockix
    By Drewby in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 11-03-2003, 04:24 PM
  5. Kde 3.0 to kde 3.1 upgrade problems
    By silkodyssey in forum General Support
    Replies: 0
    Last Post: 07-15-2003, 02:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5

Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5" Internal Hard Drive

$29.99



HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5

HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5" Enterprise HDD

$69.99



HP Hard Drive Cage w/ Backplane 670078-001 picture

HP Hard Drive Cage w/ Backplane 670078-001

$389.99



WF12F DELL 1TB 7.2K 6GBPS SATA 2.5'' HDD HARD DRIVE ST91000640NS 0WF12F picture

WF12F DELL 1TB 7.2K 6GBPS SATA 2.5'' HDD HARD DRIVE ST91000640NS 0WF12F

$25.00



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$89.99



HGST HUS724040ALS640 4TB 7200RPM 64MB Cache 6Gbps SAS 3.5

HGST HUS724040ALS640 4TB 7200RPM 64MB Cache 6Gbps SAS 3.5" Hard Drive HDD SERVER

$19.99



Western Digital Caviar Green 3.5

Western Digital Caviar Green 3.5" 3TB SATA Hard Drive

$23.00



8TB Seagate Archive SATA 3.5

8TB Seagate Archive SATA 3.5" HDD Hard Drive 100% Healthy 200MB/s ST8000AS0002

$36.21



WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN picture

WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN

$209.99



Seagate ST12000NM0538 Exos X14 12TB 3.5

Seagate ST12000NM0538 Exos X14 12TB 3.5" SATA 6Gbps 3.5" Enterprise Hard Drive

$45.62