[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:56591] Re: aptitude upgrade で 404 Not Found ...
さいとうです。
At Thu, 18 Oct 2012 11:27:33 +0900,
Hideki Yamane wrote:
...
> > # apt-get update && aptitude upgrade dselect
> なぜ dselect だけ指定しているのでしょうか。何か理由がありますか。
はなしを単純にしたいために、添付するログの量を減らしたいということだけでした。
> また、aptitude ではなく、apt-get で指定した場合はどうですか。
> シミュレーションのオプションを指定して
> # apt-get -sy upgrade
> あるいは
> # apt-get -sy dist-upgrade
> の結果が知りたいです
# apt-get -sy upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
base-files dpkg dselect
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst base-files [6.0squeeze3] (6.0squeeze5 Debian:6.0.6/stable [i386])
Conf base-files (6.0squeeze5 Debian:6.0.6/stable [i386])
Inst dpkg [1.15.8.11] (1.15.8.12 Debian:6.0.6/stable [i386])
Conf dpkg (1.15.8.12 Debian:6.0.6/stable [i386])
Inst dselect [1.15.8.11] (1.15.8.12 Debian:6.0.6/stable [i386])
Conf dselect (1.15.8.12 Debian:6.0.6/stable [i386])
# apt-get -sy dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
base-files dpkg dselect
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst base-files [6.0squeeze3] (6.0squeeze5 Debian:6.0.6/stable [i386])
Conf base-files (6.0squeeze5 Debian:6.0.6/stable [i386])
Inst dpkg [1.15.8.11] (1.15.8.12 Debian:6.0.6/stable [i386])
Conf dpkg (1.15.8.12 Debian:6.0.6/stable [i386])
Inst dselect [1.15.8.11] (1.15.8.12 Debian:6.0.6/stable [i386])
Conf dselect (1.15.8.12 Debian:6.0.6/stable [i386])
シミュレーションのオプションを外しての実行結果。
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
base-files dpkg dselect
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3307 kB of archives.
After this operation, 8192 B of additional disk space will be used.
Do you want to continue [Y/n]?
Err http://ftp.jp.debian.org/debian/ squeeze/main base-files i386 6.0squeeze5
404 Not Found
Err http://ftp.jp.debian.org/debian/ squeeze/main dpkg i386 1.15.8.12
404 Not Found
Err http://ftp.jp.debian.org/debian/ squeeze/main dselect i386 1.15.8.12
404 Not Found
Failed to fetch http://ftp.jp.debian.org/debian/pool/main/b/base-files/base-files_6.0squeeze5_i386.deb 404 Not Found
Failed to fetch http://ftp.jp.debian.org/debian/pool/main/d/dpkg/dpkg_1.15.8.12_i386.deb 404 Not Found
Failed to fetch http://ftp.jp.debian.org/debian/pool/main/d/dpkg/dselect_1.15.8.12_i386.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
apt-get dist-upgradeの結果も同様でした。
引続きヒントをよろしくお願いします。