Showing posts with label MirOS. Show all posts
Showing posts with label MirOS. Show all posts

BSD News 08/01/2018

Last week in BSD

News: DragonFly BSD, NetBSD, BSDSec, HardenedBSD, Meltdown, Spectre, MirOS, OpenBSD, FreeBSD, BSDnow, 
Releases: HardenedBSD

BSDSec

NetBSD Security Advisory 2018-002: Local DoS in virecover
NetBSD Security Advisory 2018-001: Several vulnerabilities in context handling 

Releases

HardenedBSD-stable 10-STABLE v1000050.1

Downloads here, release notes here.

News

OpenBSD Response to the "Meltdown" Vulnerability

A message to tech@ from Philip Guenther (guenther@) provides the first public information from developers regarding the OpenBSD response to the recently announced CPU vulnerabilities:

 So, yes, we the OpenBSD developers are not totally asleep and a handful of
us are working out how to deal with Intel's fuck-up aka the Meltdown
attack.  While we have the advantage of less complexity in this area (e.g.,
no 32bit-on-64bit compat), there's still a pile of details to work through
about what has to be *always* in the page tables vs what can/should/must be
hidden.
Read it.

Meltdown and Spectre and DragonFly

By now you’ve probably heard of the Meltdown/Spectre attacks.  (background rumors, technical note)  Matthew Dillon’s put together a Meltdown mitigation in DragonFly, done in four commits.
It’s turned off and on by the sysctl machdep.isolated_user_pmap – and defaults to on for Intel CPUs.  Buildworld tests show about a 4-5% performance hit, but that’s only one form of activity, measured, so there will surely be other effects.
Note that Spectre is not mitigated by this commit series, and as I understand it, cannot be realistically fixed in software.
Update: Matthew Dillon posted a summary to users@.

MirOS - The Intelpocalypse

The unveiling of the three new CPU bug classes, collected in the two brandbugs “Meltdown” and “Spectre”, has mostly shocked the BSDs; I’ve got it on some authority that even FreeBSD was not informed ahead of time, left alone the others. Thanks to laffer1 from MidnightBSD for a couple of heads-up warnings into our direction!
Here’s what I could gather until now (please do correct me if I’m wrong):
Meltdown is specific to Intel® CPUs with out-of-order execution, that is, all P6-class (Pentium Pro/MMX, Pentium Ⅱ, but not Pentium Ⅰ/MMX) or newer (except old Atom) CPUs. It appears to allow user processes to read kernel memory, but not across VMs, nor to attack a hypervisor. A variant for ARM exists but AMD’s x86 CPUs are supposedly safe. The KAISER/FUCKWIT/UASS/KPTI patches for Linux fix this, at huge performance cost on x86, not so much on ARM, and no cost for unaffected CPU models (runtime detected).
Spectre affects x86, ARM, POWER CPUs and possibly others. I’ve not yet found information on whether it is also limited to CPUs with out-of-order executions, but it seems likely. SPARC CPUs might be safe; Solaris/SPARC64 is safe due to the way its memory addressing works. If the OOO execution assumption is true, 80486 and P5 class x86 CPUs are also safe. This one does allow cross-VM and hypervisor attacks, so if the bare metal CPU is vulnerable, SOL. There does not yet seem to be a generic fix; some hint at having to patch the compiler and recompile everything with a workaround that has a performance cost, even if the CPU is not affected, or was fixed with a microcode update. AMD’s x86 CPUs are partially hit, one of the variants does not work on them.
“CERT recommends throwing away your CPU and buying an non-vulnerable one” (thanks to El Reg), but nobody states which CPUs are not vulnerable.
At the present time, we suggest any MirBSD/i386 instances that run on any CPU other than an 80486 or P5-class (Pentium Ⅰ or a non-PPro MMX) to be restricted to single user or trusted user access only, and no untrusted software including ECMAscript to be run on them.
Watch this space for updates. Oh, and, if you know what you’re (and I’m) talking about, please, again, do provide me with information necessary to provide those updates, both to MirBSD and to this space.

FreeBSD About the Meltdown and Spectre attacks

FreeBSD was made aware of the problems in late December 2017. We're working with CPU vendors and the published papers on these attacks to mitigate them on FreeBSD. Due to the fundamental nature of the attacks, no estimate is yet available for the publication date of patches.

