Monthly Archives: February 2009

ccrypt

I was looking for a file encryption tool that’s like axcrypt for my unix systems. I didn’t want to use crypt because of what people say how weak it is. I stumbled upon ccrypt though which uses the Rijndael cipher … Continue reading

Posted in software | Tagged , , , | Leave a comment

sunsolve frustration

Rant on: I was trying to download a patch today (137148-04) from sunsolve.sun.com but I got denied saying that I didn’t have a valid Sun Service Plan. I checked my settings and it showed that I’m good up to September … Continue reading

Posted in rant | Tagged , , | 2 Comments

Tape disappearing/reappearing in fabric

So I came into work and fell into a problem with backups. I noticed that my jobs have been running for 2 days and haven’t finished yet so I figured something was wrong. Checking the logs, I saw that  fctl: … Continue reading

Posted in hardware, software | Tagged , , | 3 Comments

Gcc compile on Solaris 10

Just so hard to compile a 4.3.x release of gcc on Solaris 10 (sparc and i86pc).  I remember trying to do it during winter recess but wasn’t able to for some reason. I am trying again and seeing if I … Continue reading

Posted in software | Tagged | Leave a comment

Some more bads for OpenSolaris 2008.11

Here some more bad things so far for my OpenSolaris install: Bootup time takes forever. I haven’t oficially timed it but it just feels really slow. SUNWrdesktop packaged doesn’t work so hot for me. When I rdp into my Windows … Continue reading

Posted in software | Tagged | Leave a comment

OpenSolaris 2008.11 installed

So I installed OpenSolaris 2008.11 over my Windows 7 box at work. I was thinking about getting rid of my Ubuntu Inrepid Ibex at home and running OpenSolaris 11 full time, but decided to check it out first at work. … Continue reading

Posted in software | Tagged | Leave a comment

WordPress 2.7.x

Ever since upgrading to WordPress 2.7.x, I couldn’t be happier. The interface is extremely nice to use and the upgrades are a painless one click upgrade. Makes me wish I could code this well.

Posted in software | Tagged | Leave a comment

iozone on solaris 10 amd64 i86pc

Trying compile iozone 3.319 benchmark tool on Solaris 10 amd64 just simply did not work out of the box like I hoped. Here were my errors: gmake Solaris10gcc-64   Building iozone for Solaris10gcc-64   gcc -O -c  -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D__LP64__ \ … Continue reading

Posted in software | Tagged , , | 2 Comments

rsync’ing pst files

Found out that if a pst file is in use by Outlook, and the file is located on a NAS which is both CIFS enabled and NFS enabled, I can’t rsync the file!  rsync: read errors mapping “outlook/outlook.pst”: Permission denied … Continue reading

Posted in software | Tagged , | Leave a comment

Solaris packages

So it looks like I used the instructions on the SunFreeware’s website to creating my packages. Once I got going, it was pretty easy to do! I did run into a problem and it was basically I had two pkginfo’s … Continue reading

Posted in software | Tagged , | Leave a comment