PDA

View Full Version : Automatix2 Update Manager Failure


dernwine
February 17th, 2007, 01:51 PM
Any help apprecited.

Trying to run update manager, Ubuntu 6.06, and get the following failure:

Could not download all repository indexes

The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.

http://theli.free.fr/packages/dists/dapper/listen/binary-i386/Packages.gz: 301 Moved Permanently

/etc/apt/sources.list looks like:

$ cat sources.list
deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security## team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted univer se multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricteduniverse multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe

# Automatix2

deb http://www.getautomatix.com/apt dapper main

#AUTOMATIX REPOS START

deb http://theli.free.fr/packages/ dapper listen

deb http://archive.canonical.com/ubuntu dapper-commercial main

deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse#AUTOMATIX REPOS END
$

Thanks in advance for the help. Did some research and it seems to be pointing to the Automatix repository.

bruenig
February 17th, 2007, 04:40 PM
Try doing this

sudo sed '/theli.free.fr/d' -i /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade