Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-23-2004, 06:34 PM
|
#1
|
|
Member
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386
Rep:
|
man pages unreadable in current
I am having weird issues when invoking man pages in slackware-current.
I am regulary updating to current and rhis appeared maybe sometime before Pat got ill and it is still present.
Here is something as a "screenshot"
Yes, man page indeed looks like this
Anyone knows what could be wrong?
Code:
man(1) man(1)
NAME
man <E2><88><92> format and display the on<E2><80><90>line manual pages
manpath <E2><88><92> determine user<E2><80><99>s search path for man pages
SYNOPSIS
man [<E2><88><92<E2><88><92>acdfFhkKtwW] [<E2><80><90<E2><80><90><E2>
<80><90<E2><80><90>path] [<E2><88><92<E2><88><92>m system] [<E2><88><92<E2>
<88><92>p string] [<E2><88><92<E2><88><92>C con�[24m<AD>
fig_file] [<E2><88><92<E2><88><92>M pathlist] [<E2><88><92<E2><88><92>P pa
ger] [<E2><88><92<E2><88><92>S section_list] [section]
name ...
DESCRIPTION
man formats and displays the on<E2><80><90>line manual pages. If you spe
c<C2><AD>
ify section, man only looks in that section of the manual. name
is normally the name of the manual page, which is typically the
name of a command, function, or file. However, if name contains
a slash (/) then man interprets it as a file specification, so
that you can do man ./foo.5 or even man /cd/foo/bar.1.gz.
See below for a description of where man looks for the manual
page files.
|
|
|
|
12-23-2004, 09:00 PM
|
#2
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
You have the updated packages from groff installed along with the latest man pages.. etc? How are you installing slackware-current?
|
|
|
|
12-24-2004, 01:45 AM
|
#3
|
|
Member
Registered: Sep 2003
Location: Southern California
Distribution: Slackware -current
Posts: 90
Rep:
|
If your running -current , make sure everythangs -current.
Im running -current everythangs running fine here.
|
|
|
|
12-24-2004, 05:33 PM
|
#4
|
|
Member
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386
Original Poster
Rep:
|
Groff version installed on my computer is groff-1.17.2-i386-3 which is also in current
I am updating to current using swaret with dependancy checking.
|
|
|
|
12-24-2004, 05:40 PM
|
#5
|
|
Member
Registered: May 2004
Distribution: Ubuntu
Posts: 583
Rep:
|
ouch (at swaret)
|
|
|
|
12-24-2004, 05:52 PM
|
#6
|
|
Member
Registered: Nov 2000
Location: Hermon, ME
Distribution: slackware
Posts: 201
Rep:
|
actually this is a udev problem I believe. What kernel are you using?
You could look at /etc/udev/rules.d/udev.rules
in here look for KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
and change it to KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
and that should fix the problem.
|
|
|
|
12-24-2004, 07:44 PM
|
#7
|
|
Member
Registered: Feb 2004
Distribution: Slackware 10.1
Posts: 38
Rep:
|
Re: man pages unreadable in current
Yep, it's a UDEV problem. I haven't checked -current in a few days but I'm sure that's your problem.
See the following thread for a solution (simply updating udev to a current version is the best way to fix your problem). http://www.linuxquestions.org/questi...light=guestfox
Cheers!
EDIT: Never mind, I just re-read your post.
Quote:
|
I am regulary updating to current and rhis appeared maybe sometime before Pat got ill and it is still present.
|
Last edited by GuestFox; 12-24-2004 at 09:55 PM.
|
|
|
|
12-25-2004, 10:52 AM
|
#8
|
|
Member
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386
Original Poster
Rep:
|
Quote:
Originally posted by mAineAc
actually this is a udev problem I believe. What kernel are you using? http://www.linuxquestions.org/questi...postid=1368659
You could look at /etc/udev/rules.d/udev.rules
in here look for KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
and change it to KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
and that should fix the problem.
|
Here is my udev.rules
# pty devices
KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"
KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
I dont think this is the problem.
My udev version is udev-042-i486-1 and as i said I am updated to lates current.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:27 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|