a2c-maru
2024年2月2日 9時53分
Armadillo-IoT ゲートウェイ G3L 製品マニュアル の
「11.3.1. 出荷状態のルートファイルシステムアーカイブを構築する」を参照し、
構築を試みたのですが、次の通り失敗してしまいます。
atmark@atde8:~/at-debian-builder-v2.4.2$ sudo ./build.sh aiotg3l
[sudo] atmark のパスワード:
Product: aiotg3l
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file http://ftp.jp.debian.org/debian/dists/buster/Release
atmark@atde8:~/at-debian-builder-v2.4.2$
試しに
wget http://ftp.jp.debian.org/debian/dists/buster/Release
を実行してみたところ、問題なく取得できました。
./debian-buster-armhf-aiotg3l/debootstrap/debootstrap.log
の内容は、
failed: Connection timed out.
が40行でした。
.bashrc に以下を追記しています。
export HTTP_PROXY=http://社内のProxyサーバ
export http_proxy=http://社内のProxyサーバ
どのような原因が考えられるでしょうか?
コメント
a2c-maru
at_makoto.sato
2024年2月2日 10時40分
佐藤です。
以下のようにしてみてください。
> .bashrc に以下を追記しています。
> export HTTP_PROXY=http://社内のProxyサーバ
> export http_proxy=http://社内のProxyサーバ
sudo で実行するので、atmarkユーザの.bashrcに追記しても効果ないと思います。