Displaying 4 results from an estimated 4 matches for "acpi_power_off".
2005 Jun 20
1
acpi_power_off called
i cannot shutdown the computer.
i get "acpi_power_off called" message.
thanks.
2005 Dec 13
1
Poweroff on xen-3.0-testing
...ting on my futur xenbox (alias Bi-P3 on abit vp6 motherboard) but I have two problems.
1/ I don''t succeed in poweroff the dom0. When the poweroff is started by "shutdown -h now" command the kernel power down all disks devices but It seems the kernel don''t call the "acpi_power_off() alias pm_poweroff()" function for power down the xenbox.
Is it normal ? Do you have a patch for xen-3.0-testing ?
2/ The "ethtool" doesn''t access to the data parameter of my RTL8139 lan interface in the dom0 to active the WakeOnLan power-on hardware fonction. Do you have...
2007 Jun 27
1
[PATCH 7/10] SMP support to Xen PM
...e_cpu:
+ enable_nonboot_cpus();
spin_unlock(&pm_lock);
return error;
}
@@ -181,6 +210,14 @@ int set_acpi_sleep_info(struct xenpf_set
acpi_sinfo.pm1a_evt, acpi_sinfo.pm1b_evt,
info->xen_waking_vec);
return 0;
+}
+
+static void acpi_power_off(void)
+{
+ pmprintk(XENLOG_INFO, "%s called\n", __FUNCTION__);
+ local_irq_disable();
+ /* Some SMP machines only can poweroff in boot CPU */
+ acpi_enter_sleep_state(ACPI_STATE_S5);
}
/*
@@ -224,7 +261,34 @@ int acpi_enter_sleep(struct xenpf_enter_
acpi_video_flags =...
2013 Oct 11
1
Centos 6.4 - doesnt power off with shutdown/poweroff cmd
...NOT_FOUND
ACPI Error (psparse-0537): Method parse/execution failed [\PTS_] (Node
ffff88019d043560), AE_NOT_FOUND
ACPI Error (psparse-0537): Method parse/execution failed [\_PTS] (Node
ffff88019dbcf9e8), AE_NOT_FOUND
Disabling non-boot CPUS...
SMP alternatives: switching to UP code
Power Down.
acpi_power_off called
The system doesn't power off, it just sits there. I have to hold the power
button in for it to shut down.
The same still occurs with a completed a fresh minimum install of Centos
6.4, installed the EPEL repo and did yum update.
I'm running the latest bios for the motherbo...