Bug 667382
Summary: | cifs.upcall does not accept the '-l' command line option | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Stefan Walter <walteste> |
Component: | cifs-utils | Assignee: | Jeff Layton <jlayton> |
Status: | CLOSED ERRATA | QA Contact: | yanfu,wang <yanwang> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | metze, steved, yanwang |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 13:07:01 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
Stefan Walter
2011-01-05 13:56:00 UTC
This is correct behavior. If you require the legacy behavior from cifs.upcall, then please specify the --legacy-uid flag in request-key.conf. See the cifs.upcall manpage for more info. Ahh sorry, just noticed the latter part about -l not working. Will have a look... Ok, I've just sent a couple of patches to the list and to you that should fix this bug (and another, related bug that causes a segfault). Are you able to test these and let me know if they fix the problem? I have some candidate packages here: http://people.redhat.com/jlayton/rhel6/cifs-utils/ Could you test them and let me know if they fix the problem for you? I Installed cifs-utils-4.7-4.el6 on my test systems and that accepts the '-l' option just fine and the mount works. Thanks a lot. When will this patch make it to the regular RHEL6 updates? Will it help if I also open a case at access.redhat.com? Great, thanks for testing it. It should make 6.1. Opening a case at access.redhat.com would be ideal. When you do so, be sure to reference this BZ so that they know that it's a known bug with a pending fix. reproduced on RHEL6.0: [root@hp-p6100z-02 ~]# rpm -qa|grep cifs-utils cifs-utils-4.4-5.el6.x86_64 [root@hp-p6100z-02 ~]# cifs.upcall -l cifs.upcall: invalid option -- 'l' verified on RHEL6.1 on i386 and x86_64: [root@sun-x8450-01 ~]# rpm -qa|grep cifs-utils cifs-utils-4.8.1-1.el6.x86_64 [root@hp-p6100z-02 ~]# cifs.upcall -l Usage: cifs.upcall [-t] [-v] [-l] key_serial An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0569.html |