BSD Now

140: Tracing it back to BSD


Listen Later

This week on BSDNow, Allan is back in down from Europe! We’ll get to hear some of his wrap-up and get caught up on the latest BSD

This episode was brought to you by

Headlines
FreeBSD Quarterly Report
  • This quarterly status report starts with a rather interesting introduction by Warren Block
  • ASLR
  • Porting CEPH to FreeBSD
  • RCTL I/O Rate Limiting
  • The Graphics Stack on FreeBSD (Haswell is in, work is progressing on the next update)
  • CAM I/O Scheduler
  • NFS Server updates, working around the 16 group limit, and implementing pNFS, allowing NFS to scale beyond a single server
  • Static Analysis of the FreeBSD Kernel with PVS Studio
  • PCI-express HotPlug
  • GitLab Port committed!
  • WITH_FAST_DEPEND and other improvements to the FreeBSD build system
  • Lots of other interesting stuff
  • ***
    A Prog By Any Other Name
    • Ted Unangst looks at what goes into the name of a program
    • “Sometimes two similar programs are really the same program with two names. For example, grep and egrep are two commands that perform very similar functions and are therefore implemented as a single program. Running ls -i and observing the inode number of each file will reveal that there is only one file. Calling the program egrep is a shorthand for -E and does the same thing.”
    • So BSD provides __progname in libc, so a program can tell what its name is
    • But, what if it has more than one name?
    • “In fact, every program has three names: its name in the filesystem, the name it has been invoked with, and whatever it believes its own name to be.”
    • Of course it is not that easy.
    • “there’s another set of choices for each name, the full path and the basename”
    • “It’s even possible on some systems for argv[0] to be NULL.”
    • He then goes on to rename doas (the OpenBSD light replacement for sudo) to banana and discuss what happens
    • “On that note, another possible bug is to realize that syslog by default uses progname. A user may be able to evade log monitoring by invoking doas with a different name. (Just fixed.)”
    • Another interesting article from our friend Ted
    • ***
      FreeBSD and NetBSD Google Summer of Code projects have been announced
      • Some FreeBSD highlights:
        • Add SCSI passthrough to CTL (share an optical drive via iSCSI)
        • Add USB target mode driver based on CTL (share a USB device via iSCSI)
        • API to link created /dev entries to sysctl nodes
        • Implement Ethernet Ring Protection Switching (ERPS)
        • HD Audio device model in userspace for bhyve
        • Some NetBSD highlights:
          • Implement Ext4fs support in ReadOnly mode
          • NPF and blacklistd web interface
          • Port U-Boot so it can be compiled on NetBSD
          • Split debug symbols for pkgsrc builds
          • ***
            libressl - more vague priomises
            • We haven’t had a Ted U article on the show as of late, however this week we get several! In his next entry “LibreSSL, more vague promises”
            • He then goes into some detail on what has happened with LibreSSL in the past while, as well as future plans going forward.
            • “With an eye to the future, what new promises can we make? Some time ago I joked that we only promised to make a better TLS implementation, not a better TLS. Remains true, but fortunately there are people working on that, too. TLS 1.3 support is on the short term watchlist. The good news is we may be ahead of the game, having already removed compression. How much more work can there be?”
            • “LibreSSL integrated the draft chacha20-poly1305 construction from BoringSSL. The IETF has since standardized a slightly different version because if it were the same it wouldn’t be different. Support for standard variant, and the beginning of deprecation for the existing code, should be landing very shortly. Incidentally, some people got bent out of shape because shipping chacha20 meant exposing non IANA approved numbers to Internet. No promises that won’t happen again.”
            • ***
              Interview - Samy Al Bahra - @0xF390
              • Backtrace
              • ***
                News Roundup
                systrace(1) is removed for OpenBSD 6.0
                • OpenBSD has removed systrace, an older mechanism for limiting what syscalls an application can make
                • It is mostly replaced by the pledge() system
                • OpenBSD was the first implementation, most others have been unmaintained for some time
                • The last reported Linux version was for kernel 2.6.1
                • NetBSD removed systrace in 2007
                • ***
                  pfSense Video Series: Comprehensive Guide To pfSense 2.3
                  • A series of videos (11 so far), about pfSense
                  • Covers Why you would use it, how to pick your hardware, and installation
                  • Then the series covers some networking basics, to make sure you are up to speed before configuring your pfSense
                  • Then a comprehensive tour of the WebUI
                  • Then goes on to cover graphing, backing up and restoring configuration
                  • There are also videos on running DHCP, NTP, and DNS servers
                  • ***
                    DuckDuckGo announces its 2016 FOSS Donations
                    • The theme is “raising the standard of trust online”
                    • Supported projects include:
                    • OpenBSD Foundation announces DuckDuckGo as a Gold Sponsor
                    • the Freedom of the Press Foundation for SecureDrop
                    • the Freenet Project
                    • the CrypTech Project
                    • the Tor Project
                    • Fight for the Future for Save Security
                    • Open Source Technology Improvement Fund for VeraCrypt (based on TrueCrypt)
                    • Riseup Labs for LEAP (LEAP Encryption Access Project)
                    • GPGTools for GPGMail
                    • ***
                      Larry the BSD Guy hangs up his hat at FOSS Force
                      • After 15 years, Larry the BSD Guy has decided to hang it up, and walk into the sunset! (Figuratively of course)
                      • After wrapping up coverage of recent LinuxFest NorthWest (Which he didn’t attend), Larry has decided it’s time for a change and is giving up his column over at FOSS Force, as well as stepping away from all things technical.
                      • His last write-up is a good one, and he has some nice plugs for both Dru Lavigne and Michael Dexter of the BSD community.
                      • He will be missed, but we wish him all the luck with the future! He also puts out the plug that FOSS Force will be needing a new columnist in the near future, so if you are interested please let them know!
                      • ***
                        Beastie Bits
                        • If you sponsored “FreeBSD Mastery: Advanced ZFS”, check your mail box
                        • pkg-1.7.0 is an order of magnitude slower than pkg-1.6.4 -- Caused by a problem not in pkg
                        • LinuxFest Northwest 2016 Recap
                        • Dru Lavigne's 'Doc like an Egyption' talk from LFNW
                        • Michael Dexters' 'Switching to BSD from Linux' talk from LFNW
                        • Michael Dexters' 'Secrets to enduring user groups' talk from LFNW
                        • January issue of Freebsd Journal online for free
                        • Ghost BSD releases 10.3 Alpha1 for testing
                        • EuroBSDcon 2016 - Call for Papers - Dealine: May 8th
                        • KnoxBUG Initial Meeting
                        • Photos, slides, and videos from the Open Source Data Center Conference
                        • ***
                          Feedback/Questions
                          • Mohammad - Replication
                          • John - Rolling new packages
                          • Clint - Unicast
                          • Bill - GhostBSD
                          • Charles - BSD Videos
                          • ***
                            ...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,971 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

                            283 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