Re: sysupgrade lives in 2021

2020-05-25 Thread Sebastian Benoit
Kevin Chadwick(m8il1i...@gmail.com) on 2020.05.25 11:57:44 +: > . did you ever saw something like this? for instance when you > >want to upgrade java, is says: open-jre 14 does not exist. > > > > I'm not an OpenBSD dev but are you asking for a more user friendly message > ratter than a more

Re: sysupgrade lives in 2021

2020-05-25 Thread Theo de Raadt
This conversation is finished. Move along. Andreas Kusalananda =?utf-8?B?S8OkaMOkcmk=?= wrote: > On Mon, May 25, 2020 at 02:22:42PM +0100, Stuart Henderson wrote: > > On 2020/05/25 14:46, Andreas Kusalananda Kähäri wrote: > > > On Mon, May 25, 2020 at 12:26:25PM +, abed wrote: > > > >

Re: sysupgrade lives in 2021

2020-05-25 Thread Andreas Kusalananda Kähäri
On Mon, May 25, 2020 at 02:22:42PM +0100, Stuart Henderson wrote: > On 2020/05/25 14:46, Andreas Kusalananda Kähäri wrote: > > On Mon, May 25, 2020 at 12:26:25PM +, abed wrote: > > > I'm expecting when the 6.8 dosen't exist, we have to show a message not > > > an error (404 not found )!!! > >

Re: sysupgrade lives in 2021

2020-05-25 Thread Renaud Allard
On 5/25/20 1:57 PM, Kevin Chadwick wrote: . did you ever saw something like this? for instance when you want to upgrade java, is says: open-jre 14 does not exist. I'm not an OpenBSD dev but are you asking for a more user friendly message ratter than a more pertinent one? Seems reasonable,

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
Yes that right, but how but to make convenience for everybody at least once? everybody can change the script but i talked about something higher. On 5/25/20 1:19 PM, Peter N. M. Hansteen wrote: > On Mon, May 25, 2020 at 01:07:23PM +, abed wrote: >> How about if next version doesn't exist? >

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
yes, this is exactly what we call a program, we to check them all. if exist or not. if we mirror is visible or not. if exist but corrupted. so we need a common criteria. On 5/25/20 1:22 PM, Stuart Henderson wrote: > On 2020/05/25 14:46, Andreas Kusalananda Kähäri wrote: >> On Mon, May 25, 2020 at

Re: sysupgrade lives in 2021

2020-05-25 Thread Stuart Henderson
On 2020/05/25 14:46, Andreas Kusalananda Kähäri wrote: > On Mon, May 25, 2020 at 12:26:25PM +, abed wrote: > > I'm expecting when the 6.8 dosen't exist, we have to show a message not > > an error (404 not found )!!! > > > > On 5/25/20 12:21 PM, Stuart Henderson wrote: > > > On 2020/05/25

Re: sysupgrade lives in 2021

2020-05-25 Thread Peter N. M. Hansteen
On Mon, May 25, 2020 at 01:07:23PM +, abed wrote: > How about if next version doesn't exist? Please read the previous answers and the sysupgrade man page, or for that matter /usr/sbin/sysupgrade itself - it's a very readable shell script. OpenBSD 6.8 does not exist yet. sysupgrade told you

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
Yeah exactly, finally somebody got the point!!! On 5/25/20 12:46 PM, Andreas Kusalananda Kähäri wrote: > On Mon, May 25, 2020 at 12:26:25PM +, abed wrote: >> I'm expecting when the 6.8 dosen't exist, we have to show a message not >> an error (404 not found )!!! >> >> On 5/25/20 12:21 PM,

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
How about if next version doesn't exist? On 5/25/20 12:42 PM, Peter N. M. Hansteen wrote: > On Mon, May 25, 2020 at 11:47:33AM +, abed wrote: >> I'm exactly talking about the logic behind. basically it's not aware of >> the latest version and only increments the minor (6.7+0.1) and try to >>

Re: sysupgrade lives in 2021

