Hide Forgot
+++ This bug was initially created as a clone of Bug #743023 +++ Description of problem: Changes to files can only be saved when in interactive mode, not using '--autosave' from batch mode # augtool --autosave set /files/etc/libvirt/qemu.conf/security_driver "selinux" # augtool print /files/etc/libvirt/qemu.conf/security_driver /files/etc/libvirt/qemu.conf/security_driver = "none" # augtool augtool> set /files/etc/libvirt/qemu.conf/security_driver "selinux" augtool> save Saved 1 file(s) augtool> # augtool print /files/etc/libvirt/qemu.conf/security_driver /files/etc/libvirt/qemu.conf/security_driver = "selinux" Version-Release number of selected component (if applicable): augeas-0.9.0-1.fc15.x86_64 How reproducible: Always Steps to Reproduce: 1. See above 2. 3. Actual results: Expected results: Additional info: --- Additional comment from lutter on 2011-12-01 15:47:50 PST --- This was fixed upstream with commit f4c2d18a and will be available in the next release (> 0.9.0)
Verify this problem with augeas 0.9.0-2.el6: - augeas-0.9.0-2.el6.x86_64 - augeas-libs-0.9.0-2.el6.x86_64 The autosave can save the configuration successfully: # augtool --autosave set /files/etc/libvirt/qemu.conf/security_driver "selinux" Saved 1 file(s) # augtool print /files/etc/libvirt/qemu.conf/security_driver /files/etc/libvirt/qemu.conf/security_driver = "selinux" Reproduced to verify the steps with augeas 0.9.0-1.el6. Mark it as VERIFIED as above testing.
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/RHBA-2012-0967.html