If your utmp files are generated with programs linked against glibc then musl-libc might not be able to parse the records correctly. This is because the fields `ut_session' and `ut_tv' must be the same size when compiled in x86 and x86_64. This is a requirement by glibc that musl does not fulfil for good reasons.
ubase is a set of tools similar to util-linux to complement sbase[1]. To build a statically linked version with musl: make CC=musl-gcc LDFLAGS+="-static" ubase-box [1] http://git.suckless.org/sbase
Description
Initial release.
Latest
Languages
C
80.4%
Roff
15.9%
Makefile
3.7%