LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 12-05-2014, 07:27 AM   #1
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Errata 10 and 11 available for OpenBSD 5.6


Updating my box.

http://www.openbsd.org/errata56.html
 
Old 12-08-2014, 04:40 AM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
So are you running -STABLE or -RELEASE + errata patches?

(Running -STABLE here.)
 
1 members found this post helpful.
Old 12-08-2014, 08:51 PM   #3
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cynwulf View Post
So are you running -STABLE or -RELEASE + errata patches?

(Running -STABLE here.)
I've been messing around with this work station. I was running OpenBSD only. I just recently again set-up another Slackware/OpenBSD dual boot. I installed OpenBSD using the install56 ISO and also downloaded, installed the needed source files. I'm back to just using errata to patch the box. Five kernel re-compiles for these 11 patches.
I do get confused with the terminology. Am I running -stable or -release?
Code:
OpenBSD bsdbox.home.local 5.6 GENERIC.MP#4 amd64
 
Old 12-08-2014, 10:52 PM   #4
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
If you are installing patches, you are running Release with patches. Stable includes patches. I do not want to delve further. I use Release, so anything beyond what I have already posted will likely be inaccurate or just plain wrong.
 
1 members found this post helpful.
Old 12-09-2014, 07:09 AM   #5
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by hitest View Post
Five kernel re-compiles for these 11 patches.
When following -RELEASE I just apply all of the patches first and then just rebuild a kernel once and whatever other packages once. In 5.4 and 5.5 there were a lot of patches to SSL, so this means applying about several errata patches, but only rebuilding the kernel, ssl, ftp and whatever else once.

Patching and rebuilding and patching and rebuilding the same binary for every errata patch is unnecessary.

Quote:
Originally Posted by hitest View Post
I do get confused with the terminology. Am I running -stable or -release?
Code:
OpenBSD bsdbox.home.local 5.6 GENERIC.MP#4 amd64
Unless you rebuild the whole base system from source, then you're running -RELEASE. I am not including 3rd party stuff like "m tier" in this as I don't use it and know nothing about it.

To summarise

To stick to -RELEASE:

1) Get the src, sys, xenocara and optionally ports tarballs from your mirror

2) Apply errata patches and rebuild those binaries http://www.openbsd.org/errata56.html

3) Use only binary packages (and/or the -RELEASE ports tree snapshot)


To follow -STABLE:

1) Get the src, sys, xenocara and ports tarballs from your mirror

2) Read the documentation:

http://www.openbsd.org/faq/faq5.html
http://www.openbsd.org/stable.html
http://www.openbsd.org/anoncvs.html

A few points of interest regarding -STABLE:

1) Yes you do have to rebuild the whole base system (including xenocara) from source.
2) Yes you do have to use CVS to sync your src, xenocara and ports tree. A ports tree which is out of sync with the base system leads to trouble ahead.
3) If you don't specify the release in your CVS command lines, then you could end up with a sync of the -CURRENT sources.
4) If you skip steps, ignore errors and cross your fingers and pray - it will break.
5) When rebuilding ports in the -STABLE branch, there are useful tools in /usr/ports/infrastructure/bin/ such as "out-of-date"

Last edited by cynwulf; 12-09-2014 at 07:12 AM.
 
3 members found this post helpful.
Old 12-09-2014, 07:56 AM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
cynwulf,

Many thanks for the thorough explanation.
 
Old 12-10-2014, 08:08 AM   #7
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Probably a good idea to keep an eye on the errata page in view of this: http://daemonforums.org/showthread.php?t=8811
 
1 members found this post helpful.
Old 12-10-2014, 08:16 AM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cynwulf View Post
Probably a good idea to keep an eye on the errata page in view of this: http://daemonforums.org/showthread.php?t=8811
Thanks for the heads-up. Yep. Will keep an eye on the errata page. Good to see the developers responding swiftly.
 
Old 12-10-2014, 04:45 PM   #9
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Errata 12, 13, 14 now up.
 
1 members found this post helpful.
Old 12-10-2014, 08:22 PM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by cynwulf View Post
Errata 12, 13, 14 now up.
Thanks. Applying those patches.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is ERRATA?? RVK Linux - Newbie 9 10-28-2019 09:10 AM
OpenBSD: nvidia drivers, screen resolution and FreeBSD binaries on OpenBSD ::: *BSD 2 08-21-2009 04:18 AM
LXer: Fsck errors in the Linux filesystem on my OpenBSD laptop NOT caused by OpenBSD LXer Syndicated Linux News 1 08-31-2008 03:15 AM
Etch errata xucaen Debian 0 10-12-2006 01:47 PM
applying errata une Mandriva 0 06-06-2004 02:52 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 05:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration