wrong pkg_add url after sysupgrade

2019-10-09 Thread shadrock uhuru
after trying sysupgrade for the first time on my laptop running snapshots running the following command returns no such dir. doas pkg_add -u https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir pkg_info p5-finance https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Peter N. M. Hansteen
On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: > after trying sysupgrade for the first time on my laptop running snapshots > running the following command returns no such dir. We're close enough to release that pkg_add needs to be run with '-D snap' in addition to other options.

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Paul de Weerd
On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: | after trying sysupgrade for the first time on my laptop running snapshots | running the following command returns no such dir. | | doas pkg_add -u | https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir | pkg_info p5-

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Justin Noor
For future reference you could also: export PKG_PATH=“ https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64” Or whatever your preferred mirror is. Then pkg_add -u should work On Wed, Oct 9, 2019 at 6:42 AM shadrock uhuru wrote: > after trying sysupgrade for the first time on my laptop running

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread shadrock uhuru
On 10/9/19 2:56 PM, Paul de Weerd wrote: On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: | after trying sysupgrade for the first time on my laptop running snapshots | running the following command returns no such dir. | | doas pkg_add -u | https://ftp.OpenBSD.org/pub/OpenBSD/6.6/pa

Re: wrong pkg_add url after sysupgrade

2019-10-10 Thread michael
I was confused by this myself. Thanks Paul.On 10 Oct 2019 7:01 am, shadrock uhuru wrote: > > On 10/9/19 2:56 PM, Paul de Weerd wrote: > > On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: > | after trying sysupgrade for the first time on my laptop running snapshots > | running th