LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-03-2005, 12:22 PM   #1
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
using apt-get -f, still not getting what I need


I have a Knoppix box. Using apt-get as the package manager. I was only grabbing the stable packages, because I am using this as a server/storage, but I believe in the long run, this was a mistake.

The reason for this is that now when I try to update and upgrade packages, I get the standard error that some packages can't be updated or upgraded...please use apt-get -f update and apt-get -f upgrade to get around this.

Can anyone offer insight on how to fix this or get around this?

thanks
 
Old 08-03-2005, 01:00 PM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
What does your sources.list look like?

What apps are you trying to upgrade?

Usually you see that happen when a dependency is in unstable /testing. Try using a testing and /or unstable repository when you do the upgrade and see what happens.
 
Old 08-03-2005, 02:26 PM   #3
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally posted by craigevil
What does your sources.list look like?

Source List

# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free

# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Sources
deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Added 1/10/2005
# To get w32 codecs
# deb ftp://ftp.nerim.net/debian-marillat

# Testing
deb http://ftp2.de.debian.org/pub/debian testing main contrib non-free
deb http://ftp2.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Sources
deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Unstable
deb http://ftp2.de.debian.org/debian unstable main contrib non-free
deb http://ftp2.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Sources
deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Experimental
deb http://debian.uni-essen.de/debian ../project/experimental main contrib non-free
deb-src http://debian.uni-essen.de/debian ../project/experimental main contrib non-free

# Mozilla
deb http://non-us.debian.org/~kitame/mozilla ./
deb-src http://non-us.debian.org/~kitame/mozilla ./

# GNOME 2.0
# deb http://www.gnome.de/debian/ ./

# KDE 3
# deb http://ktown.kde.org/~nolden/kde stable main
deb-src http://ktown.kde.org/~nolden/kde stable main
# We get packages from testing/unstable for now

# cdbakeoven
# deb http://coyote.asoc.euitt.upm.es/mud/debian/ ./

# XFree 4.2/4.3
deb http://people.debian.org/~branden/packages sid/i386/
deb-src http://people.debian.org/~branden/packages sid/source/
deb http://www.penguinppc.org/~daniels/sid/i386 ./
deb-src http://www.penguinppc.org/~daniels/sid/source ./

# Java
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
# deb http://people.debian.org/~sgybas/jdk13

# LyX & others (now in debian/unstable)
# deb ftp://ntama.uni-mainz.de/pub/debian unofficial/
# deb-src ftp://ntama.uni-mainz.de/pub/debian unofficial/

# Evolution
#deb ftp://ftp.ximian.com/pub/debian stable main
#deb-src ftp://ftp.ximian.com/pub/debian stable main

# Blades Repository (pppoeconf & co)
deb http://people.debian.org/~blade/testing ./
deb-src http://people.debian.org/~blade/testing ./

# Wine CVS snapshot
# deb http://people.debian.org/~andreas/debian wine main
# deb-src http://people.debian.org/~andreas/debian wine main

# deb cdrom:[Debian G



[B}
Quote:
What apps are you trying to upgrade?[/B]
Just keeping up with the latest packages


Quote:
Usually you see that happen when a dependency is in unstable /testing. Try using a testing and /or unstable repository when you do the upgrade and see what happens.
Do you have any recommendations that you could post?

thanks
 
Old 08-03-2005, 02:47 PM   #4
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
you have to give us the entire exact apt error message
the solutions to these things are never general and usually not logical but are rather specific to the situation
 
Old 08-03-2005, 03:00 PM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
You should remove the non-us from your sources.list

#Stable Sarge
deb http://http.us.debian.org/debian/ stable main contrib non-free
deb-src http://http.us.debian.org/debian/ stable main contrib non-free
#Security Updates Stable
deb http://security.debian.org/ stable/updates main contrib non-free

#Debian Unofficial packages for Sarge/stable Opera, Java, Netscape, Skype
deb http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian/ sarge main contrib non-free restricted

#Debian Stable Backports
# deb http://www.backports.org/debian/ stable package ...
# deb-src http://www.backports.org/debian/ stable package ...

# Testing Etch
deb http://http.us.debian.org/debian/ testing main contrib non-free
# Testing Sources
deb-src http://http.us.debian.org/debian/ testing main contrib non-free

# Unstable Sid
deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free

###various packages not in official repositories
#Debian KDE 3.4 Team updates
deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

# Up-to-date Xfce Debian packages (currently at 4.2)
deb http://www.os-works.com/debian/ testing main
deb-src http://www.os-works.com/debian/ testing main

