|
Bugzilla – Full Text Bug Listing |
| Summary: | Version 1.6.9p23-2noldap returns no output on some commands | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Steve <steven.leo.figel> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.6.9 | ||
| Hardware: | IBM | ||
| OS: | AIX | ||
|
Description
Steve
2016-06-29 10:16:08 MDT
The sudo 1.6.x branch is no longer supported. The latest version of sudo is 1.8.17p1. You can download AIX sudo packages from:
https://www.sudo.ws/download.html#binary
If you are using the Bull Freeware sudo package, you can find more up to date versions of the package at:
http://www.bullfreeware.com/search.php?package=sudo
This might be a bug fixed in 1.8.17 where the command could be killed by SIGPIPE. You can verify this by checking the value of $? after running the command. For example:
$ sudo getconf BOOT_DEVICE; echo $?
if the number 141 is printed then the command was killed by SIGPIPE and you will need sudo 1.8.17 or higher
Sudo 1.6.x is no longer supported, please try sudo 1.8.19 and reopen if the bug exists in that version. |