(x68k) Support for network boot and formatting floppy


October 14, 2012 posted by Blog Import

Network bootloader for Neptune-X and Nereid Ethernet is added, and formatting floppy is also added. See announcement on port-x68k list for details. [0 comments]

 

Announcing Release Candidate 2 for NetBSD 6.0


September 21, 2012 posted by Jeff Rizzo

NetBSD 6.0 release candidate 2 is out!

Binaries of NetBSD 6.0_RC2 are available for download at:

ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0_RC2/

ISO images and (for amd64 and i386) images suitable for installing from USB sticks or other hard drives, and torrent files for downloading via BitTorrent are also available, as well as Amazon EC2 machine images and .xva files for use with Citrix XenServer and Xen Cloud Platform.

Please read the entire article for fixes

[Read More] [3 comments]

 

XM6i ver 0.38


September 15, 2012 posted by Blog Import

XM6i version 0.38 has been released. Added sound emulation, and NetBSD/amd64 6.0 binary. [0 comments]

 

Announcing Release Candidate 1 for NetBSD 6.0


August 31, 2012 posted by Jeff Rizzo

On behalf of NetBSD developers, I'm happy to announce the availability of the first release candidate of NetBSD 6.0.

Binaries of NetBSD 6.0_RC1 are available for download at:

ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0_RC1/

ISO images and (for amd64 and i386) images suitable for installing from USB sticks or other hard drives, and torrent files for downloading via BitTorrent are also available, as well as Amazon EC2 machine images and .xva files for use with Citrix XenServer and Xen Cloud Platform.

Fixes since NetBSD 6.0_BETA2

Thanks to tremendous testing support from the community, we are very pleased with the state of this release candidate. A number of improvements and fixes have been made since NetBSD 6.0_BETA2. Here's a sampling:

  • Fixed bugs in iscsid target handling and with large writes to iscsi devices
  • Fixed some amd64 trap-handling issues
  • Lots of fixes and improvements for npf(4)
  • Renamed wake(8) to wakeonlan(8)
  • Pass "boothowto" from the bootloader to the kernel on sparc/sparc64
  • various PUFFS/libperfuse fixes in support of glusterfs on NetBSD
  • Update BIND to 9.9.1-P2 to address CVE-2012-1667, CVE-2012-3817 and CVE-2012-3868
  • Build SQLite with SQLITE_ENABLE_COLUMN_DATA to address PR/46322
  • Fix bootstrapping the build system on some Linux distributions
  • Enable wsfb X server on vax
  • Prevent a crash when mmap()ing a block device. PR/38889
  • Sort vif and vbd device IDs on Xen so attach order is consistent
  • Make xf86-video-intel and i915drm driver work on some Atom + GMA3150 graphics chipsets
  • Update Postfix to version 2.8.11
  • Add urtw(4) and urtwn(4) wireless drivers
  • Switch device database and terminfo database to cdb(5)
  • Fixed the first-stage bootloader for Soekris net4801 PR/46027
  • Fixed a gcc bug: setjmp vs. unchanged register values PR/45837
  • Make all ttyE* entries use the wsvt25 term type PR/10127
  • Fix a bad interaction between ps(1) and ptyfs(4) PR/40813
  • Use HOST_SH instead of sh for MAKEDEV for cross builds PR/46537
  • Add support for Intel I350 Ethernet to the wm(4) driver
  • Fix several critical bugs in the x68k port
  • Remove wrong claims in md5(1) PR/44160
  • Support rc_directories in rc.shutdown PR/46601
  • Stop routed(8) from losing kernel routes PR/44647
  • Fix lack of carrier on hme(4) on some sparc64 machines PR/46424
  • Fix a panic triggered by ktrace -p PR/46591
  • Avoid failing upgrades due to spurious errors PR/12020
  • Use 32KB/4KB for default block/fragment size on >= 128 GB partitions PR/46629
  • Fix gem(4) recovery after a receiver overflow PR/46260
  • Improved support for disk "wedges"
  • Fix a crash that can happen transferring large blocks over a network. PR/43240
  • Improve linux32 compat
  • Changed root's default shell to /bin/sh
  • Fixed issues booting from CD-ROM on some i386 and amd64 systems
  • Update to tzdata2012e
  • Avoid sending bad RA packets with rtadvd(8) PR/46580
  • Fix calling setroot(9) twice PR/46732
  • Add initial support for the RaspberryPI, sufficient to boot multiuser and access the gpio header pins via serial console, but no USB or network support yet
  • Fix cc -fpie on sparc and sparc64 PR/46724
  • Don't create BSD-style pty nodes by default, since ptyfs is mounted by default.
  • Update OpenSSL to version 1.0.1c with AES-NI patch.
  • Switch off DIAGNOSTIC and/or DEBUG on release kernels
  • Fix problem with mmap and program exit PR/46807
  • Don't panic when shutting down a bridge(4) PR/46587
  • Fix locale issues in static binaries PR/46781
  • Make a number of USB memory sticks and SD card readers work which were not usable before.