#wine
deb http://wine.sourceforge.net/apt/ binary/
deb-src http://wine.sourceforge.net/apt/ source/

#mplayer,acroread.realplayer,various packages
deb ftp://ftp.nerim.net/debian-marillat/ sarge main
deb ftp://ftp.nerim.net/debian-marillat/ etch main
 
Old 08-03-2005, 03:40 PM   #6
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally posted by craigevil
You should remove the non-us from your sources.list

Why?

And, where can I get a list of local United State sources to replace the foreign ones?

thanks again
 
Old 08-03-2005, 03:51 PM   #7
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally posted by foo_bar_foo
you have to give us the entire exact apt error message
the solutions to these things are never general and usually not logical but are rather specific to the situation
Code:
root@xanadu:~# apt-get -f update
Hit http://debian.uni-essen.de ../project/experimental/main Packages
Hit http://debian.uni-essen.de ../project/experimental/main Release
Hit http://debian.uni-essen.de ../project/experimental/contrib Packages
Hit http://debian.uni-essen.de ../project/experimental/contrib Release
Hit http://debian.uni-essen.de ../project/experimental/non-free Packages
Hit http://debian.uni-essen.de ../project/experimental/non-free Release
Hit http://debian.uni-essen.de ../project/experimental/main Sources
Hit http://debian.uni-essen.de ../project/experimental/main Release
Hit http://debian.uni-essen.de ../project/experimental/contrib Sources
Hit http://debian.uni-essen.de ../project/experimental/contrib Release
Hit http://debian.uni-essen.de ../project/experimental/non-free Sources
Hit http://debian.uni-essen.de ../project/experimental/non-free Release
Err http://www.penguinppc.org ./ Packages
  404 Not Found
Ign http://www.penguinppc.org ./ Release
Err http://www.penguinppc.org ./ Sources
  404 Not Found
Ign http://www.penguinppc.org ./ Release
Err http://people.debian.org sid/i386/ Packages
  404 Not Found
Ign http://people.debian.org sid/i386/ Release
Err http://people.debian.org sid/source/ Sources
  404 Not Found
Ign http://people.debian.org sid/source/ Release
Hit http://people.debian.org ./ Packages
Ign http://people.debian.org ./ Release
Hit http://people.debian.org ./ Sources
Ign http://people.debian.org ./ Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://security.debian.org stable/updates/contrib Release
Hit http://security.debian.org stable/updates/non-free Packages
Hit http://security.debian.org stable/updates/non-free Release
Hit http://security.debian.org testing/updates/main Packages
Hit http://security.debian.org testing/updates/main Release
Hit http://security.debian.org testing/updates/contrib Packages
Hit http://security.debian.org testing/updates/contrib Release
Err http://ktown.kde.org stable/main Sources
  404 Not Found
Ign http://ktown.kde.org stable/main Release
Hit http://ftp.de.debian.org stable/main Packages
Hit http://ftp.de.debian.org stable/main Release
Err http://non-us.debian.org ./ Packages
  404 Not Found
Ign http://non-us.debian.org ./ Release
Hit http://security.debian.org testing/updates/non-free Packages
Hit http://security.debian.org testing/updates/non-free Release
Hit http://ftp2.de.debian.org testing/main Packages
Hit http://ftp2.de.debian.org testing/main Release
Hit http://ftp.de.debian.org stable/contrib Packages
Hit http://ftp.de.debian.org stable/contrib Release
Hit http://ftp.de.debian.org stable/non-free Packages
Hit http://ftp.de.debian.org stable/non-free Release
Hit http://ftp.de.debian.org stable/non-US/main Packages
Hit http://ftp.de.debian.org stable/non-US/main Release
Hit http://ftp.de.debian.org stable/non-US/contrib Packages
Hit http://ftp.de.debian.org stable/non-US/contrib Release
Err http://non-us.debian.org ./ Sources
  404 Not Found
Ign http://non-us.debian.org ./ Release
Hit http://ftp.de.debian.org stable/non-US/non-free Packages
Hit http://ftp.de.debian.org stable/non-US/non-free Release
Hit http://ftp.de.debian.org stable/main Sources
Hit http://ftp.de.debian.org stable/main Release
Hit http://ftp2.de.debian.org testing/contrib Packages
Hit http://ftp2.de.debian.org testing/contrib Release
Hit http://ftp2.de.debian.org testing/non-free Packages
Hit http://ftp2.de.debian.org testing/non-free Release
Err http://ftp2.de.debian.org testing/non-US/main Packages
  404 Not Found
