[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-04-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: iscsitarget (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-15 Thread unze
Same here.

** Attachment added: "make.log"
   
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+attachment/4398152/+files/make.log

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-20 Thread Laz Peterson
This seems to affect 3.16 kernels as far as I can tell.

In the meantime, is there an option for installing and using
iscsitarget?  We have a new server going into the datacenter here in a
week or two, and would love to have something in place.

Our current iSCSI targets are running Ubuntu 14.04.1 (3.13.0-44-generic)
or Ubuntu 14.04.2 (3.13.0-49-generic) and there were no issues with
this.

Or is there a way that we can install Ubuntu 14.04.2 with kernel 3.13.0
instead of 3.16.0?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-20 Thread Daniel Wolff
The bug is relatively simple to be solved (at least, it worked for me).

1 - apt-get install iscsitarget iscsitarget-dkms
2 - You will get an error compiling the DKMS module. That's OK.
3 - go to the folder /usr/src/iscsitarget-1.4.20.3+svn499/kernel and edit the 
file block-io.c
4 - go to line #90, and change this:

bio->bi_sector = ppos >> 9;

to this:

bio->bi_iter.bi_sector = ppos >> 9;

5 - save and close the file.
6 - dpkg-reconfigure iscsitarget-dkms
7 - it should be working by now.

I've tested the module on 14.04.2 LTS, with somewhat big loads (~30Gb of
transfer) and it worked pretty well.

Hope it helps somebody :)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-20 Thread Laz Peterson
Daniel, that's a very interesting fix.  I'm not too familiar with any of
the kernel headers (or really any of the source for that matter).  Is
the object you are referencing essentially the exact same thing, but
from kernel 3.13 -> 3.16?

If this is so ... Regarding the block I/O function, this would (or
SHOULD) have no impact whatsoever in normal functionality, would you
agree?

I only ask because if this is a simple reference to an obsolete object,
then I may consider sending this into production in a couple weeks.  Or
just hope that there is an official update released by then. :-)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-20 Thread Daniel Wolff
Laz,

According to the upstream (https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=748953), yeah, pretty much: it appears to be the
exact same thing :)

The exact change in kernel was made by this patch:
https://github.com/torvalds/linux/commit/4f024f3797c43cb4b73cd2c50cec728842d0e49e

I've made another tests, and it's working pretty darn well, as far as I
can tell.

Att,
Wolff

** Bug watch added: Debian Bug tracker #748953
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748953

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-20 Thread Laz Peterson
Perfect!  I love the references, thank you so much.

I'm going to call this "as good as it gets" and roll the dice for
testing, and maybe even for production.

I will report if I come across any unexpected issues.

Thanks Wolff.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-24 Thread Daniel Wolff
Just to be clear: the code is already fixed in the upstream, at
http://sourceforge.net/p/iscsitarget/code/HEAD/tree/trunk/kernel/block-
io.c#l90

I guess it's just a matter of using an updated version of it, maybe? (I
don't really know exactly how the deb packages are created, so... just
guessing).

Att,
Wolff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-25 Thread Laz Peterson
Can't argue with results, can you now?  With my fingers crossed, that's
good enough for me!

I like to stick with the Ubuntu LTS packages, instead of going upstream.
But I think I can now confidently move this into production. :-)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-06-05 Thread zheng mei
** Changed in: iscsitarget (Ubuntu)
 Assignee: (unassigned) => zheng mei (meiyu-fei)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-08-26 Thread myname
I am affect by this bug aswell, the mentioned fix still resulted in the
same error , I will post details when I am back on the machine.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1447916

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1447916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs