Re: Login retries on Wasabi target

2008-05-19 Thread Mike Christie
Albert Pauw wrote: > And I can confirm that it works fine, the git version of open-iscsi > under FC9. > I do not get the errors mentioned before. > > So at least no regression. > Hmmm weird. Sorry for the late reply on this. I was on vacation the last part of the week. Thanks for digging into

Re: Login retries on Wasabi target

2008-05-19 Thread Mike Christie
Albert Pauw wrote: > Had to add the following line to kernel/Makefile: > > > linux_2_6_24: $(unpatch_code) > > > But still it won't compile: > > /usr/src/redhat/BUILD/open-iscsi-2.0-865.15/kernel/ > scsi_transport_iscsi.c:1529: error: too few arguments to function > ‘netlink_kernel_create’ >

Re: Login retries on Wasabi target

2008-05-19 Thread Mike Christie
Albert Pauw wrote: > And here is the (very modest) patch for it. > > --- usr/iface.c 2008-05-15 22:04:38.0 +0200 > +++ usr/iface.c.new 2008-05-15 22:04:46.0 +0200 > @@ -23,6 +23,7 @@ > #include > #include > #include > +#include > #include > #include > Thanks.

Re: Login retries on Wasabi target

2008-05-15 Thread Albert Pauw
And here is the (very modest) patch for it. --- usr/iface.c 2008-05-15 22:04:38.0 +0200 +++ usr/iface.c.new 2008-05-15 22:04:46.0 +0200 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include On May 15, 9:45 pm, Albert Pauw <[EMAIL PROTECTED]> wro

Re: Login retries on Wasabi target

2008-05-15 Thread Albert Pauw
And I can confirm that it works fine, the git version of open-iscsi under FC9. I do not get the errors mentioned before. So at least no regression. Albert On May 15, 9:25 pm, Albert Pauw <[EMAIL PROTECTED]> wrote: > Been able to compile now under FC9, > had to include > > #include > > in usr/i

Re: Login retries on Wasabi target

2008-05-15 Thread Albert Pauw
Been able to compile now under FC9, had to include #include in usr/iface.c Albert On May 15, 6:39 pm, Albert Pauw <[EMAIL PROTECTED]> wrote: > Hi Mike, > > had to reinstall my laptop. I went for the new FC9, with kernel > 2.6.25. > When I am using the stock open-iscsi that comes with it, it w

Re: Login retries on Wasabi target

2008-05-15 Thread Albert Pauw
Hi Mike, had to reinstall my laptop. I went for the new FC9, with kernel 2.6.25. When I am using the stock open-iscsi that comes with it, it works fine (v 2.0-868), no delays loggin in. The git version wouldn't compile under FC9 yet: iface.c: In function ‘iface_get_next_id’: iface.c:305: error:

Re: Login retries on Wasabi target

2008-05-14 Thread Albert Pauw
Had to add the following line to kernel/Makefile: linux_2_6_24: $(unpatch_code) But still it won't compile: /usr/src/redhat/BUILD/open-iscsi-2.0-865.15/kernel/ scsi_transport_iscsi.c:1529: error: too few arguments to function ‘netlink_kernel_create’ Any ideas? Albert On May 14, 5:55 pm, Mi

Re: Login retries on Wasabi target

2008-05-14 Thread Mike Christie
Albert Pauw wrote: > Hi Mike, > > I can't compile 865.15: > > login.o: In function `resolve_address': > /usr/src/redhat/BUILD/open-iscsi-2.0-865.15/usr/login.c:168: warning: > Using 'getaddrinfo' in statically linked applications requires at > runtime the shared libraries from the glibc version

Re: Login retries on Wasabi target

2008-05-13 Thread Albert Pauw
Hi Mike, I can't compile 865.15: login.o: In function `resolve_address': /usr/src/redhat/BUILD/open-iscsi-2.0-865.15/usr/login.c:168: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking So I can't try th

Re: Login retries on Wasabi target

2008-05-12 Thread Mike Christie
Albert Pauw wrote: > I am using the current open-iscsi git version (as of May 9th) on Fedora 8 > (2.6.24.5-85.fc8 kernel) with the Wasabi target (version 4.01). It used to > take a fraction of a second to login. Since I haven't worked on it for a few > months while away I started again, and now it