【发布时间】:2019-08-05 08:42:30
【问题描述】:
我尝试使用 docker 命令安装 instana 代理,它可以工作,但我需要使用一个 liner 命令安装它,尝试时出现如下错误:
curl -o setup_agent.sh https://setup.instana.io/agent && sudo chmod 700 ./setup_agent.sh && sudo ./setup_agent.sh -a <myinstanakeyreplaced> -t dynamic -l us -y -s
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 12664 100 12664 0 0 11439 0 0:00:01 0:00:01 --:--:-- 11439
Setting up Instana agent for GNU/Linux
Setting up Instana APT repository
Importing Instana GPG key
Warning: apt-key output should not be parsed (stdout is not a terminal)
Updating apt metadata ...
W: GPG error: https://packages.instana.io/agent/deb generic Release: Detached signature file '/var/lib/apt/lists/partial/packages.instana.io_agent_deb_dists_generic_Release.gpg' is in unsupported binary format
E: The repository 'https://packages.instana.io/agent/deb generic Release' is not signed.
我尝试了私人 wifi(没有代理),但还是一样。谁能帮忙解决这个错误?
谢谢!
【问题讨论】:
-
感谢您的通知,我们正在努力。似乎它只发生在分发版本上,我们还不支持。你的 Ubuntu 版本是多少?
-
嗨,对不起.. 我忘了提细节.. DISTRIB_ID=Ubuntu DISTRIB_RELEASE=19.04 DISTRIB_CODENAME=disco DISTRIB_DESCRIPTION="Ubuntu 19.04" VERSION="19.04 (Disco Dingo)"
-
谢谢,我想,这个版本还不支持。工程部门正在努力提供支持,并将尽快提供。如果您愿意,我会及时通知您。
-
好的,现在应该修好了????
标签: ubuntu-14.04 ubuntu-16.04 monitoring instana