DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
Old 6th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Quote:
Originally Posted by bsd007 View Post
Sorry didn't understand that. Does that mean I can upgrade ?
It means your snapshot is about two days newer than 6.2-release. An "upgrade" would be a downgrade, and it may not work. It is not supported.
Reply With Quote
Old 6th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by hitest View Post
bsd007, It may make more sense for you to install OpenBSD 6.2 when it is released on or about September 15, and apply security updates via syspatch as the updates become available.
Okay then I will come back to this forum on September 15th, ask about the release and then download and install it.

If only I had done it before I wont be in this mess.
Reply With Quote
Old 6th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Quote:
Originally Posted by bsd007 View Post
Okay then I will come back to this forum on September 15th...
Today is October 6.


As I stated above, if you subscribe to the announce@ mailing list, you will be informed by Email when OpenBSD 6.2 is released.
Reply With Quote
Old 6th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by jggimi View Post
Today is October 6.


As I stated above, if you subscribe to the announce@ mailing list, you will be informed by Email when OpenBSD 6.2 is released.
LOL ...Sorry about that.

When I Google "openbsd announce@ mailing list" I get https://www.openbsd.org/mail.html. Is this the page ?
Reply With Quote
Old 6th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Done / Subscribed
Reply With Quote
Old 6th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Wow. Had you also clicked on the Mailing Lists link on the Project's main web page, you would have gotten to the same page.

The page lists all of the mailing lists, including announce, which has a purpose described as "Announcement and security advisories." The page also describes how to subscribe, either via sending an Email message or via a Web interface.
Reply With Quote
Old 6th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

I confirmed the subscription via web interface. Subscribed to announce.
Reply With Quote
Old 6th October 2017
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

Quote:
Originally Posted by ibara View Post
One year from the release date: https://www.openbsd.org/62.html
aka October 15, 2018
2018 ?

You meant 2017, right ?

Quote:
OpenBSD 6.2

Released October 15, 2017
Copyright 1997-2017, Theo de Raadt.

6.2 Song: coming in December.
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD
Reply With Quote
Old 6th October 2017
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by jggimi View Post
However, ibara was a developer. Now, a developer emeritus.
I believe the word you're looking for is troublemaker.
Also, it's is a developer. My account is active.
Reply With Quote
Old 6th October 2017
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by LeFrettchen View Post
2018 ?

You meant 2017, right ?
I did mean 2018, as I intended to write the EOL date for 6.2, but I see the confusion.
6.2 will be released in a week or so, supported until a year after its release, which will be sometime in the middle of October 2018.
Reply With Quote
Old 7th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Quote:
Originally Posted by ibara View Post
I believe the word you're looking for is troublemaker.
Hah!
Quote:
Also, it's is a developer. My account is active.
Well, thank you for the correction!

(Gentle readers, ibara was instrumental in improving my meager porting skills. They're still pretty meager, but they were much worse when he started providing me with some guidance.)
Reply With Quote
Old 7th October 2017
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

You're too kind. But on that note, look out for another porting workshop class at NYC*BUG that I'm running (/shameless self promotion, which is getting to be dangerously close to the point where I'll need to spin that off into a new topic).
Reply With Quote
Old 7th October 2017
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

Quote:
Originally Posted by ibara View Post
I did mean 2018, as I intended to write the EOL date for 6.2, but I see the confusion.
All right, sorry, I was confused
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD
Reply With Quote
Old 7th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

What is the differnce between

Code:
doas syspatch
and
Code:
pkg_add -Uu
?
Reply With Quote
Old 7th October 2017
TronDD TronDD is offline
Spam Deminer
 
Join Date: Sep 2014
Posts: 307
Default

syspatch applies errata to the base system.

pkg_add -u (-Uu would be redundant) updates packages.

Again, OpenBSD has a seperation between the base tools maintained by the OpenBSD team and the 3rd party packages provided by the ports team. And I chose the words 'maintained' and 'provided' deliberately.
Reply With Quote
Old 8th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Thanks. I am running pkg_add -u right now.

Its very slow. Checking each package
Reply With Quote
Old 9th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Perhaps a stupid question but since snapshots dont receive updates either from
Code:
doas syspatch
or
Code:
pkg_add -u
is a snapshot safe to use ?

Just trying to clear any doubts I have.
Reply With Quote
Old 9th October 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Quote:
Originally Posted by bsd007 View Post
Perhaps a stupid question but since snapshots dont receive updates either from
Code:
doas syspatch
This is correct. The syspatch(8) tool is used for binary updates of -release systems to apply errata patches. Currently, this is only available for the amd64 and i386 architectures. Users of other architectures must apply the patches to -release source code, compile, and then install the appropriate module.
Quote:
or
Code:
pkg_add -u
You are incorrect, but only because of timing. As I noted somewhere way up above in this very long thread, -current is used to prepare the next -release. During -release preparation, -current is named as if it were the next -release. At those times, one must use -D snap in order to direct pkg_add to the correct directory or, temporarily override $PKG_PATH. See the pkg_add(1) man page.

Snapshot packages are available for the convenience of -current users. They are not synchronized with snapshots, as snapshots can be produced far more frequently. It is up to the -current user to manage any synchronization issues which may arise from using snapshot packages. For high performance architectures such as amd64, this may only require waiting and retrying after either the OS or packages are updated. For users of slower platforms with less frequent updates or that do not have snapshot packages, this may require manually building select ports.
Quote:
is a snapshot safe to use ?
Yes. But it may require more skill or knowledge than you currently have to manage a -current system successfully.

FYI, 6.2 was released today. As discussed previously, you may consider reinstalling, using the release and its synchronized packages.

Last edited by jggimi; 9th October 2017 at 03:16 PM. Reason: PKG_PATH reference added
Reply With Quote
Old 9th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by jggimi View Post
FYI, 6.2 was released today. As discussed previously, you may consider reinstalling, using the release and its synchronized packages.
I am really confused. On the openbsd main page I see

Quote:
The current release is OpenBSD 6.2, released Oct 9, 2017.
Isn't this current and not release ?
Reply With Quote
Old 9th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

https://ftp.openbsd.org/pub/OpenBSD/...4/install62.fs

Is ^^ this what I should be downloading ?

Please confirm.

Last edited by bsd007; 9th October 2017 at 03:56 PM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Most software already has a “golden key” backdoor: the system update J65nko News 0 27th February 2016 10:31 PM
Installed OpenBSD 5.7.Need update help Itproman OpenBSD Installation and Upgrading 18 19th August 2015 02:57 PM
Ran make update and the system decided to install Gnome? sparky NetBSD Package System (pkgsrc) 6 22nd April 2013 02:53 PM
Clonezilla Live clone system update J65nko News 0 28th September 2011 05:53 PM
how update openbsd 4.8 craze OpenBSD Installation and Upgrading 6 6th March 2011 03:20 PM


All times are GMT. The time now is 03:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick