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

sudo: update and do not use a pty for now #3299

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Conversation

citrus-it
Copy link
Member

No description provided.

@citrus-it
Copy link
Member Author

I've tested this on OmniOS bloody and it resolves the problem. We probably need to follow up with an investigation into why creating a new pty is problematic on OmniOS.

% sudo stty
speed 38400 baud; -parity
rows = 70; columns = 80; ypixels = 2380; xpixels = 1120;
swtch = <undef>;
brkint -inpck -istrip icrnl imaxbel onlcr tab3
echo echoe echok echoctl echoke iexten

% pfexec mv /etc/sudoers.d/_omnios_nopty /tmp

% sudo stty
speed 9600 baud; -parity
swtch = <undef>;
brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3
echo echoe echok echoctl echoke iexten

@hadfl hadfl merged commit 05e34bc into omniosorg:master Jul 21, 2023
1 check passed
@citrus-it citrus-it deleted the pkgsudo branch July 21, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants