-
Notifications
You must be signed in to change notification settings - Fork 859
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
busybox ash echo weirdness #3129
Comments
I don't have an Alpine setup handy (I'll look next time I do), but here's the fail, anyway. You might want to make sure you've used
|
@agowa338 Yes, that second command does not work. But if you change a little it then works. Try this:
|
I tried to generate a new strace file, but as soon as I specify the "-f" option it works. So I'm unable to provide a @Biswa96 This is currently not a blocking bug for me. I just discovered it and would like to have it fixed. But thanks anyway for that workaround. |
I got something today that might be related. This was on 17661 and Ubuntu 16.04.
I don't have a repro anyone wants to hear. The catch is in my case, that |
@therealkenc I had this same issue on Alpine prior to build 17713. Updating to 17713 fixed it. |
Right thanks for the heads up. My suspicion was correct and this was Rick Grimes problem. Duping for closure. |
Your Windows build number
Microsoft Windows [Version 10.0.17650.1001]
What you're doing and what's happening
Within Alpine Linux as root (busybox ash):
What's wrong / what should be happening instead
2nd command fails with
can't set tty process group (Operation not permitted)
Used wsl userland: Alpine
Used shell: ash
Symlinks in the system:
/bin/echo => /bin/busybox
/bin/ash => /bin/busybox
but it is not a problem of busybox, as doing all of the following works:
also using zsh or bash instead of ash
Strace of the failing command
gist
The text was updated successfully, but these errors were encountered: