|
Bugzilla – Full Text Bug Listing |
| Summary: | hald freezes machine regularly and constantly increases load | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Rasmus Plewe <rasmus> |
| Component: | Basesystem | Assignee: | Danny Kukawka <dkukawka> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
battery info
lshal output |
||
|
Description
Rasmus Plewe
2005-08-12 14:04:51 UTC
Kernel or not Kernel? Can you test this command (as root) and report the output please: for i in `find /proc/acpi/battery/*/ -type f`; do echo $i; time cat $i;done and please also attach the output of 'lshal' Created attachment 45934 [details]
battery info
This is he output from
for i in `find /proc/acpi/battery/*/ -type f`; do echo $i; time cat $i;done
Created attachment 45935 [details]
lshal output
Output from 'lshal'.
Werner: Yes, the system is running *with* a kernel. ;-) I created both attachments. By the way, I jut discovered the system has a floppy drive after all. It is just located on the other side than is the case for my usual laptop, so I simply didn't see it... EC burst mode (enabled now by default) and recent ACPI_DEBUG mem tracking patch from okir should solve this. Better try kotd: ftp://ftp.suse.com/pub/people/mantel/kotd/i386/HEAD/kernel-default.i586.rpm This one should solve your problems. Please reopen if not. |