Re: cannot execute binary error when running iscsiadm

2008-05-23 Thread a s p a s i a
Hi Konrad ... You probably booted a 32-bit kernel and are trying to execute 64-bit programs. h ... or could it possibly be the reservse? [EMAIL PROTECTED] etc]# uname -a Linux dataserv2 2.6.18-53.1.14.el5 #1 SMP Wed Mar 5 11:37:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux [EMAIL

Re: modifying transport_name

2008-05-23 Thread Mike Christie
Pete Wyckoff wrote: This is important, thanks. Userspace git head fails with stock 2.6.26-rc3 due to the introduction of ISCSI_UEVENT_CREATE_BOUND_SESSION in pass ep to session creation. Guess I should pull in your git kernel tree too. Oh fudge. Yeah, it looks like I only fixed the

Re: modifying transport_name

2008-05-23 Thread Mike Christie
Mike Christie wrote: [in another mail] Oh yeah the userspace tools from 869.2 should work with 2.6.26-rc3. This is important, thanks. Userspace git head fails with stock 2.6.26-rc3 due to the introduction of ISCSI_UEVENT_CREATE_BOUND_SESSION in pass ep to session creation. Guess I should

Re: [PATCH 3/3] bnx2i: Add bnx2i iSCSI driver.

2008-05-23 Thread Anil Veerabhadrappa
On Fri, 2008-05-23 at 13:23 -0700, Roland Dreier wrote: Hi Michael, I was reading over the driver to try and figure out how you handle allocating source ports for the offloaded TCP connections you make so that they don't collide with the main network stack. It looks like you have: +/**

Re: [PATCH 2/3] cnic: Add CNIC driver.

2008-05-23 Thread Michael Chan
On Fri, 2008-05-23 at 13:14 -0700, Roland Dreier wrote: + /* Tell compiler that status_blk fields can change. */ + barrier(); + if (status_idx != sblk-status_idx) { Is a compiler barrier sufficient here? It seems an out-of-order CPU could still mess things

Re: test/regression.sh: ext3 filesystem creation fails

2008-05-23 Thread Bart Van Assche
On Fri, May 23, 2008 at 8:09 PM, Mike Christie [EMAIL PROTECTED] wrote: I have seen this a couple times in past versions too. If you run mkfs by hand is it fine? I get the same error when I run mkfs.ext3 -F directly. Is this an initiator or a target issue ? Bart.