Changes between Version 10 and Version 11 of KnownProblems
- Timestamp:
- Feb 25, 2012, 6:29:41 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KnownProblems
v10 v11 10 10 There is a known problem with almost all utilities that power off your system, including the xworkplace eComStation extended shutdown. 11 11 12 The problem occurs when these utilities shut down the file systems before the power off routine has been paged into memory. When the utility calls the routine to power off the system, the kernel can't page it into memory because the file systems have been stopped. This is not a defect in ACPI.PSD or related software and cannot be fixed in the any of the ACPI software . It must be fixed in the power off utility.12 The problem occurs when these utilities shut down the file systems before the power off routine has been paged into memory. When the utility calls the routine to power off the system, the kernel can't page it into memory because the file systems have been stopped. This is not a defect in ACPI.PSD or related software and cannot be fixed in the any of the ACPI software because the ACPI software does not get control at the appropriate time. It must be fixed in the power off utility. 13 13 14 14 Because of the nature of this defect, power off utilities with the defect may have randomly worked in the past because the power off routine may or may not have been in memory for some other reason. If things move around in memory, or some other program causes the routine to get paged in, the power off may have worked. The only way to reliably fix the defect is to fix the power off utility. … … 19 19 }}} 20 20 This command properly makes sure the power off routine is in memory before stopping the file systems. Make sure you are using the latest version of acpistat.exe. 21 22 If acpistat poweroff successfully powers off your system, then there is nothing wrong with any of the ACPI software. Do not report this as a problem with ACPI. Instead report the problem to the appropriate place for your shutdown utility (xworkplace, for example). 21 23 22 24 == Systems with ACPI from Award ==