Ign http://ftp2.de.debian.org testing/non-US/main Release
Err http://ftp2.de.debian.org testing/non-US/contrib Packages
  404 Not Found
Ign http://ftp2.de.debian.org testing/non-US/contrib Release
Err http://ftp2.de.debian.org testing/non-US/non-free Packages
  404 Not Found
Hit http://ftp.de.debian.org stable/contrib Sources
Hit http://ftp.de.debian.org stable/contrib Release
Hit http://ftp.de.debian.org stable/non-free Sources
Hit http://ftp.de.debian.org stable/non-free Release
Hit http://ftp.de.debian.org stable/non-US/main Sources
Hit http://ftp.de.debian.org stable/non-US/main Release
Hit http://ftp.de.debian.org stable/non-US/contrib Sources
Hit http://ftp.de.debian.org stable/non-US/contrib Release
Hit http://ftp.de.debian.org stable/non-US/non-free Sources
Hit http://ftp.de.debian.org stable/non-US/non-free Release
Ign http://ftp2.de.debian.org testing/non-US/non-free Release
Hit http://ftp2.de.debian.org unstable/main Packages
Hit http://ftp2.de.debian.org unstable/main Release
Hit http://ftp2.de.debian.org unstable/contrib Packages
Hit http://ftp2.de.debian.org unstable/contrib Release
Hit http://ftp.de.debian.org testing/main Sources
Hit http://ftp.de.debian.org testing/main Release
Hit http://ftp.de.debian.org testing/contrib Sources
Hit http://ftp.de.debian.org testing/contrib Release
Hit http://ftp.de.debian.org testing/non-free Sources
Hit http://ftp.de.debian.org testing/non-free Release
Hit http://ftp2.de.debian.org unstable/non-free Packages
Hit http://ftp2.de.debian.org unstable/non-free Release
Err http://ftp2.de.debian.org unstable/non-US/main Packages
  404 Not Found
Ign http://ftp2.de.debian.org unstable/non-US/main Release
Err http://ftp.de.debian.org testing/non-US/main Sources
  404 Not Found
Ign http://ftp.de.debian.org testing/non-US/main Release
Err http://ftp.de.debian.org testing/non-US/contrib Sources
  404 Not Found
Ign http://ftp.de.debian.org testing/non-US/contrib Release
Err http://ftp2.de.debian.org unstable/non-US/contrib Packages
  404 Not Found
Err http://ftp.de.debian.org testing/non-US/non-free Sources
  404 Not Found
Ign http://ftp.de.debian.org testing/non-US/non-free Release
Hit http://ftp.de.debian.org unstable/main Sources
Hit http://ftp.de.debian.org unstable/main Release
Hit http://ftp.de.debian.org unstable/contrib Sources
Hit http://ftp.de.debian.org unstable/contrib Release
Ign http://ftp2.de.debian.org unstable/non-US/contrib Release
Err http://ftp2.de.debian.org unstable/non-US/non-free Packages
  404 Not Found
Ign http://ftp2.de.debian.org unstable/non-US/non-free Release
Hit http://ftp.de.debian.org unstable/non-free Sources
Hit http://ftp.de.debian.org unstable/non-free Release
Err http://ftp.de.debian.org unstable/non-US/main Sources
  404 Not Found
Ign http://ftp.de.debian.org unstable/non-US/main Release
Get:1 ftp://ftp.gwdg.de woody/main Packages
Err http://ftp.de.debian.org unstable/non-US/contrib Sources
  404 Not Found
Ign http://ftp.de.debian.org unstable/non-US/contrib Release
Err http://ftp.de.debian.org unstable/non-US/non-free Sources
  404 Not Found
