Graylog2/documentation

Not able to install sidecar for Graylog 3.2.5

hxvxt2 opened this issue · 1 comments

Context

I am trying to install sidecar as per the instruction here

Trying to install sidecar as per the instructions here

Expected Content

sidecar should have been installed

Here it the output for reference:-

ubuntu@ip-172-31-28-70:~$ wget https://packages.graylog2.org/repo/packages/graylog-sidecar-repository_1-2_all.deb
--2021-03-26 19:46:14--  https://packages.graylog2.org/repo/packages/graylog-sidecar-repository_1-2_all.deb
Resolving packages.graylog2.org (packages.graylog2.org)... 52.206.108.108, 52.202.162.45, 50.19.119.19, ...
Connecting to packages.graylog2.org (packages.graylog2.org)|52.206.108.108|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://graylog-package-repository.s3.eu-west-1.amazonaws.com/packages/graylog-sidecar-repository_1-2_all.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20210326T194615Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=AKIAIJSI6MCSPXFVDPIA%2F20210326%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=c0556ff48fb72123c512c8cd2d625e7ba57246e1f2a5be6cc222cd4cd2ac8c24 [following]
--2021-03-26 19:46:15--  https://graylog-package-repository.s3.eu-west-1.amazonaws.com/packages/graylog-sidecar-repository_1-2_all.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20210326T194615Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=AKIAIJSI6MCSPXFVDPIA%2F20210326%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=c0556ff48fb72123c512c8cd2d625e7ba57246e1f2a5be6cc222cd4cd2ac8c24
Resolving graylog-package-repository.s3.eu-west-1.amazonaws.com (graylog-package-repository.s3.eu-west-1.amazonaws.com)... 52.218.62.72
Connecting to graylog-package-repository.s3.eu-west-1.amazonaws.com (graylog-package-repository.s3.eu-west-1.amazonaws.com)|52.218.62.72|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1996 (1.9K) [application/vnd.debian.binary-package]
Saving to: ‘graylog-sidecar-repository_1-2_all.deb’

graylog-sidecar-repository_1-2_all.d 100%[===================================================================>]   1.95K  --.-KB/s    in 0s

2021-03-26 19:46:15 (12.5 MB/s) - ‘graylog-sidecar-repository_1-2_all.deb’ saved [1996/1996]

ubuntu@ip-172-31-28-70:~$ sudo dpkg -i graylog-sidecar-repository_1-2_all.deb
(Reading database ... 418799 files and directories currently installed.)
Preparing to unpack graylog-sidecar-repository_1-2_all.deb ...
Unpacking graylog-sidecar-repository (1-2) over (1-2) ...
Setting up graylog-sidecar-repository (1-2) ...
ubuntu@ip-172-31-28-70:~$ sudo apt-get update && sudo apt-get install graylog-sidecar
Hit:1 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:2 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Ign:3 http://ppa.launchpad.net/pypa/ppa/ubuntu bionic InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:7 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease
Err:8 http://ppa.launchpad.net/pypa/ppa/ubuntu bionic Release
  404  Not Found [IP: 91.189.95.85 80]
Hit:9 https://packages.graylog2.org/repo/debian sidecar-stable InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/pypa/ppa/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
bernd commented

@hxvxt2 This doesn't look like a Graylog repository issue. The pypa/ppa seems to be the problem here.