search for: ipmi_poweroff

Displaying 5 results from an estimated 5 matches for "ipmi_poweroff".

2016 May 25
3
Fail to load kernel module ipmi_si on CentOS-6
...-r--. 1 root root 93080 Jul 23 2015 /lib/modules/2.6.32-573.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko # modprobe ipmi_si FATAL: Error inserting ipmi_si (/lib/modules/2.6.32-573.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko): No such device # lsmod |grep ipmi ipmi_devintf 7729 0 ipmi_poweroff 8532 0 ipmi_watchdog 17874 0 ipmi_msghandler 38701 3 ipmi_devintf,ipmi_poweroff,ipmi_watchdog # ipmitool Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory ?What should I do if I want to setup IPMI on my centos host? -- R...
2006 Mar 08
1
[Fwd: Red Hat Enterprise Linux 4 Update 3 Availability Announcement]
...to be certified > are documented on the Red Hat website at > http://www.redhat.com/en_us/USA/rhel/details/limits/ > * IA64 multi-core support > * Driver updates including > cciss, hangcheck-timer, ipmi_devintf, ipmi_msghandler, > ipmi_poweroff, ipmi_si, ipmi_watchdog, mptbase, e1000, ixgb, > tg3, aacraid, ahci, ata_piix, iscsi_sfnet, libata, qla2100, > qla2200, qla2300, qla2322, qla2xxx, qla6312, sata_nv, > sata_promise, sata_svw, sata_sx4, sata_vsc, cifs > * Driver additions including >...
2013 Jun 14
1
[Trivial PATCH 00/33] Remove uses of typedef ctl_table
...---- arch/s390/kernel/debug.c | 4 +-- arch/s390/mm/cmm.c | 6 ++-- arch/tile/kernel/proc.c | 4 +-- arch/x86/vdso/vdso32-setup.c | 4 +-- drivers/cdrom/cdrom.c | 10 +++---- drivers/char/hpet.c | 6 ++-- drivers/char/ipmi/ipmi_poweroff.c | 6 ++-- drivers/char/random.c | 8 +++--- drivers/char/rtc.c | 6 ++-- drivers/infiniband/core/ucma.c | 2 +- drivers/macintosh/mac_hid.c | 8 +++--- drivers/md/md.c | 6 ++-- drivers/misc/sgi-xp/xpc_main.c | 6 ++-- drivers...
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
...ides a driver for OPAL firmware-based IPMI interfaces. + Provides a driver for OPAL firmware-based IPMI interfaces. config IPMI_WATCHDOG tristate 'IPMI Watchdog Timer' help - This enables the IPMI watchdog timer. + This enables the IPMI watchdog timer. config IPMI_POWEROFF tristate 'IPMI Poweroff' help - This enables a function to power off the system with IPMI if + This enables a function to power off the system with IPMI if the IPMI management controller is capable of this. endif # IPMI_HANDLER diff --git a/drivers/clk/Kconfig...
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
...ides a driver for OPAL firmware-based IPMI interfaces. + Provides a driver for OPAL firmware-based IPMI interfaces. config IPMI_WATCHDOG tristate 'IPMI Watchdog Timer' help - This enables the IPMI watchdog timer. + This enables the IPMI watchdog timer. config IPMI_POWEROFF tristate 'IPMI Poweroff' help - This enables a function to power off the system with IPMI if + This enables a function to power off the system with IPMI if the IPMI management controller is capable of this. endif # IPMI_HANDLER diff --git a/drivers/clk/Kconfig...