2

I have the same problem as in this question but with Ubuntu.

Reinstall man pages & fix man

I tried everything but the problem persists. When I try and view a manpage I get an empty page. What can I do about it?

When I try to view my own manpage I get this error:

$ man -l openshell2017/opsh/man/opsh.1
man: command exited with status 3: /usr/lib/man-db/zsoelim | preconv -e UTF-8 | tbl | nroff -mandoc -Tutf8
It seems the bug also is reported at this link.

It is also a bug reported at Launchpad: https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1389682

I think what I did was remove all the manpages to save disk space and then I reinstalled them.

  • 3
  • Try to reproduce the problem by executing this pipe command manually. 2. Exit status 3 means that the last command exited with status 3, trace it with strace.
  • – peterh Aug 13 '17 at 18:17
  • @peterh I get a strange error message when I try to run the pipeline manually: $ /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF> groff: pre-grohtml: Signal 11 (core dumped) – Niklas Rosencrantz Aug 14 '17 at 11:28
  • And: $ /usr/lib/man-db/zsoelim | preconv -e UTF-8 | tbl | nroff -mandoc -Tutf8 groff: can't findDESC' file groff:fatal error: invalid device utf8' – Niklas Rosencrantz Aug 14 '17 at 11:29