[Bug 1570472] Re: Set systemd as default service provider

Nish Aravamudan nish.aravamudan at canonical.com
Fri Jul 22 23:12:47 UTC 2016


# apt-cache policy puppet
puppet:
  Installed: 3.8.5-2
  Candidate: 3.8.5-2
  Version table:
 *** 3.8.5-2 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        100 /var/lib/dpkg/status
# apt-cache policy upstart
upstart:
  Installed: 1.13.2-0ubuntu21.1
  Candidate: 1.13.2-0ubuntu21.1
  Version table:
 *** 1.13.2-0ubuntu21.1 500
        500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.13.2-0ubuntu21 500
        500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
root at ubuntu:~# puppet apply -e "service { 'tftpd-hpa': ensure => stopped }"
Notice: Compiled catalog for untransubstantiated-vallie.lxd in environment production in 0.13 seconds
Error: /Stage[main]/Main/Service[tftpd-hpa]: Could not evaluate: Execution of '/sbin/status tftpd-hpa' returned 1: status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
Notice: Finished catalog run in 0.02 seconds
...
[ ignore the bad version string this matches the debdiff just attached]
# apt-cache policy puppet
puppet:
  Installed: 3.8.5-2ubuntu1~ppa5
  Candidate: 3.8.5-2ubuntu1~ppa5
  Version table:
 *** 3.8.5-2ubuntu1~ppa5 500
        500 http://ppa.launchpad.net/nacc/lp1570472/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status
     3.8.5-2 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
# puppet apply -e "service { 'tftpd-hpa': ensure => stopped }"
Notice: Compiled catalog for untransubstantiated-vallie.lxd in environment production in 0.14 seconds
Notice: /Stage[main]/Main/Service[tftpd-hpa]/ensure: ensure changed 'running' to 'stopped'
Notice: Finished catalog run in 0.19 seconds

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1570472

Title:
  Set systemd as default service provider

Status in puppet package in Ubuntu:
  In Progress

Bug description:
  AFAIK, Ubuntu has systemd as default init system since 15.04 release. Although, puppet thinks it's still upstart.
  This behavior is already fixed in upstream puppet code. Please, add this patch to Xenial puppet package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1570472/+subscriptions



More information about the Ubuntu-sponsors mailing list