[Bug 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread David Henningsson
 /etc/init.d/mpd:# Should-Start: autofs $network $named alsa-utils pulseaudio 
 avahi-daemon
 But there is no /etc/init.d/alsa-utils in the Ubuntu package.

Not exactly sure what this means, is this related to the relatively new daemon 
functionality of alsactl?
So far we have avoided starting that daemon by default because (by my 
judgement) the overhead of having yet another daemon everywhere weighs heavier 
than the minimal functionality it provides in very few configurations.

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
** Changed in: kde-workspace (Ubuntu)
   Status: New = In Progress

** Changed in: kde-workspace (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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


Re: [Bug 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
Hey David,

David Henningsson [2014-05-27  6:42 -]:
 Not exactly sure what this means, is this related to the relatively
 new daemon functionality of alsactl?  So far we have avoided
 starting that daemon by default because (by my judgement) the
 overhead of having yet another daemon everywhere weighs heavier than
 the minimal functionality it provides in very few configurations.

Sorry, this probably was confusing to everyone except Dimitri and me.
The goal here is merely to make Ubuntu compatible to insserv. In
particular, any declared LSB dependency in our init.d scripts actually
needs to exist. But we don't want to change actual behaviour, i. e. in
this case we will put back the alsa-utils init.d script for insserv to
be able to compute dependencies, but we'll also add an alsa-utils
upstart job which is a no-op (similar to the systemd alsa-utils unit
which is also just a /dev/null).

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
mythtv-status' dependency to motd is only a Should, which won't
break the dependency calculation. So no need to change anything here and
carry around a delta.

** Changed in: mythtv-status (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
Likewise, kbd only has reverse Should starts, so that won't break
dependency calculation.

** Changed in: kbd (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: kde-workspace (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/kde-workspace

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread David Henningsson
 Sorry, this probably was confusing to everyone except Dimitri and me.
 The goal here is merely to make Ubuntu compatible to insserv. In
 particular, any declared LSB dependency in our init.d scripts actually
 needs to exist. But we don't want to change actual behaviour, i. e. in
 this case we will put back the alsa-utils init.d script for insserv to
 be able to compute dependencies, but we'll also add an alsa-utils
 upstart job which is a no-op (similar to the systemd alsa-utils unit
 which is also just a /dev/null).

For me it would probably be less confusing to fix mpd (and possibly
others) to not depend on alsa-utils, instead of adding no-op jobs and
service files...?

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-utils - 1.0.27.2-1ubuntu3

---
alsa-utils (1.0.27.2-1ubuntu3) utopic; urgency=medium

  * Add alsa-utils compatibility job for startpar (equivalent of /dev/null
symlink of the systemd unit). (LP: #1323274)
 -- Dimitri John Ledkov x...@ubuntu.com   Tue, 27 May 2014 08:45:11 +0200

** Changed in: alsa-utils (Ubuntu)
   Status: New = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/alsa-utils

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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


Re: [Bug 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
David Henningsson [2014-05-27  8:27 -]:
 For me it would probably be less confusing to fix mpd (and possibly
 others) to not depend on alsa-utils, instead of adding no-op jobs and
 service files...?

Maybe, but these have a tendency to come back through syncs and
merges. We'll have an overall lower data if we just stop dropping the
init.d scripts and make sure that our init.d and upstart jobs are
Debian policy compliant.

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
** Changed in: nfs-utils (Ubuntu)
   Status: New = Fix Committed

** Changed in: nfs-utils (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/nfs-utils

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
** Tags added: block-proposed

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Martin Pitt
** Tags removed: block-proposed

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nfs-utils - 1:1.2.8-6ubuntu3

---
nfs-utils (1:1.2.8-6ubuntu3) utopic; urgency=medium

  * Soon nfs-common.init is going to be split on the Debian side, and
nfs-kernel-server init.d's LSB depends on nfs-common has never done
anything in Ubuntu. Drop it to avoid breaking insserv. (LP: #1323274)
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 27 May 2014 11:38:51 +0200

** Changed in: nfs-utils (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/kde-workspace

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package kde-workspace - 4:4.11.9-0ubuntu3

---
kde-workspace (4:4.11.9-0ubuntu3) utopic; urgency=medium

  * Put back the init.d script for compatibility with insserv. (LP: #1323274)
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 27 May 2014 08:35:35 +0200

** Changed in: kde-workspace (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
utopic/etc/init.d/mythtv-status:# Should-Start:  $named mythtv-backend motd
utopic/etc/init.d/mythtv-status:# Should-Stop:   $named mythtv-backend motd

This is a bit special as we intentionally did not bring back
/etc/init.d/motd as motd generation works differently on Ubuntu. This
needs to ship a script in /etc/update-motd.d/ instead.

** Also affects: mdadm (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lvm2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kde-workspace (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kbd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
Dimitri is working on updating dh_installinit to add the required
upstart versioned dependency to misc:Depends.

** Also affects: debhelper (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: debhelper (Ubuntu)
   Status: New = In Progress

** Changed in: debhelper (Ubuntu)
 Assignee: (unassigned) = Dimitri John Ledkov (xnox)

** Changed in: dovecot (Ubuntu)
   Status: New = In Progress

** Also affects: squid (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mythtv-status (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
** Description changed:

  We want/need to follow Debian's migration from static rc?.d/ priorities
  to dynamic insserv priorities. See https://code.launchpad.net/~ubuntu-
  core-dev/ubuntu/utopic/sysvinit/unreviewed/+merge/21 for details.
  
  This is a tracking bug for all Ubuntu init.d scripts that have LSB
  header dependencies to init.d scripts which are in Debian, but not in
  Ubuntu. E. g.
  
  /etc/init.d/mpd:# Should-Start:  autofs $network $named alsa-utils
  pulseaudio avahi-daemon
  
  But there is no /etc/init.d/alsa-utils in the Ubuntu package.
+ 
+ - greylistd is a false positive (changed recently)
+ - cman (src:redhat-cluster) does not exist at all in Ubuntu, so we need to 
drop/fix its init.d dependencies.

** Also affects: alsa-utils (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
** Description changed:

  We want/need to follow Debian's migration from static rc?.d/ priorities
  to dynamic insserv priorities. See https://code.launchpad.net/~ubuntu-
  core-dev/ubuntu/utopic/sysvinit/unreviewed/+merge/21 for details.
  
  This is a tracking bug for all Ubuntu init.d scripts that have LSB
  header dependencies to init.d scripts which are in Debian, but not in
  Ubuntu. E. g.
  
  /etc/init.d/mpd:# Should-Start:  autofs $network $named alsa-utils
  pulseaudio avahi-daemon
  
  But there is no /etc/init.d/alsa-utils in the Ubuntu package.
  
  - greylistd is a false positive (changed recently)
  - cman (src:redhat-cluster) does not exist at all in Ubuntu, so we need to 
drop/fix its init.d dependencies.
+ - chef-server script comes from chef-server-api which is stuck in -proposed 
due to uninstallability

** Changed in: debhelper (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: network-manager (Ubuntu)
   Status: New = In Progress

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/debhelper

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
We don't have a direct counterpart of /etc/init.d/kbd, as console setup
is completely different on Ubuntu. All mentions of that are only
Should-Start/Stop, so it won't actually break anything. We should
still eventually fix it of course.

** Changed in: kbd (Ubuntu)
   Importance: Undecided = Low

** Changed in: kbd (Ubuntu)
   Status: New = Triaged

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~network-manager/network-manager/ubuntu

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
We don't have /etc/init.d/mdadm-raid as we build MD arrays with udev
rules. Therefore our /etc/init.d/udev should Provides: that (this script
calls udevadm settle).

** Package changed: mdadm (Ubuntu) = systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: New = In Progress

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
lvm2 is similar to mdadm, will add a Provides: to udev.init.

** Changed in: lvm2 (Ubuntu)
   Status: New = Invalid

** Changed in: dovecot (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: alsa-utils (Ubuntu)
 Assignee: (unassigned) = Dimitri John Ledkov (xnox)

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/dovecot

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 9.20140228ubuntu2

---
debhelper (9.20140228ubuntu2) utopic; urgency=medium

  * Add upstart versioned dependency on upstart that provides lsb hook, to
make sure sourcing lsb init-functions triggers transparent launching
of the upstart job instead. (LP: #1323274).
 -- Dimitri John Ledkov x...@ubuntu.com   Mon, 26 May 2014 14:39:04 +0200

** Changed in: debhelper (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:2.2.9-1ubuntu4

---
dovecot (1:2.2.9-1ubuntu4) utopic; urgency=medium

  * Rename init.d script to work with the dh_installinit --name option, so
that it comes back. (LP: #1323274)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 May 2014 14:24:43 +0200

** Changed in: dovecot (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 0.9.8.8-0ubuntu17

---
network-manager (0.9.8.8-0ubuntu17) utopic; urgency=medium

  * Merge Debian's init script, for compatibility with insserv.
(LP: #1323274)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 May 2014 15:35:25 +0200

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
** Package changed: squid (Ubuntu) = squid3 (Ubuntu)

** Changed in: squid3 (Ubuntu)
   Status: New = In Progress

** Changed in: squid3 (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: squid-prefetch (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: sqcwa (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
Removing packages from utopic:
squid-prefetch 1.1-3 in utopic
squid-prefetch 1.1-3 in utopic amd64
squid-prefetch 1.1-3 in utopic arm64
squid-prefetch 1.1-3 in utopic armhf
squid-prefetch 1.1-3 in utopic i386
squid-prefetch 1.1-3 in utopic powerpc
squid-prefetch 1.1-3 in utopic ppc64el
Comment: does not work with squid3, orphaned in Debian


** Changed in: squid-prefetch (Ubuntu)
   Status: New = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
emoving packages from utopic:
sqcwa 0.3-3.1 in utopic
sqcwa 0.3-3.1 in utopic amd64
sqcwa 0.3-3.1 in utopic arm64
sqcwa 0.3-3.1 in utopic armhf
sqcwa 0.3-3.1 in utopic i386
sqcwa 0.3-3.1 in utopic powerpc
sqcwa 0.3-3.1 in utopic ppc64el
Comment: does not work with squid3, removed from Debian testing, unmaintained


** Changed in: sqcwa (Ubuntu)
   Status: New = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Martin Pitt
** Changed in: squid3 (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/squid3

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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 1323274] Re: Restore Debian's init.d script for insserv compatibility

2014-05-26 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.3.8-1ubuntu7

---
squid3 (3.3.8-1ubuntu7) utopic; urgency=medium

  * Put back the init.d script, for compatibility with insserv. (LP: #1323274)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 May 2014 23:27:57 +0200

** Changed in: squid3 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Restore Debian's init.d script for insserv compatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1323274/+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