After trying for a (long) while to have multiple targets defined on the same host, and having my initiator to see both, the solution what in fact simple: Use different values for the LUN!
Multiple targets with iscisitarget (ubuntu 9.04)
by Pascal on January 20, 2010 in Linux, Quid Pro Quo
Ruby Gem 1.0 is out
by Pascal on December 20, 2007 in News, Quid Pro Quo
Upgraded to Typo 4.0
by Pascal on August 8, 2006 in Quid Pro Quo, Rails
Well, the upgrade to Typo 4.0 didn’t go so well. No data loss though, so everything’s cool.
At least most pages seem to be functional, so this is not so bad. Combined with having custom sidebar plugins that no longer work, the fact that the merge between the new code and my old one did not quite go as planned, it was not a too pleasant (most of it my own fault I guess).
Arghhhhh! The path to ruby lib is wrong!
by Pascal on May 19, 2006 in Quid Pro Quo, Rails
nanoRAILS was down for the past 12h because of a setup change on my host on DreamHost.
Suddenly, the link /usr/local/lib/ruby was changed to point to an incorrect location, so instead of having the ruby libraries under /usr/local/lib/ruby/1.8, they would effectively be under /usr/local/lib/ruby/ruby/1.8 :(
Suffice it to say that things don’t work too well after that.
Firefox 1.5.0.2 login problem
by Pascal on April 13, 2006 in Quid Pro Quo
Firefox 1.5.0.2 is out and promises to fix quite a few stability issues. Yeahhh!
I just upgraded tonight on some of of my computers. The upgrade went smoothly. None of the extensions I’m using broke. Except that on Kubuntu, I could not login to the dreamhost panel. I kept getting sent back to the login screen while it worked without a hitch from windows.
Forcing an horizontal scrollbar on a element
by Pascal on April 4, 2006 in Quid Pro Quo
The root cause of the problem turned out that to be that some lines within <pre><code> where too long, and on a browser like firefox, it was overflowing on the right, not too appealing, but not such a big deal. But on Internal explorer, it ended moving the main <div>. Ouch!
Freeze all your ruby gems on a shared host
by Pascal on March 28, 2006 in Quid Pro Quo, Rails
Things started to go downlhill when I had to check back on a previous article I had written about (Allowing full access to a sub directory in Apache Server) and my server would just hang!
Well, not a problem, let’s just try to hit the refresh key, hmmm, nothing. Ok, for good measure, let’s hit the button, just to be sure. Hmmm, still nothing.
Ok, let’s check out the logs, started from the apache logs.
Avoiding the SUDO police with Capistrano
by Pascal on March 25, 2006 in Quid Pro Quo, Rails
Turns out that by default, Capistrano is using sudo to delete everything (can I stop for a second and say that, for once, this is a bad default! At least on a shared hosted environment).
So anyway, I take a look at capistrano/recipes/standard.rb in my gems directory, and finds that there are the following 2 lines (conveniently placed at the beginning of the file):
Fixture variables not created
by Pascal on March 12, 2006 in Quid Pro Quo, Rails
Given a fixture contacts.yml which contains:
footerStickAlt revisited
by Pascal on March 11, 2006 in html/css, Quid Pro Quo
Here’s the html used here





Recent Comments