Debian Bug report logs - #633031
ltsp: /run transition: Please switch to /run/sendsigs.omit.d

version graph

Package: src:ltsp; Maintainer for src:ltsp is Debian LTSP Maintainers <team+ltsp@tracker.debian.org>;

Reported by: Roger Leigh <rleigh@debian.org>

Date: Thu, 7 Jul 2011 22:33:07 UTC

Severity: important

Found in version ltsp/5.2.8-1

Fixed in version 5.2.16-1

Done: Vagrant Cascadian <vagrant@freegeek.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#633031; Package src:ltsp. (Thu, 07 Jul 2011 22:33:10 GMT) (full text, mbox, link).


Acknowledgement sent to Roger Leigh <rleigh@debian.org>:
New Bug report received and forwarded. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (Thu, 07 Jul 2011 22:33:10 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Roger Leigh <rleigh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ltsp: /run transition: Please switch to /run/sendsigs.omit.d
Date: Thu, 07 Jul 2011 23:30:55 +0100
Source: ltsp
Version: 5.2.8-1
Severity: important

Your package is currently using/lib/init/rw/sendsigs.omit.d
which is now deprecated and pending removal.  Please update your
package to use /run/sendsigs.omit.d with a versioned dependency
on initscripts, as detailed below.

An overview of the /run transition and its current progress is
available at http://wiki.debian.org/ReleaseGoals/RunDirectory
Basically, it's now in both testing and unstable, and the next
phase of the transition is to migrate all users of /lib/init/rw
over to /run and then remove /lib/init/rw entirely for wheezy
(as soon as this transition is complete).

Your package is one of the users of sendsigs.omit.d listed here:
http://wiki.debian.org/ReleaseGoals/RunDirectory#Packages_using_.2BAC8-lib.2BAC8-init.2BAC8-rw

Recommendations for how to do the transition may be found here:
http://wiki.debian.org/ReleaseGoals/RunDirectory#How_to_transition_from_.2BAC8-lib.2BAC8-init.2BAC8-rw_to_.2BAC8-run.3F

For sendsigs.omit.d, we would recommend that you:

* Depend on initscripts (>= 2.88dsf-13.3)
* Replace *all* usage of /lib/init/rw with /run
* Move all files in /lib/init/rw to /run in the package postinst, for
  example:

    if [ -f /lib/init/rw/sendsigs.omit.d/foo ]; then
        mv /lib/init/rw/sendsigs.omit.d/foo /run/sendsigs.omit.d/foo
    fi


Regards,
Roger




Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#633031; Package src:ltsp. (Tue, 06 Dec 2011 10:27:30 GMT) (full text, mbox, link).


Acknowledgement sent to Roger Leigh <rleigh@codelibre.net>:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (Tue, 06 Dec 2011 10:27:37 GMT) (full text, mbox, link).


Message #10 received at 633031@bugs.debian.org (full text, mbox, reply):

From: Roger Leigh <rleigh@codelibre.net>
To: Roger Leigh <rleigh@debian.org>, 633031@bugs.debian.org
Subject: Re: Bug#633031: ltsp: /run transition: Please switch to /run/sendsigs.omit.d
Date: Tue, 6 Dec 2011 10:23:16 +0000
On Thu, Jul 07, 2011 at 11:30:55PM +0100, Roger Leigh wrote:
> Source: ltsp
> Version: 5.2.8-1
> Severity: important
> 
> Your package is currently using/lib/init/rw/sendsigs.omit.d
> which is now deprecated and pending removal.  Please update your
> package to use /run/sendsigs.omit.d with a versioned dependency
> on initscripts, as detailed below.

Ping?  Has any work been done on this yet?

/lib/init/rw will be removed in the next week or so.  You need to
update ltsp now, or else it will require an NMU to fix this.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.




Reply sent to Vagrant Cascadian <vagrant@freegeek.org>:
You have taken responsibility. (Tue, 06 Dec 2011 19:57:06 GMT) (full text, mbox, link).


Notification sent to Roger Leigh <rleigh@debian.org>:
Bug acknowledged by developer. (Tue, 06 Dec 2011 19:57:06 GMT) (full text, mbox, link).


Message #15 received at 633031-done@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@freegeek.org>
To: Roger Leigh <rleigh@codelibre.net>, 633031-done@bugs.debian.org
Subject: Re: [Pkg-ltsp-devel] Bug#633031: ltsp: /run transition: Please switch to /run/sendsigs.omit.d
Date: Tue, 6 Dec 2011 11:55:57 -0800
Version: 5.2.16-1

On Tue, Dec 06, 2011 at 10:23:16AM +0000, Roger Leigh wrote:
> On Thu, Jul 07, 2011 at 11:30:55PM +0100, Roger Leigh wrote:
> > Source: ltsp
> > Version: 5.2.8-1
> > Severity: important
> > 
> > Your package is currently using/lib/init/rw/sendsigs.omit.d
> > which is now deprecated and pending removal.  Please update your
> > package to use /run/sendsigs.omit.d with a versioned dependency
> > on initscripts, as detailed below.
> 
> Ping?  Has any work been done on this yet?

support for both old and new locations was added upstream, and i didn't close 
the bug when i made the last upload. apologies for the confusion.

ltsp (5.2.16-1) unstable; urgency=low

  * New upstream version:
...
      + ltsp-init-common: support /run/sendsigs.omit.d in 
        nbd_sendsigs_protection function.
...

 -- Vagrant Cascadian <vagrant@debian.org>  Sun, 14 Aug 2011 07:53:58 -0700

live well,
  vagrant




Message #16 received at 633031-done@bugs.debian.org (full text, mbox, reply):

From: Roger Leigh <rleigh@codelibre.net>
To: Vagrant Cascadian <vagrant@freegeek.org>
Cc: 633031-done@bugs.debian.org
Subject: Re: [Pkg-ltsp-devel] Bug#633031: ltsp: /run transition: Please switch to /run/sendsigs.omit.d
Date: Tue, 6 Dec 2011 20:05:43 +0000
On Tue, Dec 06, 2011 at 11:55:57AM -0800, Vagrant Cascadian wrote:
> Version: 5.2.16-1
> 
> On Tue, Dec 06, 2011 at 10:23:16AM +0000, Roger Leigh wrote:
> > On Thu, Jul 07, 2011 at 11:30:55PM +0100, Roger Leigh wrote:
> > > Source: ltsp
> > > Version: 5.2.8-1
> > > Severity: important
> > > 
> > > Your package is currently using/lib/init/rw/sendsigs.omit.d
> > > which is now deprecated and pending removal.  Please update your
> > > package to use /run/sendsigs.omit.d with a versioned dependency
> > > on initscripts, as detailed below.
> > 
> > Ping?  Has any work been done on this yet?
> 
> support for both old and new locations was added upstream, and i didn't close 
> the bug when i made the last upload. apologies for the confusion.

That's great, thanks!

Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 04 Jan 2012 07:32:46 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 13:08:08 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.