Skip to content
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

WSL instance keeps stopping despite imp initialized #43

Open
jellium opened this issue Aug 8, 2023 · 0 comments
Open

WSL instance keeps stopping despite imp initialized #43

jellium opened this issue Aug 8, 2023 · 0 comments

Comments

@jellium
Copy link

jellium commented Aug 8, 2023

Current /etc/wsl.conf config file (see the [boot] section):

[automount]
enabled = true
root = /mnt
options = "metadata,uid=1000,gid=1000,umask=077,fmask=11,case=off"
mountFsTab = true

[boot]
systemd = true
command = imp --initialize

[user]
default = jellium

[interop]
enabled = false
appendWindowsPath = false

After startup, ps aux|grep imp returns:

root         674  0.0  0.0   2576   900 ?        Ss   01:24   0:00 /bin/sh /usr/lib/bottle-imp/wait-forever.sh
jellium        978  0.0  0.0   6332  1988 pts/0    S+   01:25   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox imp

However, when closing all terminal windows of this WSL instance, wsl --list --verbose returns after ca. 15 seconds:

  NAME      STATE           VERSION
* Debian    Stopped         2

What am I missing?
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant