Activity log for bug #1723881

Date Who What changed Old value New value Message
2017-10-16 08:22:42 林博仁(Buo-ren, Lin) bug added bug
2017-10-16 08:28:53 林博仁(Buo-ren, Lin) description Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support a equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458 Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support an equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458
2017-10-21 09:03:47 林博仁(Buo-ren, Lin) description Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support an equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458 Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support an equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458 == Workaround == If you don't really uses software from Snappy/Ubuntu Core, you may avoid this problem by uninstalling Snappy entirely: ``` # apt remove snapd # Previously ubuntu-snappy ```
2017-10-21 09:13:02 John Lenton description Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support an equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458 == Workaround == If you don't really uses software from Snappy/Ubuntu Core, you may avoid this problem by uninstalling Snappy entirely: ``` # apt remove snapd # Previously ubuntu-snappy ``` Etckeeper requires the software management system to run custom commands before and after an operation to allow auto-commiting changes in /etc caused by the software management system. As an example, Etckeeper creates /etc/apt/apt.conf.d/05etckeeper with the following content to achieve this in APT: ``` DPkg::Pre-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi"; }; DPkg::Post-Invoke { "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi"; }; ``` Please support an equivalent mechanism so that changes in /etc made by Snappy can be easily distinguish from others Refer this forum post for more info: https://forum.snapcraft.io/t/counterpart-of-dpkg-pre-invoke-and-dpkg-post-invoke-configurations-in-snappy/2458
2017-12-08 13:34:11 Michael Vogt snappy: status New Triaged
2017-12-08 13:34:13 Michael Vogt snappy: importance Undecided Wishlist
2023-09-20 13:23:40 Michael Vogt affects snappy snapd