Hack BBS

[全部のスレッド一覧][新規投稿][記事の削除・変更] [Home Page]

返信投稿はタイトルのリンクをクリックして下さい
スレッド【No.5672】の中の記事をすべて表示しています

【No.5672】のスレッド
09/12/23(水) 12:03:23 投稿者[mac] [No.5672]のスレッド内
【No.5672】 タイトル[apt-get エラー] この記事がスレッドの最初です
機種:KUROBOX-PRO
ファームウェア:Linux hackkit 2.6.12.6-arm1 #2 Thu Feb 8 15:00:20 JST 2007 armv5tejl
ディストリビューション:

はじめまして、まっくと申します。
ともちゃんさんと同様な質問になってすみませんのですが…

hackkit:~# apt-get update
Err http://security.debian.org etch/updates Release.gpg
Temporary failure resolving 'security.debian.org'
Err http://ftp2.jp.debian.org etch Release.gpg
Temporary failure resolving 'ftp2.jp.debian.org'
Err http://ftp2.jp.debian.org proposed-updates Release.gpg
Temporary failure resolving 'ftp2.jp.debian.org'
Err http://ftp2.jp.debian.org etch/updates Release.gpg
Temporary failure resolving 'ftp2.jp.debian.org'
Failed to fetch http://ftp2.jp.debian.org/debian/dists/etch/Release.gpg Temporary failure resolving 'ftp2.jp.debian.org'
Failed to fetch http://ftp2.jp.debian.org/debian/dists/proposed-updates/Release.gpg Temporary failure resolving 'ftp2.jp.debian.org'
Failed to fetch http://ftp2.jp.debian.org/debian-security/dists/etch/updates/Release.gpg Temporary failure resolving 'ftp2.jp.debian.org'
Failed to fetch http://security.debian.org/dists/etch/updates/Release.gpg Temporary failure resolving 'security.debian.org'
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.

と、エラーを吐きます
ネットワークの設定は下記に、記載したとおりですが


hackkit:/etc# cat hosts
127.0.0.1 localhost localhost.localdomain
192.168.11.249 hackkit

# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
hackkit:/etc# cat resolv.conf
nameserver 192.168.11.1
hackkit:/etc# cd network
hackkit:/etc/network# cat interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# See the interfaces(5) manpage for information on what options are
# available.
######################################################################

# We always want the loopback interface.
#
auto lo
iface lo inet loopback

# To use dhcp:
#
# auto eth0
# iface eth0 inet dhcp

# Static IP setup: (broadcast and gateway are optional)
#
auto eth0
iface eth0 inet static
address 192.168.11.249
network 192.168.11.0
netmask 255.255.255.0
broadcast 192.168.11.255
gateway 192.168.11.1

おかしな点が、分かりかねている次第です。

何か、おかしな点といえば
同一ネットワークから、ping hackkit と飛ばすと
DNSが引けないようです。(何かあるのでしょうか?)
当方も、がんばってなんとかメディアサーバを、建てたいと思っております。
宜しくお願いいたします。

09/12/26(土) 07:33:38 投稿者[ともちゃん] [No.5672]のスレッド内
【No.5674】 タイトル[Re: apt-get エラー] 【No.5672】に対する返信
macs様

namesaverのアドレスをgatewayと同じにしてみてはいかがですが?
運が良ければ、私のように問題が解決します。

nameserverの候補は、加入プロバイダ指定、家に設置されている
プロバイダから支給されているルーターの設定画面から探せるDNSアドレス
等々があります。

がんばってください。