You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #222 landed and released as part of google-guest-agent20231004.02-0ubuntu1~20.04.3, we've started to notice that etckeeper is failing. The issue is with when etckeeper is configured to use the bzr / bazaar backend and fails as follows:
/etc/cron.daily/etckeeper:
skipping /etc/ssh/oslogin_trustedca.pub (can't add file of kind 'fifo')
bzr: ERROR: No changes to commit. Please 'bzr add' the files you want to commit, or use --unchanged to force an empty commit.
run-parts: /etc/cron.daily/etckeeper exited with return code 3
ubuntu@juju-9b9b35-2:~$ ls -la /etc/ssh/oslogin_trustedca.pub
prw-r--r-- 1 root root 0 Jan 10 14:42 /etc/ssh/oslogin_trustedca.pub
Any chance we could revisit the location to this named pipe? Perhaps a better location for it would be under /run as it isn't configuration related?
Having it under /run also aligns with the rest of the system, e.g.:
Hi,
Since #222 landed and released as part of
google-guest-agent
20231004.02-0ubuntu1~20.04.3
, we've started to notice thatetckeeper
is failing. The issue is with whenetckeeper
is configured to use thebzr
/bazaar
backend and fails as follows:Any chance we could revisit the location to this named pipe? Perhaps a better location for it would be under
/run
as it isn't configuration related?Having it under
/run
also aligns with the rest of the system, e.g.:Thanks!
The text was updated successfully, but these errors were encountered: