Flo
--
Florian Lohoff f@zz.de
"Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat
im Internet Zensur- und Überwachungsabsichten zu unterstellen."
- - Bundesminister Dr. Wolfgang Schäuble -- 10. Juli in Berlin
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-11-2010, 03:51 PM
Bastian Blank
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Thu, Feb 11, 2010 at 04:37:36PM +0100, Florian Lohoff wrote:
> 11280 connect(3, {sa_family=AF_FILE, path=@"ISCSIADM_ABSTRACT_NAMESPACE"...}, 110) = 0
> 11280 write(3, "1 230q304377230q304377iqn.1997-01.o"..., 5244) = 5244
> 11280 recv(3, 0xffc46760, 2464, MSG_WAITALL) = ? ERESTARTSYS (To be restarted)
This only shows that iscsid does not respond to the requests of
iscsiadm. However I consider it unlikely that such a bug should have
survived for 14 kernel releases.
Please show all the relevant configs, strace outputs of iscsiadm _and_
iscsid and also network traces.
Bastian
--
A princess should not be afraid -- not with a brave knight to protect her.
-- McCoy, "Shore Leave", stardate 3025.3
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-11-2010, 06:23 PM
Florian Lohoff
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Thu, Feb 11, 2010 at 05:51:38PM +0100, Bastian Blank wrote:
> On Thu, Feb 11, 2010 at 04:37:36PM +0100, Florian Lohoff wrote:
> > 11280 connect(3, {sa_family=AF_FILE, path=@"ISCSIADM_ABSTRACT_NAMESPACE"...}, 110) = 0
> > 11280 write(3, "1 230q304377230q304377iqn.1997-01.o"..., 5244) = 5244
> > 11280 recv(3, 0xffc46760, 2464, MSG_WAITALL) = ? ERESTARTSYS (To be restarted)
>
> This only shows that iscsid does not respond to the requests of
> iscsiadm. However I consider it unlikely that such a bug should have
> survived for 14 kernel releases.
>
> Please show all the relevant configs, strace outputs of iscsiadm _and_
> iscsid and also network traces.
Something _is_ broken - I am very successful building up open-iscsi/iscsitarget
pairs on i386 - as soon as the initiator (open-iscsi) is on amd64 the login
hangs forever ... No matter whether the target is on the same machine
or on a different machine ...
What i did now:
bladesys3:~# tcpdump -i eth0 -s0 -w /tmp/login.pcap host t4.lab.rfc822.org and port 3260
3444 20:14:08 connect(9, {sa_family=AF_INET, sin_port=htons(3260), sin_addr=inet_addr("195.71.99.251")}, 128) = -1 EINPROGRESS (Operation now in progress)
Although telnet (as the tcpdump) reports the connect is no problem:
bladesys3:/tmp# telnet t4.lab.rfc822.org 3260
Trying 195.71.99.251...
Connected to tiles-four.lab.rfc822.org.
Escape character is '^]'.
^]
telnet> close
Connection closed.
Still - the login hangs - dead ... I have never seen something like this
between i386 machines.
open-iscsi config is untouched.
What else?
Flo
--
Florian Lohoff f@zz.de
"Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat
im Internet Zensur- und Überwachungsabsichten zu unterstellen."
- - Bundesminister Dr. Wolfgang Schäuble -- 10. Juli in Berlin
02-11-2010, 07:13 PM
Bastian Blank
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Thu, Feb 11, 2010 at 08:23:12PM +0100, Florian Lohoff wrote:
> Something _is_ broken - I am very successful building up open-iscsi/iscsitarget
> pairs on i386 - as soon as the initiator (open-iscsi) is on amd64 the login
> hangs forever ... No matter whether the target is on the same machine
> or on a different machine ...
Yes, it is. The iscsi_uevent structure defined in scsi/iscsi_if.h
suffers of the 64-bit-allignment-desease on i386.
Also please not that this interface is officialy _not_ exported.
Bastian
--
Captain's Log, star date 21:34.5...
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-06-2010, 03:21 AM
Ben Hutchings
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Mon, 2010-02-15 at 21:19 +0100, Florian Lohoff wrote:
> On Thu, Feb 11, 2010 at 09:13:21PM +0100, Bastian Blank wrote:
> > On Thu, Feb 11, 2010 at 08:23:12PM +0100, Florian Lohoff wrote:
> > > Something _is_ broken - I am very successful building up open-iscsi/iscsitarget
> > > pairs on i386 - as soon as the initiator (open-iscsi) is on amd64 the login
> > > hangs forever ... No matter whether the target is on the same machine
> > > or on a different machine ...
> >
> > Yes, it is. The iscsi_uevent structure defined in scsi/iscsi_if.h
> > suffers of the 64-bit-allignment-desease on i386.
> >
> > Also please not that this interface is officialy _not_ exported.
>
> So? What would be the correct state? Wontfix? Forwarded-UpStream?
If you want to get this fixed in the kernel then please report this
upstream at <https://bugzilla.kernel.org> or on an appropriate mailing
list. If it's accepted as a real bug and fixed upstream then we can
backport the fix.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
04-07-2010, 07:31 PM
Florian Lohoff
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Tue, Apr 06, 2010 at 04:21:46AM +0100, Ben Hutchings wrote:
> > > On Thu, Feb 11, 2010 at 08:23:12PM +0100, Florian Lohoff wrote:
> > > > Something _is_ broken - I am very successful building up open-iscsi/iscsitarget
> > > > pairs on i386 - as soon as the initiator (open-iscsi) is on amd64 the login
> > > > hangs forever ... No matter whether the target is on the same machine
> > > > or on a different machine ...
> > >
> > > Yes, it is. The iscsi_uevent structure defined in scsi/iscsi_if.h
> > > suffers of the 64-bit-allignment-desease on i386.
> > >
> > > Also please not that this interface is officialy _not_ exported.
> >
> > So? What would be the correct state? Wontfix? Forwarded-UpStream?
>
> If you want to get this fixed in the kernel then please report this
> upstream at <https://bugzilla.kernel.org> or on an appropriate mailing
> list. If it's accepted as a real bug and fixed upstream then we can
> backport the fix.
The bug has been confirmnd on the open-iscsi mailingliste and reported
to be on the low priority fixlist. So basically open-iscsi is broken in
Debian with a amd64 kernel and 32 bit userspace with no solution.
See attached mail.
Flo
--
Florian Lohoff f@zz.de
"Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat
im Internet Zensur- und Überwachungsabsichten zu unterstellen."
- - Bundesminister Dr. Wolfgang Schäuble -- 10. Juli in Berlin
05-01-2010, 08:44 PM
Moritz Muehlenhoff
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
On Wed, Apr 07, 2010 at 09:31:17PM +0200, Florian Lohoff wrote:
> On Tue, Apr 06, 2010 at 04:21:46AM +0100, Ben Hutchings wrote:
> > > > On Thu, Feb 11, 2010 at 08:23:12PM +0100, Florian Lohoff wrote:
> > > > > Something _is_ broken - I am very successful building up open-iscsi/iscsitarget
> > > > > pairs on i386 - as soon as the initiator (open-iscsi) is on amd64 the login
> > > > > hangs forever ... No matter whether the target is on the same machine
> > > > > or on a different machine ...
> > > >
> > > > Yes, it is. The iscsi_uevent structure defined in scsi/iscsi_if.h
> > > > suffers of the 64-bit-allignment-desease on i386.
> > > >
> > > > Also please not that this interface is officialy _not_ exported.
> > >
> > > So? What would be the correct state? Wontfix? Forwarded-UpStream?
> >
> > If you want to get this fixed in the kernel then please report this
> > upstream at <https://bugzilla.kernel.org> or on an appropriate mailing
> > list. If it's accepted as a real bug and fixed upstream then we can
> > backport the fix.
>
> The bug has been confirmnd on the open-iscsi mailingliste and reported
> to be on the low priority fixlist. So basically open-iscsi is broken in
> Debian with a amd64 kernel and 32 bit userspace with no solution.
Adding Debian open-iscsi maintainers to CC.
Since according to upstream this is unlikey to be fixed for the Squeeze
kernel, maybe you should at least document in the open-iscsi package?
Cheers,
Moritz
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100501204456.GA24611@galadriel.inutil.org">http://lists.debian.org/20100501204456.GA24611@galadriel.inutil.org
07-27-2011, 02:48 AM
Jonathan Nieder
Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang
forwarded 502845 http://thread.gmane.org/gmane.linux.iscsi.open-iscsi/4896/focus=5070
retitle 502845 open-iscsi: login fails using 64-bit kernel with 32-bit userland
tags 502845 = upstream
quit
Ritesh Raj Sarraf wrote:
> On Monday 03 May 2010 12:56:52 Florian Lohoff wrote:
>> Are there ANY reports for successful login with amd64 kernel and
>> 32bit userspace? I have tried everything and i didnt get anything to
>> work.
>
> None that I am aware of. For most of my testings, the focus was only on a 64
> => 64 or a 32 => 32 config.
[...]
> I think README.Debian should be enough. The way open-iscsi currently is in
> Debian, a user will be required to go and have a read of the README.Debian
> doc.
Thanks, all. (I am guessing the current status is the same.) Marking
the bug with the result of the investigation so far as I understand
it, in the hope that it might help the next person with time to
investigate that runs into this to pick up where previous work left
off.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110727024849.GA16623@elie">http://lists.debian.org/20110727024849.GA16623@elie