many manpages cut-off in RC1
Bug #370750 reported by
anilg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nexenta Operating System |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Many manpages (like apt-get) are cut off. For example ls and apt-get are cut off at 73/119 lines and 128/174 respectively.
apt-clone shows nothing except:
Manual page apt-clone(8) line ?/? (END)
dpkg cuts off at 311 out of 357
Manual page dpkg(1) line 311/357 (END)
etc.
Any ideas on what could be the issue?
To post a comment you must log in.
Found something interesting.. the issue itself is not consistent: it (seemingly randomly) shifs between 3 states:
* Shows 1 line : Manual page crontab(1) line ?/? (END)
* Shows the manpage, but cut-off
* Shows the complete manpage.
I;ve been able to reproduce this in my dist-upgraded devzone: try running
while true; do man crontab;done
Any idea on this random behavior?