You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Windows [Version 10.0.19042.685]
Linux version 4.19.128-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Tue Jun 23 12:58:10 UTC 2020
Steps to reproduce
wsl --shutdown
rmdir $env:USERPROFILE\AppData\Local\Temp
start wsl2
ip link
lo: mtu 65536 qdisc noop state DOWN mode DEFAULT group default qlen 1000
eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
wsl --shutdown
mkdir $env:USERPROFILE\AppData\Local\Temp
start wsl2
lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
Expected behavior
Networking should be available regardless of swap space configuration,
or dmesg should be clearly stating that "Cannot start networking because could not configure swap space"
Actual behavior
Networking is down if swap space is not configured
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Environment
Microsoft Windows [Version 10.0.19042.685]
Linux version 4.19.128-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Tue Jun 23 12:58:10 UTC 2020
Steps to reproduce
wsl --shutdown
rmdir $env:USERPROFILE\AppData\Local\Temp
start wsl2
ip link
lo: mtu 65536 qdisc noop state DOWN mode DEFAULT group default qlen 1000
eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
wsl --shutdown
mkdir $env:USERPROFILE\AppData\Local\Temp
start wsl2
lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
Expected behavior
Networking should be available regardless of swap space configuration,
or dmesg should be clearly stating that "Cannot start networking because could not configure swap space"
Actual behavior
Networking is down if swap space is not configured
The text was updated successfully, but these errors were encountered: