LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-21-2004, 05:17 AM   #1
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Rep: Reputation: 31
man broken in 2.6.9?


Is man working for those of you who've upgraded to 2.6.9? It's not for me.

I get:
Code:
Error executing formatting or display command.
System command (cd /usr/man && (echo ".pl 1100i"; /bin/gunzip -c '/usr/man/man1/mc.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -S -mandoc | /usr/bin/less -is) exited with status 256.
Somebody on alt.os.linux.slackware said to disable udev, but that didn't do the trick for me.

Any ideas?
 
Old 10-21-2004, 05:24 AM   #2
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
man is working fine for me. I don't see how you could break it through a kernel compile.
 
Old 10-21-2004, 05:26 AM   #3
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Original Poster
Rep: Reputation: 31
Disabling udev did finally bring man back to life, but I had to reboot first.

The way I was told to disable udev was: as root, "chmod -x /etc/rc.d/rc.udev".

Is there a better way? I confess I don't know what udev is, but I hate to lose it just so I can have man working.
 
Old 10-21-2004, 05:30 AM   #4
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by KMcD
man is working fine for me. I don't see how you could break it through a kernel compile.
If I understood correctly, it has to do with a goofed up udev rule. If that's the case, what I'm trying to find out is if udev really has to be disabled, or if the rule can be fixed, or if I can just update udev.

Somebody said a flakey version of udev.rules was circulating on current for a while, but is supposed to be fixed now. Maybe this crept into my setup somehow.

Nobody else has seen this? There are several reports on the Slack NG. I assumed it was connected with the kernel compile, since man worked for me before. One guy reported it after upgrading from 2.4.x to 2.6.9. I went form 2.6.7 to 2.6.9. OTOH, I did do a swaret --upgrade a few days ago, so maybe it happened then rather than when I installed the new kernel.
 
Old 10-21-2004, 06:06 AM   #5
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
When you upgrade, do you locate all .new conf files and upgrade config files from them ?
 
Old 10-21-2004, 06:23 AM   #6
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by Cedrik
When you upgrade, do you locate all .new conf files and upgrade config files from them ?
Umm, not intentionally, no. I just let swaret do its thing by using "swaret --upgrade -a". Should I have intervened?
 
Old 10-21-2004, 06:51 AM   #7
typho
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware 14.0
Posts: 27

Rep: Reputation: 15
he means after each upgrade you should search for all the new config files(usually like xxxx.conf.new). They don't like to overwrite old conf files automatically to prevent breaking some vital configs. Sometimes they have important info for new installs though.
 
Old 10-21-2004, 09:35 AM   #8
drirr
LQ Newbie
 
Registered: Oct 2004
Location: Sweden
Distribution: Arch Linux
Posts: 5

Rep: Reputation: 0
Just noticed that man is broken for me too after upgrading to 2.6.9 so I tried booting up the "old" 2.6.8.1 kernel and man was working again. I didn't change anything before/after upgrading the kernel so it must be kernel related, if not please correct me, I'm still really new to Linux.

EDIT: Disabling udev as suggested solved the problem in 2.6.9.

Last edited by drirr; 10-21-2004 at 09:43 AM.
 
Old 10-21-2004, 10:50 AM   #9
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Original Poster
Rep: Reputation: 31
This is from someone on alt.os.linux.slackware.

You can also open /etc/udev/rules.d/udev.rules and see if you have this line:

Code:
KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
If so, then the "tty/s%n" is wrong; it should be "pty/s%n".

After you edit the file, you can reenable udev:

"chmod +x /etc/rc.d/rc.udev"

[Somebody might want to check me out on this. I'm a Slack noob and don't want to pretend to know what I'm talking about ...]
 
Old 10-21-2004, 02:17 PM   #10
oxleyk
Member
 
Registered: Nov 2003
Distribution: Ubuntu
Posts: 309

Rep: Reputation: 30
Guess I'll wait until 2.6.9.1

Kent
 
Old 10-21-2004, 02:22 PM   #11
drirr
LQ Newbie
 
Registered: Oct 2004
Location: Sweden
Distribution: Arch Linux
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by clawhead
This is from someone on alt.os.linux.slackware.

You can also open /etc/udev/rules.d/udev.rules and see if you have this line:

Code:
KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
If so, then the "tty/s%n" is wrong; it should be "pty/s%n".

After you edit the file, you can reenable udev:

"chmod +x /etc/rc.d/rc.udev"

[Somebody might want to check me out on this. I'm a Slack noob and don't want to pretend to know what I'm talking about ...]
Guess it wouldn't hurt to try, after all it can't get any worse then that it stops working at all
 
Old 10-21-2004, 04:53 PM   #12
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by oxleyk
Guess I'll wait until 2.6.9.1
From everything I've read, this particular problem isn't related to the new kernel but rather to a goofed up upgrade of udev. In my case, the problem was easy to fix, and the kernel hasn't give me any trouble at all.
 
Old 10-21-2004, 06:43 PM   #13
kersten78
Member
 
Registered: Nov 2003
Location: Minneapolis, MN
Distribution: Slackware, Debian, Gentoo, openSuSE
Posts: 358

Rep: Reputation: 33
Thanks, clawhead, your fix worked like a charm. My "less" command also broke after the 2.6.9 upgrade, and your suggestion fixed that as well.
 
Old 10-22-2004, 02:21 AM   #14
brodieman
LQ Newbie
 
Registered: Oct 2004
Location: pa
Distribution: slackware
Posts: 3

Rep: Reputation: 0
thanks clawhead. the fix you posted was just the ticket. my more, less, cat, man, etc... did not work after the upgrade to 2.6.9.

I also was not able to ssh out to another machine because of an ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory error and it fixed that as well.
 
Old 10-22-2004, 12:26 PM   #15
tazdevil77
LQ Newbie
 
Registered: Mar 2004
Distribution: slackware 10.1 with 2.6.11
Posts: 9

Rep: Reputation: 0
Quote:
Originally posted by brodieman
thanks clawhead. the fix you posted was just the ticket. my more, less, cat, man, etc... did not work after the upgrade to 2.6.9.

I also was not able to ssh out to another machine because of an ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory error and it fixed that as well.
@brodieman

look what i've wrote here:
http://www.linuxquestions.org/questi...10#post1249510
 
  


Reply



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
man alsamixer not showing the man page nosaku Slackware 1 12-20-2004 08:52 AM
man "New Commands" Section Broken? tortle LQ Suggestions & Feedback 3 12-05-2004 11:59 AM
argh man pages broken sh1ft Slackware 7 08-30-2004 09:33 AM
How to quit man (less) and keep man info on screen? peb Linux - Newbie 7 03-25-2004 10:02 PM
Compiling packages on RH 7.1 causes man files to be named man.gz mmboam Linux - General 0 05-09-2001 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:43 AM.

Main Menu
Advertisement
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.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration