You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bigtop.apache.org by Dragan Vujović <dr...@gmail.com> on 2022/01/14 09:53:26 UTC

Forbidden access to APT repository

When using 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 seems to be access
restricted.

What is a valid bigtop_repo_uri parameter? Is there another mirror?

Thank you!

Re: Forbidden access to APT repository

Posted by Dragan Vujović <dr...@gmail.com>.
Hi Kengo,

Yeah, the original URL works now.
Thanks all!

Dragan

On Fri, Jan 14, 2022 at 4:29 PM Kengo Seki <se...@apache.org> wrote:

> Hi Dragan and Sebastian,
>
> We've just restored the old repo back. Would you try the original URL
> (repos.bigtop.apache.org) again?
> I'm sorry for the inconvenience.
>
> Kengo Seki <se...@apache.org>
>
> On Sat, Jan 15, 2022 at 12:06 AM Luca Toscano <to...@gmail.com>
> wrote:
> >
> > Hi Dragan and Sebastian,
> >
> > We are working on restoring the repositories back (during these weeks
> > we have been trying to migrate all artifacts to a new S3 bucket). We
> > should be able to restore the old repo link soon, and we'll keep the
> > list posted!
> >
> > Thanks,
> >
> > Luca
> >
> > On Fri, Jan 14, 2022 at 1:22 PM Dragan Vujović <dr...@gmail.com>
> wrote:
> > >
> > > 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 <sn...@apache.org>
> 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!
>

Re: Forbidden access to APT repository

Posted by Kengo Seki <se...@apache.org>.
Hi Dragan and Sebastian,

We've just restored the old repo back. Would you try the original URL
(repos.bigtop.apache.org) again?
I'm sorry for the inconvenience.

Kengo Seki <se...@apache.org>

On Sat, Jan 15, 2022 at 12:06 AM Luca Toscano <to...@gmail.com> wrote:
>
> Hi Dragan and Sebastian,
>
> We are working on restoring the repositories back (during these weeks
> we have been trying to migrate all artifacts to a new S3 bucket). We
> should be able to restore the old repo link soon, and we'll keep the
> list posted!
>
> Thanks,
>
> Luca
>
> On Fri, Jan 14, 2022 at 1:22 PM Dragan Vujović <dr...@gmail.com> wrote:
> >
> > 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 <sn...@apache.org> 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!

Re: Forbidden access to APT repository

Posted by Luca Toscano <to...@gmail.com>.
Hi Dragan and Sebastian,

We are working on restoring the repositories back (during these weeks
we have been trying to migrate all artifacts to a new S3 bucket). We
should be able to restore the old repo link soon, and we'll keep the
list posted!

Thanks,

Luca

On Fri, Jan 14, 2022 at 1:22 PM Dragan Vujović <dr...@gmail.com> wrote:
>
> 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 <sn...@apache.org> 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!

Re: Forbidden access to APT repository

Posted by Dragan Vujović <dr...@gmail.com>.
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 <sn...@apache.org> 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!
>

Re: Forbidden access to APT repository

Posted by Sebastian Nagel <sn...@apache.org>.
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!

Re: Forbidden access to APT repository

Posted by Sebastian Nagel <sn...@apache.org>.
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!