BSD Now

147: Release all the things!


Listen Later

On this episode of BSDNow, we will be talking to Glen Barber and Peter Wemm of the FreeBSD RE and Cluster Admin teams! That plus our

This episode was brought to you by

alt="DigitalOcean - Simple Cloud Hosting, Built for Developers" />
src="/images/3.png" alt="Tarsnap - Online Backups for the Truly Paranoid" />

Headlines
2016 FreeBSD Community Survey
  • We often get comments from our listeners, “I’m not a developer, how can I help out”?
  • Well today is your chance to do something. The FreeBSD Foundation has its 2016 Community Survey online, where they are asking for feedback from
  • you!
  • I just did the survey, it’ll take you about 5 minutes, but gives you a chance to provide valuable feedback to the foundation about things that
  • are important to you.
  • Be sure to answer in as much detail as possible and the foundation will review and use this feedback for its operations going forward.
  • ***
    ART, OpenBSDs new routing table, single thread performances
    • OpenBSD has changed the way routes are looked up in the kernel as part of their path to an SMP networking stack
    • The “Allotment Routing Table” (ART) is a performance tradeoff, where more memory is used to store the routing table, in exchange for faster
    • lookups
    • With this new arrangement, a full BGP routing table will grow from 130MB to 180MB of memory
    • “ART is a free multibit trie based routing table. To keep it simple, it can be seen as using more memory for fewer CPU cycles. In other words,
    • we get a faster lookup by wasting memory. The original paper presents some performance comparisons between
      two ART configurations and the BSD Radix. But how does this apply to OpenBSD?”
    • “I asked Hrvoje Popovski to run his packet forwarding test on his Xeon box (E5-2620 v2 @ 2.10GHz, 2400.34 MHz) with ix(4) (82599) interfaces.
    • The test setup consist of three machines with the OpenBSD box in the middle”
    • “The simulations have been performed with an OpenBSD -current from June 9th. The machine is configured with pf(4) disabled in order to force a
    • single route lookup for every IPv4 packet. Based on the result of the lookup the kernel decide if it should forward, deliver or drop the packet”
      ***
      BSDCan 2016 Playlist
      • The complete set of videos from BSDCan is online and ready to be consumed
      • Remember the good-ole days where we would wait months (or years) to get videos posted from conferences?
      • Well, who are we kidding, some conferences STILL do that, but we can’t count BSDCan among them.
      • Only two weeks out from this years exciting BSDCan, and all the videos have now landed on YouTube.
      • Granted, this is no substitute for actually being at the conference, but even if you attended you probably missed quite a few of the talks.
      • There are no videos of the hallway track, which is the best part of the conference
      • Except the dinner discussion of course.
      • and don’t forget the hacker lounge
      • ***
        Should you be scared of Unix signals?
        • Do you know much about UNIX Signals?
        • Are you afraid of their complexity?
        • Do you know there are signals other than SIGKILL?
        • This article talks about the practical implications of signals from a programming perspective
        • The things you need to consider when dealing with signals
        • Basically, you register a “signal handler”, the function that will be run when a signal arrives
        • As you program is running, if a signal arrives, your program will be interrupted. Its current state will be saved and any system calls in progress
        • will return EINTR (Error, Interrupted), then your signal handler will be run.
        • Once the signal handler is complete, the state of your application will be restored, and execution will resume
        • As long as your program properly handles this interruption, and errors that might result from it (getting EINTR from a read() call, instead of the
        • data you expected), then everything should be fine.
        • Of course, you need to be careful what you do inside your signal handler, as if you modify any variables or state in your application, it might be
        • very confused when it resumes.
          ***
          Interview - Glen and Peter-
          News Roundup
          Unik - The Unikernel Compilation and Deployment Platform (uses NetBSD's Rump)
          • We’ve talked a bit about NetBSD’s RUMP (unikernel) in the past, including articles on how to deploy services using it.
          • Now we have an interesting project which makes the process super-easy, and dare-we-say almost “Docker-Like?”
          • The Unik project has a fairly complete walkthrough right on their GitHub project page, including details on installation and creating your own
          • unikernel containers.
          • In addition, it provides instructions on boot-strapping your own Go/Node.js/Python/Java applications, and supports out of Box VCenter / AWS / Qemu
          • / VirtualBox providers.
            ***
            PkgSrc 50th Release Highlights
            • pkgsrc is celebrating its 50th release, and to highlight this, they have posted a series of interviews from people who have been active in the
            • project
            • pkgsrc 50th release interviews - Jonathan Perkin
            • pkgsrc 50th release interviews - Ryo ONODERA
            • pkgsrc 50th release interviews - Joerg Sonnenberg
            • pkgsrc 50th release interviews - Sevan Janiyan
            • ***
              Migrating to FreeBSD from Solaris 11
              • Part 2
              • Part 3
              • Part 4
              • Part 5
              • ***
                How to chroot www/firefox on NetBSD
                • Looking for a jail-like method of running FireFox on NetBSD? (Or possibly other BSDs?)
                • We have a github repo with details on how to setup and run FireFox using a chroot using a “webuser” account for safety.
                • Think of this as a jail alternative, may be useful on systems with no jail support.
                • Of interest is the method used to do X forwarding. It uses Xorg TCP listen option (which is often off by default for security reasons). Perhaps SSH
                • X forwarding would be a better alternative. (Or nullfs mounts of /tmp)
                  ***
                  Beastie Bits
                  • Tredly - V1 Release Candidate
                  • Call for Testing - ypldap testing against OpenLDAP and Microsoft Active
                  • Directory
                  • BSD Magazine, June 2016 Out Now
                  • Hammer2 - Add xxhash to H2 and throw in debug stuff for performance
                  • testing
                  • chyves pre-announcement
                  • ***
                    Feedback/Questions
                    • Michael - Versioning
                    • Michael - Removing Encryption
                    • Bostjan - PC-BSD Questions
                    • Fong - ZFS Rollback
                    • Jochen - Docker on FBSD
                    • ***
                      ...more
                      View all episodesView all episodes
                      Download on the App Store

                      BSD NowBy JT Pennington

                      • 4.9
                      • 4.9
                      • 4.9
                      • 4.9
                      • 4.9

                      4.9

                      89 ratings


                      More shows like BSD Now

                      View all
                      Security Now (Audio) by TWiT

                      Security Now (Audio)

                      1,970 Listeners

                      Software Engineering Radio - the podcast for professional software developers by se-radio@computer.org

                      Software Engineering Radio - the podcast for professional software developers

                      272 Listeners

                      The Changelog: Software Development, Open Source by Changelog Media

                      The Changelog: Software Development, Open Source

                      284 Listeners

                      LINUX Unplugged by Jupiter Broadcasting

                      LINUX Unplugged

                      265 Listeners

                      Python Bytes by Michael Kennedy and Brian Okken

                      Python Bytes

                      215 Listeners

                      Late Night Linux by The Late Night Linux Family

                      Late Night Linux

                      154 Listeners

                      Home Assistant Podcast by HK Media

                      Home Assistant Podcast

                      65 Listeners

                      CoRecursive: Coding Stories by Adam Gordon Bell - Software Developer

                      CoRecursive: Coding Stories

                      189 Listeners

                      Kubernetes Podcast from Google by Abdel Sghiouar, Kaslin Fields

                      Kubernetes Podcast from Google

                      181 Listeners

                      Late Night Linux Family All Episodes by The Late Night Linux Family

                      Late Night Linux Family All Episodes

                      44 Listeners

                      Linux Dev Time by The Late Night Linux Family

                      Linux Dev Time

                      21 Listeners

                      Self-Hosted by Jupiter Broadcasting

                      Self-Hosted

                      135 Listeners

                      2.5 Admins by The Late Night Linux Family

                      2.5 Admins

                      92 Listeners

                      Linux After Dark by The Late Night Linux Family

                      Linux After Dark

                      29 Listeners

                      Oxide and Friends by Oxide Computer Company

                      Oxide and Friends

                      47 Listeners