summaryrefslogtreecommitdiff
path: root/debian/TROUBLESHOOTING.Debian
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 /debian/TROUBLESHOOTING.Debian
parentf2495c3d094414e593fde208816859d14000e2d6 (diff)
new d/TROUBLESHOOTING.Debian to fix if /dev/ipmiX is missing
Diffstat (limited to 'debian/TROUBLESHOOTING.Debian')
-rw-r--r--debian/TROUBLESHOOTING.Debian14
1 files changed, 14 insertions, 0 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
+