Hide Forgot
Description of problem: The Debug level for sss_debuglevel cannot be set with the option --debug Version-Release number of selected component (if applicable): [root@fedora-client sss_tools]# rpm -q sssd sssd-1.8.1-0.20120228T2018Zgit751b121.fc16.i686 How reproducible: Always Steps to Reproduce: 1. Run sss_debuglevel --debug=1 2. sss_debuglevel --debug=0x0020 Actual results: [root@fedora-client sss_tools]# sss_debuglevel --debug=1 Usage: sss_debuglevel [-?] [-?|--help] [--usage] [--debug=INT] [-c|--config STRING] DEBUG_LEVEL_TO_SET Specify debug level you want to set [root@fedora-client sss_tools]# sss_debuglevel --debug=0x0020 Usage: sss_debuglevel [-?] [-?|--help] [--usage] [--debug=INT] [-c|--config STRING] DEBUG_LEVEL_TO_SET Specify debug level you want to set Expected results: The Debug Level should be set accordingly Additional info:
Upstream ticket: https://fedorahosted.org/sssd/ticket/1224
You are actually using the tool incorrectly. The --debug=N value is actually not supposed to be visible in the --help output. It's actually there for debugging the tool itself, not changing the debug level of the SSSD. The correct syntax for changing SSSD's debug level is: sss_debuglevel 0xFFF0 or sss_debuglevel 4 We're going to fix this upstream so that the --debug=N option is hidden from the --help, to avoid confusion.
sssd-1.8.1-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/FEDORA-2012-2725/sssd-1.8.1-7.fc16
Package sssd-1.8.1-7.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sssd-1.8.1-7.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-2725/sssd-1.8.1-7.fc16 then log in and leave karma (feedback).
sssd-1.8.1-7.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.