LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-29-2006, 02:41 PM   #1
thecheat
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Rep: Reputation: 0
first time install! help!


Well I was bored with doing the same old thing over and over and I had an extra hard drive so I decided to try linux (Red Hat 9). I downloaded and installed everything successfully (to my surprise) but I'm having difficulties with the loading. It looks like everything loads alright with all the green OK's but it then gets to a prompt that asks for a login and password. During the installation I didn't see anything that asked for a login name, it only asked for a supervisor password. Where can I set a login name and pass? Any help with getting through this would be greatly appreciated! Thanks!
 
Old 01-29-2006, 02:53 PM   #2
vls
Member
 
Registered: Jan 2005
Location: The grassy knoll
Distribution: Slackware,Debian
Posts: 192

Rep: Reputation: 31
The 'supervisor' password is the root account password.
When you get the login prompt:

Code:
login: root
password: password you set up (hopefully)
If that gets you in, you are now God of the Machine.

Try adduser to set-up a normal user to do your daily futzing about.
 
Old 01-29-2006, 03:10 PM   #3
thecheat
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
that got me in..but I am still confused (noob) is there a command to get me out of the prompt part and into the desktop environment?
 
Old 01-29-2006, 03:19 PM   #4
vls
Member
 
Registered: Jan 2005
Location: The grassy knoll
Distribution: Slackware,Debian
Posts: 192

Rep: Reputation: 31
Not a RedHat guy, but try startx.

Hopefully some RH gurus will pop in.
 
Old 01-29-2006, 03:31 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Been a long time since installing Redhat 9. If you are not to deep into it and wish to stay with Redhat type then install Fedora Core 4. It is the latest since the Fedora team took over redhat workstation.

But startx should bring up either KDE or gnome if you choose that during the install.

Once there in the start menu there will be a gui tool to add users. Create a new user and logout and back into as that user. That way you can't really mess much. If running root and type the wrong command it can wipe your data quickly. It is best to use root only when needed.

Brian1
 
Old 01-31-2006, 09:44 PM   #6
thecheat
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
help with first time running linux

I posted a couple days ago regarding help with installing red hat 9 for the first time, and in response some people told me how to long in as 'root' and use startx to start everything up (I'm a huge noob). Anyways, when I do type startx, it looks like I get a variety of errors: I wrote some of them down in hope of getting some help here

(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

XI0: fatal IO error 104 (connection reset by peer) on X server

I think those were the only ones. Any help with any of this would be greatly appreciated. Thanks!
 
Old 01-31-2006, 10:10 PM   #7
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
Did you configure XFree86 before you tried to start it? Your error is telling you there is no config(uration) file or you've locked X out of it. The second possiability is extremely unlikely, so odds are you need to configure your X server first. The "no screens error" should come as no surprise since you haven't configured X yet, it dosen't have any "screens" use.

A "screen" is a set of pararmeters X uses when starting up. It tells it which video card, monitor, and such to use after you type 'startx.' This screen thing will make more since after you configure X, trust me.
 
Old 01-31-2006, 10:22 PM   #8
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Also, depending on how new your hardware is, it may not even be supported by RedHat 9 (which is probably on the same order as windows 98 age wise).

If you like red hat, try the newer Fedora Core or CentOS. If you'd like to try something new, try out these quizzes:
 
Old 01-31-2006, 11:06 PM   #9
thecheat
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
No, I did not configure XFree86 as I do not know how unfortunately...Any help with this as well will be appreciated!
 
Old 02-01-2006, 12:11 AM   #10
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
Try running this command at the prompt.
Code:
XFree86 -configure
If you need more help, here is a page about XFree and setting it up.
 
Old 02-01-2006, 08:18 AM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
When you installed, did it not default to GUI mode? Or did you explicity tell it not to install/configure X and a desktop such as Gnome.

In your situation, it might be easier to reinstall......
 
Old 02-01-2006, 08:47 AM   #12
primussucks
LQ Newbie
 
Registered: Jan 2006
Location: Pingree Grove, IL
Distribution: Mint
Posts: 21

Rep: Reputation: 0
I got that same fatal IO error line, while trying to install Feather to my HD(it worked off the live CD but not of the HD)about 4 days ago. The fix was to make sure i knew what settings my moniter would tolerate, with feather i needed to use a cheat code at the boot promt(vga=789) to get it to work. now with anything else(using debian now) i just need to configure X to the right settings and it works fine.
 
Old 02-01-2006, 12:32 PM   #13
Timesmuggler
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
Just like to echo what some people said here earlier - probably much easier to start over. And if you want to stay within the redhat world, use Fedora, latest version. Otherwise you might want to check Ubuntu out (my favorite).

Red Hat 9 is really like installing windows 98 ... you'll run into so many problems down the road when trying to install newer software. More modern distributions are more user friendly and easier to maintain. Really.

RH9 is also not faster, or less demanding of resources, than Fedora or Ubuntu. So there's only positives in going to either one of those.
 
Old 02-01-2006, 02:52 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Merged the two threads ...
 
Old 02-01-2006, 03:11 PM   #15
stewlsalws
LQ Newbie
 
Registered: Jan 2006
Location: Lytham St Annes
Distribution: Mandriva2006
Posts: 1

Rep: Reputation: 0
Wink Try Mandriva2006

Try Mandriva2006 I have had no trouble installing and it uses a "windows" GUI environment and makes Linux easier to use for ex-Windows people. I can send you a copy is you like. Send me your address

cheers

Stewstewlsalws@yahoo.co.uk

Last edited by stewlsalws; 02-01-2006 at 03:14 PM. Reason: email link
 
  


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
Running a script at a certain time... Slith(++1) Programming 3 10-04-2005 10:12 PM
Time is running out for me. ccalvin12 Linux - Software 1 08-05-2005 07:18 AM
Running 2 OS at the same time NeoSpawn Linux - General 18 06-17-2004 05:42 PM
login help at lunix startup...first time running linux ever lnepoe83 Mandriva 7 03-01-2004 06:43 PM
Running a program for a specified time Brett-NZ Linux - Newbie 4 12-08-2002 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:33 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