HardenedBSD announcing the 2018 donation run

We've just published our goals for 2018. We've got a number of new goals planned, some that require new infrastructure. In 2018, we plan to migrate at least 90% of our infrastructure to a single data center in addition to expanding out existing infrastructure.

Hello, HelBUG

More user group news: Helsinki, Finland, has a new BSD User Group: HelBUG.  First meeting is February 7th.  There’s no mailing list/site that I know of, yet.

The long core dump | BSD Now 227

We walk through dumping a PS4 kernel in only 6 days, tell you the news that NetBSD 7.1.1 has been released, details on how to run FreeBSD on a Thinkpad T470 & there’s progress in OpenBSD’s pledge.


Code stuff

NetBSD: the LLVM Memory Sanitizer support work in progress
In Other BSDs for 2018/01/06

BSD News 09/05/2016

BSD News 09/05/2016

Last week in BSD

Releases:SoloBSD, HardenedBSD,
Other news:BSDSec, FreeBSD, OpenBSD, pkgsrc, SoloBSD, HardenedBSD, BSDnow, DragonFly BSD, LibreSSL, MirOS


BSDSec

Releases

SoloBSD 10.3-STABLE-v44.5

There is a new build of SoloBSD 10.3-STABLE based on the latest HardenedBSD stable branch version 44.5
- Changelog v44.5
- Python3.5 interpreter has been added.
You can grab it from Here. (58.7 Mb)
root password: solobsd

New stable version: HardenedBSD-stable 11-CURRENT v46.1

HardenedBSD-11-CURRENT-v46.1 - https://github.com/HardenedBSD/hardenedBSD-stable/releases/tag/HardenedB...

News

Tracing it back to BSD | BSD Now 140

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 news. That plus our interview about Backtrace.io! Keep it tuned to BSDNow, the place to B….SD!

modules.local now possible

If you happen to be testing kernel modules, DragonFly can now load them from a modules.local directory.  This keeps modules that aren’t part of the base system, separate.  This is probably of most use to developers.  Set local_modules=”YES” in rc.conf to enable.

LibreSSL in HardenedBSD Base

A few months ago, we added Bernard Spil to the HardenedBSD team with a goal to bring in and maintain LibreSSL in base. Given the effort involved in maintaining such a complex piece of software, we at HardenedBSD have made the decision to keep it as a feature branch in the playground repo for now. Those who wish to check out Bernard's awesome, hard work can check out the repo here. We will soon start auto-syncing that feature branch on our normal six-hour cycle and we will produce periodic binary updates. As of today, the first binary update has been published. You can use this hbsd-update.conf file to tell hbsd-update to switch to the LibreSSL branch. If you wish to compile your own version of HardenedBSD with LibreSSL base, you will need to add WITH_LIBRESSL=yes to src.conf.
We would like to thank Bernard for volunteering. He has been a tremendous help. Here is a teaser screenshot.

New SSH hostkey for fish, taking over AnonCVS/AnonRSYNC service

As announced in the earlier wlog entry about server reorg I’ve now switched over most services from the soon-to-be-defunct eurynome to fish, with gecko2’s www.ig42.org providing the redirection HTTP vhost for hostname-less mirbsd.org requests (i.e. people who don’t know how this works) and, soon, fallback HTTP services should they be needed. (He’s trusted with the SSL key and certificate.)
This also involves switching SSH hostkeys for AnonCVS, unfortunately; I’ve taken the chance to generate a fresh key for fish. Look in /MirOS/ for the files (gzsig(1) signed) hostkeys.gz or (PGP signed) hostkeys.asc for a less-dependent source for the new keys.


Code stuff

Interesting articles


BSD News 07/03/2016

BSD News 07/03/2016

Last week in BSD

Releases:SoloBSD, OPNsense, HardenedBSD
Other news:FreeBSD, LibreSSL, OpenBSD, pkgsrc, NetBSD, BSDnow, MirOS, Wallpaper


BSDSec

none warnings


Releases

RELEASE: SoloBSD 10.3-BETA3-v41

RELEASE: SoloBSD 10.3-BETA3-v41.1

There is a new build of SoloBSD 10.3-BETA3 based on the latest HardenedBSD stable branch version 41.1
You can grab it from Here. (42.2 Mb)
root password: solobsd


