[Bug 819044] Re: puppet in natty can't enable services

2014-12-03 Thread Rolf Leggewie
natty has seen the end of its life and is no longer receiving any
updates. Marking the natty task for this ticket as Won't Fix.

** Changed in: puppet (Ubuntu Natty)
   Status: Fix Committed = Won't Fix

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2012-12-16 Thread William Van Hevelingen
** Changed in: puppet (Ubuntu Natty)
   Status: Confirmed = Fix Committed

** Changed in: puppet (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2011-10-17 Thread William Van Hevelingen
Oneiric not affected as it has puppet 2.7.1

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

** Also affects: puppet (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573551
   Importance: Unknown
   Status: Unknown

** Changed in: puppet (Ubuntu Oneiric)
   Status: Confirmed = Fix Released

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2011-10-17 Thread Bug Watch Updater
** Changed in: puppet (Debian)
   Status: Unknown = Fix Released

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2011-09-13 Thread semiosis
While the enable line does not work in natty, the -f remove line
sure does, so the end result is that enable = true has the effect of
DISABLING the service.  this is a horrible problem!

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2011-09-03 Thread Launchpad Bug Tracker
** Changed in: puppet (Ubuntu)
   Status: New = Confirmed

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

Title:
  puppet in natty can't enable services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/819044/+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 819044] Re: puppet in natty can't enable services

2011-08-02 Thread Dave Walker
Thanks for the bug report.

This is noted as being resolved in the Oneiric package, but I have some
concerns regarding the differing hunks.

sysv-rc is 2.88dsf-13.10ubuntu4 in current Oneiric, meaning that
'disable' is used.  It's not clear to me if this is ok.  Before we can
SRU this, we need to confirm that it is resolved in Oneiric.

  def disable
if `dpkg --compare-versions $(dpkg-query -W --showformat '${Version}' 
sysv-rc) ge 2.88 ; echo $?`.to_i == 0
  update_rc @resource[:name], disable
else
  update_rc -f, @resource[:name], remove
  update_rc @resource[:name], stop, 00, 1, 2, 3, 4, 5, 6, 
.
end
  end

...
  def enable
update_rc -f, @resource[:name], remove
update_rc @resource[:name], defaults



** Also affects: puppet (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: puppet (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: puppet (Ubuntu Natty)
   Importance: Undecided = Medium

** Changed in: puppet (Ubuntu)
   Importance: Undecided = Medium

** Also affects: puppet (Ubuntu Oneiric)
   Importance: Medium
   Status: New

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

Title:
  puppet in natty can't enable services

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