Re: pkgin repo change

2018-09-19 Thread Pedro Pinho
Thanks!
Just waiting for the mirrors to sync, then I'll change back my
repositories.conf
:)

Den ons 19 sep. 2018 06:21  skrev:

> On Tue, Sep 18, 2018 at 08:59:55PM -0400, Eric Hawicz wrote:
> > On 9/18/2018 4:37 AM, Pedro Pinho wrote:
> > > This morning trying to update/upgrade my system I got the following,
> > > |~$ sudo pkgin update Password: processing remote summary
> > > (http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0 pkgin:
> > > Could not fetch
> > > http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All|
> > > Looking closer at the problem, I found that the repo has changed
> > > yesterday at 06:25, and the correct URL should now be
> > >
> http://ftp.fr.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q2/All/
> > >
> > > This is not an issue, as I only had to edit
> > > /usr/pkg/etc/pkgin/repositories.conf on my system and everything is
> good
> > > again.
> > > I'm new to NetBSD and I'm wondering where/if such changes are usually
> > > not announced.
> >
> > That sounds to me like a "8.0" symlink was lost.  We have symlinks for
> > various other releases, and 8.0 symlinks for other architectures, so I'm
> > guessing this is just a mistake.
> > I'm cc'ing the pkgsrc releng team, who can probably do something to fix
> > this.
>
> now there's
> 7.1 -> 7.1_2018Q2
> 7.1.1 -> 7.1
> 7.1.2 -> 7.1
> 7.2 -> 7.1
> 8.0 -> 8.0_2018Q2
> for NetBSD/{i386,amd64}.
>
> Hopefully nobody has a script to set it to some weird configuration.
>


Re: pkgin repo change

2018-09-18 Thread S.P.Zeidler
(sorry for the service impact)

Thus wrote Eric Hawicz (e...@nimenees.com):

> That sounds to me like a "8.0" symlink was lost.

The NetBSD-8 (and NetBSD 7.1) package build VMs changed to the
"normal" pkgbuilding server last weekend and are now first publishing
their packages to nyftp.netbsd.org.
>From there they are mirrored to ftp.netbsd.org.
The link was missing on nyftp and thus, the mirror script dutifully
removed it on ftp as well.

> I'm cc'ing the pkgsrc releng team, who can probably do something to fix
> this.

Not all pkgsrc-releng@ can fix this, but the overlap with admins@ can.

regards,
spz
-- 
s...@serpens.de (S.P.Zeidler)


Re: pkgin repo change

2018-09-18 Thread maya
On Tue, Sep 18, 2018 at 08:59:55PM -0400, Eric Hawicz wrote:
> On 9/18/2018 4:37 AM, Pedro Pinho wrote:
> > This morning trying to update/upgrade my system I got the following,
> > |~$ sudo pkgin update Password: processing remote summary
> > (http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0 pkgin:
> > Could not fetch
> > http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All|
> > Looking closer at the problem, I found that the repo has changed
> > yesterday at 06:25, and the correct URL should now be
> > http://ftp.fr.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q2/All/
> > 
> > This is not an issue, as I only had to edit
> > /usr/pkg/etc/pkgin/repositories.conf on my system and everything is good
> > again.
> > I'm new to NetBSD and I'm wondering where/if such changes are usually
> > not announced.
> 
> That sounds to me like a "8.0" symlink was lost.  We have symlinks for
> various other releases, and 8.0 symlinks for other architectures, so I'm
> guessing this is just a mistake.
> I'm cc'ing the pkgsrc releng team, who can probably do something to fix
> this.

now there's
7.1 -> 7.1_2018Q2
7.1.1 -> 7.1
7.1.2 -> 7.1
7.2 -> 7.1
8.0 -> 8.0_2018Q2
for NetBSD/{i386,amd64}.

Hopefully nobody has a script to set it to some weird configuration.


Re: pkgin repo change

2018-09-18 Thread Eric Hawicz

On 9/18/2018 4:37 AM, Pedro Pinho wrote:

This morning trying to update/upgrade my system I got the following,
|~$ sudo pkgin update Password: processing remote summary 
(http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0 pkgin: 
Could not fetch 
http://ftp.fr.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All|
Looking closer at the problem, I found that the repo has changed 
yesterday at 06:25, and the correct URL should now be 
http://ftp.fr.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q2/All/


This is not an issue, as I only had to edit 
/usr/pkg/etc/pkgin/repositories.conf on my system and everything is 
good again.
I'm new to NetBSD and I'm wondering where/if such changes are usually 
not announced.


That sounds to me like a "8.0" symlink was lost.  We have symlinks for 
various other releases, and 8.0 symlinks for other architectures, so I'm 
guessing this is just a mistake.
I'm cc'ing the pkgsrc releng team, who can probably do something to fix 
this.


Eric