-
-
Notifications
You must be signed in to change notification settings - Fork 222
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 1.9.16.0: unable to find terminal name device 0, 0 #408
Comments
On most other systems, psinfo.pr_ttydev is -1 for processes with no associated terminal. GitHub issue #408
That warning used to be a debug message but was promoted to a warning since it should not happen. It turns out that on AIX, when a process has no terminal the pr_ttydev field of struct psinfo is 0, not -1 like sudo was expecting. Unfortunately, there is no way to disable the message. It will be fixed in the next sudo release. |
Thank you @millert. I appreciate your quick response. |
Fixed in sudo 1.9.16p1, available now. |
After upgrading sudo to 1.9.16.0 version on AIX servers and running sudo commands remotely through ssh, we receive the following message as an standard error:
Is this warning/message expected on 1.9.16.0 version? Is there a way to turn it off through /etc/sudoers file?
Sudo is working as expected, we just want to avoid receiving that warning message when running it remotely through ssh.
The text was updated successfully, but these errors were encountered: