LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-21-2004, 09:21 PM   #1
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Rep: Reputation: 15
there's a question that always bothers me


every time when i boot up my computer my fedora core 2 hangs at audit ( some crazy numbers) initialized for more than 5 mins is this normal or it's just me ? is there a possible way to reduce the waiting time ?
 
Old 06-21-2004, 09:55 PM   #2
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
5 minutes is not normal...i don't use fedora, so i can't offer advice, other than to say...it's not normal
 
Old 06-22-2004, 10:33 AM   #3
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
do you have that line audit ( some crazy numbers) initialized when you boot up your computer ?
 
Old 06-22-2004, 10:41 AM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
I use fedora core 2.
on my Athlon 1333mhz 512 meg ram 6gig hard disk, fedora core 2 boots in just under 40 seconds....

But i do boot a custom compiled kernel, and i made a custom run-level (4)

on a default install it booted in about 1 minute.

No, its not normal to take that long.

What is the message on screen when it hangs ?
What is the output of 'dmesg'
what hardware on you running on ?

Last edited by qwijibow; 06-22-2004 at 10:42 AM.
 
Old 06-22-2004, 11:33 AM   #5
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by qwijibow
I use fedora core 2.
on my Athlon 1333mhz 512 meg ram 6gig hard disk, fedora core 2 boots in just under 40 seconds....

But i do boot a custom compiled kernel, and i made a custom run-level (4)

on a default install it booted in about 1 minute.

No, its not normal to take that long.

What is the message on screen when it hangs ?
What is the output of 'dmesg'
what hardware on you running on ?
1) it doesnt give me any error messages, it just hangs there for 5 mins, than go on to the next steps, it's pretty strange
2) i am running on a amd 3200 xp, 1gb double channel ddr memory. gforce 5900 fx
i think i hardware are fast enough to handle the system, it got be something else.

i have a raid card inside my machine could this be the problem ?
thank you for your quick reply
 
Old 06-23-2004, 07:22 AM   #6
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
when i said error message i meant to say.... what is the task (line on the screen) that is shown Just before, and just after the 5 minute wait ?

The raid card is probably to blame !

my friend had fedora core 1, and a very new machine.
the kernel had not been compiled wih the apropriate drivers.

do you need the Raid card ?

unplugging the raid card (or turning it off on the bios if it is on-board)
will probably fix this.

i bet it starts looking for hard disks that do not exist... all the waty up to /dev/hdh (my firends did)

is the raid card by nvidia ?
is your motherboard by nvidia ?

if so, have you installed the nvidia drivers (www.nvidia.com) ?
 
Old 06-23-2004, 01:35 PM   #7
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by qwijibow
when i said error message i meant to say.... what is the task (line on the screen) that is shown Just before, and just after the 5 minute wait ?

The raid card is probably to blame !

my friend had fedora core 1, and a very new machine.
the kernel had not been compiled wih the apropriate drivers.

do you need the Raid card ?

unplugging the raid card (or turning it off on the bios if it is on-board)
will probably fix this.

i bet it starts looking for hard disks that do not exist... all the waty up to /dev/hdh (my firends did)

is the raid card by nvidia ?
is your motherboard by nvidia ?

if so, have you installed the nvidia drivers (www.nvidia.com) ?
well, as matter of facts I have 2 raid cards, 1 is silcon image, the other is built in by Asus, the chipest is Nvidia
and i htink, you are right, i should go to their website and do some research there,
 
Old 06-23-2004, 02:28 PM   #8
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
i went up to there websites both of them, Nvidia offers this system unitiles package, but silicon didn't offers anything. anyway i installed it, reboot it, but my system still hangs up there.

p.s two of my hard drives are connected with Silicon raid card.
 
Old 06-23-2004, 02:45 PM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
before we worry about raid too much.....

Quote:
when i said error message i meant to say.... what is the task (line on the screen) that is shown Just before, and just after the 5 minute wait ?
so, whats the computer Actually doing that takes 5 mins ?
 
Old 06-24-2004, 11:56 AM   #10
glacier1985
Member
 
Registered: Jul 2003
Posts: 40

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by qwijibow
before we worry about raid too much.....



so, whats the computer Actually doing that takes 5 mins ?

well, it says red hat nash core(ver. number i dont quite remeber ) starting
 
Old 06-25-2004, 04:47 AM   #11
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Well, nash ist starting and then the systen hangs.

It *can* indicate that there is something hanging in the initrd (initial RAM disk). As already said, it *can* but it does not
necessary mean that.

nash is a small, yet powerfull, let's call it "shell" for executing the linuxrc script in the initial ram disk.

After nash, INIT is executed, but in order to do this the root filesystem needs to be mounted.
So there is maybe a problem in mounting the root filesystem (e.g. root device hangs, etc.)

Therefore we need more information about what'a actually going on during boot. So we need to increase the
level of verbosity during boot.

If you are using the GRUB Loader, take a look on the file /boot/grub/grub.conf .

If there you can find "quit" as boot parameter, then delete it and save the grub.conf file. This will increase the level of verbosity during
the boot process.

If you are using LILO then take a look on the lilo.conf file. Since I use GRUB I suggest that you take a look on the lilo.conf
manpage for parameter settings. I *think* that you have to enter verbose=5 in the global section of lilo.conf, but consult
man lilo.conf to be 100% sure.

I would also suggest that you take a look on your initrd image.

The initrd Image is located in your /boot directory and is named like initrd-2.x.y.img, where 2.x.y is the kernel level.

Copy this image to a different directory, e.g. /tmp

cp /boot/initrd-2.x.y.img /tmp
Do not forget to replace x and y according to your kernel level e.g.: initrd-2.6.7-rc2.img

change into the destination directory and decompress the initrd image
cd /tmp
gunzip -S .img initrd-2.x.y.img

This will produce a uncompressed image (now without .img extension in the file name) of the initial ram disk, which then can be mounted as loop device

Create a temporary mount point for initrd and mount the decompressed image:

mkdir /tmp/initrd-mnt
mount /tmp/initrd-2.x.y /tmp/initrd-mnt -o loop

(Remark: gunzip produced an uncompressed image of the original file,
that does not have the .img extension in the file name)

Change now into the initrd mount-point
cd /tmp/initrd-mnt
In the subdirectory ./lib (/tmp/initrd-mnt/lib) you can find the modules being loaded at stratup

linuxrc (/tmp/initrd-mnt/linuxrc) is the script executed by nash.
Take a look at it
vi /tmp/initrd-mnt/linuxrc

If you find there some commands that appear to be strange, they are all listed in the nash manpage
(man nash)

Last edited by Vlad-A; 06-25-2004 at 04:54 AM.
 
  


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
Question, Apples Contribution to Open Source + MacOs file structure question Higgy3k Other *NIX 5 07-25-2005 04:23 AM
Not your regular GRUB question - just a short question for a fried MBR!! ziphem Linux - General 3 01-31-2005 01:51 PM
2 part question: Speeding up MDK9.1/GNOME question wardialer Linux - Newbie 6 10-14-2004 03:16 PM
login prompt question & kde scheme question JustinCoyan Slackware 2 06-09-2004 02:02 PM
enlightenment bothers me Pwcca Linux - Software 0 02-08-2004 10:21 PM

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

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