Your message dated Sun, 26 Mar 2017 13:23:14 +0200
with message-id <[email protected]>
and subject line Closing
has caused the Debian Bug report #596038,
regarding Writes temporary files all over the filesystem
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
596038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: augeas
Version: 0.7.0-1
Severity: normal
Tags: upstream
Augtool insists on writing to the filesystem, even if it does not
need to make any changes. For instance, the following fails because
/etc is mounted read-only, and hence /etc/ssh/sshd_config.augnew
cannot be written (strace attached):
augtool> print /files/etc/ssh/sshd_config/PermitRootLogin
/files/etc/ssh/sshd_config/PermitRootLogin = "without-password"
augtool> set /files/etc/ssh/sshd_config/PermitRootLogin without-password
augtool> print /files/etc/ssh/sshd_config/PermitRootLogin
/files/etc/ssh/sshd_config/PermitRootLogin = "without-password"
augtool> save
Saving failed
Please use a temporary directory for writing temporary files.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
augtool-ro.strace.gz
Description: Binary data
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
Control: fixed -1 0.7.4-0ubuntu1
So, it's been more than 6 years with no feedback about this bug, so I am
going to close it.
The original report contained an example where an existing node was set
to the same value. After that the "save" command failed because augtool
was not allowed to create the $PATH.augnew file that is needed to
atomically replace the configuration file.
The offered patch went into upstream version 0.7.4 (2010-11-19). I can't
reproduce the issue as reported with the current 1.7.0-1 package.
Cheers,
-Hilko
--- End Message ---