2020-05-25 Thread Andreas Kusalananda Kähäri
On Mon, May 25, 2020 at 12:26:25PM +, abed wrote: > I'm expecting when the 6.8 dosen't exist, we have to show a message not > an error (404 not found )!!! > > On 5/25/20 12:21 PM, Stuart Henderson wrote: > > On 2020/05/25 11:33, abed wrote: > >> After installing OpenBSD 6.7 (i mean exactly

Re: sysupgrade lives in 2021

2020-05-25 Thread Peter N. M. Hansteen
On Mon, May 25, 2020 at 11:47:33AM +, abed wrote: > > I'm exactly talking about the logic behind. basically it's not aware of > the latest version and only increments the minor (6.7+0.1) and try to > download. did you ever saw something like this? for instance when you > want to upgrade java,

Re: sysupgrade lives in 2021

2020-05-25 Thread Martijn van Duren
$ man sysupgrade | grep -i smart $ I see no such promise. On Mon, 2020-05-25 at 12:07 +, abed wrote: > OK, but it supposed to be more smart !!! > > On 5/25/20 12:02 PM, Renaud Allard wrote: > > > > On 5/25/20 1:57 PM, Kevin Chadwick wrote: > > > . did you ever saw something like this? for

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
I'm expecting when the 6.8 dosen't exist, we have to show a message not an error (404 not found )!!! On 5/25/20 12:21 PM, Stuart Henderson wrote: > On 2020/05/25 11:33, abed wrote: >> After installing OpenBSD 6.7 (i mean exactly after that without touching >> a thing). if you issue sysupgrade, it

Re: sysupgrade lives in 2021

2020-05-25 Thread Stuart Henderson
On 2020/05/25 11:33, abed wrote: > > After installing OpenBSD 6.7 (i mean exactly after that without touching > a thing). if you issue sysupgrade, it says: cant find version 6.8, which > is absolutely doesn't exist. I wondering is it really hard to firs check > the latest version when we heavily

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
OK, but it supposed to be more smart !!! On 5/25/20 12:02 PM, Renaud Allard wrote: > > > On 5/25/20 1:57 PM, Kevin Chadwick wrote: >> . did you ever saw something like this? for instance when you >>> want to upgrade java, is says: open-jre 14 does not exist. >>> >> >> I'm not an OpenBSD dev but

Re: sysupgrade lives in 2021

2020-05-25 Thread abed
I bet you didn't get the point. it's not about user friendly it's about accuracy. if you want to write a script to check the repository you cant find out the issue is about your connection or about anything else. yeah also better than my bike!! On 5/25/20 11:57 AM, Kevin Chadwick wrote: > . did

Re: sysupgrade lives in 2021

2020-05-25 Thread Kevin Chadwick
. did you ever saw something like this? for instance when you >want to upgrade java, is says: open-jre 14 does not exist. > I'm not an OpenBSD dev but are you asking for a more user friendly message ratter than a more pertinent one? Seems reasonable, but when I got that message. I actually

sysupgrade lives in 2021

2020-05-25 Thread abed
I'm exactly talking about the logic behind. basically it's not aware of the latest version and only increments the minor (6.7+0.1) and try to download. did you ever saw something like this? for instance when you want to upgrade java, is says: open-jre 14 does not exist. On 5/25/20 11:37 AM,

Re: sysupgrade lives in 2021

2020-05-25 Thread Solene Rapenne
Le Mon, 25 May 2020 11:33:10 +, abed a écrit : > After installing OpenBSD 6.7 (i mean exactly after that without > touching a thing). if you issue sysupgrade, it says: cant find > version 6.8, which is absolutely doesn't exist. I wondering is it > really hard to firs check the latest version

sysupgrade lives in 2021

2020-05-25 Thread abed
After installing OpenBSD 6.7 (i mean exactly after that without touching a thing). if you issue sysupgrade, it says: cant find version 6.8, which is absolutely doesn't exist. I wondering is it really hard to firs check the latest version when we heavily connected to the web from seconds we boot