Slashdot Mirror


OpenBSD 5.7 Released

An anonymous reader writes: Right on schedule, OpenBSD 5.7 was released today, May 1, 2015. The theme of the 5.7 release is "Source Fish." There are some big changes in OpenBSD 5.7. The nginx httpd server was removed from base in favor of an internally developed httpd server in 5.7. BIND (named) was retired from base in 5.7 in favor of nsd(8) (authoritative DNS) and unbound(8) (recursive resolver). Packages will exist for BIND and nginx. This version includes a new control utility, rcctl(8), for managing daemons/services, USB 3 support and more. See a detailed log of changes between the 5.6 and 5.7 releases for more information. If you already have an OpenBSD 5.6 system, and do not want to reinstall, upgrade instructions and advice can be found in the Upgrade Guide. You can order the 5.7 CD set from the new OpenBSD Store and support the project.

14 of 80 comments (clear)

  1. They forgot the best feature.... by Etcetera · · Score: 5, Insightful

    No systemd ;)

    Seriously, though. Although I can't see myself switching wholesale back to BSD, and the long term *nix-esque commodity (non-specialized) ecosystem will revolve around Linux for the foreseeable future, there are enough people frustrated by the OS vendor directions that it's good to have a backup.

    Think of BSD as a third party, to keep the primary two enterprise Linux vendors in check should they decide to ignore their constitu^H^H^H^H^H^H^H users too much.

    1. Re:They forgot the best feature.... by QuietLagoon · · Score: 4, Insightful

      BSD is a major commodity ecosystem for end-consumer products. I'd wager that there are more MacBooks and iPods out there running OSX and iOS flavors of BSD than there are Linux ones. They just suck in the server space, though, and that's where Linux cannot at the moment be questioned, let alone defeated.

      My FreeBSD servers run just fine, thank-you. I moved those servers from Linux to FreeBSD a number of years ago, and never had the need to look back.

    2. Re:They forgot the best feature.... by Etcetera · · Score: 2

      BSD is a major commodity ecosystem for end-consumer products. I'd wager that there are more MacBooks and iPods out there running OSX and iOS flavors of BSD than there are Linux ones. They just suck in the server space, though, and that's where Linux cannot at the moment be questioned, let alone defeated.

      Ironically, systemd is quite well suited for system designers creating embedded products, or those where there's effectively no "middle layer" between the naive "true end user" and the original builder/vendor -- a locked down iOS or an OS X system where the terminal-level control isn't needed.

      The folks most objecting to systemd are in the server space -- true OS system admins who design and integrate the architecture, and are responsible for keeping things up and running.

      Yeah, systemd+busybox might be perfect for the next OpenWRT embedded IoS device -- but it's not what I'll want on the next massive Dell server I'm responsible for at work.

  2. Yay! by Anonymous Coward · · Score: 3, Informative

    Nice to see these guys continually putting out good stuff. There also seems to be a Google Summer of Code to get the HAMMER2 filesystem in OpenBSD. If this happens I can definitely see swtiching our systems over to OpenBSD from Linux. We have been waiting for a real filesystem with checksumming, compression and deduplication features in OpenBSD for some time now.

  3. Re:BSD is dying by Anonymous Coward · · Score: 2, Funny

    According to comments on Slashdot 95% or so of Linux server admins have already switched or is in the process of switching to OpenBSD.

  4. Re:BSD is dying by Anonymous Coward · · Score: 4, Funny

    Yes it was. But so far no one has downloaded it. Even the Debian developers switched to OpenBSD because of Systemd.

  5. Re:New HTTP daemon by Anonymous Coward · · Score: 2, Informative

    nginx is still available as a port, as well as apache.

  6. Re:New HTTP daemon by brynet · · Score: 3, Informative

    It's not a "half-finished" server, it's a new server written using OpenBSD's existing development practices, sharing code with relayd(8) in base. For OpenBSD httpd(8), 'featuritis' is being avoided so that the codebase remains simple and maintainable.

    https://github.com/reyk/httpd/...

    I've never heard of Hiawatha, but the GPL licencing makes it inappropriate for the base system. It is available as a package and in the ports, along with nginx and many other servers.

  7. Re:Switch and leave the drama behind by shoor · · Score: 2

    There was plenty of drama in the 90s around the various BSDs (FreeBSD, NetBSD, and OpenBSD) before they split apart. You could go look at the old Usenet postings to see what it was like.

    --
    In theory, theory and practice are the same; in practice they're different. (Yogi Berra & A. Einstein)
  8. Re:New HTTP daemon by brynet · · Score: 4, Informative

    OpenBSD's httpd(8) supports HTTP redirects, and it certainly seems possible to redirect requests to i.e: php-fpm.

            location "*.php" {
                    fastcgi socket "/path/to/php-fpm.sock"
            }

            location "/" {
                    block return 301 "/index.php"
            }

    Reyk Floeter (reyk@) has a Wiki with some additional example configurations, contribute more:

    https://github.com/reyk/httpd/...

  9. Time To Give It a Try by organgtool · · Score: 3, Interesting

    I was going to upgrade my servers to Ubuntu 15.04 until I learned that they integrated SystemD into that release, so now is a great time to evaluate OpenBSD in a virtual machine. Maybe OpenBSD could create a section on their web site that provides documentation on the advantages of BSD over Linux as well as some advice on how to avoid common pitfalls that Linux users typically make in BSD. Just for fun, they could call that section "Because of SystemD". In any event, I'm curious to see what I'll miss coming from the Linux world after spending some time in OpenBSD.

    On a semi-related note: what's with replacing nginx with their own http daemon? Is the NIH syndrome spreading to OpenBSD as well?

    1. Re:Time To Give It a Try by Noryungi · · Score: 2

      [...] Maybe OpenBSD could create a section on their web site that provides documentation on the advantages of BSD over Linux as well as some advice on how to avoid common pitfalls that Linux users typically make in BSD. [...] In any event, I'm curious to see what I'll miss coming from the Linux world after spending some time in OpenBSD.
      On a semi-related note: what's with replacing nginx with their own http daemon? Is the NIH syndrome spreading to OpenBSD as well?

      Nope, they have explained at legnth that nginx was getting too big, and its developpers too unresponsive, for it to be a part of base anymore. That was also the case with the previous web server, which was an old version of Apache with a lot of patches.You can still install nginx from ports though and Apache is in there somewhere as well.

      As far as documentation is concerned, please refer to the OpenBSD FAQ:

      http://www.openbsd.org/faq/faq...

      And:

      http://www.openbsd.org/faq/faq...

      What will you miss? Probably not much, except for the eye candy. OpenBSD is a really good and complete OS, and its quality is excellent.

      --
      The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
  10. Re:New HTTP daemon by Noryungi · · Score: 4, Insightful

    No, most people want to run a simple PHP website (Wordpress, Drupal, etc). But since almost every modern CMS and framework require at least a simple form of URL rewriting (rewrite every request for a non-existig file to /index.php), OpenBSD's httpd is a no-go.

    Err... If you are running PHP on OpenBSD, you have COMPLETELY missed the point of OpenBSD in the first place.

    Seriously, though. PHP?

    --
    The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
  11. Re:New HTTP daemon by Noryungi · · Score: 2

    And there you have the reason why almost nobody uses OpenBSD.

    Yeah, well, I use OpenBSD, and I know a ton of people who use it for, say, firewalls, routers and other. And, yes, even web servers an other stuff.

    Seriously, man: PHP? Really?

    --
    The right to offend is far more important than the right not to be offended. (Rowan Atkinson)