Archive for May, 2009
CPAN 1.94 fixes Solaris untar issue
by Mark on May.28, 2009, under perl
In my earlier post about using local::lib I commented that CPAN wouldn’t untar with the Solaris shipped tar program, and you had to use GNU tar from OpenCSW or Blastwave. 1.94 appears to fix the problem and untars just fine with the native Solaris tar. (continue reading…)
Solaris 10 and Linux iSCSI interoperability
by Mark on May.14, 2009, under solaris
Recently a friend and I were trying to get XenServer 5 to use our Solaris 10 server as it’s backing store. We specifically wanted to use an iSCSI volume exported to the Xen server, as the performance is promised to be considerably better than NFS.
However, try as we might, the XenServer wouldn’t make use of the iSCSI LUN as exported – it could see it, but wouldn’t make use of it. Then we discovered this bug… (continue reading…)
Further Catalyst on Solaris notes
by Mark on May.06, 2009, under perl
In my last post about installing Catalyst on Solaris I went to great lengths to install every Perl module, in order, from CPAN. This was a painful process to establish, and just as painful to emulate. The post was updated back in March to include CPAN bundles, which would do most of the hard work for you – but as was pointed out in the comments, it should’ve been a simple case of ‘cpan Catalyst’. (continue reading…)