I did an "apt-setup" to fix that.
Well I been using my Mini Mac for awhile and haven't used my tower system. Now I just hooked up the tower and decided to update Debian Sid.
I assume since the new Sarge has been released, parts of my sources list is not working. Here is the one's not working.
Err http://non-us.debian.org sid/non-US/main Packages
404 Not Found
Ign http://non-us.debian.org sid/non-US/main Release
Err http://non-us.debian.org sid/non-US/contrib Packages
404 Not Found
Ign http://non-us.debian.org sid/non-US/contrib Release
Err http://non-us.debian.org sid/non-US/main Sources
404 Not Found
Ign http://non-us.debian.org sid/non-US/main Release
Err http://non-us.debian.org sid/non-US/contrib Sources
Does anybody know how I can fix these?
Thnx.
I did an "apt-setup" to fix that.
Thanks Radar. I'm still getting the same errors, which seems to be from the non-us sites.
I wonder why is that? Do I really need the non-us sites?
This is mine:
Maybe that's why I no longer get errors. My sources.list is incomplete. Oh wellCode:deb http://mirrors.kernel.org/debian/ testing main non-free contrib deb-src http://mirrors.kernel.org/debian/ testing main non-free contrib deb http://security.debian.org/ testing/updates main contrib non-free
How do you upgrade it? Are you using Sid?
I just stay on the testing branch. (on my file server) My laptop is unstable branch.
The mirrors
Looks like the sources.list is complete based on what I see in each branch.
Maybe only include those but replace with sid or unstable.
On the Sarge release there was an error in teh shiped sources.list, you just need to change the unstable lines in your sources.list.
These are the ones I use:Code:# Stable - non-US deb http://ftp.se.debian.org/debian-non-US/ sarge/non-US main contrib non-free deb-src http://ftp.se.debian.org/debian-non-US/ sarge/non-US main non-free contrib
Are you using sarge with Sid for non-us?
[quote author=redhead link=board=7;threadid=10579;start=0#msg95108 date=1121353330]
On the Sarge release there was an error in teh shiped sources.list, you just need to change the unstable lines in your sources.list.
These are the ones I use:[/quote]Code:# Stable - non-US deb http://ftp.se.debian.org/debian-non-US/ sarge/non-US main contrib non-free deb-src http://ftp.se.debian.org/debian-non-US/ sarge/non-US main non-free contrib
Ok, I got most of my sources list working. I just stop using the non-us lines. Someone else said it is not being used anymore.
Now when I run apt-get upgrade, after apt-get update, I get this error message on udev.
ghostdawg80:/home/saptech# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
udev
The following packages will be upgraded:
udev
1 upgraded, 0 newly installed, 0 to remove and 173 not upgraded.
425 not fully installed or removed.
Need to get 293kB of archives.
After unpacking 213kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.us.debian.org sid/main udev 0.063-1 [293kB]
Fetched 293kB in 6s (45.9kB/s)
(Reading database ... 104703 files and directories currently installed.)
Preparing to replace udev 0.056-1 (using .../archives/udev_0.063-1_i386.deb) ...ln: `/etc/udev/rules.d/020_permissions.rules': File exists
dpkg: error processing /var/cache/apt/archives/udev_0.063-1_i386.deb (--unpack): subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/udev_0.063-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ghostdawg80:/home/saptech#
Any suggestions on fixing this?
Thnx.
Bookmarks