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
Is your feature request related to a problem? Please describe.
WSL1 currently does not work with qemu. The symptoms are basically the same as termux/termux-packages#6172, with:
qemu-i386-static: Unable to reserve 0xfffff000 bytes of virtual address space at 0x1000 (Operation not supported) for use as guest address space (check your virtual memory ulimit setting, min_mmap_addr or reserve less using -R option)
This is due to /proc/sys/vm/mmap_min_addr not existing, at all.
Describe the solution you'd like
Add some readonly values so applications can read them. I know changing them is not something to really expect, but reading is required for a lot of things.
Would it be possible to create that file as read-only with a fitting value in it? I keep getting errors with programs that expect that value to exist, e.g. Elastic Search. I don't care too much about what that value is, but scripts keep crashing because that file does not exist. Maybe just make that file writable but ignored or something.
Describe alternatives you've considered
I suppose I could use WSL2 or compile my own qemu. Hyper-V is kept off due to gaming reasons. Building my own qemu or asking my distribution to do a patch does not make sense.
Additional context
Linux [hostname] 4.4.0-22621-Microsoft #1610-Microsoft Fri Jan 01 08:00:00 PST 2016 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
WSL1 currently does not work with qemu. The symptoms are basically the same as termux/termux-packages#6172, with:
This is due to
/proc/sys/vm/mmap_min_addr
not existing, at all.Describe the solution you'd like
Add some readonly values so applications can read them. I know changing them is not something to really expect, but reading is required for a lot of things.
This is the same as @Dakkaron's question in #3126 (comment):
Describe alternatives you've considered
I suppose I could use WSL2 or compile my own qemu. Hyper-V is kept off due to gaming reasons. Building my own qemu or asking my distribution to do a patch does not make sense.
Additional context
Linux [hostname] 4.4.0-22621-Microsoft #1610-Microsoft Fri Jan 01 08:00:00 PST 2016 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: