LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Unstable Sources List (https://www.linuxquestions.org/questions/debian-26/unstable-sources-list-343634/)

BittaBrotha 07-15-2005 11:01 PM

Unstable Sources List
 
Well I been using my Mini Mac for awhile and haven't used my PC 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.

ToastedToad 07-15-2005 11:19 PM

There are no longer non-us repos.

Maybe post your /etc/apt/sources.list

BittaBrotha 07-15-2005 11:31 PM

Thnx for the reply.

Well I did comment out the non-us lines. Here is what I have.

cat /etc/apt/sources.list
# deb file:///cdrom/ sarge main

deb http://ftp.us.debian.org/debian/ sid main contrib
deb-src http://ftp.us.debian.org/debian/ sid main contrib
# deb http://non-us.debian.org/debian-non-US/ sid/non-US main contrib
# deb-src http://non-us.debian.org/debian-non-US/ sid/non-US main contrib
# deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

deb ftp://ftp.nerim.net/debian-marillat/ unstable main
deb ftp://ftp.tux.org/java/debian/ sarge non-free


That is all I have every had up to this point.

Any suggestions or ideas?

Thnx again.

synaptical 07-15-2005 11:32 PM

right, you don't need the non-us anymore, try e.g.:

deb http://mirrors.kernel.org/debian/ unstable main
deb-src http://mirrors.kernel.org/debian/ unstable main

ToastedToad 07-16-2005 12:06 AM

Here's mine. You can add the non-free to the end of your main repo.


# deb file:///cdrom/ sarge main

deb http://debian.oregonstate.edu/debian/ etch main contrib non-free
deb-src http://debian.oregonstate.edu/debian/ etch main contrib non-free

#deb http://debian.oregonstate.edu/debian/ sid main contrib non-free
#deb-src http://debian.oregonstate.edu/debian/ sid main contrib non-free


deb http://security.debian.org/ stable/updates main

#java
deb ftp://ftp.tux.org/java/debian/ unstable non-free
deb ftp://sunsite.dk/mirrors/java-linux/debian/ testing non-free

# mariallat
deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

darkleaf 07-16-2005 10:27 AM

"apt-setup" should write you a nice one :)

BittaBrotha 07-17-2005 04:23 PM

Ok, I got most of my sources list working. I just stop using the non-us lines. I tried apt-setup and got the same errors. I may try it again.

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.

BittaBrotha 07-18-2005 10:19 AM

If I reboot with the above error on udev, do you think I may have problems getting back into Debian SId?

Since these errors appeared, I'm a little hesitant to reboot.

What do you all think?

Thnx.

ToastedToad 07-18-2005 01:04 PM

You "should" be just fine. Apt did not install udev, and usually fixes itself before exiting. Sid upgrades are pretty unstable right now though so you never know what it did. What other packages did it upgrade?

BittaBrotha 07-18-2005 03:05 PM

I haven't been using my Debian system for a least a couple of months, I bought a Mini Mac machine and been using that during this time.

So when I did hook up the tower system and decided to upgrade Sid, it upgraded alot of files but didn't upgrade alot also, since the New Sarge came out.

Thnx, again.

BittaBrotha 07-20-2005 01:53 PM

I'm still having problems with udev. I can't seem to remove it to try and reinstall it.

When I run the remove command this is what I get:

:~# apt-get remove --purge udev
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
hal: Depends: udev (>= 0.056-2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


Anymore ideas/suggestions?

Thnx.

darkleaf 07-20-2005 02:48 PM

Try "dpkg --force-help" it'll give a list of force options. Apt is only a frontend to dpkg so it doesn't matter you'll use dpkg to remove the package.

BittaBrotha 07-20-2005 06:57 PM

I was able to use the command, aptitude remove udev, and that did remove it. Then I renamed /etc/udev directory and was able to reinstall udev.

I'm assuming this fixed the udev issue.

It seems that aptitude did things that apt-get didn't/wouldn't. This is my first time using aptitude, seems like a pretty good program to use instead of apt-get.

Has anybody else used it before?

Thnx for all the help.


All times are GMT -5. The time now is 05:46 PM.