OPNsense 16.1.5 released

full patch notes:
  • ports: squid 3.5.15[1], unbound 1.5.7 hotfix[2], pkg 1.6.4 hotfix[3], openssl 1.0.2g[4]
  • services: infrastructure rework for plugin additions
  • openvpn: added copy/move to client-specific overrides
  • openvpn: allow binding client-specific overrides to specific server(s)
  • openvpn: service on/off toggle via overview pages
  • openvpn: fix problem with service status display
  • openvpn: when services are disabled, make sure a reconfigure will always stop the associated process
  • vpn: transform PPTP, L2TP and PPPoE servers to plugin addition to be removed from base install for 16.7
  • vpn: add proper service probing for PPTP, L2TP and PPPoE servers
  • interfaces: added RFC 4638 support (MTU > 1492 in PPPoE)
  • ntp: disable when no servers are set
  • language: updates for Chinese, French and German

[1] http://ftp.meisei-u.ac.jp/mirror/squid/squid-3.5.15-RELEASENOTES.html
[2] https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=729
[3] https://github.com/freebsd/pkg/issues/1394
[4] https://www.openssl.org/news/secadv/20160301.txt

News

FreeBSD Project to participate in Google Summer of Code 2016

The FreeBSD Project is pleased to announce its participation in Google's 2016 Summer of Code program, which funds summer students to participate in open source projects. This will be the FreeBSD Project's twelfth year in the program, having mentored over 180 successful students through summer-long coding projects between 2005 and 2015.

Past successful projects have included improvements to Linux ABI emulation, NFSv4 ACLs, TCP regression testing, FUSE file system support, and countless other projects. Many students go on to become FreeBSD developers, as well as participating in FreeBSD developer events around the world through continuing support from the FreeBSD Foundation.

Prospective participants are invited to apply; more information is available, including proposal and deadline information, on the FreeBSD Summer Projects page.


LibreSSL not affected by DROWN attack

