blob: 6efcea2303dc5a8d8fd8ec3d0ae36ac608693d49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|