Ign http://ftp.de.debian.org unstable/non-US/non-free Release
Err ftp://ftp.gwdg.de woody/main Packages
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/main/binary-i386/Packages.gz: No such file or directory.  '
Get:2 ftp://ftp.gwdg.de woody/main Release
Ign ftp://ftp.gwdg.de woody/main Release
Get:3 ftp://ftp.gwdg.de woody/non-free Packages
Err ftp://ftp.gwdg.de woody/non-free Packages
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/non-free/binary-i386/Packages.gz: No such file or directory.  '
Get:4 ftp://ftp.gwdg.de woody/non-free Release
Ign ftp://ftp.gwdg.de woody/non-free Release
Get:5 ftp://ftp.gwdg.de woody/main Sources
Err ftp://ftp.gwdg.de woody/main Sources
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/main/source/Sources.gz: No such file or directory.  '
Get:6 ftp://ftp.gwdg.de woody/main Release
Ign ftp://ftp.gwdg.de woody/main Release
Get:7 ftp://ftp.gwdg.de woody/non-free Sources
Err ftp://ftp.gwdg.de woody/non-free Sources
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/non-free/source/Sources.gz: No such file or directory.  '
Get:8 ftp://ftp.gwdg.de woody/non-free Release
Ign ftp://ftp.gwdg.de woody/non-free Release
Get:9 ftp://ftp.gwdg.de unstable/main Packages
Err ftp://ftp.gwdg.de unstable/main Packages
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/unstable/main/binary-i386/Packages.gz: No such file or directory.  '
Get:10 ftp://ftp.gwdg.de unstable/main Release
Ign ftp://ftp.gwdg.de unstable/main Release
Hit ftp://ftp.gwdg.de unstable/non-free Packages
Hit ftp://ftp.gwdg.de unstable/non-free Release
Get:11 ftp://ftp.gwdg.de unstable/main Sources
Err ftp://ftp.gwdg.de unstable/main Sources
  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/unstable/main/source/Sources.gz: No such file or directory.  '
Get:12 ftp://ftp.gwdg.de unstable/main Release
Ign ftp://ftp.gwdg.de unstable/main Release
Hit ftp://ftp.gwdg.de unstable/non-free Sources
Hit ftp://ftp.gwdg.de unstable/non-free Release
Failed to fetch http://ftp2.de.debian.org/pub/debian...86/Packages.gz  404 Not Found
Failed to fetch http://ftp2.de.debian.org/pub/debian...86/Packages.gz  404 Not Found
Failed to fetch http://ftp2.de.debian.org/pub/debian...86/Packages.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  404 Not Found
Failed to fetch http://ftp2.de.debian.org/debian-non...86/Packages.gz  404 Not Found
Failed to fetch http://ftp2.de.debian.org/debian-non...86/Packages.gz  404 Not Found
Failed to fetch http://ftp2.de.debian.org/debian-non...86/Packages.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  404 Not Found
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
Failed to fetch http://ktown.kde.org/~nolden/kde/dis...rce/Sources.gz  404 Not Found
Failed to fetch http://people.debian.org/~branden/pa...86/Packages.gz  404 Not Found
Failed to fetch http://people.debian.org/~branden/pa...rce/Sources.gz  404 Not Found
Failed to fetch http://www.penguinppc.org/~daniels/s..././Packages.gz  404 Not Found
Failed to fetch http://www.penguinppc.org/~daniels/s...e/./Sources.gz  404 Not Found
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/main/binary-i386/Packages.gz: No such file or directory.  '
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/non-free/binary-i386/Packages.gz: No such file or directory.  '
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/main/source/Sources.gz: No such file or directory.  '
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/woody/non-free/source/Sources.gz: No such file or directory.  '
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/unstable/main/binary-i386/Packages.gz: No such file or directory.  '
Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Unable to fetch file, server said '/pub/languages/java/linux/debian/dists/unstable/main/source/Sources.gz: No such file or directory.  '
Reading Package Lists... Done
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
 
Old 08-03-2005, 03:52 PM   #8
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Code:
root@xanadu:~# apt-get -f upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following NEW packages will be installed:
  libice6 libsm6 libx11-6 libxext6 libxi6 libxmu6 libxmuu1 libxp6 libxpm4 libxrandr2
  libxt6 libxtrap6 libxtst6 libxv1
