myglc2 <myg...@gmail.com> skribis: > On 02/09/2017 at 17:36 Ludovic Courtès writes:
[...] >> Could it be that the ‘guix archive’ you ran uses a configuration >> directory other than this one? What does: >> >> guile -c '(use-modules (guix config)) (pk %config-directory)' >> >> print? > > Thanks Ludo ... > > g1@g1 ~/src/guix [env]$ guile -c '(use-modules (guix config)) (pk > %config-directory)' > > ;;; ("/etc/guix") Hmm so that should definitely be writing to /etc/guix/acl. Maybe you could strace it to see what’s happening? HTH, Ludo’.