Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland - workaround

2014-12-31 Thread Sven-Haegar Koch
Hallo, As I just ran into the same problem, and the real source behind this bug does not seem to get fixed ever, I though I'll just add the obvious Debian work-around to it: Use the Multi-Arch support, and install open-iscsi for amd64 on the otherwise i386 system. $ /etc/init.d/open-iscsi

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-12 Thread Jonathan Nieder
Hi Julia, Julia Longtin wrote: [Subject: what gives] Please keep in mind that these appear as emails in a crowded inbox, where an informative subject can be a good way to provide valuable context. reading the iscsi mailing list link posted, it appears the final patch addresses the issue

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-12 Thread Ben Hutchings
On Mon, 2012-11-12 at 00:39 -0800, Jonathan Nieder wrote: [...] While the patches are both useful for insight, the userspace patch, if widely deployed, would make the kernel interface impossible to fix. Please make sure anyone applying it knows what they are doing. The test it uses for the

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-12 Thread Bastian Blank
On Mon, Nov 12, 2012 at 04:18:44PM +, Ben Hutchings wrote: The test is probably right; i386 and (presumably) x32 are the only architectures that don't have 64-bit alignment for long long. They haven't fixed this stupidity in x32? Bastian -- Where there's no emotion, there's no motive for

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-12 Thread Ben Hutchings
On Mon, Nov 12, 2012 at 08:22:42PM +0100, Bastian Blank wrote: On Mon, Nov 12, 2012 at 04:18:44PM +, Ben Hutchings wrote: The test is probably right; i386 and (presumably) x32 are the only architectures that don't have 64-bit alignment for long long. They haven't fixed this stupidity

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-01 Thread Jonathan Nieder
Hi Lisa, Lisa Marie wrote: [Subject: (no subject)] Please keep in mind that these appear as emails in a crowded inbox, where a subject line can be very useful for providing context. Forwarding this: https://groups.google.com/group/open-iscsi/browse_thread/thread/7b44b4b57f01eb70?hl=en#

Bug#502845: open-iscsi: login fails using 64-bit kernel with 32-bit userland

2012-11-01 Thread Lisa Marie
Your patches have no effect in the 64bit case (good). In the 32bit case, they break ABI, so they are a no-go, unfortunately. The userspace patch is especially dangerous, since it would make this bug impossible to fix properly later. The 2nd patch is set up to not break the ABI for 32bit