The following packages have been kept back:
  abiword abiword-common alsa-base apache apache-common apache-utils apt-show-versions
  apt-spy apt-utils ark arpwatch aspell-bin aspell-en audacity base-config bind9 blt
  bridge-utils cloop-utils dia-common dict dnsutils dvgrab efax-gtk elinks emacs21
  emacs21-common ettercap-gtk fbi freeciv-client-gtk freeciv-server fwbuilder gaim gimp
  gkrellm gksu gnomemeeting gnumeric gnupg gpa gphoto2 gsm-utils gtkam hotplug
  imagemagick ipppd iproute isdnactivecards isdnlog isdnutils-base isdnutils-xtools
  kaddressbook kalarm kamera kandy kappfinder karbon karm kate kate-plugins kcalc
  kcharselect kchart kcmlinuz kcoloredit kcontrol kcron kdat kdeaddons-kfile-plugins
  kdeadmin-kfile-plugins kdebase-bin kdebase-kio-plugins kdegraphics-kfile-plugins
  kdelibs-bin kdelibs-data kdelibs4 kdemultimedia-kfile-plugins kdepasswd
  kdepim-kfile-plugins kdeprint kdesktop kdessh kdf kdm kfind kfloppy kformula
  kghostview khelpcenter khexedit kicker kiconedit kivio kjots klaptopdaemon klipper
  kmahjongg kmailcvt kmenuedit kmix kmrml koffice-data koffice-libs konq-plugins
  konqueror konqueror-nsplugins konsole kooka korganizer koshell kpackage kpager
  kpersonalizer kpf kpilot kpresenter krdc krfb ksmserver ksnapshot ksplash kspread
  ksync ksysv kteatime ktimer ktip kugar kuickshow kuser kviewshell kwin kword lftp
  libapache-mod-ssl libarts1 libarts1-dev libasound2 libasound2-dev libaspell15
  libauthen-pam-perl libautotrace3 libdbd-mysql-perl libdbi-perl libft-perl
  libgcj-common libgcj4-dev libgnomeprint2.2-0 libgnomeprintui2.2-0 libgphoto2-2
  libgtkspell0 libhtml-parser-perl libisccc0 libisccfg0 libjcode-pm-perl libkdegames1
  libkdenetwork2 libkonq4 libkscan1 libldap2 liblocale-gettext-perl libnet-ssleay-perl
  libnewt0.51 libperl5.8 libsane libsasl2 libsdl-perl libtext-charwidth-perl
  libtext-iconv-perl libxft2 libxine1 libxslt1 lilo lisa lyx lyx-common lyx-qt mc mgp
  mindi mknbi mondo ncpfs nfs-common nfs-kernel-server ntfstools perl perl-base
  perl-modules php4 php4-mysql pia pppconfig python python-tk python2.3 python2.3-tk
  qcad qtparted scantv secpolicy slrn svgalibg1 tasksel tcpdump testdisk tetex-base
  tetex-bin tetex-extra unarj vim vim-gtk vlc vlc-gtk vorbis-tools whiptail whois
  wireless-tools wmaker wmakerconf wmakerconf-data wvdial xaos xawtv-plugins xchat
  xchat-common xfsdump xine-ui xlibmesa-gl-dev xlibmesa-glu-dev xlibs xlibs-data
  xlibs-pic xpdf xpdf-common xpdf-reader xpdf-utils
The following packages will be upgraded:
  ace-of-penguins adduser amanda-client amanda-common amanda-server artwiz-cursor
  aspell attr auctex autofs base-files base-passwd bash bc binutils binutils-dev
  bsdmainutils cdda2wav cdrecord chkrootkit console-common cpuburn cron cupsys
  cupsys-bsd cupsys-client dc debconf-utils debhelper debianutils debootstrap deborphan
  debsums dh-make dietlibc-dev ding dosfstools dpkg dpkg-dev dpkg-repack dselect dump
  esound-common ethereal-common etherwake ettercap-common fakeroot falconseye
  falconseye-data fdutils fetchmail findutils fontconfig foomatic-db foomatic-db-engine
  foomatic-db-hpijs foomatic-filters ftpd fttools gconf2 gettext gettext-base
  gettext-el gimp1.2 gnome-bin gnome-keyring gnome-libs-data gpm grep grep-dctrl groff
  groff-base gv gzip hpijs iptables java-common jpilot jpilot-backup jpilot-mail
  jpilot-plugins kernel-package less libart2 libatk1.0-0 libattr1 libavc1394-0
  libbonobo2-0 libbonobo2-common libcupsimage2 libcupsys2 libcupsys2-gnutls10
  libdate-manip-perl libesd0 libfam-dev libfam0c102 libfontconfig1 libfontconfig1-dev
  libgcc1 libgconf2-4 libglade2-0 libglib2.0-0 libglib2.0-data libglib2.0-dev
  libgnome-keyring0 libgnome32 libgnomecanvas2-0 libgnomecanvas2-common
  libgnomeprint2.2-data libgnomeprintui2.2-common libgnomesupport0 libgnomeui32
  libgnorba27 libgnorbagtk0 libgphoto2-port0 libgpmg1 libgsf-1 libgsf-gnome-1
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkxmhtml1 libid3tag0 libkrb53
  liblwres1 liblzo1 libmad0 libmad0-dev libnasl2 libncurses5 libncurses5-dev
  libncursesw5 libnessus2 libpcre3 libpcre3-dev libreadline4 librecode0
  libreiserfs0.3-0 libruby1.8 libsdl1.2debian libsdl1.2debian-oss libslp1 libsmpeg0
  libtasn1-2 libtiff4 libwine libwine-print libwine-twain libxml2 libxml2-utils
  libxrender-dev libxrender1 libzvbi-common libzvbi0 linux-wlan-ng login lsof m4 mailx
  makedev man-db manpages manpages-dev mdadm menu mime-support mkisofs modconf mtr
  ncurses-base ncurses-bin nessus-plugins nessusd net-tools netkit-inetd netkit-ping
  netselect nis nmap partimage partimage-server passwd portmap procps psmisc rcs
  rdesktop render-dev rsync ruby1.8 scribus setserial smail smpeg-gtv smpeg-plaympeg
  sox sudo traceroute trans-de-en transfig ucf unzip urlview vgabios webmin wget wine
  wine-utils wprint x-ttcidfont-conf xfig xfonts-artwiz xfonts-terminus xkbset
  xmms-cdread xmms-volnorm zip
