Display output truncated when running sudo commands
说明
When running single commands through sudo (i.e. "sudo command", not "sudo -s") the output was not always consistant, sometimes the output was incomplete.
原因
There was a defect in sudo 1.8.9 through 1.8.10p2 that prevented the I/O logs from being flushed for short-lived commands on some systems.
解决办法
Upgrade sudo to version 1.8.10p3 or later on affected systems. The latest release of sudo can be found on the sudo website, http://www.sudo.ws.
其他信息
Here is the problem report in the sudo bug tracker: http://www.sudo.ws/bugs/show_bug.cgi?id=646