-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-runtime-dir unit fails to start #158
Comments
I'm seeing this for user 128:
Same error message about |
Both of these errors are unforeseen issues with WSLg support. They'll be fixed in 1.40, releasing later today. |
And now done. |
Thanks! However, I think there is still a problem with the start order. This is what I see in my log after starting genie. My systemd's user session fails to start:
However, the directory looks fine:
And if I just run |
What does a systemctl status on [email protected] look like? |
I can't reproduce the problem anymore, not even after |
Windows version (build number):
20H2 (Build 19042.928)
Linux distribution:
Ubuntu Focal
Genie version:
1.39
Describe the bug
The
[email protected]
unit fails to start. I see this error in the journal:Indeed, the directory
/mnt/wslg
does not exist. I can see that genie does install an override foruser-runtime-dir
that mounts/run/user/1000
into/mnt/wslg
, but I can't figure out where/mnt/wslg
is supposed to come from.If the bug involves
systemctl
or a service running under systemd, confirm that you are running inside the bottle:"inside"
To Reproduce
Just start the bottle (e.g.
wsl -- genie -s
)Expected behavior
The service should start. :)
The text was updated successfully, but these errors were encountered: