Bug 653005
Summary: | video/audio broken after hibernation | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paolo Bonzini <pbonzini> |
Component: | ConsoleKit | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | harald, jonathan, lpoetter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-17 00:57:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Paolo Bonzini
2010-11-14 03:21:47 UTC
chmod is not the way it works... console user access is granted with ACLs. What is: # getfacl /dev/video0 before and after hibernation before hibernation ================== yakj:~ pbonzini$ getfacl /dev/video0 getfacl: Removing leading '/' from absolute path names # file: dev/video0 # owner: root # group: video user::rw- user:pbonzini:rw- group::rw- mask::rw- other::--- after hibernation ================= yakj:~ pbonzini$ getfacl /dev/video0 getfacl: Removing leading '/' from absolute path names # file: dev/video0 # owner: root # group: video user::rw- group::rw- mask::rw- other::--- As expected, the ACL is not restored (the chmod experiment was just to make sure that the problem involved permissions). A workaround is to switch to another console and back. I guess the bug is more likely to be in ConsoleKit, changing component. *** This bug has been marked as a duplicate of bug 650955 *** *** This bug has been marked as a duplicate of bug 643367 *** |