Posted by Ceri Davies
Mon, 23 Jul 2007 13:04:00 GMT
Note to self, somewhere I might find it in future.
During a JumpStart, this:
message overflow on /dev/log minor #5 -- is syslogd(1M) running?
means that you missed off the -o anon=0 on the NFS share.
Posted in Solaris | 2 comments
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