Please continue to report problems and to help us test!

Known Issues

There are a small number of known issues which we expect to have fixed before the release. These fixes may require a second release candidate:

  • The OpenSSL update caused the major number of some libraries to be bumped; some software which uses these libraries may need to be recompiled from NetBSD 6.0_BETA2 and earlier, or binary packages may need to be reinstalled.
  • The vax port has a shared library problem and is not bootable in NetBSD 6.0_RC1.
  • ntpd(4) broadcast operation is not working
  • A panic can happen when an nfs rename operation fails
  • The i386 port may not boot correctly on a 486 system
  • A kernel with options DIAGNOSTICmay panic if an isp(4) card is installed
  • Xen: an amd64 DOM0 can not start X11 PR/46634

As always, please help us out by testing these changes and reporting problems either to an appropriate mailing list, via send-pr, or via the web form:

http://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

Thanks again for your help in making NetBSD 6.0 the best release yet!

[4 comments]

 

Introducing sysbuild and sysupgrade


August 07, 2012 posted by Julio Merino

If you are like me and do not like repeating manual tasks over and over again, you probably have written custom scripts to rebuild NetBSD from source and to upgrade your NetBSD installation to a new build. I have had such scripts for years, but they have always been very rudimentary, inflexible and unreliable. What's more: every NetBSD machine I have today has its own custom versions of these scripts, often with little incompatible tweaks to accomodate every installation.

I was now facing the time to rebuild my NetBSD development box (because its VM disk is running out of space), and the thought of having to reconfigure my environment to perform periodic NetBSD builds, and to have to continue using my deficient custom upgrade script gave me the energy to sit down and write decent versions of these two tools. The results of such efforts are sysbuild and sysupgrade, and their goal is to trivialize rebuilds and upgrades.

sysbuild, currently available in pkgsrc/sysutils/sysbuild, automates the process of fetching the NetBSD sources from a CVS repository and performing a build for one or more platforms. The process is defined by a configuration file that controls the parameters of the build, and building a new snapshot from scratch is as easy as issuing one parameter-less command. A companion sysbuild-user package configures an unprivileged system user to perform nightly builds of NetBSD from cron, which is very convenient for developers tracking NetBSD-current. My other post "Introducing sysbuild for NetBSD" and the sysbuild(1) manual page provide more details.

sysupgrade, currently available in pkgsrc/sysutils/sysupgrade, automates the process of bringing a NetBSD system up to date by using a collection of distribution sets (which can come from either sysbuild, your manual builds or a public FTP site). This tool does not have any upgrade knowledge of its own: it is "just" a script for the manual procedure of fetching the distribution sets, upgrading the kernel, unpacking the sets and upgrading /etc with the standard etcupdate and postinstall. My other post "Introducing sysupgrade for NetBSD" and the sysupgrade(8) manual page provide more details.

The tools are released under a typical permissive 3-clause BSD license. I have opted to place them in pkgsrc instead of the base system to give the tools some mileage and to make them immediately available to older releases and operating systems. However, my end goal for these tools (specially sysupgrade) is to end up being part of the NetBSD base system: I find it unfortunate that the base system does not provide a mechanism to upgrade itself to a newer release.

Enjoy the tools and please share your feedback!

... just keep in mind that these are fresh new code so obscure bugs may be lingering around. Hint: Run the included test suites to get some confidence in the implementation before running the tools.

[1 comment]

 

Wanna Raspberry?


July 30, 2012 posted by Mike M. Volokhov

Demand for a cheap yet powerful computer is pretty high in geek circles. Remember those days when you could take a ZX Spectrum, or Commodore 64, or something like that and attach it to your TV to fill next few days with a great fun. Since then, PCs pushed out these tiny home computers. But today, Raspberry Pi — a little credit-card sized sweet computer — is here. Nick's Raspberry Pi

The Raspberry Pi is built on Broadcom BCM2835 system on chip which contains ARM1176 core running at 700MHz, with VideoCore 4 GPU, and has 256 MB of RAM on board. It provides two USB ports, 100Mb/s Ethernet, HDMI and composite video; audio output presented as well. Operating system loaded from SD flash.

Yet more fun is that the initial NetBSD support was just committed to the NetBSD source tree, and the Raspberry Pi can boot into multiuser now. Currently work on device drivers is in progress. USB and Ethernet are planned to be supported next.

Generally, NetBSD support for the ARM1176 core is in very good shape. The largest parts of the code I committed were the update to the plcom serial driver and the infrastructure to support the low level parts of the bcm2835 (interrupt controller, bus_space, and timer) — says Nick Hudson, who did the bringup. However, the porting has some hard nuts to crack: The graphics part is a bit of a challenge. But I hope to get dumb framebuffer support relatively soon. There is a publicly available datasheet for part of bcm2835, but certainly not the video controller.

