LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-11-2004, 10:24 AM   #1
Tod_Con
Member
 
Registered: Jun 2004
Location: San Francisco, California, US
Distribution: Zenwalk Linux 4.0
Posts: 74

Rep: Reputation: 15
Xorg and man page problems...


I can't get into my window managers without logging into root and using GDM, not to mention sucks because only my ~/.xinitrc file has programs I want to run during startx and I use only minimalistic WM's. The error I get is something like "can't move /var/log/Xorg.0.og to /var/log/Xorg.0.log.old". Then there is my man pages which wont work and luckily I have the exact error for this one. I get the following
Code:
Formatting page, please wait...
sh: line 1: most: command not found
Error executing formatting or display command.
System command /bin/bzip2 -c -d /var/cache/man/cat8/ssmtp.8.bz2 | most exited with status 32512
I use gentoo linux incase that helps the situation further, perhaps something in portage could help. Does anyone know how to resolve this problem? thanks in advance.

EDIT: I get that same error for every single man page i try.
 
Old 12-11-2004, 02:57 PM   #2
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
well, thats defidently not normal, man works fine from my end

do a resync and upgrade, i would assume the problem is with the base system.. what stage did you install from? ... and no man pages should be in /var .. so is your system completly up to date?
 
Old 12-11-2004, 04:07 PM   #3
Tod_Con
Member
 
Registered: Jun 2004
Location: San Francisco, California, US
Distribution: Zenwalk Linux 4.0
Posts: 74

Original Poster
Rep: Reputation: 15
Nope my system isn't up to date, how do I upgrade? this is what I get after I do emerge
Code:
 * GNU info directory index is up-to-date.
 * IMPORTANT: 13 config files in /etc need updating.
 * IMPORTANT: 13 config files in /usr/X11R6/lib/X11/xkb need updating.
does that have anything to do with updating? I resync every friday for the last month, that's how long i've had gentoo .
 
Old 12-11-2004, 10:42 PM   #4
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
read there documentation for portage ... its pretty good..

and when you do a emerge, and get that message "needs updating" .. it means, run etc-update and that will give you a list of files with numbers, go thru them one by one, each time selecting the correct numberic anwser (read the text, once you select a file it should display the changes the update wants to make in less, press "q" when you have seen enough, and you will get a list of actions)

also, do read the online gentoo docs about portage, they will some in handy later .... also, if the "etc-update" does help (it might not solve the problem), the changes wont be seen untill next login
 
Old 12-12-2004, 01:06 PM   #5
Tod_Con
Member
 
Registered: Jun 2004
Location: San Francisco, California, US
Distribution: Zenwalk Linux 4.0
Posts: 74

Original Poster
Rep: Reputation: 15
Everything is fixed, I did emerge most so my man pages would work. The only thing that doesn't work now is startx on my user. It keeps saying that xorg error.
 
Old 12-12-2004, 11:33 PM   #6
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
ill guess you did a stage 3 install? (i hate binary installs ... so i always assume they break when people use them .... probably used windows to long)

anyways, i would suggest removing the 2 files it talks about, then try to startx

also, you can setup the init scripts to start gdm on startup, you can also tell gnome-session to save the current session and it should use that session from then on (meaning that other programs you wanted should be started ... personally i hate gnome and gnome-session along with gdm ... the more "easyer" things get, the more i get ticked off, as i dont like being told what i want to do)
 
Old 12-12-2004, 11:39 PM   #7
Tod_Con
Member
 
Registered: Jun 2004
Location: San Francisco, California, US
Distribution: Zenwalk Linux 4.0
Posts: 74

Original Poster
Rep: Reputation: 15
oh, I use stage1 foo, I am no begginer in linux, I just suck a bit with some things when I haven't been in those situations before... anyway, I just removed the .old file. When I tried startx it didn't have that error, it said
Code:
 xf86Console....
suid root
weird thing is, I have no root and I use xorg. I did usermod to change root's name. But you see, startx worked fine way after that on my user, it just did this when I tried putting metacity in my ~/.xinitrc then it didn't work and I got that error ever since. I blame metacity for it >_<.
 
Old 12-13-2004, 07:54 AM   #8
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
yes, i blame gnome for everything hard in linux (only because everything started braking after i installed gnome ... with enlightenment all i got was an ocasional currupt background

anyways, Xorg is a fork of the xfree86 X, it forked mainly because xfree86 changed its lisence to something that might be considered in violation of the gpl (it wasent gpl, but it could conflict with gpl apps that run as clients to it)

so thats why you see xfree86 names in Xorg ... they either havent removed them all, or dont want to remove them all
 
Old 12-13-2004, 08:17 AM   #9
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Just a thought, but it's possible your configuration files got over-written when you last updated xorg - that caught me out once before.

Check files like xorg.conf to see if they've got the right settings
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
getting out of a man page! naijaguy Linux - Newbie 11 04-10-2018 05:21 PM
man alsamixer not showing the man page nosaku Slackware 1 12-20-2004 08:52 AM
Is there a man page on how to use man page? jdruin Linux - Software 2 10-30-2004 09:29 AM
problems with libipq man page shinkm Linux - Networking 0 09-14-2004 12:04 AM
man page? chandan Linux - Newbie 1 07-16-2003 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:19 PM.

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