More Java on DragonFly

Francois Tigeot has fixed wip/jdk16 to build on DragonFly.  Note that this is in pkgsrc-wip, not ‘normal’ pkgsrc.  The secret is to build lang/kaffe to bootstrap it, which requires CCVER=gcc41 to be set.  Apparently kaffe will not build under gcc 4.4.

Why did he do it?  To run OpenGrok, of course.  He’s posted instructions on getting OpenGrok running on DragonFly.  Note the Java crashes he reports in DragonFly 2.11 may already have been fixed.

p.s. I hated “Stranger in a Strange Land”.

Lazy Reading for 2011/07/24

Lazy reading is easy when it’s been this hot out.  In fact, I may melt before this article gets published.

  • Ecdysis – a NAT64 gateway program.  I link to it for two reasons.  1: You will probably need to NAT 6-to-4 sooner or later, and 2: it uses PF and so is BSD-compatible. (via)
  • Don’t not copy that floppy! (also via)  My original Apple ][ disk for Castle Wolfenstein is probably no longer functional.  Not that I have equipment to play it on…
  • World timezones, as a visible map.  (via)   I mention time zone updates here on occasion, and this is a immediate guide to what a strange patchwork of zones it is.  You can’t even see some of the really tiny/crazy ones.
  • A crappy way to start your day.  Nobody ever enjoys that call from work…

And now, a link that has nothing to do with this.

Practical Packet Analysis: a review

Background: You may remember some time ago, I posted a review of Michael Lucas’s Network Flow Analysis.  He’s written several BSD books and so I figured it was worth reading further, knowing that this network-specific book would be BSD-friendly.  Also, he made it easier by sending me a copy.

No Starch Press, the company that published all the books linked in the previous paragraph, asked if I’d read/review another book from them. This would be Practical Packet Analysis, 2nd edition.  (Review continues after the break…)

Continue reading “Practical Packet Analysis: a review”

2011Q2 binary builds finishing up

The builds of pkgsrc-2011Q2 are finishing up, so we have/will have binaries to download, for those who don’t want to build from source.  The uploads should be complete by now for everything except maybe 2.11/x86_64.  You’ll have to change $PKG_PATH to point at the new directories for now, though.  There’s also some build reports to look at.

Lazy Reading for 2011/07/17

Man, it’s like the whole Internet decided to take a nap lately.  Warm weather in the northern hemisphere does that.

Disk encryption updates

Alex Hornung has made a pile of changes for disk encryption, including adding libdm, a “simple BSD-licensed libdevmapper“,and adding tcplay, a 100% compatible implementation of TrueCrypt.   This should make you very happy if you like running from an encrypted disk.

Update: Alex has written an in-depth explanation of this work.  It’s a huge change!

Update update: Hey, it’s showing on Hacker News too!