What repositories work?

Asked by dkoonce

I've got NBR (Hardy) on an Aspire One with the 8GB SSD. (been running well for 40 some days) Whenever I run the Update Manager, all the repositories return 404 when I try and download them (see below). Seems the update manager is looking for lpia packages (due to the Atom, I guess).

Any suggestions for the proper sources?
dkoonce

Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/universe/binary-lpia/Packages.gz 404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/multiverse/binary-lpia/Packages.gz 404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/main/binary-lpia/Packages.gz 404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/restricted/binary-lpia/Packages.gz 404 Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/multiverse/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/universe/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/main/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/restricted/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-backports/universe/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-backports/main/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-backports/multiverse/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-backports/restricted/binary-lpia/Packages.gz 404 Not Found [IP: 91.189.88.45 80]
Some index files failed to download, they have been ignored, or old ones used instead.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Netbook Remix Edit question
Assignee:
No assignee Edit question
Solved by:
dkoonce
Solved:
Last query:
Last reply:
Revision history for this message
Alexander Krivács Schrøder (alexschrod) said :
#1

The problem is the "binary-lpia" part, which does not exist in Ubuntu's repository. You haven't posted your /etc/apt/sources.list, so I don't know what causes it to look in the "binary-lpia" folder (which does not exist). As my "apt-get update" succeeds, it doesn't show me where it looks when it updates mine. In any case, this is what my /etc/apt/sources.list looks like:

#deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://no.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://no.archive.ubuntu.com/ubuntu/ hardy main restricted

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

## 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://no.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://no.archive.ubuntu.com/ubuntu/ hardy universe
deb http://no.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://no.archive.ubuntu.com/ubuntu/ hardy-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://no.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://no.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://no.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://no.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## 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://no.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://no.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu/ hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ hardy-security main restricted
deb http://security.ubuntu.com/ubuntu/ hardy-security universe
deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe
deb http://security.ubuntu.com/ubuntu/ hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ hardy-security multiverse

deb http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main

Revision history for this message
Alexander Krivács Schrøder (alexschrod) said :
#2

I forgot to mention, but I have a feeling you installed the UNR distribution, while I installed the ordinary Ubuntu distribution, and added the UNR packages on top of that. What does the output of "uname -mpi" say with you?

Revision history for this message
dkoonce (koonced) said :
#3

Uname gives me i686 unknown, unknown. And yes, I installed from the UNR distribution. It seemed to be the most direct process. Would the easiest fix be to blast this off and build UNR from a basic 8.10 install?

Here's my sources:
deb http://netbook-remix.archive.canonical.com/ubuntu/ hardy main universe multiverse restricted
# deb-src http://netbook-remix.archive.canonical.com/ubuntu/ hardy main universe multiverse restricted

deb http://netbook-remix.archive.canonical.com/ubuntu/ hardy-updates main universe multiverse restricted
# deb-src http://netbook-remix.archive.canonical.com/ubuntu/ hardy-updates main universe multiverse restricted

deb http://netbook-remix.archive.canonical.com/ubuntu/ hardy-security main universe multiverse restricted
# deb-src http://netbook-remix.archive.canonical.com/ubuntu/ hardy-security main universe multiverse restricted

deb http://netbook-remix.archive.canonical.com/ubuntu/ hardy-netbook-base main universe multiverse restricted
# deb-src http://netbook-remix.archive.canonical.com/ubuntu/ hardy-netbook-base main universe multiverse restricted

deb http://netbook-remix.archive.canonical.com/ubuntu/ hardy-netbook-remix main universe multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse universe main restricted
# deb-src http://netbook-remix.archive.canonical.com/ubuntu/ hardy-netbook-remix main universe multiverse restricted
deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main
deb http://security.ubuntu.com/ubuntu/ hardy-security universe multiverse main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe multiverse main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted
# deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main

Revision history for this message
Cory Helfrich (coryhelfrich) said :
#4

Hello dkoonce,

Did you get this resolved? How?

Thanks,
Cory

Revision history for this message
dkoonce (koonced) said :
#5

To solve this, I reinstalled UNR.

I previously found a sources file from a working UNR and tried that. But, when I used it to update, most of the hardware was unrecognized and the system was unstable.