Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
PUP 5.3.3
-
Puppet 5.3.3 (PE 2017.2.3) and Ubuntu 16.04
-
-
Platform OS
-
Platform OS Kanban
-
Customer Feedback
-
Normal
-
2 - 5-25% of Customers
-
3 - Serious
-
4 - $$$$$
-
-
Needs Assessment
Description
Puppet Version: 5.3.3
Puppet Server Version: 5.3.3
OS Name/Version: Ubuntu 16.04
Describe your issue in as much detail as possible…
In 16.04 when using puppet resource service, it bombs out if some of the services aren't using systemd, and trying to contact upstart, we should be handling this error better
Describe steps to reproduce…
It seems that a vanilla install of Ubuntu 16.x is OK, however when intalling additional Ubuntu packages such as the GUI, we se this error
To reproduce
Install Ubuntu 16.04
Install the desktop packages
sudo apt-get update
|
sudo apt-get install ubuntu-desktop
|
reboot
|
Login via the GUI and open up a terminal or SSH into the server
run puppet resource service
and you will get the error
Debug: Executing '/sbin/initctl list' |
Error: Could not run: #<IO:0x00000000017b6cf8> |
Debug run attached
Desired Behavior:
When the service cannot connect to jumpstart/returns it shouldn't break the command, the error should be handled and the services are returned
Actual Behavior:
The command errors out
Please take a moment and attach any relevant log output and/or manifests. This will help us immensely when troubleshooting the issue.
Attached