PDA

View Full Version : update sources.list fails


vreemde eend
November 13th, 2005, 03:55 AM
EDIT: this is about Easy Kubuntu (mes excuses)

The program stops, saying it can't update my sources. My new sources.list:

deb http://archive.ubuntu.com/ubuntu breezy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy-updates main restricted universe multiverse

## Security Updates
deb http://security.ubuntu.com/ubuntu breezy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted universe multiverse

## PLF Free
deb http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy free
deb-src http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy free

## PLF Non-free
deb http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy non-free
deb-src http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy non-free

# koffice 1.4.2 (http://www.kubuntu.org/announcements/koffice-142.php)
deb http://kubuntu.org/packages/koffice142 breezy main

adwait
November 13th, 2005, 04:12 AM
Can't really find anything wrong with the file.........try commenting out one line at a time and see if the error goes away for some particular line.

keyes
November 13th, 2005, 04:38 AM
The main PLF repositories are down for 2 or 3 days.

Please use a Mirror:
ex:
Replace
## PLF Free
deb http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy free
deb-src http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy free

## PLF Non-free
deb http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy non-free
deb-src http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy non-free


with

deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free
deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free

I apologize.