debian wheezyでZabbix 3.0のインストールに失敗する
お世話になります。
debianでZabbix 3.0をインストールしようとしましたが、インストールに失敗します。
実行したコマンドは以下の通りです。
wget http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabb...
dpkg -i zabbix-release_3.0-1+wheezy_all.deb
apt-get update
debianのバージョン
root@zabbix:/data# cat /etc/debian_version
7.11
出てきたエラーメッセージ
root@zabbix:/data# apt-get update
Hit http://ftp.jaist.ac.jp wheezy-backports Release.gpg
(中略)
Hit http://ftp.debian.org wheezy/non-free Translation-en
W: Failed to fetch http://repo.zabbix.com/zabbix/3.0/debian/dists/wheezy/Release Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
souce.listの中身
root@mirabox-debian:/data# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
deb http://ftp.jaist.ac.jp/debian wheezy-backports main
root@zabbix:/data# cat /etc/apt/sources.list.d/zabbix.list
deb http://repo.zabbix.com/zabbix/3.0/debian wheezy main
deb-src http://repo.zabbix.com/zabbix/3.0/debian wheezy main
こちらはどのように対処したら良いでしょうか?
TNK - 投稿数: 4720
使用しているアーキテクチャは何ですか?
Zabbix LLCが公開しているパッケージは、i386とx86_64だけであっ
たと思います。
例えば、armの機器を使用されているのであれば、Zabbix LLCのリ
ポジトリからではインストールできません。
個人で独自にパッケージを作成して公開されているものがあるかも
しれませんが、私は存じ上げません。
ソースからインストールすることもご検討ください。
akirin5mgmg - 投稿数: 4
ご回答、ありがとうございます。調べてみたところ、ARM v7でした。ソースからインストールすることにします。ありがとうございました。