Thank you Sebastian for the quick response. As for the architecture suffix, I found it on the github README page. https://github.com/apache/bigtop/blob/master/bigtop-deploy/puppet/README.md
Cheers! On Fri, Jan 14, 2022 at 12:42 PM Sebastian Nagel <[email protected]> wrote: > Hi Dragan, > > ... and I can confirm that the work-around described in > https://issues.apache.org/jira/browse/BIGTOP-3630 > works. Just add as apt source (in a single line): > > deb > > http://repo.bigtop.apache.org.s3.amazonaws.com/releases/3.0.0/ubuntu/20.04/$(ARCH) > bigtop contrib > > Sebastian > > > On 1/14/22 12:38, Sebastian Nagel wrote: > > Hi Dragan, > > > > isn't "amd64" the right platform identifier? > > > > Nevertheless, looks like the repository is currently down. At least, the > "usual" > > way to access it does not work. > > > > Running... > > > > curl -o- > https://downloads.apache.org/bigtop/bigtop-3.0.0/repos/GPG-KEY-bigtop \ > > | apt-key add - > > > > curl -o- > > > > http://archive.apache.org/dist/bigtop/bigtop-3.0.0/repos/ubuntu-20.04/bigtop.list > \ > > >>/etc/apt/sources.list > > > > apt-get update > > > > gives currently: > > > > Err:8 http://repos.bigtop.apache.org/releases/1.5.0/ubuntu/20.04/amd64 > bigtop > > InRelease > > 403 Forbidden [IP: 52.216.154.140 80] > > > > But I see that's already known: > > https://issues.apache.org/jira/browse/BIGTOP-3630 > > > > Sebastian > > > > On 1/14/22 10:53, Dragan Vujović wrote: > >> When using > http://repos.bigtop.apache.org/releases/3.0.0/ubuntu/20.04/x86_64 > >> <http://repos.bigtop.apache.org/releases/3.0.0/ubuntu/20.04/x86_64> as > the > >> bigtop_repo_uri parameter in puppet configuration one does get a > forbidden > >> access when trying to update or download any packages. > >> > >> Everything under http://repos.bigtop.apache.org < > http://repos.bigtop.apache.org> > >> seems to be access restricted. > >> > >> What is a valid bigtop_repo_uri parameter? Is there another mirror? > >> > >> Thank you! >
