Hi Niels,

> But systemctl --user enable foo.service gives me only the following
> error: Failed to execute operation: No such file or directory

strace should be able to tell you what's going on, e.g. to attach to PID
1 (systemd):

  sudo qubes-dom0-update strace
  sudo strace -p 1 2>&1 | grep 'No such file or directory'

Then run the failing systemctl command in another terminal.

Rusty

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5753E7C7.7070000%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to