NetBSD 2.0 Release Engineering Process Underway 54
jschauma writes "James Chacon of the NetBSD Release
Engineering team has announced that the Release Engineering process for
the much awaited NetBSD 2.0 release
has begun! At this time, the expected final release is scheduled for the end
of May 2004. Please see James' message to the netbsd-announce
mailinglist for details."
Re:Preemptive BSD post (Score:2)
What other forums are available to BSD users?
The mailing lists for NetBSD and FreeBSD are excellent. The OpenBSD ones tend to get cluttered up with spam, as the list admins (if they exist) seem to be a bit lax.
Chris
Re:Preemptive BSD post (Score:1)
Re:Preemptive BSD post (Score:5, Informative)
Not sure what your getting at. I assume you're talking about comparisons between Scheduler Activations and the plethora of scheduler algorithms available for Linux. NetBSD's SA is not a conventional scheduler in the "new, expermental one every week" Linux sense. They are a sophisticated system that allows layering of higher level abstractions like POSIX threads.
Chris
Great news! (Score:5, Interesting)
I've been running NetBSD -current (a bit like running Debian unstable for all you Linux types) since a little before the scheduler activations were merged in last year. I'd stuck with stable releases before that, but switched as -current got around some quirks in my oddball laptop that stable didn't.
My intial experiences with scheduler activations (which has a pthread compatible library layered on top of it), were a bit disappointing. Complex applications like Mozilla and some other desktop applications broke, as they relied on less than POSIX compliant features in certain other OS'es. Once those wrinkles were ironed out, -current became as rock solid as the stable releases.
The only thing NetBSD lacks once 2.0 is released is an ALSA compatability layer. Having read the scant, poorly written documentation on the ALSA website I'm at a loss to see what it really has that OSS doesn't, but that seems to be what Linux based MIDI and audio apps are migrating to.
Chris
I want NetBSD... (Score:1)
Re:I want NetBSD... (Score:5, Informative)
There's a good chance it does work with your USB wifi adapter. I don't own any myself, but I've noticed plenty of discussions about them on the NetBSD mailing lists (mostly people adding quirks for more esoteric devices from what I recall).
There should be a list of supported devices on the NetBSD website, although stuff that's only in -current may not be listed yet. If so, then you could either take a look at the GENERIC kernel config file [netbsd.org], or ask on one of the excellent mailing lists [netbsd.org].
Chris
Re:I want NetBSD... (Score:1)
Re:I want NetBSD... (Score:2)
I'm using an USB Wireless Netgear MA-111 (using a Prism 3 chipset) on OpenBSD -current, and it works quite well. No support for HostAP for USB Wireless yet.
Re:Great news! (Score:1)
That, and DRI in X. I've been using NetBSD for a year or so, and I love it. Everything feels well built. My biggest wish for it though is DRI. I'm currently running FreeBSD (which _does_ have DRI for X), but I'd be switching back the moment I heard Net had it.
-yb
Re:Great news! (Score:2, Informative)
X11DRI=yes
-Bruce
My NetBSD Experience (Score:2)
Re:My NetBSD Experience (Score:2, Interesting)
-Bruce
-----------
|\|3+85D: f0r +h3 r3a1 133+ h4x0r5. Those who know will attest! They will agree! They already use it! They won't use annoying hacker-esque stereotypes!
Re:My NetBSD Experience (Score:2)
Re:My NetBSD Experience (Score:2)
It's strange that using DHCP doesn't update your /etc/resolv.conf file. The default configuration does just that on my i386, Sparc, Vax and NeXT machines. Do you have a custom /etc/dhclient.conf? If so, then something in there may be inhibiting the DHCP client from updating your resolver file.
As for DHCP "just working" during the install, have you tried enabling the network from the utility menu of the installer? If you do a network install, then you are automatically prompted to setup the network. If you
Re:My NetBSD Experience (Score:2)
Thanks for the heads up.
NetBSD-current (Score:1)
Re:NetBSD-current (Score:5, Interesting)
If only there were a native pkg for OpenOffice (recent - the earlier port did not work at all under -current for me).
The Linux binary package of OpenOffice runs perfectly on my laptop, as does the Linux version of Sun's JDK 1.4.2_04. If you've not tried running stuff under Linux emulation before, then give it a whirl. I run Java and the NetBeans IDE on a 256Mb NetBSD laptop where it is totally usable. On my desktop machine (same RAM, similar CPU), it crawls under Linux.
In short, Linux emulation under NetBSD seems to be far more resource friendly than running native under Linux. Performance isn't noticably different, and anecdotal evidence suggests it's actually faster.
Chris
Re:NetBSD-current (Score:1)
(BTW ---
> uname -a
NetBSD
> file
- both on the
Re:NetBSD-current (Score:1)
It might be useful for someone - DON'T symlink your home directory to the
Re:NetBSD-current (Score:1)
There was a recent post on the netbsd-current mailing list where some guy was even able to run eclipse with it, so I'd assume it's pretty good. Apparently the old SuSE 7.2 emulation (which might be something to update soon; I think Slackware with it's tgz packages would be more easily maintained) doesn't have GTK2, so pkgsrc has eclipse using motif bindings.
-Bruce
Re:NetBSD-current (Score:1)
Re:RAID5 performance between Linux, NetBSD and Fre (Score:1)
OpenBSD's packer filter (Score:1)
Re:OpenBSD's packer filter (Score:1)
Re:OpenBSD's packer filter (Score:1)
Karsten
Re:OpenBSD's packer filter (Score:1, Informative)
PF and IPF -- is there a religion war?
Not really. I prefer IPF myself, but that's probably because I know Darren Reed personally so I can ask him IPF questions in person
http://www.newsforge.com/article.pl?sid=04/03/0 2
Of course it rocks - NetBSD. by alph.
Re:OpenBSD's packer filter (Score:1)
ISO images (Score:1)
Re:ISO images (Score:3, Informative)
To roll your own: Go to http://releng.netbsd.org/ to find out the latest sucessful build (so far, it's still -current, soon the 2.0 branch builds should appear), specifically at http://releng.netbsd.org/ab/B_HEAD/arch.html
Look for your arch (i386, I'm guessing?) and note down th
Re:ISO images (Score:2)
You could always download daily snapshots from the release engineering server:
releng.netbsd.org [netbsd.org]
I update my laptop once a month by downloading the tar files from the i386/binary/sets directory, and then using the install floppies from the i386/installation/floppy directory. Alternatively, making a bootable CD from the releng snapshots is very easy as this page [netbsd.org] explains.
Chris
Re:ISO images (Score:1)