The kernel is the latest official Hardkernel one, coming from their
repository:
deb http://deb.odroid.in/c2 xenial main
The source is at
https://github.com/hardkernel/linux/tree/odroidc2-3.14.y
They wouldn't violate the GPL - they are a reputable Korean company with
sources always accessible.
"MAN_DISABLE_SECCOMP=1 man ls" still shows the issue. MAN_DISABLE_SECCOMP=1
does *NOT*
fix it. This was the main reason for me to file the bug report.
$ ls -l /usr/bin/preconv
-rwxr-xr-x 1 root root 47240 Feb 10 03:09 /usr/bin/preconv
The file 892076.log from
$ PIPELINE_DEBUG=1 man --debug man 2> 892076.log
is attached.
Thanks for your efforts
2018-03-05 1:48 GMT+01:00 Colin Watson <[email protected]>:
> Control: retitle -1 man-db: fails to exec groff tools under seccomp on
> 3.14.79-117 arm64 kernel
>
> On Mon, Mar 05, 2018 at 12:11:48AM +0100, Erik Könnecke wrote:
> > After the upgrade of the man-db package, man stopped showing man
> > pages, only empty screen with the status line
>
> Thanks for your report. I have a few follow-up questions to try to
> narrow this down:
>
> * Where exactly did you get this kernel from? If you also know where I
> could find the source code for it, that would be helpful too. The
> only place I could find any mention of this kernel version on the
> internet was an odroid repository that seems to be lacking source
> code (so may well be a GPL violation ...).
>
> * Does setting MAN_DISABLE_SECCOMP=1 in the environment work around the
> bug? (I think it probably will, and I still want to investigate even
> if that's the case, but I need to make sure.)
>
> * The particular error here (EPERM from execve) is a strange symptom.
> Normally it only happens when trying to execute a set-id program
> under certain other conditions. Could you please show me the output
> of "ls -l /usr/bin/preconv"?
>
> * It's possible that this particular error is happening partly because
> you're running the program under strace: sometimes debugging tools
> affect the outcome. To make sure that I don't spend too much time
> getting confused by this possibility, could you please show me the
> full output of "PIPELINE_DEBUG=1 man --debug man" (not under strace)?
>
> I may have further questions after this, but the above should let me
> make a better guess as to what to ask next.
>
> Thanks,
>
> --
> Colin Watson [[email protected]]
>
ruid=1000, euid=1000
rgid=1000, egid=1000
++priv_drop_count = 1
From the config file /etc/manpath.config:
Mandatory mandir `/usr/man'.
Mandatory mandir `/usr/share/man'.
Mandatory mandir `/usr/local/share/man'.
Path `/bin' mapped to mandir `/usr/share/man'.
Path `/usr/bin' mapped to mandir `/usr/share/man'.
Path `/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/share/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/share/man'.
Path `/usr/X11R6/bin' mapped to mandir `/usr/X11R6/man'.
Path `/usr/bin/X11' mapped to mandir `/usr/X11R6/man'.
Path `/usr/games' mapped to mandir `/usr/share/man'.
Path `/opt/bin' mapped to mandir `/opt/man'.
Path `/opt/sbin' mapped to mandir `/opt/man'.
Global mandir `/usr/man', catdir `/var/cache/man/fsstnd'.
Global mandir `/usr/share/man', catdir `/var/cache/man'.
Global mandir `/usr/local/man', catdir `/var/cache/man/oldlocal'.
Global mandir `/usr/local/share/man', catdir `/var/cache/man/local'.
Global mandir `/usr/X11R6/man', catdir `/var/cache/man/X11R6'.
Global mandir `/opt/man', catdir `/var/cache/man/opt'.
Added section `1'.
Added section `n'.
Added section `l'.
Added section `8'.
Added section `3'.
Added section `2'.
Added section `3posix'.
Added section `3pm'.
Added section `3perl'.
Added section `3am'.
Added section `5'.
Added section `4'.
Added section `9'.
Added section `6'.
Added section `7'.
`/usr/man' `' `1'
`/usr/share/man' `' `1'
`/usr/local/share/man' `' `1'
`/bin' `/usr/share/man' `0'
`/usr/bin' `/usr/share/man' `0'
`/sbin' `/usr/share/man' `0'
`/usr/sbin' `/usr/share/man' `0'
`/usr/local/bin' `/usr/local/man' `0'
`/usr/local/bin' `/usr/local/share/man' `0'
`/usr/local/sbin' `/usr/local/man' `0'
`/usr/local/sbin' `/usr/local/share/man' `0'
`/usr/X11R6/bin' `/usr/X11R6/man' `0'
`/usr/bin/X11' `/usr/X11R6/man' `0'
`/usr/games' `/usr/share/man' `0'
`/opt/bin' `/opt/man' `0'
`/opt/sbin' `/opt/man' `0'
`/usr/man' `/var/cache/man/fsstnd' `-1'
`/usr/share/man' `/var/cache/man' `-1'
`/usr/local/man' `/var/cache/man/oldlocal' `-1'
`/usr/local/share/man' `/var/cache/man/local' `-1'
`/usr/X11R6/man' `/var/cache/man/X11R6' `-1'
`/opt/man' `/var/cache/man/opt' `-1'
`1' `' `-5'
`n' `' `-5'
`l' `' `-5'
`8' `' `-5'
`3' `' `-5'
`2' `' `-5'
`3posix' `' `-5'
`3pm' `' `-5'
`3perl' `' `-5'
`3am' `' `-5'
`5' `' `-5'
`4' `' `-5'
`9' `' `-5'
`6' `' `-5'
`7' `' `-5'
is a tty
real user = 1000; effective user = 1000
using pager as pager
path directory /usr/local/sbin is in the config file
adding /usr/local/man to manpath
adding /usr/local/share/man to manpath
path directory /usr/local/bin is in the config file
/usr/local/man is already in the manpath
/usr/local/share/man is already in the manpath
path directory /usr/sbin is in the config file
adding /usr/share/man to manpath
path directory /usr/bin is in the config file
/usr/share/man is already in the manpath
path directory /sbin is in the config file
/usr/share/man is already in the manpath
path directory /bin is in the config file
/usr/share/man is already in the manpath
path directory /usr/games is in the config file
/usr/share/man is already in the manpath
path directory /usr/local/games is not in the config file
but does have a ../man, man, ../share/man, or share/man subdirectory
/usr/local/man is already in the manpath
path directory /snap/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories
path directory /opt/schily/bin is not in the config file
but does have a ../man, man, ../share/man, or share/man subdirectory
adding /opt/schily/share/man to manpath
adding mandatory man directories
warning: /usr/man: No such file or directory
/usr/share/man is already in the manpath
/usr/local/share/man is already in the manpath
add_nls_manpaths(): processing /usr/local/man:/usr/local/share/man:/usr/share/man:/opt/schily/share/man
checking for locale C
manpath search path (with duplicates) = /usr/local/man:/usr/local/share/man:/usr/share/man:/opt/schily/share/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/opt/schily/share/man
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /opt/schily/share/man to manpathlist
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /opt/schily/share/man to manpathlist
Removing duplicate manpath entry /usr/local/share/man (1) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/share/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/share/man (3) -> /usr/share/man (1)
Removing duplicate manpath entry /opt/schily/share/man (3) -> /opt/schily/share/man (2)
final search path = /usr/local/man:/usr/share/man:/opt/schily/share/man
--priv_drop_count = 0
searching in /usr/local/man, section 1
trying section 1 with globbing
Layout is GNU (1)
update_directory_cache /usr/local/man: miss
globbing pattern in /usr/local/man: man1*
matched: /usr/local/man/man1
update_directory_cache /usr/local/man/man1: miss
globbing pattern in /usr/local/man/man1: man.1*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat1*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 1
trying section 1 with globbing
update_directory_cache /usr/share/man: miss
globbing pattern in /usr/share/man: man1*
matched: /usr/share/man/man1
update_directory_cache /usr/share/man/man1: miss
globbing pattern in /usr/share/man/man1: man.1*
matched: /usr/share/man/man1/man.1.gz
hashtable_free: 1 entries, 1 (100%) unique
ult_src: File /usr/share/man/man1/man.1.gz in mantree /usr/share/man
Starting pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Started "zcat < /usr/share/man/man1/man.1.gz", pid 14168
loading seccomp filter (permissive: 0)
Waiting for pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Active processes (1):
"zcat < /usr/share/man/man1/man.1.gz" (14168) -> 0
candidate: 0 0 man /usr/share/man /usr/share/man/man1/man.1.gz A - 1 1
++priv_drop_count = 1
searching in /opt/schily/share/man, section 1
trying section 1 with globbing
update_directory_cache /opt/schily/share/man: miss
globbing pattern in /opt/schily/share/man: man1*
matched: /opt/schily/share/man/man1
update_directory_cache /opt/schily/share/man/man1: miss
globbing pattern in /opt/schily/share/man/man1: man.1*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat1*
hashtable_free: 0 entries, 0 (0%) unique
Failed to open /opt/schily/share/man/index.db O_RDONLY
--priv_drop_count = 0
searching in /usr/local/man, section n
trying section n with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: mann*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section n
trying section n with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: mann*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/index.db O_RDONLY
found 2 names/extensions
multi key lookup (man 7)
multi key lookup (man 1)
++priv_drop_count = 1
searching in /opt/schily/share/man, section n
trying section n with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: mann*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section l
trying section l with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: manl*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section l
trying section l with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: manl*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section l
trying section l with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: manl*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 8
trying section 8 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man8*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 8
trying section 8 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man8*
matched: /usr/share/man/man8
update_directory_cache /usr/share/man/man8: miss
globbing pattern in /usr/share/man/man8: man.8*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 8
trying section 8 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man8*
matched: /opt/schily/share/man/man8
update_directory_cache /opt/schily/share/man/man8: miss
globbing pattern in /opt/schily/share/man/man8: man.8*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3
trying section 3 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 3
trying section 3 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: miss
globbing pattern in /usr/share/man/man3: man.3*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 3
trying section 3 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man3*
matched: /opt/schily/share/man/man3
update_directory_cache /opt/schily/share/man/man3: miss
globbing pattern in /opt/schily/share/man/man3: man.3*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 2
trying section 2 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man2*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 2
trying section 2 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man2*
matched: /usr/share/man/man2
update_directory_cache /usr/share/man/man2: miss
globbing pattern in /usr/share/man/man2: man.2*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 2
trying section 2 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man2*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3posix
trying section 3posix with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 3posix
trying section 3posix with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: man.3posix*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 3posix
trying section 3posix with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man3*
matched: /opt/schily/share/man/man3
update_directory_cache /opt/schily/share/man/man3: hit
globbing pattern in /opt/schily/share/man/man3: man.3posix*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3pm
trying section 3pm with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 3pm
trying section 3pm with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: man.3pm*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 3pm
trying section 3pm with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man3*
matched: /opt/schily/share/man/man3
update_directory_cache /opt/schily/share/man/man3: hit
globbing pattern in /opt/schily/share/man/man3: man.3pm*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3perl
trying section 3perl with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 3perl
trying section 3perl with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: man.3perl*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 3perl
trying section 3perl with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man3*
matched: /opt/schily/share/man/man3
update_directory_cache /opt/schily/share/man/man3: hit
globbing pattern in /opt/schily/share/man/man3: man.3perl*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3am
trying section 3am with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 3am
trying section 3am with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: man.3am*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 3am
trying section 3am with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man3*
matched: /opt/schily/share/man/man3
update_directory_cache /opt/schily/share/man/man3: hit
globbing pattern in /opt/schily/share/man/man3: man.3am*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 5
trying section 5 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man5*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 5
trying section 5 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man5*
matched: /usr/share/man/man5
update_directory_cache /usr/share/man/man5: miss
globbing pattern in /usr/share/man/man5: man.5*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 5
trying section 5 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man5*
matched: /opt/schily/share/man/man5
update_directory_cache /opt/schily/share/man/man5: miss
globbing pattern in /opt/schily/share/man/man5: man.5*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 4
trying section 4 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man4*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 4
trying section 4 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man4*
matched: /usr/share/man/man4
update_directory_cache /usr/share/man/man4: miss
globbing pattern in /usr/share/man/man4: man.4*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 4
trying section 4 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man4*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 9
trying section 9 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man9*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 9
trying section 9 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man9*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 9
trying section 9 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man9*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 6
trying section 6 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man6*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 6
trying section 6 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man6*
matched: /usr/share/man/man6
update_directory_cache /usr/share/man/man6: miss
globbing pattern in /usr/share/man/man6: man.6*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /opt/schily/share/man, section 6
trying section 6 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man6*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 7
trying section 7 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man7*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat7*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 7
trying section 7 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man7*
matched: /usr/share/man/man7
update_directory_cache /usr/share/man/man7: miss
globbing pattern in /usr/share/man/man7: man.7*
matched: /usr/share/man/man7/man.7.gz
hashtable_free: 1 entries, 1 (100%) unique
ult_src: File /usr/share/man/man7/man.7.gz in mantree /usr/share/man
Starting pipeline: zcat < /usr/share/man/man7/man.7.gz [input: {0, /usr/share/man/man7/man.7.gz}, output: {-1, NULL}]
Started "zcat < /usr/share/man/man7/man.7.gz", pid 14169
loading seccomp filter (permissive: 0)
Waiting for pipeline: zcat < /usr/share/man/man7/man.7.gz [input: {0, /usr/share/man/man7/man.7.gz}, output: {-1, NULL}]
Active processes (1):
"zcat < /usr/share/man/man7/man.7.gz" (14169) -> -1
Active processes (1):
"zcat < /usr/share/man/man7/man.7.gz" (14169) -> 13
candidate: 0 0 man /usr/share/man /usr/share/man/man7/man.7.gz A - 7 7
search: 0 0 man /usr/share/man /usr/share/man/man1/man.1.gz A man 1 1 (dup: 0)
++priv_drop_count = 1
searching in /opt/schily/share/man, section 7
trying section 7 with globbing
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: man7*
update_directory_cache /opt/schily/share/man: hit
globbing pattern in /opt/schily/share/man: cat7*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
Checking physical location: /usr/share/man/man1/man.1.gz
ult_src: File /usr/share/man/man1/man.1.gz in mantree /usr/share/man
Starting pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Started "zcat < /usr/share/man/man1/man.1.gz", pid 14170
loading seccomp filter (permissive: 0)
Waiting for pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Active processes (1):
"zcat < /usr/share/man/man1/man.1.gz" (14170) -> -1
Active processes (1):
"zcat < /usr/share/man/man1/man.1.gz" (14170) -> 13
found ultimate source file /usr/share/man/man1/man.1.gz
converted /usr/share/man/man1/man.1.gz to /usr/share/man/cat1/man.1.gz
is_changed: a=/usr/share/man/man1/man.1.gz, b=/usr/share/man/cat1/man.1.gz (-2)
converted /var/cache/man/cat1/man.1.gz to /var/cache/man/cat1/man.1.gz
will try cat file /var/cache/man/cat1/man.1.gz
chdir /usr/share/man
Starting pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Started "zcat < /usr/share/man/man1/man.1.gz", pid 14171
loading seccomp filter (permissive: 0)
pre-processors `t' from file
page_encoding = ISO-8859-1
source_encoding = ISO-8859-1
locale_charset = UTF-8
roff_device (locale) = utf8
roff_encoding = ISO-8859-1
output_encoding = UTF-8
less_charset = utf-8
Terminal width 90
Terminal width 90 not within cat page range [80, 80]
Using 87-character lines
formatted_encoding = UTF-8
format: 1, save_cat: 0, found: 1
add_output_iconv: source UTF-8, target UTF-8
Setting LESS to -ix8RmPm Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$
Setting MAN_PN to man(1)
++priv_drop_count = 1
Starting pipeline: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | nroff -mandoc -rLL=87n -rLT=87n -Tutf8 [input: {-1, NULL}, output: {-1, NULL}]
Started "/usr/lib/man-db/zsoelim", pid 14172
Started "/usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE", pid 14173
Started "preconv", pid 14174
Started "tbl", pid 14175
Started "nroff", pid 14176
Starting pipeline: sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }' | (cd <fd 3> && LESS=-ix8RmPm Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ MAN_PN=man(1) pager) [input: {-1, NULL}, output: {0, NULL}]
Started "sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }'", pid 14177
Started "pager", pid 14178
source pipeline 0 returned error or EOF
source pipeline 1 returned error or EOF
Waiting for pipeline: zcat < /usr/share/man/man1/man.1.gz [input: {0, /usr/share/man/man1/man.1.gz}, output: {-1, NULL}]
Active processes (1):
"zcat < /usr/share/man/man1/man.1.gz" (14171) -> 0
Waiting for pipeline: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | nroff -mandoc -rLL=87n -rLT=87n -Tutf8 [input: {-1, NULL}, output: {-1, NULL}]
Active processes (5):
"/usr/lib/man-db/zsoelim" (14172) -> 0
"/usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE" (14173) -> 13
"preconv" (14174) -> 65280
"tbl" (14175) -> 65280
"nroff" (14176) -> 1024
Waiting for pipeline: sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }' | (cd <fd 3> && LESS=-ix8RmPm Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page man(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ MAN_PN=man(1) pager) [input: {-1, NULL}, output: {0, NULL}]
Active processes (2):
"sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }'" (14177) -> -1
"pager" (14178) -> -1
Active processes (2):
"sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }'" (14177) -> 0
"pager" (14178) -> -1
Active processes (1):
"pager" (14178) -> 0
man: command exited with status 4: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | nroff -mandoc -rLL=87n -rLT=87n -Tutf8
hashtable_free: 16 entries, 16 (100%) unique