Bug#573551: affects squeeze, package has only been updated in testing

2011-04-10 Thread Robert Terhaar
I seem to be hitting this bug with the latest Puppet package (2.6.6-1~bpo60+1) from backports in squeeze. service{'puppet': enable => false} throws: err: /Stage[main]/Puppet/Service[puppet]/enable: change from true to false failed: Execution of '/usr/sbin/update-rc.d puppet disable' returned 1:

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-24 Thread micah anderson
On Thu, 24 Mar 2011 03:36:47 +0200, Faidon Liambotis wrote: > On Wed, Mar 23, 2011 at 09:26:41PM -0400, micah anderson wrote: > > The proposed fix is similar to what you and Faidon have suggested, along > > with some tests. Unless someone screams really soon, this is going to be > > the upstream

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-23 Thread Faidon Liambotis
On Wed, Mar 23, 2011 at 09:26:41PM -0400, micah anderson wrote: > The proposed fix is similar to what you and Faidon have suggested, along > with some tests. Unless someone screams really soon, this is going to be > the upstream change, so take a second and have a look: > > https://github.com/MaxM

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-23 Thread micah anderson
On Tue, 22 Mar 2011 07:39:40 +0100, martin f krafft wrote: > also sprach micah anderson [2011.03.22.0047 +0100]: > > > So, removing the > > > update_rc "-f", @resource[:name], "remove" > > > line before "enable" should be fine. > > > > This does seem like it might work, although I'm concerne

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-21 Thread martin f krafft
also sprach micah anderson [2011.03.22.0047 +0100]: > > So, removing the > > update_rc "-f", @resource[:name], "remove" > > line before "enable" should be fine. > > This does seem like it might work, although I'm concerned about the > corner cases, and: > > > However, I'm not sure how that w

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-21 Thread micah anderson
On Mon, 21 Mar 2011 17:02:41 +0200, Faidon Liambotis wrote: > Sorry for the very late reply. No problem. It looks like we missed this stable point release, but we can get the next one! > On Thu, Mar 10, 2011 at 04:53:57PM -0500, micah anderson wrote: ... > > (note 105 is behavior uncertain) >

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-21 Thread Faidon Liambotis
Hi micah, Sorry for the very late reply. On Thu, Mar 10, 2011 at 04:53:57PM -0500, micah anderson wrote: > # update-rc.d -f ssh remove > update-rc.d: using dependency based boot sequencing > # echo $? > 0 > # update-rc.d ssh disable > update-rc.d: using dependency based boot sequencing > update-r

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-10 Thread micah anderson
On Sat, 5 Mar 2011 01:40:15 +0200, Faidon Liambotis wrote: > On Thu, Mar 03, 2011 at 12:31:07PM -0500, micah anderson wrote: > > On Wed, 02 Mar 2011 11:28:46 -0500, micah anderson wrote: > What can we do to have this backported in squeeze as well? Can I do > anything to help? I can NMU but I mayb

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-04 Thread micah anderson
On Sat, 5 Mar 2011 01:40:15 +0200, Faidon Liambotis wrote: > On Thu, Mar 03, 2011 at 12:31:07PM -0500, micah anderson wrote: > > On Wed, 02 Mar 2011 11:28:46 -0500, micah anderson wrote: > > > Additionally, I think that we can push 2.6.4-1 into backports now. > > > > I uploaded a backport of 2.6

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-04 Thread Faidon Liambotis
On Thu, Mar 03, 2011 at 12:31:07PM -0500, micah anderson wrote: > On Wed, 02 Mar 2011 11:28:46 -0500, micah anderson wrote: > > Additionally, I think that we can push 2.6.4-1 into backports now. > > I uploaded a backport of 2.6.4-1 yesterday, pending NEW approval from > backports. Thanks. Althou

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-03 Thread micah anderson
On Wed, 02 Mar 2011 11:28:46 -0500, micah anderson wrote: > Additionally, I think that we can push 2.6.4-1 into backports now. I uploaded a backport of 2.6.4-1 yesterday, pending NEW approval from backports. micah pgpgLqmS3sZZC.pgp Description: PGP signature

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-02 Thread micah anderson
On Wed, 2 Mar 2011 15:38:10 +0200, Faidon Liambotis wrote: > On Mon, Feb 21, 2011 at 02:29:30PM +1100, Tim Connors wrote: > > The fix in 2.6.4-1 in testing is all well and good, but the bug applies to > > stable. Stable has the removed "update-rc.d stop" feature, and so in > > stable, I can't act

Bug#573551: affects squeeze, package has only been updated in testing

2011-03-02 Thread Faidon Liambotis
On Mon, Feb 21, 2011 at 02:29:30PM +1100, Tim Connors wrote: > The fix in 2.6.4-1 in testing is all well and good, but the bug applies to > stable. Stable has the removed "update-rc.d stop" feature, and so in > stable, I can't actually convince puppet to ensure the service is stopped. I also got