Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 855022

Summary: Augeas can't setup "require_ssl_reuse" option in vsftpd.conf
Product: Red Hat Enterprise Linux 6 Reporter: David Plachetka <david.plachetka>
Component: augeasAssignee: Hugh Brock <hbrock>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3CC: bfan, cazhang, dcleal, leiwang, rjones, wshi
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: augeas-1.0.0-4.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-21 04:50:48 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:
Bug Depends On: 817753    
Bug Blocks:    

Description David Plachetka 2012-09-06 14:23:05 UTC
Description of problem:
augeas is unable to setup "require_ssl_reuse" option in vsftpd.conf There's an upstream fix adding this option to vsftpd lens.

Version-Release number of selected component (if applicable):
augeas-0.9.0-4.el6

Comment 8 Can Zhang 2013-10-16 07:46:28 UTC
I reproduced the bug with augeas-0.9.0-2.el6:

augtool> set /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse "YES"
augtool> save
error: Failed to execute command
error: saving failed (run 'print /augeas//error' for details)
augtool> print /augeas//error
/augeas/files/etc/xml/test2.xml/error = "parse_failed"
/augeas/files/etc/xml/test2.xml/error/pos = "1"
/augeas/files/etc/xml/test2.xml/error/line = "1"
/augeas/files/etc/xml/test2.xml/error/char = "1"
/augeas/files/etc/xml/test2.xml/error/lens = "/usr/share/augeas/lenses/dist/xml.aug:133.10-135.60:"
/augeas/files/etc/xml/test2.xml/error/message = "Syntax error"
/augeas/files/etc/xml/test.xml/error = "parse_failed"
/augeas/files/etc/xml/test.xml/error/pos = "38"
/augeas/files/etc/xml/test.xml/error/line = "1"
/augeas/files/etc/xml/test.xml/error/char = "38"
/augeas/files/etc/xml/test.xml/error/lens = "/usr/share/augeas/lenses/dist/xml.aug:133.10-135.60:"
/augeas/files/etc/xml/test.xml/error/message = "Syntax error"
/augeas/files/etc/vsftpd/vsftpd.conf/error = "put_failed"
/augeas/files/etc/vsftpd/vsftpd.conf/error/path = "/files/etc/vsftpd/vsftpd.conf"
/augeas/files/etc/vsftpd/vsftpd.conf/error/lens = "/usr/share/augeas/lenses/dist/vsftpd.aug:27.10-.61:"
/augeas/files/etc/vsftpd/vsftpd.conf/error/message = "Malformed child node 'require_ssl_reuse'"


And the commands work fine with augeas-1.0.0-5.el6:

augtool> set /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse "YES"
augtool> save
Saved 1 file(s)
augtool> print /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse
/files/etc/vsftpd/vsftpd.conf/require_ssl_reuse = "YES"

So the bug has been fixed.

Comment 10 errata-xmlrpc 2013-11-21 04:50:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-1537.html