As noted by Bernard Spil, the OpenSSL bugs disclosed on 2016-03-01 have very little impact on LibreSSL, especially on OpenBSD. However, we will briefly mention the two high-profile issues:



  • LibreSSL (on any platform) is not affected by DROWN. Support for SSLv2 was flensed out quite a while ago.
  • Cachebleed is local-only, and requires a lot effort to get. This is thought to be very difficult to exploit on OpenBSD due to many of the normal mitigations on an OpenBSD system. Other systems without such mitigations may not be so lucky. Edit: Update from Bob Beck (beck@):
  •  

    OpenBSD 5.9 network improvements

    There are no doubt many eyes on OpenBSD's continuing network SMP renovation. Hrvoje Popovski writes in to tell us about some performance testing he's been doing:
    My name is Hrvoje Popovski, I'm a husband, a father of 3 little kids and network engineer at University of Zagreb University Computing Centre – SRCE. Somewhere around the beginning of 2015, I got one server to play with that luckily had four em(4) (Intel I350) and two ix(4) (Intel 82599) onboard NICs. Around that time, developers started to throw out some interesting MP diffs, and I couldn't resist trying them. So I started to beg my boss and people around me to buy or lend me some PCs or servers to generate traffic with the MP diffs. I don't know how, but two Dell servers came to my lab...
    Read more...

    Stable pkgsrc-2015Q4 branch released

    The pkgsrc developers are proud to announce the pkgsrc-2015Q3 branch. There are 16846 possible packages in pkgsrc-2015Q4, up from 16764 last quarter. Notable new packages this quarter include kodi (home media center software previously known as xbmc), php-baikal (a CardDAV/CalDAV server), freecol (a Colonization clone), unicorn (a CPU emulator framework), and clang-static-analyzer.

    BSD Behind The Chalkboard | BSD Now 131

    This week on the show, we have an interview with Jamie McParland of the Newburg public school district in Oregon. We are going to get an inside look at how they use BSD in various aspects operations across their network, as well as bringing you the latest news and questions. Keep it tuned to BSDNow, the place to B...SD!

    Pre-orders for 5.9 are up!

    OpenBSD 5.9 is shaping up to be quite a big release, and pre-orders for the CD sets have just been activated. Read more...




    Interesting articles

    LibreSSL in HardenedBSD base Part I
    LibreSSL in HardenedBSD base Part II

    Wallpaper of the week 


    https://hdwallpapers.press/openbsd_technology_unix_hd-wallpaper-8277/

    BSD News 05/01/2016


    Last week in BSD

    Releases: none
    Other news:FreshPorts, FreeBSD, DragonFly BSD, BSDnow, NetBSD, POSIX, MirOS, Wallpaper, DiscoverBSD


    News 

     

    Not all ports have packages

    Sir l33tname asked: @DLangille is it possible to show on freshports when there is no package for a port? — Sir l33tname (@l33tname) December 29, 2015 That’s a good question. It took some more questions on IRC for me to figure it out. Here is what I know. The port in question is net-p2p/btsync and [...]
     

    The BSD Black Box | BSD Now 122

    This week on the show, we will be interviewing Alex Rosenberg to discuss his work on LLVM/Clang & his work with BSD at a large console gaming company. (Hint, it wasn’t Microsoft). All this, and the latest BSD news coming your way right now!
     

    Introducing HardenedBSD's New Binary Updater

    One feature our users have been asking us ever since we officially launched over a year ago was to provide binary updates for base and kernel. We are excited to announce that we are launching the framework for binary updates today! We still need to tie in the update build script to our continuous integration infrastructure. For now, updates for the hardened/current/master branch of the HardenedBSD repo will be done manually. When we create the next installers/distsets for the HardenedBSD-stable repo, we'll also support updates there. You will notice two new programs, /usr/sbin/hbsd-update and /usr/sbin/hbsd-update-build, which apply and build update packages, respectively. This work was sponsored by G2, Inc, who has an immediate need for binary updates.
    Please note that this feature is still experimental.
    Here's the design of the update mechanisms:
    Goals
    1. Provide binary updates for base and kernel
    2. Cryptographically sign binary updates
    3. Support mirrors and a massively scalable design
    4. Easy maintenance
    5. Supports jails
    6. Support ZFS BEs
     
      

    Stable pkgsrc-2015Q4 branch released

    The pkgsrc developers are proud to announce the pkgsrc-2015Q3 branch. There are 16846 possible packages in pkgsrc-2015Q4, up from 16764 last quarter. Notable new packages this quarter include kodi (home media center software previously known as xbmc), php-baikal (a CardDAV/CalDAV server), freecol (a Colonization clone), unicorn (a CPU emulator framework), and clang-static-analyzer.
    See the release announcement for more information.

    NetBSD New Developers

    The NetBSD project is pleased to welcome the following new developers:

    • Ritesh Agrawal (login: ragrawal), who will be working on networking.
    • Guilherme Salazar (login: salazar), who will be working on kernel.
     

    POSIX locales; POSIX shell and `…` command substitutions

    izabera did make a good point in IRC the other day for why we will need to have two locales at the very least in MirBSD – C and C.UTF-8 (the latter being widespread enough by now, thanks to me, interestingly enough. He uses code which leads to unexpected results…
     $ generate() { tr -dc "[:alnum:]" < /dev/urandom | dd bs="$len" count=1; }
     $ len=10; echo $(generate 2>/dev/null)
     Ut流54Ȫf
    
    … because tr(1) was the first utility I converted to Unicode, to explore possibilities and craft the OPTU encoding and, thus, “ï§Š” is, indeed, an alphanumeric character.
    This implies two things: we need to change MirBSD libc locale functions back to support two charsets (and make setlocale(3) match), and mksh(1) should implement locale tracking (to change set ±U whenever one of the relevant parameters (${LC_ALL:-${LC_CTYPE:-${LANG:-C}}}) changes in the session; users could still set utf8-mode manually though). For this to not break anything, we’ll have to audit scripts in MirBSD though (usually adding export LC_ALL=C at their begin is enough, and we need this for portable scripts anyway) and remove all occurrences of #ifndef __MirBSD__ before setlocale(3) calls in applications. This will take a while.

    Secondly, I opened an issue with POSIX about handling of the (deprecated, and for good reason) `-style command substitutions. The GNU autoconf texinfo manual gives good advice for portable shell scripts, and we all knew that foo="bar `echo \"baz\"`" wasn’t portable due to use of more than one set of double quotes, but my (and the yash authors’) reading of the standard (and mksh R52’s POSIX mode) make it set $foo to bar "baz" instead of the historic bar baz now, and I wish to get this clarified (and, possibly, the standard changed to match historic practice, as this breaks at least the Acrobat Reader 5 start script). Nothing has been decided yet (due to the holidays, I’m sure), but we got input from some other people involved in shell.
    So, if any #!/bin/sh scripts break or behave weirdly with R52, you now know why. I’m waiting for an official statement.
     
     

    Early days of Unix and design of sh

    Abstract for talk:
    • my history and background
    • how and why we had to re write the shell
    • why I wrote my own memory management
    • key language design decisions
    • where those ideas came from
    • what was hard to get right
    • system changes we made to accommodate sh
    • what the rules were in UNIX group
    • what would I do differently today

     

    Code stuff 


    Interesting articles

    The Most Popular BSD Stories Of 2015

    Wallpaper of the week 

     
     from http://hdw.eweb4.com/out/318823.html

    BSD News 08/09/2014

    Last week in BSD
    Releases: GhostBSD, PC-BSD
    Other news: Unix, pkg, GhostBSD, DragonFly BSD, mksh, MirOS, Lumina Desktop, FreeBSD, HardenedBSD, NetBSD, OpenSSD, BSDnow


    Releases

    GhostBSD 4.0 RC 2 now available 

    The GhostBSD team is pleased to announce the availability the Second RC build of the 4.0-RELEASE release cycle which is available on SourceForge for the amd64 and i386 architectures.
    • FreeBSD 10 RELEASE p6 back to 10 RELEASE(This fix problem with default src file) at any time user can update to the latest freebsd-update.
    • SpiderOak was not compilable and it is missing in the system.
    • VlC as been replace by Gnome MPlayer(active user have ask for it).
    • I386 is now using new xorg build and KMS users will benefit of 3D acceleration like GhostBSD x64.
    Updating software using "pkg upgrade" will corrupt xorg and might corrupt GDM too. The solution is to use update the software that you want to update with "pkg install" , you can see the list of update by doing "pkg upgrade -n", "pkg install" automatically update software dependency. Be sure to not upgrade xorg-server, xorg-drivers, and any xf86 with "pkg" use "portupgrade" 

    PC-BSD  10.0.3-RC2 Available for Testing  
     

    Other news

    pkg(8) is now the only package management tool 


    The ports tree has been modified to only support pkg(8) as package management system for all supported version of FreeBSD.
    if you were still using pkg_install (pkg_* tools) you will have to upgrade your system.
    The simplest way is
    cd /usr/ports/ports-mgmt/pkg
    make install
    then run
    pkg2ng
    You will have lots of warning, don’t be scared, they are expected, pkg_*  databases used to get easily mangled. pkg2ng is most of the time able to deal
    with it.
    If however you encounter a problem then please report to pkg@FreeBSD.org
    A tag has been applied to the ports tree if you need to get the latest ports tree before the EOL of pkg_install:
    https://svn.FreeBSD.org/ports/tags/PKG_INSTALL_EOL
    A branch has been created if some committers want to provides updates on the for pkg_install users:
    https://svn.FreeBSD.org/ports/branches/pkg_install
    Please note that this branch is not officially maintained and that we strongly recommend that you do migrate to pkg(8)

    DragonfFly: Full rebuild needed 

    Because of some structure changes made by Matthew Dillon while chasing a pf bug, you will need to do a full buildworld/buildkernel on your next update – if you are running DragonFly-master.  3.8 users are unaffected by the bug or the change.

    mksh R50b released 


    The MirBSD Korn Shell has got a new bugfix release. Thought you’d want to know.

    New Lumina source repo and FreeBSD port  

    By popular demand, the source tree for the Lumina project has just been moved to its own repository within the main PC-BSD project tree on GitHub.
    In addition to this, an official FreeBSD port for Lumina was just committed to the FreeBSD ports tree which uses the new repo.

    It’s HAMMER Time | BSD Now 53 
    It's our one year anniversary episode, and we'll be talking with Reyk Floeter about the new OpenBSD webserver - why it was created and where it's going. After that, we'll show you the ins and outs of DragonFly's HAMMER FS. Answers to viewer-submitted questions and the latest headlines, on a very special BSD Now - the place to B.. SD. 

    HardenedBSD amd64 Package Repo Live

    The amd64 package repo based on the hardened/current/master branch is now live! The packages are signed by us. The RSA certificate used for package signing can be found attached to this post and can additionally be found here. The repository can be found here. We will be updating the amd64 repo on a weekly basis.


    Interesting articles
    Unix: Better network connection insights with mtr 
    Persist tmux environment across system restarts 
    How to zero a buffer  +  Erratum + Zeroing buffers is insufficient 
    VMWorld 2014 Recap 
    Ghostbsd 4 preview/

    Code stuff 
    NetBSD Security Advisory 2014-008: Multiple OpenSSL vulnerabilities (updated)
    An easier moused start 
    Haswell graphics and port support
    UDP improvements for DragonFly  
    In Other BSDs for 2014/09/06 


    BSD News 07/07/14

    Last week in BSD

    Releases: nil

    Other news: MirOS, MirOS, DragonFly BSD, Hammer, Cadmium UI, JabirOS, BSDnow, NYCBUG, FreeBSD

    Releases

    Am I missing something?



    Other news

    [MirBSD] mksh R50, jupp 27 released 

    Both the MirBSD Korn Shell and jupp – the editor which sucks less have seen new releases today. Please test them, report all bugs, and otherwise enjoy all the bugfixes.
    Other subprojects will also have new releases… once I get around doing so after hacking them…

    Temporary WITH_NEW_XORG repositories available for FreeBSD 9 and 10 

    For people needing WITH_NEW_XORG, an alternate pkg(8) repository is now online. It contains a subset of packages affected by this knob. Please see the announce mail for more details.


    2014Q3 Branched


    The 2014Q3 branch has just been branched and the package builder has been
    updated to use that branch. This means that the next update on the quarterly
    packages will be on the 2014Q3 branch.
    What happened during the last 3 months:
    - 177 different committers have participated
    - 9918 commits happened
    - diffstat says: 23646 files changed, 554070 insertions(+), 577210 deletions(-)
    What does that means for users:
    - default Java is now 1.7
    - massive conversion to stagedir (93% of the ports are now properly staged)
    - massive improvement of the usage of libtool (which reduces a lot overlinking)
    - new USES: mono, objc, drupal, gecko, cpe, gssapi, makeinfo
    - new Keywords for plist: @sample, @shell
    - LibreOffice has been updated to 4.2.5
    - Firefox has been updated to 30.0
    - Firefox-esr has been updated to 24.6
    - Default postgresql has moved from 9.0 to 9.2
    - nginx has been updated to 1.6.0
    - Default lua is 5.2
    - subversion has been split into multiple ports for each features
    - On FreeBSD 9-STABLE and 10-STABLE the default xorg 1.12.4 (for default binary
    packages it is still 1.7.7)
    - Improved QA checking in the infrastructure
    - Info files are handle correctly even if base has been built WITHOUT_INFO
    - Ancient emacs version has been cleaned out


    Default DragonFly/pf keep-policy changed

    Matthew Dillon changed the default keep-policy in DragonFly to:
    set keep-policy keep state (pickups, sloppy)
    This is to match other BSDs (which?  I don’t know) and reduce overhead, according to the commit.
    Cadmium UI, a new way for internet-based operating system.

    plans for JabirOS 2.1 is an operating system with two sides! one internet-bases, and one HDD-based. Our internet-based side is made up of :
    1. HTML5, CSS3 and Java Script based GUI,
    2. rollApp based web-applications
    3. DuckDuck Go search section in main GUI
    4. Tabbed Browsing alongside GUI.
    Also, we’ve selected Firefox web browser as a base for running our HTML5-based GUI. The GUI’s name is Cadmium - CadmiumUI demo, for everyone thinks different.
    BSDday 

    BSDday (http://bsdday.org/), University of Buenos Aires' Faculty of natural and exact sciences, Buenos Aires, Argentina 9 August, 2014. BSDday Argentina is a conference for users, sysadmins and developers of BSD software and based systems. The conference is for anyone developing, deploying and using systems based on FreeBSD, NetBSD, OpenBSD, DragonFlyBSD and others *BSD. BSDday Argentina is a technical conference and aims to collect the best technical papers and presentations available to ensure that the latest developments in our open source community are shared with the widest possible audience.


    Base ISO 100 | BSD Now 44



    This time on the show, we'll be sitting down to talk with Craig Rodrigues about Jenkins and the FreeBSD testing infrastructure. Following that, we'll show you how to roll your own OpenBSD ISOs with all the patches already applied... ISO can't wait!
    This week's news and answers to all your emails, on BSD Now - the place to B.. SD.


    Code stuff

    In Other BSDS for 2014/07/05  

    Interesting Articles

    Hammer and buffers 
    How to keep Hammer empty 
    NYCBUG: Introduction to Timekeeping, 2014/07/02
    Getting to know your portmgr-lurker: William Grzybowski   

     

    BSD News 9/23/13

    Last week in BSD


    Releases: FreeBSD, GhostBSD
    Other News: JabirOS, BSDNow, OpenZFS, MirOS, DragonFlyBSD

    Releases

    FreeBSD 10.0-ALPHA2 Now Available


    The second ALPHA build of the 10.0-RELEASE release cycle is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures.

    The image checksums are at the end of the announcement announcement email.

    ISO images and, for architectures that support it, the memory stick images are available here and at any of the FreeBSD mirror sites.

    FreeBSD 10 Release Schedule is also available. 

    GhostBSD 3.5 RC1 is now available!


    The first release candidate builds of the 3.5 release is now available on SourceForge for LXDE and Xfce on amd64 and i386 architectures.
    The image checksums, ISO images and USB images are available here:
    http://www.ghostbsd.org/download-3.5

    Changes between BETA3 and RC1 include:
    • FreeBSD RC3 to RC4.
    • Installer progress black window fixed
    • Bxpkg Package Manager "fail to start due to some GTK+ issue" is fixed
    • Mate BSM theme is Fixed
    • New GDM login theme
    Known issue.
    • Bxpkg Update Manager don't work properly and can harmed the system if used.
    • GDM might hang, but should be usable.

    Jabiros 1.5 will be released soon


    JabirOS 1.5 , will be released soon. this release, is a complete fork of FreeBSD 9.2 , and version 2.0 and later will be based on 1.5 codebase !
    The new JabirOS installer is available for test, on our github.
    What will be new in version 1.5 ?!
    1. XFCE Desktop Environment
    2. Chromium Browser
    3. LibreOffice
    4. VLC Media Player

     

     The third episode of BSD Now




    Interesting blogposts about using +PC-BSD:


    Daily use of PC-BSD : first week 
    PC-BSD flash plugin
    Using PC-BSD : Third week 

    OpenZFS Project  


    The OpenZFS project was announced . According to Justin Gibbs of the FreeBSD Foundation: this is a cross-platform effort to ensure the continued evolution of the ZFS file system. For developers and users of FreeBSD, the formation of OpenZFS clarifies the future of ZFS support for our platform.  The FreeBSD project is now an equal partner in defining the course for ZFS. OpenZFS combines the man power of the FreeBSD, Illumos, Linux, and MacOS communities to provide a level of test coverage, feature development, documenation, and support that wasn't possible with our separate efforts.  Most importantly, OpenZFS will improve platform interoperability and reduce fragmentation of ZFS implementations. 

    DragonFly Moving dports to gcc 4.7


    DragonFly has two included compilers – GCC 4.4, and GCC 4.7.  Traditionally, we switch from one compiler to the other as default, and then replace the old one with a newer release, and so on.
    Until recently, dports built almost exclusively using GCC 4.4.  John Marino’s switching to GCC 4.7, for a variety of reasons he lists in a recent post to users@.

    The MirOS: Rolling is the new buzzword


    The MirOS Project is proud to announce that the NetInstall area contains a fresh snapshot of MirBSD-current for the i386 and sparc architectures. In due time, a hand-crafted Live ISO image, with some packages configured and grml-mir added, will be published here, so watch this space ;-)
    As someone in IRC already mentioned, MirBSD is currently published on a “rolling release” schedule (although we’ll eventually release MirBSD #11… some day). The snapshots are intended mainly for people to use when installing, or trying out MirBSD, but also as an upgrade aid (so recompiling afterwards (to be even more up to date) is very easy) and a baseline for binary packages (although there have been few (though MuPDF is a recent noteworthy addition) MirPorts packages lately, and I somehow doubt bsiegert@ wants me to gift one of my SPARCstation boxen to him for building pkgsrc® quarterlies).

    Did I forget some important news? Let the others know in comments!