217 upgraded, 14 newly installed, 0 to remove and 237 not upgraded.
96 not fully installed or removed.
Need to get 601kB/106MB of archives.
After unpacking 14.1MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ftp2.de.debian.org testing/main foomatic-db-engine 3.0.2-20050720-1 [254kB]
Get:2 http://ftp2.de.debian.org testing/main fdutils 5.5-20050303-1 [347kB]
Fetched 601kB in 18s (31.9kB/s)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
Preconfiguring packages ...
(Reading database ... 105290 files and directories currently installed.)
Unpacking libx11-6 (from .../libx11-6_4.3.0.dfsg.1-14_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libx11-6_4.3.0.dfsg.1-14_i386.deb (--unpack):
 trying to overwrite `/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking libxext6 (from .../libxext6_4.3.0.dfsg.1-14_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxext6_4.3.0.dfsg.1-14_i386.deb (--unpack):
 trying to overwrite `/usr/X11R6/lib/libXext.so.6.4', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking libxi6 (from .../libxi6_4.3.0.dfsg.1-14_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxi6_4.3.0.dfsg.1-14_i386.deb (--unpack):
 trying to overwrite `/usr/X11R6/lib/libXi.so.6.0', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-14_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-14_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/libx11-6_4.3.0.dfsg.1-14_i386.deb
 /var/cache/apt/archives/libxext6_4.3.0.dfsg.1-14_i386.deb
 /var/cache/apt/archives/libxi6_4.3.0.dfsg.1-14_i386.deb
 /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-14_i386.deb
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org testing/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_pub_debian-non-US_dists_testing_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/main Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/contrib Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp2.de.debian.org unstable/non-US/non-free Packages (/var/lib/apt/lists/ftp2.de.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@xanadu:~# oot@xanadu:~# apt-get -f upgrade
-su: oot@xanadu:~#: command not found
root@xanadu:~# Reading Package Lists... Done
-su: Reading: command not found
Here is the output for apt-get -f update and apt-get -f upgrade
 
Old 08-03-2005, 04:22 PM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
The non-us repositories were moved into main when Sarge became stable.

It looks more like you have mirrors that are no longer working. Hence the 404 errors.

And unless you really really need a package from unstable or Experimental I wouldn't recommend doing a apt-get upgrade. Sid is really unstable at present.

Change your sources.list then run apt-get update. I would recommend using aptitude for upgrading. You can either open it or in a terminal type aptitude upgrade.
 
Old 08-03-2005, 04:25 PM   #10
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally posted by craigevil
The non-us repositories were moved into main when Sarge became stable.

It looks more like you have mirrors that are no longer working. Hence the 404 errors.

And unless you really really need a package from unstable or Experimental I wouldn't recommend doing a apt-get upgrade. Sid is really unstable at present.

Change your sources.list then run apt-get update. I would recommend using aptitude for upgrading. You can either open it or in a terminal type aptitude upgrade.
Where do I get a list of US sources for my sources file?

EDIT: I ran apt-spy and copied the contents into my soureces.list under /etc/apt. I think that should do the trick.

thanks

Last edited by JockVSJock; 08-05-2005 at 09:01 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
apt-proxy and cron-apt - download once for the whole LAN Abject Debian 1 06-20-2004 01:53 PM
knoppix 3.4 apt-setup on hdinstall / apt-get on live-cd non3 Linux - Distributions 0 05-25-2004 10:14 AM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration