LinuxQuestions.org
Have you listened to LQ Radio?
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
Thread Tools Search this Thread
Old 09-14-2004, 05:08 PM   #1
vador
LQ Newbie
 
Registered: Apr 2004
Posts: 28
Thanked: 0
Slackware MAN command problems


[Log in to get rid of this advertisement]
HI i am using the Slackware 10.0 and i am having the follow problem with the "man" command gives me in any entry that i use it, here is a example:

22:04:09 root@~/synaptics # man vim
Error executing formatting or display command.
System command (cd /usr/man && (echo ".ll 11.9i"; echo ".pl 1100i"; /bin/gunzip -c '/usr/man/man1/vim.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -S -mandoc | /usr/bin/less -is) exited with status 256.
No manual entry for vim



OR


22:06:30 root@~/synaptics # man more
Error executing formatting or display command.
System command (cd /usr/man && (echo ".ll 11.9i"; echo ".pl 1100i"; /bin/gunzip -c '/usr/man/man1/more.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -S -mandoc | /usr/bin/less -is) exited with status 256.
No manual entry for more



Doesn't matter what i put i have always that error :/

Can anyone help me? thanks
vador is offline     Reply With Quote
Old 09-14-2004, 05:12 PM   #2
sh1ft
Member
 
Registered: Feb 2004
Location: Ottawa, Ontario, Can
Distribution: Slackware, ubuntu
Posts: 391
Thanked: 0
I had this same problem, what kernel are you running? Did this just happen after you recompiled a kernel?

I ran 2.6.9-mm when I had this problem, when I reverted back to 2.6.8.1 it was fixed. Although it could (likely) have been something I did differently during the configuration. Also, I had a bunch of segfaults, including when I tried to run glxgears, which were fixed after the new kernel.

The reason man didn't work for me is because the less command segfaulted. Try doing something like
Code:
cat afile | less
to see if it works.

Last edited by sh1ft; 09-14-2004 at 05:15 PM..
sh1ft is offline     Reply With Quote
Old 09-14-2004, 05:39 PM   #3
vador
LQ Newbie
 
Registered: Apr 2004
Posts: 28
Thanked: 0

Original Poster
hummm It can be that erghh I am using kernel 2.6.8.1mm4 ( i applied a patch to the kernel 2.6.8.1mm4). SO can be the patched kernel that is making this problems i will revert to 2.6.8.1 only and see what happens.

22:39:06 root@~ # cat linux_penguin.html | less
22:39:15 root@~ #

NOt working ergh let's revert it

Thanks for the tip

Last edited by vador; 09-14-2004 at 05:40 PM..
vador is offline     Reply With Quote
Old 09-14-2004, 09:07 PM   #4
vador
LQ Newbie
 
Registered: Apr 2004
Posts: 28
Thanked: 0

Original Poster
It was that!!!

I remove kernel 2.6.8.1mm4 and compiled the kernel 2.6.8.1 and the system is working like a charm........ damn patchs lolol
vador is offline     Reply With Quote
Old 10-27-2004, 02:13 AM   #5
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Ubuntu
Posts: 559
Thanked: 1
A fix?

Hi everybody. I've been having the same problem and I've found a thread on google groups that claims to have a fix, other than reverting to the previous kernel.

http://groups.google.com/groups?hl=e...3.44&frame=off

The thread suggests the following:

Quote:
Reading this topic and others I think I'll be able to solve the problem:
1) find file udev.rules
2) replace line:
KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k
with:
KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
I'll give this a shot and let you know how it works.

--Dane


Update: I made the edits and rebooted and ever since both "man" and "less" have resumed proper functionality. Cheers!

Last edited by DaneM; 10-27-2004 at 02:57 AM..
DaneM is offline     Reply With Quote
Old 11-02-2004, 03:23 PM   #6
vrillusions
Member
 
Registered: Feb 2003
Location: Ohio, USA
Distribution: Ubuntu, Debian, CentOS
Posts: 99
Thanked: 0
Just wanted to confirm that fix worked for me to. Using custom compiled 2.6.9 kernel
vrillusions is offline     Reply With Quote
Old 11-17-2004, 02:14 PM   #7
Speek
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 71
Thanked: 0
Thanks DaneM! xterm and rxvt weren't working anymore after upgrading to kernel 2.6.9. Editing udev.rules fixed it.
Speek is offline     Reply With Quote
Old 11-17-2004, 05:23 PM   #8
iago
LQ Newbie
 
Registered: Nov 2004
Location: Canada
Distribution: Slackware
Posts: 26
Thanked: 0
Apparently, you can fix it by taking away execute permissions from /etc/rc.d/rc.udev. It worked for me, but I'm not sure why, which bugs me.
iago is offline     Reply With Quote
Old 11-17-2004, 06:42 PM   #9
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927
Thanked: 0
more on the udev/man problem in this thread, starting ~ post 35:

http://www.linuxquestions.org/questi...hreadid=244701
Genesee is offline     Reply With Quote
Old 12-05-2004, 02:00 PM   #10
xunepxaxo
LQ Newbie
 
Registered: Dec 2004
Posts: 2
Thanked: 0
My decision to the problem was patching the kernel to 2.6.10-rc3.I have no problem with man anymore,but now i have to fix the sound
xunepxaxo is offline     Reply With Quote

Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
characters disappearing in man command smips Linux - General 2 05-06-2005 05:29 AM
How do i get out of the man command? caa1980 Linux - Software 4 08-13-2004 10:12 PM
utility intented to replace man command in Linux boichuckie Linux - General 7 12-20-2003 02:16 PM
Man command not working chunkymunky Linux - Newbie 2 12-02-2003 04:12 PM
Newbie needs help with man command isolationist Linux - General 4 02-16-2003 01:09 AM


All times are GMT -5. The time now is 06:10 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration