http://bugzilla.kernel.org/show_bug.cgi?id=7961
------- Additional Comments From [EMAIL PROTECTED] 2007-02-09 08:02 ------- Good hint. /etc/inittab has an entry: si::sysinit:/etc/rc.d/rc.sysinit and rc.sysinit has a loop which attempts to load every module it finds in kernel/drivers/acpi: # Initialize ACPI bits if [ -d /proc/acpi ]; then for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do module=${module##*/} module=${module%.ko} modprobe $module >/dev/null 2>&1 done fi I think I'll try taking out the extraneous drivers (ibm_acpi.ko and toshiba_acpi.ko), and give acpi/acpid another shot. It could be that the failed loading of one of these other modules sets the stage for the meltdown that occurs later in haldaemon etc. Come to think of it, since the only ACPI this system uses involve poweroff/shutdown, are any of the modules other than button required? Maybe processor.ko for athcool? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla