Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Ubuntu #27

Closed
petems opened this issue Jun 30, 2016 · 0 comments
Closed

Issue with Ubuntu #27

petems opened this issue Jun 30, 2016 · 0 comments

Comments

@petems
Copy link
Contributor

petems commented Jun 30, 2016

Should probably mention that enabling the service on Ubuntu first time round:

/bin/systemctl enable openipmi
openipmi.service is not a native service, redirecting to systemd-sysv-install
Executing /lib/systemd/systemd-sysv-install enable openipmi
update-rc.d: error: openipmi Default-Start contains no runlevels, aborting.

Was going to add a file_line/augeas to fix it as part of #25 :

diff --git a/debian/openipmi.init b/debian/openipmi.init
index 92998f9..1550680 100644
--- a/debian/openipmi.init
+++ b/debian/openipmi.init
@@ -13,8 +13,8 @@
 # Provides: ipmidrv
 # Required-Start: $local_fs $remote_fs $syslog
 # Required-Stop: $local_fs $remote_fs $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
 # Short-Description: OpenIPMI Driver init script
 # Description: OpenIPMI Driver init script
 ### END INIT INFO

But it looks like a fixed package will be out faster 😄

https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1596474

Just opening this as a warning

@petems petems closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant