extra /run/user/... directory created #1123
Replies: 4 comments
-
|
I'm completely unfamiliar with this. My systems don't have /var/user in the first place, though they have /run/user. Anyone else recognize this? |
Beta Was this translation helpful? Give feedback.
-
|
my appologies, my title was correct, but in the details it should also read /run/user/... |
Beta Was this translation helpful? Give feedback.
-
|
In that case, /run/user/0 is per-user files for the root (id 0) user. I've not seen anything get created during a build process in /run/user (that I recall) but perhaps someone else has other knowledge or memories. @greg-hellings? |
Beta Was this translation helpful? Give feedback.
-
|
i only noticed it since I started testing builds in a overlay chroot, which enables me to see everything written outside expected locations. i run cmake with -DDBUS=OFF option, and i've also tried without that option for testing, but I still get the "user" file written in /run/user/0/dconf/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I noticed when building xiphos for a distribution package that during the make part of the build (after cmake but before make install) that a /run/user/0/dconf/ directory gets created and in it a user file containing a couple of bytes.
does someone know why is this getting created and how I can stop it.?
(yes I'm aware its on a tmpfs, but creating out of tree files and not tidying up is something I would like to avoid).
many thanks, Tim
Beta Was this translation helpful? Give feedback.
All reactions