More HPL memories in honor of the batcave burning down

Yes it was a sad day to see my old office burnt to a crisp. The Eric Bennett memorial futon will now only be a memory of the likes of Randy, Cone, Jeremy Heslop, Matt Brenneman and for a very short while Larry Lentner. So in honor of the fun times we had while I was there I uploaded a bunch of videos Randy, Patrick and I took. Enjoy,

More after the break…

Read more

Satan hates a Kanawha County church, and the church has a billboard that says so

Pretty funny sign put up by a church in WV Some churches just have good advertising 🙂 Check out the churches website: New Live Center

SuSE SLES 10 Migrating from NIS using MigrationTools

So we were moving a NIS database to LDAP under SUSE SLES 10 using the MigrationTools-47 scripts. It generated the ldif file, but would not import because it was failing on adding groups. This was the error we were getting:

(65) no structural object class provided

All we had to do is change this:

objectClass: posixGroup
objectClass: top

to this:

objectClass: posixGroup
objectClass: namedObject
objectClass: top

for each group in the ldif file. Then we redid slapadd -l file.ldif and everything worked.

Read more