ubuntu-wsl2-systemd-script icon indicating copy to clipboard operation
ubuntu-wsl2-systemd-script copied to clipboard

[Does not work anymore!] Script to enable systemd support on current Ubuntu WSL2 images

Results 51 ubuntu-wsl2-systemd-script issues
Sort by recently updated
recently updated
newest added

For some reason it seems TMUX is getting loaded twice: ![image](https://user-images.githubusercontent.com/5251028/125457061-21e3236f-03f6-4eda-b89e-3c3df133deb1.png) Only way to solve it is open a new tab in the terminal and close the previous one

Running the script works to enable systemd. In both 18.04 and 20.04 , this breaks the environment variables that enable wsl gui apps provided by microsoft. Intead you get display...

Followed the instructions as descibed in README, now I am facing this error: ![image](https://user-images.githubusercontent.com/8568937/118437039-73811380-b714-11eb-9e27-8e63cbca159c.png)

Hi, After installing this script bind mounts aren't visible in windows and docker/kubernetes anymore. ``` sudo mkdir /mnt/wsl/somedir sudo mount --bind /some/folder/withfiles/ /mnt/wsl/somedir ls /mnt/wsl/somedir Windows explorer: \\wsl$\\mnt\wsl\somedir ``` In...

exports PRE_NAMESPACE_PWD and PRE_NAMESPACE_PATH variables to environment variables cause the PWD/PATH will set to PRE_NAMESPACE_PWD/PRE_NAMESPACE_PATH every time while you start a bash. (the unset does not work cause it can...

This was originally reported at, microsoft/vscode#102628, however I believe that the issue at play is in the scripts used here, not in VSCode. # Observed problem When running VSCode's Remote...

Hi, I'm not suggesting that you merge this change. I am creating this pull request to let you know that **I managed to get the script working again** by changing...

I would like to use WSL FW instead of Windows, allowing all IPTABLES functions as mangle for all communications to the network. Windows NDIS or firewall will not allow me...

When I run a script with a shebang like `#!/usr/bin/env bash` or `#!/bin/bash`, bash is started in interactive mode (so I get a prompt and the script doesn't run). in...