Oggi ho notato un problema con alcune pagine man.
In pratica digitando (ad esempio):
Codice: Seleziona tutto
man bash
Codice: Seleziona tutto
man gcc
Codice: Seleziona tutto
$ man gcc
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
grotty:<standard input> (<standard input>):267468:fatal error: output error
Se digito
Codice: Seleziona tutto
man -d gcc
Codice: Seleziona tutto
$ man -d gcc
Reading config file /usr/lib64/man.conf
found man directory /usr/man
found man directory /usr/share/man
found man directory /usr/local/man
found man directory /usr/local/share/man
found man directory /usr/X11R6/man
found manpath map /bin --> /usr/share/man
found manpath map /sbin --> /usr/share/man
found manpath map /usr/bin --> /usr/share/man
found manpath map /usr/sbin --> /usr/share/man
found manpath map /usr/local/bin --> /usr/local/share/man
found manpath map /usr/local/sbin --> /usr/local/share/man
found manpath map /usr/X11R6/bin --> /usr/X11R6/man
found manpath map /usr/bin/X11 --> /usr/X11R6/man
found manpath map /usr/bin/mh --> /usr/share/man
using /usr/bin/less -is as pager
using /usr/bin/lynx as browser
using /usr/bin/lynx -dump to dump HTML pages as text
adding /usr/local/man to manpath
adding /usr/man to manpath
adding /usr/share/texmf/man to manpath
gzip: stdout: Broken pipe
no cat page stored because of nonstandard line length
gzip: stdout: Broken pipe
using default preprocessor sequence
found tbl(1) directive
man:
not executing command:
(cd "/usr/man" && (echo ".ll 14.1i"; echo ".nr LL 14.1i"; echo ".pl 1100i"; /bin/gunzip -c '/usr/man/man1/gcc.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less -is)
Cose che ho notato:
- Questo errore è presente in konsole di kde, ma non in xterm di xfce;
- Non tutte le pagine restituiscono l'errore;
- Durante l'update Pat suggeriva di sovrascrivere /usr/lib64/man.conf con il nuovo /usr/lib64/man.conf.new, ma quest'ultimo non l'ho trovato da nessuna parte.
Idee?