Rusty Bird:
>> 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.

Sorry -- not "-p 1" in this case but whatever your "systemd --user" PID
is, see: ps -fwwC systemd

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/5753EAD2.1070603%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to