Skip to content
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

Command goal wallet new $NAME fails with inappropriate ioctl error #143

Open
barnjamin opened this issue Aug 31, 2022 · 1 comment
Open
Labels
bug Something isn't working Team Lamprey

Comments

@barnjamin
Copy link
Contributor

barnjamin commented Aug 31, 2022

Subject of the issue

When trying to create a new wallet through the sandbox, a prompt is displayed for the user to enter a password.

Because we dispatch the call with dc exec -T ..., no TTY is made available so an error occurs: inappropriate ioctl for device

Simply removing the -T flag from the dc subroutine allows it to work as expected but I'm sure causes issues elsewhere.

I think we'll need to figure out which goal commands require a TTY and when we see one, use the dc_pty subroutine

Docker 20.10.17

@barnjamin barnjamin added the new-bug Bug report that needs triage label Aug 31, 2022
@Jayke770
Copy link

is there another way how to fix this issue?

@algoanne algoanne added bug Something isn't working and removed new-bug Bug report that needs triage labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Team Lamprey
Projects
None yet
Development

No branches or pull requests

4 participants