<div dir="auto">That sounds like it's getting immediately unmounted (or maybe not being mounted at all despite the program doing so).<div dir="auto"><br></div><div dir="auto">Does the user-runtime-dir service continue to show as "active" after this, or does it return to "inactive"?</div><div dir="auto"><br></div><div dir="auto">Does your /etc/fstab have any mentions of /run/user/1001? Or more generally, are there any run-user-1001.mount units? (If you 'systemctl status' this unit, does the status include a source path?)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 12, 2023, 17:34 Christopher Wong <<a href="mailto:Christopher.Wong@axis.com" target="_blank" rel="noreferrer">Christopher.Wong@axis.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="en-SE" link="blue" vlink="purple" style="word-wrap:break-word">
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Hi Mantas,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">I currently have the following flow:<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<ol style="margin-top:0cm" start="1" type="1">
<li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">No /run/user/1001 directory<u></u><u></u></span></li><li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">systemctl start
<a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank">user@1001.service</a><u></u><u></u></span></li><li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">systemd start
<a href="mailto:user-runtime-dir@1001.service" rel="noreferrer noreferrer" target="_blank">user-runtime-dir@1001.service</a> which ends successfully.<u></u><u></u></span></li><li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">The directory /run/user/1001 exists now, but is empty, owned by root with mode 0700<u></u><u></u></span></li><li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">I don’t have findmnt on my system, so I used mount, but /run/user/1001 is not listed.<u></u><u></u></span></li><li style="margin-left:0cm"><span lang="EN-US" style="font-size:11.0pt">systemd start
<a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank">user@1001.service</a> which fails due to permission denied.<u></u><u></u></span></li></ol>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">I can’t explain why the /run/user/1001 is owned by root after
<a href="mailto:user-runtime-dir@1001.service" rel="noreferrer noreferrer" target="_blank">user-runtime-dir@1001.service</a> successfully exited. I added some personal print in systemd code to ensure that the mount command returned success (r=0). Although, the mount was successful the command “mount”
 didn’t list it. In the list of mounts starting with /run I could only find these entries:<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<p><span>Dec 12 16:19:35 </span><span><span lang="EN-US">host</span> mount[14500]: tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)</span></p>
<p><span>Dec 12 16:19:35 </span><span><span lang="EN-US">host</span> mount[14500]: tmpfs on /run/credentials type tmpfs (ro,nosuid,nodev,noexec,mode=755)</span></p>
<p><span>Dec 12 16:19:35 </span><span><span lang="EN-US">host</span><span lang="EN-US">
</span>mount[14500]: tmpfs on /run/systemd/incoming type tmpfs (ro,nosuid,nodev,mode=755)</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">If I do a chown of the directory in
<a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank">user@1001.service</a> then it works<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-family:Menlo">root@</span><span lang="SV" style="font-family:Menlo">host</span><span style="font-family:Menlo">:/run/user# ls -la 1001<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Menlo">drwx------    3 ida      root            80 Dec 12 16:19 .<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Menlo">drwxr-xr-x    3 root     root            60 Dec 12 16:19 ..<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Menlo">srw-rw-rw-    1 ida      ssh-user         0 Dec 12 16:19 bus<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-family:Menlo">drwxr-xr-x    5 ida      ssh-user       140 Dec 12 16:19 systemd<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="SV" style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">The ”mount” command don’t list /run/user/1001 for the successful case either.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:black">Best regards,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Christopher Wong<u></u><u></u></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
<div id="m_-8990293804925907923m_50470161548180358mail-editor-reference-message-container">
<div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">From:
</span></b><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" rel="noreferrer noreferrer" target="_blank">grawity@gmail.com</a>><br>
<b>Date: </b>Monday, 11 December 2023 at 17:56<br>
<b>To: </b>Christopher Wong <<a href="mailto:Christopher.Wong@axis.com" rel="noreferrer noreferrer" target="_blank">Christopher.Wong@axis.com</a>><br>
<b>Cc: </b>Systemd <<a href="mailto:systemd-devel@lists.freedesktop.org" rel="noreferrer noreferrer" target="_blank">systemd-devel@lists.freedesktop.org</a>><br>
<b>Subject: </b>Re: [systemd-devel] Manual start of user@<uid>.service failed with permission denied<u></u><u></u></span></p>
</div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">On Mon, Dec 11, 2023, 17:28 Christopher Wong <</span><a href="mailto:Christopher.Wong@axis.com" rel="noreferrer noreferrer" target="_blank"><span style="font-size:11.0pt">Christopher.Wong@axis.com</span></a><span style="font-size:11.0pt">> wrote:<u></u><u></u></span></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Hi Mantas,</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">I have added ExecStartPre to
</span><a href="mailto:user@.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user@.service</span></a><span lang="EN-US" style="font-size:11.0pt"> to run “id” and “ls -la”:</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host systemd-user-runtime-dir[40287]: Will mount /run/user/1001 owned by 1001:118<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host systemd-user-runtime-dir[40287]: Mounting tmpfs (tmpfs) on /run/user/1001 (MS_NOSUID|MS_NODEV "mode=0700,uid=1001,gid=118,size=99426304,nr_inodes=24274")...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host systemd[1]: Finished User Runtime Directory /run/user/1001.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host systemd[1]: Starting User Manager for UID 1001...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host id[40291]: uid=1001(ida) gid=118(ssh-users) groups=118(ssh-users),236(systemd-journal)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host ls[40293]: drwxr-xr-x    3 root     root            60 Dec 11 15:50 .<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host ls[40293]: drwxr-xr-x   98 root     root          2120 Dec 11 15:30 ..<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host ls[40293]: drwx------    2 root     root            40 Dec 11 15:50 1001<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 11 15:50:34 host systemd[40294]: systemd 254.7-2-g9edc143 running in user mode for user 1001/ida. (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK
 +SECCOMP +GCRYPT +GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 +BZIP2 -LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">The /run/user/1001 belongs to root with mode 0700. Should this belong to root?</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
</div>
</blockquote>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">No, it should be owned by UID 1001 (though still mode 0700).<u></u><u></u></span></p>
</div>
<div>
<div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Is it because I manually start
</span><a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user@1001.service</span></a><span lang="EN-US" style="font-size:11.0pt"> as root?</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
</div>
</blockquote>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Which user started the .service is usually not important, all services get a "fresh" environment that's fully described by the unit file.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">So even if you did 'systemctl start' as root, the unit has User=%i so the instance parameter tells it which UID to run as, so will be running as UID 1001. Likewise user-runtime-dir@1001 will get the UID for
 the mount from its instance name (you can see that the "Mounting tmpfs" message has the correct information).<u></u><u></u></span></p>
</div>
<div>
<div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">However, after
</span><a href="mailto:user-runtime-dir@1001.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user-runtime-dir@1001.service</span></a><span lang="EN-US" style="font-size:11.0pt"> has finished it startup,  the
</span><a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user@1001.service</span></a><span lang="EN-US" style="font-size:11.0pt"> is started as uid=1001 and therefore can’t create any directories under /run/user/1001.
 Resulting in </span><a href="mailto:user@1001.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user@1001.service</span></a><span lang="EN-US" style="font-size:11.0pt"> failed to start.</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">If I add “</span><span style="font-size:11.0pt">ExecStartPre=+chown %i /run/user/%i</span><span lang="EN-US" style="font-size:11.0pt">”
 to </span><a href="mailto:user@.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user@.service</span></a><span lang="EN-US" style="font-size:11.0pt"> then it works! But I am unsure if this is really the way fix this.</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
</div>
</blockquote>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">So far, it sounds like the directory is being created *by something else* before user-runtime-dir@ is even invoked.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Try adding the same "-/bin/ls -lad /run/user/%i" as both ExecStartPre and ExecStartPost of user-runtime-dir@ (and maybe even a findmnt). If the directory already exists during ExecStartPre, start looking for
 other services or cronjobs, or tmpfiles.d configs, or 'su' invocations, which may cause it to be created.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">There might also be something that chowns it to root *after* it was created correctly. If you actually see the tmpfs mount in 'findmnt' or in 'mount', but it's owned by root despite having uid=1001 in its
 mount options, something has chowned it...or your tmpfs feature is broken.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">If you don't see it in findmnt at all, even after user-runtime-dir has succeeded – either the mount failed quietly, or... something (like systemd itself) has quietly unmounted it.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><u></u> <u></u></span></p>
</div>
<div>
<div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Regarding the testing, I have done both restart of everything and manual, but the result is the same. Now that I have the “Environment=XDG_RUNTIME_DIR=/run/user/%i”
 I no longer need to do “systemctl set-environment …”</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Thank you for taking your time!</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:black">Best regards,</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Christopher Wong</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<div id="m_-8990293804925907923m_50470161548180358m_-2724165164821707795mail-editor-reference-message-container">
<div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">From:
</span></b><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">Mantas Mikulėnas <</span><a href="mailto:grawity@gmail.com" rel="noreferrer noreferrer" target="_blank"><span style="font-size:12.0pt;font-family:"Aptos",sans-serif">grawity@gmail.com</span></a><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">><br>
<b>Date: </b>Friday, 8 December 2023 at 21:53<br>
<b>To: </b>Christopher Wong <</span><a href="mailto:Christopher.Wong@axis.com" rel="noreferrer noreferrer" target="_blank"><span style="font-size:12.0pt;font-family:"Aptos",sans-serif">Christopher.Wong@axis.com</span></a><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">><br>
<b>Cc: </b>Systemd <</span><a href="mailto:systemd-devel@lists.freedesktop.org" rel="noreferrer noreferrer" target="_blank"><span style="font-size:12.0pt;font-family:"Aptos",sans-serif">systemd-devel@lists.freedesktop.org</span></a><span style="font-size:12.0pt;font-family:"Aptos",sans-serif;color:black">><br>
<b>Subject: </b>Re: [systemd-devel] Manual start of user@<uid>.service failed with permission denied</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">On Fri, Dec 8, 2023 at 6:53 PM Christopher Wong <</span><a href="mailto:Christopher.Wong@axis.com" rel="noreferrer noreferrer" target="_blank"><span style="font-size:11.0pt">Christopher.Wong@axis.com</span></a><span style="font-size:11.0pt">>
 wrote:<u></u><u></u></span></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Hi Mantas,</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">I have from your suggestion done the following:</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Putting the below in user@.service<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">[Service]<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Environment=XDG_RUNTIME_DIR=/run/user/%i<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Environment=SYSTEMD_LOG_LEVEL=debug<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Putting the below in user-runtime-dir@.service<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">[Service]<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Environment=SYSTEMD_LOG_LEVEL=debug<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Then I have disabled the global set-log-level debug (if this is also required, please let me know).</span><span style="font-size:11.0pt"><u></u><u></u></span></p>
</div>
</div>
</div>
</blockquote>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Unlike set-environment that's not global, it only affects pid1.<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<div>
<div>
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">What I can see from the logs is that
</span><a href="mailto:user-runtime-dir@1001.service" rel="noreferrer noreferrer" target="_blank"><span lang="EN-US" style="font-size:11.0pt">user-runtime-dir@1001.service</span></a><span lang="EN-US" style="font-size:11.0pt"> seems to be started and mount /run/user/1001, but addition
 creation of directory under this mount is getting permission denied. </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"> </span><span style="font-size:11.0pt"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[1]: Created slice User Slice of UID 1001.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[1]: Starting User Runtime Directory /run/user/1001...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Bus n/a: changing state UNSET -> OPENING<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: sd-bus: starting bus by connecting to /run/dbus/system_bus_socket...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Bus n/a: changing state OPENING -> AUTHENTICATING<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Bus n/a: changing state AUTHENTICATING -> HELLO<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus
 interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2536 path=n/a interface=n/a
 member=n/a  cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Bus n/a: changing state HELLO -> RUNNING<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Sent message type=method_call sender=n/a destination=org.freedesktop.login1 path=/org/freedesktop/login1
 interface=org.freedesktop.DBus.Properties member=Get cookie=2 reply_cookie=0 signature=ss error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Got message type=method_return sender=:1.323 destination=:1.2536 path=n/a interface=n/a member=n/a 
 cookie=15 reply_cookie=2 signature=v error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Sent message type=method_call sender=n/a destination=org.freedesktop.login1 path=/org/freedesktop/login1
 interface=org.freedesktop.DBus.Properties member=Get cookie=3 reply_cookie=0 signature=ss error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Got message type=method_return sender=:1.323 destination=:1.2536 path=n/a interface=n/a member=n/a 
 cookie=16 reply_cookie=3 signature=v error-name=n/a error-message=n/a<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Bus n/a: changing state RUNNING -> CLOSED<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Will mount /run/user/1001 owned by 1001:118<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd-user-runtime-dir[36278]: Mounting tmpfs (tmpfs) on /run/user/1001 (MS_NOSUID|MS_NODEV "mode=0700,uid=1001,gid=118,size=99426304,nr_inodes=24274")...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[1]: Finished User Runtime Directory /run/user/1001.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[1]: Starting User Manager for UID 1001...<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: systemd 254.7-2-g9edc143 running in user mode for user 1001/ida. (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK
 +SECCOMP +GCRYPT +GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 +BZIP2 -LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/reg', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/dir', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/fifo', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/sock', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/chr', ignoring: Permission denied<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Dec 08 17:33:29 host systemd[36280]: Failed to create '/run/user/1001/systemd/inaccessible/blk', ignoring: Permission denied<u></u><u></u></span></p>
</div>
</div>
</div>
</blockquote>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">What's the ownership of /run/user/1001 and /run/user/1001/systemd after all of this?<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Are you rebooting between tests or just manually starting it?<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"> <u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">My current guess is that due to the earlier `systemctl set-environment`, some *other* thing that's running as root inherited the /run/user/1001 path
 and created root-owned directories there? That's the issue with setting global environment, it needs to be unset afterwards...<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt"><br>
<span>-- </span><u></u><u></u></span></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Mantas Mikulėnas<u></u><u></u></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

</blockquote></div>