-
-
Notifications
You must be signed in to change notification settings - Fork 652
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 2 oddities #6
Comments
Try exploring the contents of As far as playing sound is concerned, all you need to do is apt install either ffmpeg or sox. No system interface consensus exists for sound so we do it by piping raw audio into those commands. |
Yeah,
I had a chance to read your αpε writeup and noticed the zsh issue; ...then I toggled it off, and it didn't:
...then I toggled it back on, and it still didn't, same output. However, |
Could you try running the following command and let me know if it fixes the issue?
|
Registered that format:
No effect with FWIW |
I'm having difficulties figuring out how to get binfmt_misc to work. I would recommend disabling it entirely if possible. Hopefully someone else can come along who understands it and show us how to configure it for the people who do. |
Another user is reporting in #2 that the one-liner workaround I posted a few comments earlier should be OK. I'm going to close out this issue. Thanks for the report! |
Marking as duplicate of #2 for posterity. Thanks again for using Cosmopolitan! |
Really interesting project!
Started looking at the example under WSL 2 (Ubuntu 20.04.1 LTS) since I had that handy.
Running with
-j8
fails with errnos 5 and 32.WSL 2 does have a
binfmt_misc
set up for windows interop; disabling it withsudo sh -c 'echo 0 > /proc/sys/fs/binfmt_misc/status'
allowsmake -j8
to succeed - deleted my clone and pulled a fresh one after disabling.Re-enabling
binfmt_misc
afterwards gets a little farther:Attempting to run the executable from Windows directly produces the same (lack of) output;
ffplay
is installed on the WSL side, fwiw.If anything jumps out as far as what I should try/test please let me know - I've just started to trace and debug now.
The text was updated successfully, but these errors were encountered: