Hello,
On 2019-10-18 15:08, J. R. Okajima wrote:
I forgot asking one question.
> I have attached the output of strace. Somehow I suspect the ioctl in
> line 2510 to be the problem, but I wonder how aufs can have an effect on
> that TTY operation.
I don't think it is related.
The last part of your strace,
4075 write(2, "man: ", 5) = 5
4075 write(2, "command exited with status 1: (c"..., 300) = 300
4075 write(2, "\n", 1) = 1
what was the message actually?
The message is:
man: command exited with status 1: (cd /usr/share/man &&
/usr/lib/man-db/zsoelim) | (cd /usr/share/man && /usr/lib/man-db/manconv
-f UTF-8:ISO-8859-1 -t UTF-8//IGNORE) | (cd /usr/share/man && preconv -e
UTF-8) | (cd /usr/share/man && tbl) | (cd /usr/share/man && nroff
-mandoc -rLL=231n -rLT=231n -Tascii)
Regards
Christoph