# apt-cache policy puppet
puppet:
  Installed: 4.5.2-1ubuntu1
  Candidate: 4.5.2-1ubuntu1
  Version table:
 *** 4.5.2-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
        100 /var/lib/dpkg/status
# apt-cache policy upstart
upstart:
  Installed: 1.13.2-0ubuntu26
  Candidate: 1.13.2-0ubuntu26
  Version table:
 *** 1.13.2-0ubuntu26 500
        500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
        100 /var/lib/dpkg/status
# puppet apply -e "service { 'tftpd-hpa': ensure => stopped }"
Notice: Compiled catalog for unputrefied-marleigh.lxd in environment production 
in 0.22 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: Applied catalog in 0.03 seconds
...
# apt-cache policy puppet
puppet:
  Installed: 4.5.2-1ubuntu2~ppa3
  Candidate: 4.5.2-1ubuntu2~ppa3
  Version table:
 *** 4.5.2-1ubuntu2~ppa3 500
        500 http://ppa.launchpad.net/nacc/lp1570472/ubuntu yakkety/main amd64 
Packages
        100 /var/lib/dpkg/status
     4.5.2-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
# puppet apply -e "service { 'tftpd-hpa': ensure => stopped }"
Notice: Compiled catalog for unputrefied-marleigh.lxd in environment production 
in 0.23 seconds
Notice: /Stage[main]/Main/Service[tftpd-hpa]/ensure: ensure changed 'running' 
to 'stopped'
Notice: Applied catalog in 0.10 seconds

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

Title:
  Set systemd as default service provider

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to