Bug 772982
| Summary: | Exception TypeError: "'NoneType' object is not callable" in <function _removeHandlerRef at 0xb75c96bc> ignored | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Wendell Baker <wendellcraigbaker> |
| Component: | setroubleshoot | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | crobinso, dwalsh, lpoetter, mclasen, mgrepl, walters |
| 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: | 2013-11-20 14:17:11 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
Wendell Baker
2012-01-10 15:33:55 UTC
cat <<REALLY-EOF-REALLY | ssh root@rawhide groupadd -g 500 wbaker useradd -u 500 -g wbaker wbaker usermod -c 'Wendell Craig Baker' wbaker # no group list (save that for later when the full account set comes in) usermod -p 'non-secret-password-gobletygook' wbaker mkdir -p /home/wbaker/.ssh cat << EOF >> /home/wbaker/.ssh/authorized_keys2 ... some known-working ssh keys here... EOF chmod 755 /home/wbaker/.ssh chmod 644 /home/wbaker/.ssh/authorized_keys2 restorecon -R -v /home/wbaker REALLY-EOF-REALLY Should fix your labeling problem. I just pushed an updated setroubleshoot that seems to be working correctly on my machine. Could you try it out. setroubleshoot-3.1.3-1.fc17.x86_64 This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 No response for months and its been in MODIFIED that whole time, closing as CURRENTRELEASE |