summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-01-03 11:01:54 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-01-03 11:01:54 +0100
commit291489a7a30ddd4126ec02fadde3e767991be5e9 (patch)
treed95872690acbc1f87ba94d42a2cf8badc9c76539
parentf2495c3d094414e593fde208816859d14000e2d6 (diff)
new d/TROUBLESHOOTING.Debian to fix if /dev/ipmiX is missing
-rw-r--r--debian/TROUBLESHOOTING.Debian14
-rw-r--r--debian/changelog4
2 files changed, 17 insertions, 1 deletions
diff --git a/debian/TROUBLESHOOTING.Debian b/debian/TROUBLESHOOTING.Debian
new file mode 100644
index 0000000..6efcea2
--- /dev/null
+++ b/debian/TROUBLESHOOTING.Debian
@@ -0,0 +1,14 @@
+
+1.) Could not open device at /dev/ipmiX
+
+
+
+1.) Could not open device at /dev/ipmiX
+
+If you get this error messages on start ipmievd and you have you have an IPMI Interface you can fix this with:
+
+- apt install openipmi
+- systemctl edit ipmied
+ and add into teh Unit section
+ After=openipmi.service
+
diff --git a/debian/changelog b/debian/changelog
index 6e89b4f..ac2b5bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,9 @@ ipmitool (1.8.18-11) unstable; urgency=medium
* debian/copyright:
- Add year 2021 to debian/*.
* debian/ipmitool.maintscript (Closes: #947384):
- - Change prior-version to 1.8.18-11~
+ - Change prior-version to 1.8.18-11~.
+ * New debian/TROUBLESHOOTING.Debian (Closes: #950206):
+ - Add Fix if /dev/ipmiX is missing.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 03 Jan 2021 10:13:15 +0100