Matt Thomas, the port-evbarm portmaster, was very knowledgeable and helpful in answering all my questions. I'd like to also thank Stephen Borrill for getting me an RPI in the first place. Stephen spoke to Eben Upton in Cambridge and soon after an RPI arrived — adds Nick.

So, there is a boot log from the very first NetBSD driven RPI board, and work on the device is in full swing. Many people exposed interest, and eventually the Raspberry Pi could became a good alternative for number of well supported, but aging single board computers.

[23 comments]

 

G-REX PCI driver updated


July 11, 2012 posted by Blog Import

The G-REX bridge driver was updated and now supports all available PCI slots. Functionality of G-REX is now on a par with Mediator 1200 in the NetBSD. [0 comments]

 

Support for Mediator PCI 1200


June 07, 2012 posted by Blog Import

Support for ELBOX Mediator PCI 1200 has been added. The empb(4) driver is still in development, but already does support numerous PCI cards (like NE2000-compatible network cards, SATALink 3112 controllers and 3Dfx Voodoo 3). [0 comments]

 

World IPv6 Launch


June 06, 2012 posted by Mike M. Volokhov

Less than a year ago the Internet Society took leadership in organizing the World IPv6 Day, which was enthusiastically supported by many companies and organizations around the world. And now the world is switching to IPv6 again. This time forever.

Major Internet service providers (ISPs), home networking equipment manufacturers, and web companies around the world are coming together to permanently enable IPv6 for their products and services by 6 June 2012.

The NetBSD Project warmly supports this initiative and is fully ready for the new and shiny IPv6 world.

KAME IPv6 code was merged into NetBSD in June 1999, and is part of NetBSD. Since then, the GENERIC kernel configuration enables IPv6 support by default for most of the architectures (ports). Userland code includes IPv6 support where possible, by default, so no rebuild of userland is necessary even if you switch between an IPv4-only kernel and an IPv4/v6 kernel. The pkgsrc packages collection is also offering IPv6 support for many packages, making it optional where applicable.

Today NetBSD is known as source for a feature-rich mature IPv6 code base, which makes it attractive for networking applications as well as development.

The major Internet resources of the NetBSD Project are directly available via IPv6 through direct names (and have been for years, thanks to our providers). Please visit us at:

  • http://www.NetBSD.org
  • http://www.pkgsrc.org
  • ftp://ftp.NetBSD.org, also available as http://ftp.NetBSD.org
  • ssh://anoncvs.NetBSD.org, also available as pserver://anoncvs.NetBSD.org
  • http://blog.NetBSD.org
  • http://wiki.NetBSD.org
  • Please visit the World IPv6 Launch site at:
  • http://www.worldipv6launch.org
  • [2 comments]

     

    Start your week with meeting NetBSD


    May 28, 2012 posted by Mike M. Volokhov

    After weekend, on Monday, I usually warming myself up. It's always good to read an interesting article or meet eminent people to set a pitch for the week. This week such a reading was from Billy Toulas of the unixmen.com, popular Unix/Linux online magazine who just interviewed Martin Husemann.

    Martin is one of those people with whom the NetBSD Project is strongly associated. He's former member of the NetBSD Board, and today is acting as sparc64 Portmaster and as part of NetBSD Security and Release Engineering teams. But don't be confused with all those loud names — Martin is very friendly man who fantastically can explain complex things.

    The reading is interesting and long, and contains a number of amusing little know facts, so take a big popcorn pack, or start build.sh over NetBSD 6.0 BETA2 (just as I did) and enjoy the interview. [0 comments]

     

    NetBSD 6.0_BETA2 binaries available for testing


    May 26, 2012 posted by Jeff Rizzo

    On behalf of NetBSD developers, I'm happy to announce the availability of the second (and final) public beta of NetBSD 6.0, for testing.

    Binaries of NetBSD 6.0_BETA2 are available for download at:

    ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0_BETA2/

    ISO images and (for amd64 and i386) images suitable for installing from USB sticks or other hard drives, and torrent files for downloading via BitTorrent are also available, as well as Amazon EC2 machine images and .xva files for use with Citrix XenServer and Xen Cloud Platform.

    We are very pleased with the state of NetBSD 6.0_BETA2. With your help, we have made improvements since NetBSD 6.0_BETA. A sampling:

    Please continue to report problems and to help us test! We anticipate the first Release Candidate of NetBSD 6.0 in late June/early July.

    As always, please help us out by testing these changes and reporting problems either to an appropriate mailing list, via send-pr, or via the web form:

    http://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd Thanks again for your help in making NetBSD 6.0 the best release yet! [2 comments]

     

    Updated X-Surf driver


    May 15, 2012 posted by Blog Import

    The new, reworked xsurf(4) driver features support for two clockports present on X-Surf card (in addition to already supported NE2000 ethernet). [0 comments]