Không thể tìm nạp http://us.archive.ubfox.com/ubfox/dists/lucid/main/source/Source 404 Không tìm thấy [IP: 91.189.91.26 80]


9

Tôi đang sử dụng Ubuntu 16.04 LTS. Sáng nay khi tôi chạy sudo apt-get update, tôi gặp phải lỗi sau:

W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources  404  Not Found [IP: 91.189.91.26 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Tôi đã kiểm tra internet để tìm câu trả lời. Mặc dù tôi đã tìm thấy một vài bài viết tương tự, nhưng không có giải pháp nào phù hợp với tôi. Một trong những giải pháp thú vị tôi đã thử là:

Giải pháp đơn giản nhất là thực hiện hai bước sau:

1- Sao lưu danh sách nguồn của bạn -> sudo cp /etc/apt/source.list /etc/apt/source.list.backup

2- Mở nguồn tập tin "/etc/apt/sources.list" Đổi tên tất cả các trường hợp của us.archive hoặc lưu trữ trong http://us.archive.ubuntu.com/ubuntu/để

http://old-releases.ubuntu.com/ubuntu/

Cũng làm tương tự cho http://security.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages

3- Chạy sudo apt-get update sau khi thực hiện các thao tác trên.

Đoán xem .. đã không làm việc. Nguyên vẹn nó đã ném thêm lỗi:

W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-backports Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-security Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-security/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources  404  Not Found [IP: 91.189.91.23 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Xin vui lòng giúp đỡ.

BIÊN TẬP:

Đây là nguồn ban đầu của tôi.

# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-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://in.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-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://in.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## 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://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-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 xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

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


1
@mikewhthing Bản sao không hợp lệ - Vấn đề của OP không phải là lựa chọn 'gương nhanh nhất', mà là họ đã cố gắng khắc phục sự cố cảnh báo kho lưu trữ Lucid và trong quá trình này đã phá vỡ thiết lập Xenial của họ.
Thomas Ward

Câu trả lời:


13

Bạn đã mắc một vài lỗi nghiêm trọng ở đây.

Đầu tiên, bạn đang chạy 16.04. Điều đó có nghĩa là bạn không thể thay thế một cách mù quáng gương lưu trữ thông thường old-releases. Đây là lý do tại sao bạn hiện đang nhận được các lỗi bạn nhận được về các repos Xenial bị thiếu.

Thứ hai, bạn vẫn đang cố gắng rút ra từ kho lưu trữ Lucid. Điều đó sẽ không giúp ích cho bạn, vì một phần tốt của các mục trong kho Lucid sẽ không hoạt động trong Xenial hoặc bị xóa khỏi kho vì nhiều lý do hoặc bị thay thế bởi các phiên bản cập nhật. Và, các hướng dẫn bạn đã thực hiện cho các bản phát hành cũ chỉ áp dụng cho dòng kho lưu trữ Lucid mà bạn có trong cấu hình của mình.


Đây là cách khắc phục sự cố bạn đang gặp phải.

  1. Đi qua /etc/apt/sources.listvà bắt đầu bằng cách thay thế tất cả các old-releases.ubuntu.commục bằng gương gốc của bạn , us.archive.ubuntu.com.
  2. Tìm các dòng tham chiếu lucidvà nhận xét chúng hoặc old-releases.ubuntu.com chỉ sử dụng cho kho lưu trữ đó .

    Nếu bạn không biết mục nào trong /etc/apt/sources.listhoặc /etc/apt/sources.list.d/*có mục 'sáng suốt' này, thì hãy chạy lệnh này từ /etc/apt/: grep -r -i lucid /etc/apt/; nó sẽ xác định các tập tin có chứa từ 'lucid'

  3. sudo apt-get update và các lệnh tương tự sẽ hoạt động mà không có vấn đề.

Tôi thực sự khuyên bạn nên bình luận về các kho lưu trữ của Lucid, vì chúng cũng đã hết tuổi thọ, và trừ khi bạn thực sự cần thứ gì đó từ chúng, bạn không nên kích hoạt chúng.


Tôi không thể tìm thấy dòng tham khảo lucid. Tôi đã chỉnh sửa câu hỏi và thêm sources.list. Bạn có thể vui lòng có một cái nhìn?
utkarsh2k2

Kiểm tra mọi nơi trong /etc/apt/source.list.d/. Ở đâu đó bạn có Lucid, hoặc bạn sẽ không nhận được lỗi bạn đã làm lúc đầu. Hãy xem xét chỉ cố gắng apt-get updatequá để xem lỗi đã được giải quyết chưa. (sử dụng grep -r -i lucid /etc/apt/để tìm bất kỳ tài liệu tham khảo Lucid nào)
Thomas Ward

Tìm thấy rồi. Có 2 tài liệu tham khảo bên trong /etc/apt/sources.list.d/alternative_Repo.list. Sau khi bình luận, các lỗi đã biến mất.
utkarsh2k2
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.