[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:39876] Re: 社内LANからapt-get upgradeがいかない
櫻井です。
私は、"http://ipaddress:port"と"で囲むとつながりませんでしたので、
export http_proxy=http://ipaddress:port
と、しています。
ご参考まで
On Wed, 10 Mar 2004 21:33:06 +0900
Kominami <fwbc2575@xxxxxxxxxxxxxxxx> wrote:
>
> 小南@初心です。
>
> 毎度、お世話になっております。
>
> どなたかアドバイス頂ければ幸いでございます。
>
> 現在、社内より下のURLを参考にapt-get upgrade
> しようとしているのですが、できません。
>
> 参考URL
>
> http://debian.fam.cx/?AptGet
>
> .bashrcは、
> export http_proxy="http://a.co.jp:8080/"
> export ftp_proxy="ftp://a.co.jp:8080/"
>
> /etc/apt/apt.confは
> Acquire {
> Retries "0";
> http {
> Proxy "http://a.co.jp:8080/";
> }
> ftp {
> Proxy "ftp://a.co.jp:8080/";
> }
> // comment
> }
>
> と設定しています。
>
> /etd/atp/sources.listの中身
> deb http://ring.ocn.ad.jp/archives/linux/debian/debian stable
> main contrib non-free
> deb http://ring.ocn.ad.jp/archives/linux/debian/debian-non-US
> stable/non-US main contrib non-free
> deb http://ring.ocn.ad.jp/archives/linux/debian/debian-jp stable
> -jp main contrib non-free
> deb http://security.debian.org/ stable/updates main contrib non-
> free
> 出てしまう。エラー表示は、
> rdnet2:/etc/apt# apt-get upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> 0 packages upgraded, 0 newly installed, 0 to remove and 0 not
> upgraded.
> W: Couldn't stat source package list http://ring.ocn.ad.jp
> stable/main Packages (/var/lib/apt/lists/
> ring.ocn.ad.jp_archives_linux_debian_debian_dists_stable_main_
> binary-i386_Packages) - stat (2 No suc
> h file or directory)
> W: Couldn't stat source package list http://ring.ocn.ad.jp
> stable/contrib Packages (/var/lib/apt/lis
> ts/ring.ocn.ad.jp_archives_linux_debian_debian_dists_stable_
> contrib_binary-i386_Packages) - stat (2
> No such file or directory)
> W: Couldn't stat source package list http://ring.ocn.ad.jp
> stable/non-free Packages (/var/lib/apt/li
> sts/ring.ocn.ad.jp_archives_linux_debian_debian_dists_stable_non
> -free_binary-i386_Packages) - stat (
> 2 No such file or directory)
> :
> :
> W: You may want to run apt-get update to correct these problems
>
>
> --
> Kominami
> fwbc2575@xxxxxxxxxxxxxxxx
>
>
>