[Bug 551544] Re: puppet in lucid does not support upstart status

2012-05-25 Thread Matthaus Litteken
Lorello, I believe this issue is being tracked at https://projects.puppetlabs.com/issues/14297 and there is a pull request in that should resolve the issue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu.

[Bug 551544] Re: puppet in lucid does not support upstart status

2012-05-09 Thread lorello
Hi, I've the same problem on Lucid Ec2 hosts: ssh service does not restart correctly using hasstatus = true, even expliciting upstart as provider I'm using Puppet version 2.7.14 from skettler's PPA -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 551544] Re: puppet in lucid does not support upstart status

2012-05-09 Thread Glenn Aaldering
Hi Lorello, In the puppet source code at github you can see how the status is checked via upstart: https://github.com/puppetlabs/puppet/blob/master/lib/puppet/provider/service/upstart.rb The is a search for 'start' on the status output. So if ssh is running and status ssh gives the following

[Bug 551544] Re: puppet in lucid does not support upstart status

2012-02-22 Thread Hendy Irawan
It says fixed but I don't think it's fixed. I'm using Ubuntu 11.10 with Puppet 2.7.10 and still having this problem. I also filed Puppet bug #12773: Service Status detection does not always work properly on Ubuntu in https://projects.puppetlabs.com/issues/12773 See also forum thread: puppet

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathiaz/ubuntu/lucid/upstart/workaround-status- exit-code -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in ubuntu.

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-13 Thread Mathias Gug
** Changed in: puppet (Ubuntu Lucid) Status: Triaged = In Progress -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in ubuntu. --

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-10 Thread Mathias Gug
As mentioned on IRC: slangasek ttx: bug #551544 possibly simpler to just get this fixed in upstart for release; can you make sure mathiaz talks with Keybuk about this? slangasek (bug #552786 is the corresponding upstart bug) ttx slangasek: yes -- puppet in lucid does not support upstart status

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-09 Thread Thierry Carrez
** Changed in: puppet (Ubuntu Lucid) Assignee: (unassigned) = Mathias Gug (mathiaz) -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-09 Thread Mathias Gug
Here is a proposal: Add a statuscmd function in the puppet debian service provider. If the initscript script is a symlink to /lib/init/upstart-job, use the following command as the statuscmd instead of the default [initscript, :status] defined in the init provider: sh -c invoke-rc.d SERVICE

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-09 Thread Nick Moffitt
Presumably even if there is i18n, you could force LANG=C or similar? -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in ubuntu. --

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-04-01 Thread Thierry Carrez
** Changed in: puppet (Ubuntu Lucid) Milestone: None = ubuntu-10.04 -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in ubuntu. --

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-03-31 Thread Nigel Kersten
I'll try and find the bug in a second, but apparently the lack of any return codes from /etc/init.d/foo status when a service has been upstarted is a bug. Ultimately I feel puppet needs an initctl based service provider. -- puppet in lucid does not support upstart status

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-03-31 Thread Nigel Kersten
To clarify, assuming the status situation with upstarted init.d scripts is resolved, I don't see any major reason why the existing provider wouldn't continue to at least function well enough for users? The update-rc situation isn't ideal, which is why I suggested an initctl based provider, which

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-03-31 Thread Andrew Pollock
See also https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/552786 for something vaguely related -- puppet in lucid does not support upstart status https://bugs.launchpad.net/bugs/551544 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-03-30 Thread Nick Moffitt
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42477382/Dependencies.txt ** Description changed: Binary package hint: puppet - Puppet does not currently have an upstart provider for the server + Puppet does not currently have an upstart provider for the service

[Bug 551544] Re: puppet in lucid does not support upstart status

2010-03-30 Thread Mathias Gug
** Changed in: puppet (Ubuntu) Importance: Undecided = Medium ** Changed in: puppet (Ubuntu) Status: New = Confirmed ** Also affects: puppet (Ubuntu Lucid) Importance: Medium Status: Confirmed -- puppet in lucid does not support upstart status