zypper 経由でパッケージをインストールしようとしています:
sudo zypper install ambari-server
Download (curl) error for 'http://public-repo-1.hortonworks.com/AMBARI-1.x/repos/suse11/repodata/repomd.xml':
Error code: Connection failed
Error message: couldn't connect to host
どうやら zypper がサーバーに接続できないようです。ただし、cUrl を介して直接ファイルをダウンロードできます。
curl 'http://public-repo-1.hortonworks.com/AMBARI-1.x/repos/suse11/repodata/repomd.xml'
<?xml version="1.0" encoding="UTF-8"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo">
[...]
</repomd>
で設定されたプロキシの背後にい/etc/sysconfig/proxy
ます。何か案は?