Actions
Bug #8426
closedstty does not handle no-tty input
Bug #8426:
stty does not handle no-tty input
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In rudder-init, when Hit any key to continue... is displayed, and you "echo" the answers to automate the process, you get an error:
Hit any key to continue....stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device
Please make stty conditional, by using [ -t 0 ], so no-tty environments can skip this part.
Updated by Janos Mattyasovszky about 10 years ago
Or completely skip the Pause() function, but this would break functionality with existing behavior, so this is only recommended for new versions...
Updated by Benoît PECCATTE about 10 years ago
- Target version set to 2.11.22
Indeed
Updated by Benoît PECCATTE about 10 years ago
- Status changed from New to In progress
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
Updated by Benoît PECCATTE about 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-packages/pull/956
Updated by Benoît PECCATTE about 10 years ago
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Updated by Benoît PECCATTE about 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|c4a308d37ce612427602f17a52d9e7298ade7e24.
Updated by Vincent MEMBRÉ about 10 years ago
- Status changed from Pending release to Released
Actions