Bug 1061984
Summary: | problem with interface smartups apcupsd | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Schlegel <moschleg> | ||||
Component: | apcupsd | Assignee: | Michal Hlavinka <mhlavink> | ||||
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | j.fikar, la_antorcha_guia, lsatenstein, mhlavink, moschleg, pcfe | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 904151 | Environment: | |||||
Last Closed: | 2015-06-29 15:01:52 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Mark Schlegel
2014-02-06 01:50:34 UTC
Created attachment 859942 [details]
copy of /etc/apcupsd/apcupsd.conf
Re-ran 'lsusb -v -s 007:002' as root to get more info (iProduct was truncated): iProduct 1 Smart-UPS 1500 FW:601.3.D USB FW:8.1 This is still broken in the latest kernel I've installed on Fedora 19: kernel-3.13.5-103.fc19.x86_64 dmesg is full of repeated lines: [85389.532602] hid-generic 0003:051D:0002.0001: control queue full [85389.552669] hid-generic 0003:051D:0002.0001: control queue full [85389.572737] hid-generic 0003:051D:0002.0001: control queue full [85389.592805] hid-generic 0003:051D:0002.0001: control queue full [85389.612873] hid-generic 0003:051D:0002.0001: control queue full [85389.632940] hid-generic 0003:051D:0002.0001: control queue full [85389.673067] hid-generic 0003:051D:0002.0001: control queue full [85389.713195] hid-generic 0003:051D:0002.0001: control queue full current apcupsd version used: apcupsd-3.14.10-10.fc19.x86_64 I've since upgraded to Fedora 20: kernel: kernel-3.13.9-200.fc20.x86_64 apcupsd-3.14.12-1.fc20.x86_64 and I'm still confirming that the dmesg is still overflowing with control queue full output Reconfirmed on Fedora 20 with kernel 3.14.4-200.fc20.x86_64 from updates-testing had the same problem, check this quick fix: http://forums.gentoo.org/viewtopic-p-7569028.html#7569028 This bug doesn't seem to exist anymore after I've upgraded to Fedora 21 x86_64: kernel 3.17.7-300.fc21.x86_64 apcupsd-3.14.12-3.fc21.x86_64 However the move to Fedora 21 also was done onto new hardware (new motherboard, new GPU, etc). It's possible the bug was hardware related and connected to the old motherboard. I still see the error on kernel 3.17.4 and with apcupsd 3.14.12. I think Mark does not see the error any more, as the corresponding /sys/class/usbmisc/hiddev0/device/../power/control is set to "on", while error shows when it is set to "auto", as it was probably before. Can you check this? cat /sys/class/usbmisc/hiddev0/device/../power/control echo auto > /sys/class/usbmisc/hiddev0/device/../power/control and wait for an hour or so. @j.fikar Yes, I've just checked the dmesg after doing the echo you posted to comment 8, I'm getting the queue full errors: [1380214.449980] hid-generic 0003:051D:0002.0002: control queue full [1380214.470104] hid-generic 0003:051D:0002.0002: control queue full [1380214.490210] hid-generic 0003:051D:0002.0002: control queue full [1380214.510314] hid-generic 0003:051D:0002.0002: control queue full This is on: Fedora 21 x86_64 Kernel 3.17.7-300.fc21.x86_64 Asus motherboard: P9X79 WS 32 GB RAM Intel(R) Xeon(R) CPU E5-2609 and the same APC UPS Model SUA1500 This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. Same problem is with Fedora 23. The RedHat docs do not explain how to empty the queue From the tail end of dmesg (many lines) hid-generic 0003:051D:0002.0001: control queue full |