Posted by Ceri Davies
Fri, 13 Jul 2007 21:36:00 GMT
Quick recipe for getting NetBeans running on FreeBSD.
Not that it’s difficult, but just so that I remember.
Download and unpack the NetBeans 5.5.1 tgz archive from http://dlc.sun.com/netbeans/download/551/fcs/200704122300/netbeans-551.tar.gz.
# fetch http://dlc.sun.com/netbeans/download/551/fcs/200704122300/netbeans-551.tar.gz
# tar xf netbeans-551.tar.gz[1]
Install a JDK. The native one at java/diablo-jdk15 is a good bet.
# cd /usr/ports/java/diablo-jkd15; make install clean
Run it, passing it the jdkhome option just to be sure.
# ./netbeans/bin/netbeans --jdkhome=/usr/local/diablo-jdk1.5.0
[1] With lesser tars, you will need to perform the “gzip -dc netbeans-551.tar.gz | tar xf -” dance, but bsdtar does automatic format detection and does the right thing. Even with .iso files.
Posted in FreeBSD, Software, Sun | 2 comments
Posted by Ceri Davies
Sat, 03 Mar 2007 16:16:00 GMT
While I’m on the subject of Sun, it looks like LDoms is reaching the release date. Cool.
Note that this document says that the only operating system that will currently run in a logical domain is Solaris 10 11/06 (aka Update 3), but I know that Kip Macy has been working for some time on getting FreeBSD working and I believe that it does.
Posted in FreeBSD, Sun | no comments
Posted by Ceri Davies
Wed, 01 Nov 2006 18:50:00 GMT
One hell of a good day for BSD people today.
In FreeBSD, we got journalling support, both at a block and UFS level, courtesy of Pawel Dawidek. Andrew Thompson also added 802.1w support in the bridge code. Also, 6.2-BETA3 was released (ok, that was yesterday).
OpenBSD 4.0 was released, with a great feature set. See the release notes for more details.
Posted in FreeBSD, OpenBSD | no comments
Posted by Ceri Davies
Fri, 22 Sep 2006 20:13:00 GMT
I had most of a day spare today, so I though that I’d try out the FreeBSD 6.2-BETA1 image. Having recently read about the Win4BSD beta from the Win4Lin people , I figured that this would be a good application to try out on the new FreeBSD install.
FreeBSD 6.2 is looking to be great, of course :) I wouldn’t mind seeing the release notes start to get pulled together though, as I can’t remember what’s happened to RELENG_6 in the last six months.
I didn’t have high hopes for Win4BSD in honesty, as the User’s Guide mentioned kqemu and I thought it was just going to be like QEMU, which I’ve used before, but had problems with. However, I liked the way that with Win4BSD the “Documents and Settings” were stored in the FreeBSD filesystem and shared back into the Windows guest, thus allowing them to backed up normally and shared between multiple guests. The same is done with printers.
From a dirt clean installation of FreeBSD 6.2-BETA1, here’s all I did. Note that that clean installation should include the source distributions.
Read more...
Posted in FreeBSD, Software | 2 comments
Posted by Ceri Davies
Wed, 02 Aug 2006 19:49:00 GMT
Now that’s funny.
Posted in FreeBSD, Software, Apple
Posted by Ceri Davies
Mon, 31 Jul 2006 19:29:00 GMT
Some guy asked on comp.unix.solaris for a tool for Solaris that could drop a TCP connection without killing the associated process.
I pointed out that we had tcpdrop(8) from OpenBSD which did this, whereupon Casper Dik informed me of the existence of the TCP_IOC_ABORT_CONN ioctl which does the same job on Solaris.
So I did a dirty port of tcpdrop(8) which you can download if you want.
It’s been tested on Solaris 9, but might not even compile on other versions. You get to keep both pieces if it breaks.
Posted in FreeBSD, Software, Solaris | no comments
Posted by Ceri Davies
Tue, 09 May 2006 08:09:00 GMT
The shackles are finally off, and the FreeBSD Project can finally announce FreeBSD 6.1-RELEASE!
See the release notes for the full skinny. I updated the USB stick images.
The new logo is released too, although it currently looks a little weird on the website:

Update: this was fixed about 20 minutes later. Way to go.
In other news, Sun have confirmed that ZFS will be in the 6/06 Solaris 10 update.
Finally, I promise to post some reason to bother your arse coming here sometime ;-)
Posted in FreeBSD | no comments | no trackbacks
Posted by Ceri Davies
Fri, 05 May 2006 00:32:00 GMT
I was going to make a new image for FreeBSD on USB 6.1-RC2, but I decided that with the actual release really close now, there wasn’t much point. The usual instructions will work just fine if you really want one.
One thing to mention regarding this release candidate is that binary upgrades don’t work; this was patched in -HEAD today, and will be fixed for 6.1-RELEASE.
John Birrell has the syscall provider for Dtrace working.
There was something else too, which I forgot.
Posted in FreeBSD, FreeBSD on USB | no comments | no trackbacks
Posted by Ceri Davies
Fri, 28 Apr 2006 19:57:00 GMT
Our T2000 arrived. We went for the 8-core 1.0GHz, 16GB version to allow us to use the Solaris resource management tools to carve it up in various configurations.
So far I’ve used it to great effect to test out an Oracle Data Guard configuration that I’m building, and particularly to understand how you are supposed to set up your clients in order to benefit from the redundancy goodness — some notes on that will be forthcoming real soon as I couldn’t find a single useful document on that.
Michael Bushkov’s Summer of Code project, cached(8), which adds caching for nsswitch along with enabling nsswitch for the services, protocols and rpc databases finally got committed today. This is really interesting work, similar to nscd(1M) on Solaris1, but with each user having their own cache.
Also, I discovered that a post on BSDNews is a good way to saturate a crappy cable modem link. :-)
Oh yeah, and John Birrell is making superb progress on a DTrace port to FreeBSD.
1 Yes, nscd(1M) has a bad reputation, but I strongly believe that’s because people don’t understand how to work it.
Posted in FreeBSD, Oracle, Solaris, Sun | no comments | no trackbacks
Posted by Ceri Davies
Thu, 13 Apr 2006 21:37:00 GMT
I previously wrote about putting a 6.1-BETA4 FreeBSD installation on a USB stick. Since the bugs that were in the 6.1-BETA4 installation have been fixed, plus to get 6.1-RC1 tested, here are updated instructions (which should work with 6.1-RELEASE as well).
These instructions result in a downloadable image suitable for dding direct to a USB stick of 512MB or larger.
arved pointed out that it’s good to minimize the amount of writes done to USB sticks (and flash memory in general), and I’ve got some pointers in these instructions, but I haven’t really looked at this point.
If you are looking to install FreeBSD from a USB stick, you should check out Dario Freni’s script.
Read more...
Posted in FreeBSD, FreeBSD on USB | 11 comments | no trackbacks