[Bug 414986] Re: open-iscsi causes FTBFS for anything that Build-Depends on it

2009-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package open-iscsi - 2.0.870.1-0ubuntu10

---
open-iscsi (2.0.870.1-0ubuntu10) karmic; urgency=low

  * debian/control, debian/open-iscsi-utils.install,
open-iscsi-utils.manpages : create a new binary package which
contains /sbin/iscsiadm, needed for some packages to build against
(eg, libvirt), but not containing the init script, LP: #414986

 -- Dustin KirklandTue, 18 Aug 2009 08:11:34
-0500

** Changed in: open-iscsi (Ubuntu)
   Status: Triaged => Fix Released

-- 
open-iscsi causes FTBFS for anything that Build-Depends on it
https://bugs.launchpad.net/bugs/414986
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
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 414986] Re: open-iscsi causes FTBFS for anything that Build-Depends on it

2009-08-17 Thread Jamie Strandboge
My last change didn't fix anything because the 'ln' didn't cause the
script to fail (the initscript does not use the recommended '#!/bin/sh
-e' which through me.

The problem is that in pbuilder and presumably the buildd's, /sysfs is
mounted. This allows open-iscsi to continue trying to start itself, and
we end up with:

start-stop-daemon --start --quiet --exec $DAEMON
RETVAL=$?

start-stop-daemon ends up returning non-zero, and at the end of the script we 
have:
exit $RETVAL

One way to fix this would be to use a /etc/default/open-iscsi file that
is read by the initscript. (eg 'START_DEVICES=no' is the default, and
the script only continues if 'START_DEVICES=yes').  I do not know the
ramifications of that for the installer, etc, so I am not going to make
that change.

** Changed in: open-iscsi (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: open-iscsi (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) => (unassigned)

-- 
open-iscsi causes FTBFS for anything that Build-Depends on it
https://bugs.launchpad.net/bugs/414986
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
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 414986] Re: open-iscsi causes FTBFS for anything that Build-Depends on it

2009-08-17 Thread Launchpad Bug Tracker
This bug was fixed in the package open-iscsi - 2.0.870.1-0ubuntu9

---
open-iscsi (2.0.870.1-0ubuntu9) karmic; urgency=low

  * debian/open-iscsi.init: don't exit with error if
/lib/init/rw/sendsigs.omit.d/ doesn't exist (LP: #414986)

 -- Jamie StrandbogeMon, 17 Aug 2009 14:12:01
-0500

** Changed in: open-iscsi (Ubuntu)
   Status: Triaged => Fix Released

-- 
open-iscsi causes FTBFS for anything that Build-Depends on it
https://bugs.launchpad.net/bugs/414986
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
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