Closed IgorTodorovskiIBM closed 1 year ago
Another issue: By default coreutils processes /etc/utmp. Changing it to /etc/utmpx helps, but the strings being returned from getutxent are in EBCDIC. We may need to override getutxent/setutxent in zoslib as there are quite a few tools that use these functions.
closing since code merged for it. @IgorTodorovskiIBM re-open if necessary
Culprit appears to be:
in readutmp.c.