Congratulations to AcaCandy on her 100,000th post!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen boot bsod computer connection crash css dell driver drivers email error ethernet excel firefox firefox 3 hard drive internet internet explorer itunes laptop linux malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express partition password printer problem router security slow software sound trojan usb video virus vista wifi windows windows xp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Gonna try slackware again; installation preparation


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
maxim2's Avatar
Member with 61 posts.
 
Join Date: Jan 2002
Location: At my friends house playing Grand Theft Auto 3
29-Jun-2002, 01:34 AM #1
Gonna try slackware again; installation preparation
Hey!!!! How goes it?

I'm gonna try to install Slackware 8.0 again. Umm...are there any good guides on the internet? It's been a VERY long time. However, I"m going to try it again.

Any help is appreciated!

--maxim2
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
29-Jun-2002, 01:46 AM #2
You might take a look at www.slackware.org and www.linuxnewbie.org. Both contain some good information on installation and configuration issues.

Hope this helps.
maxim2's Avatar
Member with 61 posts.
 
Join Date: Jan 2002
Location: At my friends house playing Grand Theft Auto 3
01-Jul-2002, 09:04 PM #3
I installed it, but...
I can't get X to work now. Everytime I configure it and such, and I always take a look at my xf86, it lists commands, then says "Command not found". Um, maybe my onboard intel i810e graphics 'card' doesn't work with Slackware 8.0?

Thanks!

--maxim2
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
03-Jul-2002, 02:27 AM #4
If the message you get is "command not found" or something similar, I wonder if it's not coming from your xinitrc file rather than your XF86Config file. Typically, the xinitrc file contains commands (scripts, etc.) to be run at X startup, and the XF86Config file contains configuration information for X itself (hardware info, etc.). If your XF86Config file is incorrect, usually X won't even start, or if it does, the display is hosed. Could you post the last few messages you receive before the "command not found" one? That may help isolate the problem.

Any info appreciated.
__________________
The slowest component still sits at the keyboard.
maxim2's Avatar
Member with 61 posts.
 
Join Date: Jan 2002
Location: At my friends house playing Grand Theft Auto 3
05-Jul-2002, 09:28 PM #5
/var/log/XFree86.0.log: protocol: Command not found.
/var/log/XFree86.0.log: release: Command not found.
/var/log/XFree86.0.log: if: Command not found
newer: need exactly 2 arguments
Try 'newer --help' for more information
/var/log/XFree86.0.log: line 7: syntax error near unexpected token '(s)
/var/log/XFree86.0.log: line 7: 'reporting problems.

that's what it says.

Any ideas?

--maxim2
__________________
Uh yesterday I went to taco bell with my brothers Keith, Kyle, and friend Fat Eric. We were sitting there drinking our pop and then kyle accidentally spills his all over the table. So he gets a heap of napkins to clean it up. As he's doing it, some stupid guy came over to us and said "Pick up those napkins. And leave our property". We argued with the guy, and he started getting mad. The guy kicked us out of taco bell. The funny thing is that Keith used to work at Taco Bell, so I had the manager hat on. I started going around the taco bell after we'd been kicked out and bothered the customers. Because the workers at Taco Bell started to bother us.

That guy wasn't too nice :-(
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
05-Jul-2002, 09:51 PM #6
I know this sounds crazy, but ... is it possible that you are attempting to execute the /var/log/XFree86.0.log file when you invoke X? If you look at this file, you will find that it contains each of the words referenced in the error messages in the order in which they appear ... not to mention the reference to line 7, which, on my system is:

reporting problems. (See http://www.XFree86.Org/FAQ)

Are you using the startx command or perhaps a different script to run X? If you could provide the actual command(s) you are typing in order to start X (or the script(s) that are doing it) that would be helpful. Right now, I'd suspect a misplaced argument or missing option on the X command line during startup.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
maxim2's Avatar
Member with 61 posts.
 
Join Date: Jan 2002
Location: At my friends house playing Grand Theft Auto 3
05-Jul-2002, 11:45 PM #7
I just type startx.

I don't think I'm trying to execute the /var/log/XFree86.0.log file. To bring it up, I just type /var/log/XFree86.0.log (I think).

Oh no...
"reporting problems. (See http://www.XFree86.Org/FAQ)"

Yes, it says that too. umm...Ok, as the kiddies say: "My bad"

hope that helps!

--maxim2
__________________
Uh yesterday I went to taco bell with my brothers Keith, Kyle, and friend Fat Eric. We were sitting there drinking our pop and then kyle accidentally spills his all over the table. So he gets a heap of napkins to clean it up. As he's doing it, some stupid guy came over to us and said "Pick up those napkins. And leave our property". We argued with the guy, and he started getting mad. The guy kicked us out of taco bell. The funny thing is that Keith used to work at Taco Bell, so I had the manager hat on. I started going around the taco bell after we'd been kicked out and bothered the customers. Because the workers at Taco Bell started to bother us.

That guy wasn't too nice :-(
maxim2's Avatar
Member with 61 posts.
 
Join Date: Jan 2002
Location: At my friends house playing Grand Theft Auto 3
05-Jul-2002, 11:50 PM #8
Hey, maybe this is helpful:
<a href=http://www.lilug.org/pipermail/lilug/2001-July/002988.html>This</a> and <a href=http://www.lilug.org/pipermail/lilug/2001-July/002989.html>this</a> possibly might be of use.



--maxim2
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
06-Jul-2002, 01:57 AM #9
You might try running the startx script in debug mode. If you don't know where the startx script lives (likely /usr/X11R6/bin), give the command: type startx and take note of the output. Then invoke startx using: sh -x full-pathname-of-startx-script (e.g., sh -x /usr/X11R6/bin/startx) and see how far you get. The -x option prints each line before executing, and includes variable substitutions, etc. which can help identify a problem.

Also, you're probably not just typing /var/log/XFree86.0.log at the command line to look at the file. If you are, you are, in fact, trying to execute this file (and of course it will fail). You are more likely typing something like: more /var/log/XFree86.0.log or vi /var/log/XFree86.0.log or something similar (i.e., you are using a pager or an editor to look at the contents of the file). Unlike Windoze, Unix/Linux does not automatically invoke an application associated with a particular file; you are free to use any and every application you wish to operate on a file (of course, you have to be prepared for the results if you, for example, choose to open a binary file with a text editor ... 8-)).

Hope this helps -- and keep the info coming!
__________________
The slowest component still sits at the keyboard.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 06:25 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.