Re: RH7.3 not booting latest kernel

2003-10-20 Thread Steve Bopple
Finally got it to work. I found on that on the production box there was already a 2.4.20-20.7.img in /boot so edited lilo to look like this: --- boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 message=/boot/message linear default=linux i

Re: RH7.3 not booting latest kernel

2003-10-20 Thread Jason Dixon
On Mon, 2003-10-20 at 15:55, Steve Bopple wrote: > Yeah I'm not sure why, but it appears in /boot that the only kernel that > has an *.img file associated with it is that bigmem kernel. I thought I > had up2date set to allow for kernel updates, but if I had up2date set to > skip kernel updates, wo

Re: RH7.3 not booting latest kernel

2003-10-20 Thread Steve Bopple
Yeah I'm not sure why, but it appears in /boot that the only kernel that has an *.img file associated with it is that bigmem kernel. I thought I had up2date set to allow for kernel updates, but if I had up2date set to skip kernel updates, would that make sense that all the other kernels don't have

Re: RH7.3 not booting latest kernel

2003-10-20 Thread Jason Dixon
On Mon, 2003-10-20 at 15:17, Steve Bopple wrote: > When I do that and run sbin/lilo I get the following error after the > console echos back that all of the images have been added: > > "fatal: no images have been defined" It appears that most of your kernel listings are missing a ramdisk entry.

Re: RH7.3 not booting latest kernel

2003-10-20 Thread Steve Bopple
When I do that and run sbin/lilo I get the following error after the console echos back that all of the images have been added: "fatal: no images have been defined" At 10:59 AM 10/20/2003 -0400, you wrote: >On Mon, 2003-10-20 at 13:56, Steve Bopple wrote: >> I have a box running RH7.3 and I use

Re: RH7.3 not booting latest kernel

2003-10-20 Thread Jason Dixon
On Mon, 2003-10-20 at 13:56, Steve Bopple wrote: > I have a box running RH7.3 and I use rhn to keep the box currently patched. > The box has kernel 2.4.20x installed but it boots 2.4.18 - how can I get > it to boot the latest kernel? This box is remote so I don't have the > ability to sitdown in

RH7.3 not booting latest kernel

2003-10-20 Thread Steve Bopple
I have a box running RH7.3 and I use rhn to keep the box currently patched. The box has kernel 2.4.20x installed but it boots 2.4.18 - how can I get it to boot the latest kernel? This box is remote so I don't have the ability to sitdown in front of it right now. I'd have to make arrangements wit

Re: LTSP remote booting problem

2003-10-15 Thread Microline Engineer Nashik
Title: Re: LTSP remote booting problem Microline Engineer Nashik wrote: >> Dear all, >> >> Last week i ask a problem about LTSP (Linux Terminal Server Project, >> www.ltsp.org), But nobody give me possitive response. >> >> Can this time somebod

Re: LTSP remote booting problem

2003-10-14 Thread Edward Dekkers
Microline Engineer Nashik wrote: Dear all, Last week i ask a problem about LTSP (Linux Terminal Server Project, www.ltsp.org), But nobody give me possitive response. Can this time somebody want to help me ? I trying to LTSP, I installed it core, kernel, x_core, & x_font rpm. LTSP rpm install f

LTSP remote booting problem

2003-10-14 Thread Microline Engineer Nashik
Title: LTSP remote booting problem Dear all, Last week i ask a problem about LTSP (Linux Terminal Server Project, www.ltsp.org), But nobody give me possitive response. Can this time somebody want to help me ? I trying to LTSP, I installed it core, kernel, x_core, & x_font rpm.

Re: booting problems

2003-10-13 Thread NfoCipher
On Mon, 2003-10-13 at 06:30, phani wrote: > Hi, > > I have a redhat 9 on intel machine.yesterday I was applying the security > patches for redhat 9 and I got segmentation fault.I restarted the machine but > unable to boot the system.I have the following messages > entering run level 5 > init

booting problems

2003-10-13 Thread phani
Hi, I have a redhat 9 on intel machine.yesterday I was applying the security patches for redhat 9 and I got segmentation fault.I restarted the machine but unable to boot the system.I have the following messages entering run level 5 init 5 :spawning too fast delayed for 5 minutes. -- redhat-l

Re: startin mysql when booting

2003-10-02 Thread Klaus Zahradnik
Am Donnerstag, 2. Oktober 2003 16:15 schrieb Michael Schwendt: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > [...snip...] > > Why would you do that? running "chkconfig" and "setup" is much preferred > > that dont require you to change around files in rc3.d. And it will take > > care of it eve

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 10:15 am, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 2 Oct 2003 08:30:01 -0400, Reuben D. Budiardja wrote: > > On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > > > I'll assume you are using runtime 3 > > > > > >

Re: startin mysql when booting

2003-10-02 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 2 Oct 2003 08:30:01 -0400, Reuben D. Budiardja wrote: > On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > > I'll assume you are using runtime 3 > > > > rename /etc/rc3.d/K15httpd to S15httpd > > rename /etc/rc3.d/K12mysqld to S1

Re: startin mysql when booting

2003-10-02 Thread Michael Gargiullo
> On Thursday 02 October 2003 05:56 am, Martin Røpcke wrote: > > Hi, > > I am experimenting with mysql for the first time. I have to start mysql > > every time I boot to do work in my database. My question is where I have > > to make changes for mysql to start when

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > I'll assume you are using runtime 3 > > rename /etc/rc3.d/K15httpd to S15httpd > rename /etc/rc3.d/K12mysqld to S12mysqld Why would you do that? running "chkconfig" and "setup" is much preferred that dont require you to change aroun

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 05:56 am, Martin Røpcke wrote: > Hi, > I am experimenting with mysql for the first time. I have to start mysql > every time I boot to do work in my database. My question is where I have > to make changes for mysql to start when booting. Also, I would lik

Re: startin mysql when booting

2003-10-02 Thread Jim Herrick
chkconfig mysql on chkconfig httpd on - Original Message - From: "Martin Røpcke" <[EMAIL PROTECTED]> To: "RedHat List" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 11:56 AM Subject: startin mysql when booting > Hi, > I am experimenting wi

Re: startin mysql when booting

2003-10-02 Thread damovand
On Thursday 02 October 2003 07:55 am, [EMAIL PROTECTED] wrote: > I am very new to linux AND computers so > please bear with me > > > I'll assume you are using runtime 3 > > Don't know. How do I find out? > > > rename /etc/rc3.d/K15httpd to S15httpd > > rename /etc/rc3.d/K12mysqld to S12mysqld > > >

Re: startin mysql when booting

2003-10-02 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 02 October 2003 10:55 pm, [EMAIL PROTECTED] wrote: > No! Sorry, but you will have to guide me > quite a bit. A reference to where I can do my > own studies is perfect. Don't want to be of > any nuisance. > Thankx > Martin An introductory b

RE: startin mysql when booting

2003-10-02 Thread mr
I am very new to linux AND computers so please bear with me > I'll assume you are using runtime 3 Don't know. How do I find out? > rename /etc/rc3.d/K15httpd to S15httpd > rename /etc/rc3.d/K12mysqld to S12mysqld > > You get the Idea No! Sorry, but you will have to guide me quite a bit. A r

RE: startin mysql when booting

2003-10-02 Thread pwallett
make changes for mysql to start when booting. Also, I would like httpd to start automatically. Thanx Martin -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

startin mysql when booting

2003-10-02 Thread Martin Røpcke
Hi, I am experimenting with mysql for the first time. I have to start mysql every time I boot to do work in my database. My question is where I have to make changes for mysql to start when booting. Also, I would like httpd to start automatically. Thanx Martin -- redhat-list mailing list

Re: Booting From UltraATA

2003-09-29 Thread Marc Heikens
On Mon, 2003-09-29 at 16:46, Kevin MacNeil wrote: > When I did this I hooked the new drive up to /dev/hda1, installed Redhat > 9, shut down, connected the disk to /dev/hde on the Promise controller, > changed the boot order in the bios to SCSI (i.e. PCI controller), and it > booted just fine. Redh

Re: Booting From UltraATA

2003-09-29 Thread Kevin MacNeil
On Sun, Sep 28, 2003 at 01:07:36PM -0700, Marc Heikens wrote: > I hope someone can help me with this, I've been working on this for > awhile and looking for help in a few other venues: > > I've been trying to move my Linux installation from one drive to > another, to no avail. Finally, last nigh

Booting From UltraATA

2003-09-28 Thread Marc Heikens
I hope someone can help me with this, I've been working on this for awhile and looking for help in a few other venues: I've been trying to move my Linux installation from one drive to another, to no avail. Finally, last night, I decided what the heck, I'm gonna just do a complete reinstall. Here

help on booting

2003-09-25 Thread Chirag Mandan
Hello RH Linux Experts: I am using RH 9.0 and I have grub as a boot loader. My boot-up process hangs with just "GRUB" on the screen. I reinstalled the boot-loader from the 9.0 CD but with the same result. Now, when i go into a shell with the rescue cd, i notice that I cannot execute an

redhat9 hangs at booting

2003-09-16 Thread Simon Tischer
hi i have a problem, after a unceanly shutdown, when the message comes that if i want to force a check on my disc i should press Y. Nomaly it should count from 5 to 0 an boot normally, but the system hangs up at second 5 . After that I have to powerdown. Can anyone help me, how to fix it? I

RH booting hangs ...

2003-08-19 Thread bEEnHeX
Hi, I'm using RH 9.0 along with my WinXP on separate physical disks and PowerQuest Bootmagic located on the first FAT32 partition. When I choose to boot to RH linux, sometimes happens that boot proces hangs with the following line: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) But, when

Changing logo image while booting in SVGATextMode

2003-06-25 Thread Hardik Tank
I want to change logo image while booting my Redhat 6.2 in SVGATextMode. How can I change it ?? Hardik Tank -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

more emergency booting -- "emergency" mode and init=/bin/sh

2003-06-17 Thread Robert P. J. Day
(just to complete a doc i'm writing on trouble shooting and emergency booting, my final experiments when even booting to single user mode or run level 1 is not going to work.) two even more minimal booting scenarios i've just tested are booting with the "emergency" word

Re: dma_intr crc error booting kernel

2003-06-14 Thread Angelo
enable dma after boot... now my box slowed down really a lot... after booting with dma (except that error messages) all worked good or maybe i can update something (kernel? hdparm?) to solve this keeping dma enabled bye -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://w

Re: dma_intr crc error booting kernel

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 12:55, Angelo wrote: > i've just installed the redhat 9 (Shrike) on a new hard drive and i get > these errors on boot: > > Journalled Block Device driver loaded > hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error } > hdc: dma_intr: error=0x84 { DriveStatusError BadCR

dma_intr crc error booting kernel

2003-06-13 Thread Angelo
i've just installed the redhat 9 (Shrike) on a new hard drive and i get these errors on boot: Journalled Block Device driver loaded hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error } hdc: dma_intr: error=0x84 { DriveStatusError BadCRC } hdc: dma_intr: status=0x51 { DriveReady SeekComplet

Re: NewBie: booting problem !!

2003-04-02 Thread Bart van Kuik
Funny that Knoppix ruined your boot partition... But anyway, to correct it you could boot using your 1st RedHat cdrom and then use the 'rescue' option or whatever to get a shell. Then, create a mountpoint ('mkdir /blah') and mount your harddisk on this point ('mount /dev/hdaX /blah', where X is

NewBie: booting problem !!

2003-04-02 Thread Geoffrey Lane
I've been looking at the knoppix projects online and saw a new one that was suppost to be based on redhat, I was like woohoo! So I burnt the thing and re-booted First off it didn't boot all the way and stuck in checking for new hardware thing. I rebooted again, ejected the CD and tried

Re: Xfree86 not booting

2003-03-23 Thread Edward Dekkers
> Yes.. i can run XF86Config. However... It was very confusing.. then when i > went to save it to the default location.. it said it couldnt open the file > for writing? You need to run it as the root user I think. Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redh

Re: Xfree86 not booting

2003-03-21 Thread Limb
No, tried Ctrl alt and Plus key... didnt work - Original Message - From: "Barry L. Kline" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 5:17 PM Subject: Re: Xfree86 not booting > On Friday 21 March 2003 05:08 pm, Limb wrote: > >

Re: Xfree86 not booting

2003-03-21 Thread Limb
, 2003 5:09 PM Subject: Re: Xfree86 not booting > Can you run XF86Configurator? > > -dd > > >>> [EMAIL PROTECTED] 03/21/03 02:08PM >>> > Hey.. > I know this probobly has been asked a million times.. but i need some > help. Just got Redhat linux installed.

Re: Xfree86 not booting

2003-03-21 Thread Barry L. Kline
On Friday 21 March 2003 05:08 pm, Limb wrote: > Hey.. > I know this probobly has been asked a million times.. but i need some help. > Just got Redhat linux installed.. and now when i boot, after it loads > everything and shows the Text Login.. and it trys to start Xfree86.. it > flickers on and off

Re: Xfree86 not booting

2003-03-21 Thread Limb
Ill go check now.. brb - Original Message - From: "Dan Dobbs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 5:09 PM Subject: Re: Xfree86 not booting > Can you run XF86Configurator? > > -dd > > >>> [EMAIL PROTECT

Re: Xfree86 not booting

2003-03-21 Thread Dan Dobbs
Can you run XF86Configurator? -dd >>> [EMAIL PROTECTED] 03/21/03 02:08PM >>> Hey.. I know this probobly has been asked a million times.. but i need some help. Just got Redhat linux installed.. and now when i boot, after it loads everything and shows the Text Login.. and it trys to start Xfree86..

Xfree86 not booting

2003-03-21 Thread Limb
Hey.. I know this probobly has been asked a million times.. but i need some help. Just got Redhat linux installed.. and now when i boot, after it loads everything and shows the Text Login.. and it trys to start Xfree86.. it flickers on and off for a few times, and them comes up with a blue s

Re: Problem booting RH8.0 with SMP kernel after fresh install

2003-02-01 Thread Michael Mansour
Michael Mansour said: > Booting the smp version results in a partial kernel start then a reboot of > the server. where in the boot process does it reboot? If needed setup a serial console. The kernel would just get into about 1 second of the boot and then barf, screen blank and rebo

Re: Problem booting RH8.0 with SMP kernel after fresh install

2003-01-29 Thread nate
Michael Mansour said: > Booting the smp version results in a partial kernel start then a reboot of > the server. where in the boot process does it reboot? If needed setup a serial console. Perhaps if the kernel has ACPI support it may be barfing on that. I had a Dual P2-233 with Asus P2

Problem booting RH8.0 with SMP kernel after fresh install

2003-01-29 Thread Michael Mansour
Hi, I've just recently installed RH8.0 on my third server, but this one has 2 300MHz CPU's and won't boot the default SMP kernel that is installed upon RH8.0's installation. Upon booting, grub lists the two kernels I can boot: title Red Hat Linux (2.4.18-14smp

booting redhat 8.0 without graphical interface

2003-01-28 Thread Dominic D'Apice
Hi, i install redhat 8.0 booting with graphical interface, how then can i boot tempolairy whitout x windows in a command line interface with at least at 1024* 768 of resolution ? ps : i use GRUB for boot manager... thanks Dominic -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: Problems booting after installation of RH 8.0

2003-01-17 Thread David Betz
newly installed system. The last line displayed is: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) Any idea what can cause this? Is there a way around it to get the system started? Try turning APM off. Good suggestion but how do I do that when I can't even get my machine to boot

Re: Problems booting after installation of RH 8.0

2003-01-17 Thread David Betz
Thanks for your suggestion. I hadn't thought of turning off power management in the BIOS. That fixed the problem. Thanks again! David Betz On Thursday, January 16, 2003, at 11:24 PM, Edward Dekkers wrote: Good suggestion but how do I do that when I can't even get my machine to boot? Sorry, I

Re: Problems booting after installation of RH 8.0

2003-01-17 Thread Michael Schwendt
displayed is: > >> > >> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) > >> > >> Any idea what can cause this? Is there a way around it to get the > >> system started? > > > > Try turning APM off. > > Good suggestion but how do I d

Re: Problems booting after installation of RH 8.0

2003-01-16 Thread Edward Dekkers
> Good suggestion but how do I do that when I can't even get my machine > to boot? Sorry, I meant in the Compaq BIOS. I don't know what key it is to get in there on the Compaq, but try the F10, F2, or DEL keys. It may stop Linux probe hanging. Regards, --- Edward Dekkers (Director) Triple D Co

Re: Problems booting after installation of RH 8.0

2003-01-16 Thread David Betz
Good suggestion but how do I do that when I can't even get my machine to boot? Thanks, David Betz On Thursday, January 16, 2003, at 07:45 PM, Edward Dekkers wrote: I just finished installing RH 8.0 on a Compaq Presario 2266 (266mhz processor) and the installation process went okay. The problem

Re: Problems booting after installation of RH 8.0

2003-01-16 Thread Edward Dekkers
> I just finished installing RH 8.0 on a Compaq Presario 2266 (266mhz > processor) and the installation process went okay. The problem is that > it hangs when trying to boot the newly installed system. The last line > displayed is: > > apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) > >

Problems booting after installation of RH 8.0

2003-01-16 Thread David Betz
I just finished installing RH 8.0 on a Compaq Presario 2266 (266mhz processor) and the installation process went okay. The problem is that it hangs when trying to boot the newly installed system. The last line displayed is: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) Any idea what c

Booting problems (continued, full details 4 help)

2003-01-12 Thread Didimo Grimaldo
swapswapdefaults0 0 /dev/cdrom/mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 /dev/hda3 /mnt/win vfat user,owner,exec,dev,suid,rw,noauto 0 0 /SWAP swapswapdefaults0 III. BOOT SEQUENCE Currently my BIOS is setup for

Re: Problems with booting custom kernel (Kevin Breit)

2002-12-04 Thread Blaine Armsterd
On Wed, 4 Dec 2002, Rikard Bostrom wrote: > I don't know how the LABEL thing works, anyone else have a hint? man e2label -- \ \/ / _ |~\ _ In God We Trust. All Others Pay Cash. > < / \|\ /|+-< | | "The world is a comedy to those that think, / /\ \\_/| \/ ||__)|_|a tragedy to thos

Re: Problems with booting custom kernel

2002-12-04 Thread Blaine Armsterd
On 3 Dec 2002, Kevin Breit wrote: > I am trying to boot a custom built 2.4.20 kernel on a new Red Hat 8.0 > box. When I boot, I get the following error: > > VFS: Cannot open root device "LABEL=/" or 00:00 > Please append a correct "root=" boot option > Kernel Panic: VFS: Unable to mount root fs on

Re: Problems with booting custom kernel (Kevin Breit)

2002-12-04 Thread Rikard Bostrom
Hi, I had the same problem, I found a somehow descent solution by changing the "root=LABEL=/" to "root=/dev/hda3", where hda3 is your root partition, in other words, the "/" entry in /etc/fstab. I don't know how the LABEL thing works, anyone else have a hint? /dahonk -- redhat-list mailing l

Problems with booting custom kernel

2002-12-03 Thread Kevin Breit
I am trying to boot a custom built 2.4.20 kernel on a new Red Hat 8.0 box. When I boot, I get the following error: VFS: Cannot open root device "LABEL=/" or 00:00 Please append a correct "root=" boot option Kernel Panic: VFS: Unable to mount root fs on 00:00 My grub line for this consists of: t

Re: GRUB freezes when booting

2002-12-01 Thread Joshua Schmidlkofer
It's easy to re-install grub, and that is what I would do. Bone up on setting up lilo though - i have a number of systems that won't run from grub for some bizarre reason. Also, if he has multiple drives - I recommend setup () on all of them, unless you have a specific reason not to. [i.e. Window

GRUB freezes when booting

2002-12-01 Thread pd3
Hello I installed redhat 7.3 on a friends computer a few months back. He called me on saturday and said that after putting a new motherboard and processor into his computer GRUB freezes when he boots his machine. More precisely, when he boots his machine the list of possible kernels to boot from

Re: Monitor blank after booting

2002-11-28 Thread John Duke
Perfect -- it worked! Mucho thanks. Riemer Palstra wrote: On Thu, 28 Nov 2002, John Duke wrote: That's what I would have thought. But how can I get to the xconfig if the screen is blank? I think I have to do something during the boot process to get there, but that's what I'm not sure of. T

Re: Monitor blank after booting

2002-11-28 Thread Riemer Palstra
On Thu, 28 Nov 2002, John Duke wrote: > That's what I would have thought. But how can I get to the xconfig if > the screen is blank? I think I have to do something during the boot > process to get there, but that's what I'm not sure of. Try getting another console with ctrl+alt+f1/f2/f3 etc., o

Re: Monitor blank after booting

2002-11-28 Thread John Duke
That's what I would have thought. But how can I get to the xconfig if the screen is blank? I think I have to do something during the boot process to get there, but that's what I'm not sure of. Javier Gostling wrote: On Thu, Nov 28, 2002 at 03:49:57PM -0500, John Duke wrote: I am running RH 7.

Re: Monitor blank after booting

2002-11-28 Thread John Duke
Well, it's been running for several hours and it's still blank. Joseph A Nagy Jr wrote: John Duke wrote: I am running RH 7.2. I changed monitors from a Viewsonic 17" monitor to a Viewsonic 15" monitor. The system goes through the boot process, but when the text scroll ends, the sceen goes bla

Re: Monitor blank after booting

2002-11-28 Thread Javier Gostling
On Thu, Nov 28, 2002 at 03:49:57PM -0500, John Duke wrote: > I am running RH 7.2. I changed monitors from a Viewsonic 17" monitor to > a Viewsonic 15" monitor. The system goes through the boot process, but > when the text scroll ends, the sceen goes blank. I think it gets to the > login graphic

Re: Monitor blank after booting

2002-11-28 Thread Joseph A Nagy Jr
John Duke wrote: I am running RH 7.2. I changed monitors from a Viewsonic 17" monitor to a Viewsonic 15" monitor. The system goes through the boot process, but when the text scroll ends, the sceen goes blank. I think it gets to the login graphical screen, but I can't see anything. What should I

Monitor blank after booting

2002-11-28 Thread John Duke
I am running RH 7.2. I changed monitors from a Viewsonic 17" monitor to a Viewsonic 15" monitor. The system goes through the boot process, but when the text scroll ends, the sceen goes blank. I think it gets to the login graphical screen, but I can't see anything. What should I do? Thanks for a

Re: Booting problem

2002-11-15 Thread Bill Horne
- Original Message - >From: "Robert Golovniov" <[EMAIL PROTECTED]> >> Hello redhat-list, >> >> When I boot RH 7.2, I get this message: >> >> INIT: ID "x" respawning too fast: disabled for 5 minutes. >> >> What is the reason for this message and how can I fix the problem? >> >> -

Re: Booting problem

2002-11-15 Thread Bret Hughes
On Fri, 2002-11-15 at 03:57, Robert Golovniov wrote: > Hello redhat-list, > > When I boot RH 7.2, I get this message: > > INIT: ID "x" respawning too fast: disabled for 5 minutes. > > What is the reason for this message and how can I fix the problem? > The problem is that X is not config

Re: Booting problem

2002-11-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 15 Nov 2002 11:57:44 +0200, Robert Golovniov wrote: > When I boot RH 7.2, I get this message: > > INIT: ID "x" respawning too fast: disabled for 5 minutes. > > What is the reason for this message and how can I fix the problem? Are you

Re: Booting problem

2002-11-15 Thread Lewi
On Fri, Nov 15, 2002 at 11:57:44AM +0200, Robert Golovniov wrote: > Hello redhat-list, > > When I boot RH 7.2, I get this message: > > INIT: ID "x" respawning too fast: disabled for 5 minutes. > > What is the reason for this message and how can I fix the problem? > maybe u can find a clu

Re: Booting problem

2002-11-15 Thread Teodor Georgiev
look at your /etc/inittab file. mostly this is an syntax error. - Original Message - From: "Robert Golovniov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 11:57 AM Subject: Booting problem > Hello redhat-list, > >

Re: Booting problem (Out of Office)

2002-11-15 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Booting problem

2002-11-15 Thread Robert Golovniov
Hello redhat-list, When I boot RH 7.2, I get this message: INIT: ID "x" respawning too fast: disabled for 5 minutes. What is the reason for this message and how can I fix the problem? -- Robert mailto:golovniov@;interia.pl -=Robert & Beata Golovniov | Lviv,

Re: Booting custom built kernels

2002-11-06 Thread Michael Fratoni
video4linux > and USB support. Whenever I try to add the custom built kernel, either > by editing grub.conf or editing lines on the boot line, the kernel > either will not boot with "unable to find kernel", or, interactive > booting starts, but there are more errors than

Re: Booting custom built kernels

2002-11-06 Thread linux power
I dont know how it is in grub, but if you dont run lilo after compiling the kernel it wont load.  Andrew Levin <[EMAIL PROTECTED]> wrote: Hello,I have the following situation.I am running RH 8.0 with the grub bootloader and default kernel. However, I would like to run a custom built kernel enabling

Booting custom built kernels

2002-11-05 Thread Andrew Levin
the boot line, the kernel either will not boot with "unable to find kernel", or, interactive booting starts, but there are more errors than usual, and it comes to a dead stop at "starting system logger". Can someone please direct me on how I might boot my custom kernel? Yours

RE: Booting linux

2002-11-04 Thread Greg
s now. regards Greg -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]On Behalf Of Edward Dekkers Sent: Tuesday, November 05, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: Re: Booting linux > Edward, > I installed lilo, and used the root superblock opti

Re: Booting linux

2002-11-04 Thread Edward Dekkers
> Edward, > I installed lilo, and used the root superblock option, so as I can use a > third party o/s loader to load up my systems (system commander 7). I > have had the system installed previously, with linux red hat 8.0, > mandrake to have a look at it, windows xp, windows 98. All four > opera

SW RAID Setup/booting

2002-11-04 Thread Jon Neher
Also, any tricks in booting off of one of the disks after the failure of the other one would be appreciated too. Thanks, Jon Computing CenterInternet: [EMAIL PROTECTED] University of OregonWWW http://darkwing.uoregon.edu/~jneher Eugene, OR 97403

RE: Booting linux

2002-11-04 Thread gklofa
riginal Message- > > > From: Greg [mailto:gklofa@;adsl.on.net] > > > Sent: Monday, 4 November 2002 15:51 > > > To: [EMAIL PROTECTED] > > > Subject: Booting linux > > > > > > > > > Hi, > > > new to linux and need help. I c

Re: Booting linux

2002-11-04 Thread gklofa
Edward, I installed lilo, and used the root superblock option, so as I can use a third party o/s loader to load up my systems (system commander 7). I have had the system installed previously, with linux red hat 8.0, mandrake to have a look at it, windows xp, windows 98. All four operating systems

RE: Booting linux

2002-11-04 Thread gklofa
> > Sent: Monday, 4 November 2002 15:51 > > To: [EMAIL PROTECTED] > > Subject: Booting linux > > > > > > Hi, > > new to linux and need help. I currently have windows xp > > installed on my system (on a fat32 partition). I really > > would

Re: Booting from a Promise controller

2002-11-04 Thread Edward Dekkers
> Can anyone see why this would be happening from the boot files? > > [root@lserver root]# more /etc/grub.conf > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this file > # NOTICE: You do not have a /boot partition. This means that > #

Booting from a Promise controller

2002-11-04 Thread Mikevl
Hello I have just installed Redhat 7.2 on a PC with a Promise TX2000 Fasttrak IDE RAID controller. Although I can boot from the floppy trying to boot from GRUB produces Kernel Panic and STOP Can anyone see why this would be happening from the boot files? [root@lserver root]# more /etc/grub.conf

Re: Booting linux

2002-11-03 Thread Edward Dekkers
> I have to re-install, how do I get it all to work. When selecting > partitions and the such, linux actually gives me a message saying there > may be a problem with the way the system is set up and accessing /boot, > and strongly reccomends me to create a boot disk due to possible > problems load

RE: Booting linux

2002-11-03 Thread Cameron . Davidson
ofa@;adsl.on.net] > Sent: Monday, 4 November 2002 15:51 > To: [EMAIL PROTECTED] > Subject: Booting linux > > > Hi, > new to linux and need help. I currently have windows xp > installed on my system (on a fat32 partition). I really > would love to get rid of it all tog

Booting linux

2002-11-03 Thread Greg
Hi, new to linux and need help. I currently have windows xp installed on my system (on a fat32 partition). I really would love to get rid of it all together, except I need it for games I play. Anyway, when I install linux, I can't get the boot loader to work. Windows was installed first, and I

Booting linux

2002-11-03 Thread Greg
Hi, new to linux and need help. I currently have windows xp installed on my system (on a fat32 partition). I really would love to get rid of it all together, except I need it for games I play. Anyway, when I install linux, I can't get the boot loader to work. Windows was installed first, and I

Re: dual booting

2002-09-25 Thread linux power
OTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 25, 2002 3:39 AM > Subject: Re: dual booting > > > > Use XOSL a dos win program. > > > > > > --- Bobby Treaster <[EMAIL PROTECTED]> > skrev: > > > Ok here is an odd questio

Re: dual booting

2002-09-25 Thread Anthony Abby
ffer From My Insanity, > I Enjoy Every Minute Of It. >Geek by Nature, > Linux by Choice. >- Original Message - >From: "linux power" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, September 25

Re: dual booting

2002-09-25 Thread Bobby Treaster
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 3:39 AM Subject: Re: dual booting > Use XOSL a dos win program. > > > --- Bobby Treaster <[EMAIL PROTECTED]> skrev: > > Ok here is an odd question, > > I know you can dual boot

Re: dual booting

2002-09-25 Thread linux power
Use XOSL a dos win program. --- Bobby Treaster <[EMAIL PROTECTED]> skrev: > Ok here is an odd question, > I know you can dual boot Linux/windows Linux/Netware > or Linux/OS*(mac) but can you dual boot 2 different > versions of Linux like say Mandrake(or > RedHat)/Debian(or Slakeware)? If so how

dual booting

2002-09-24 Thread Bobby Treaster
Ok here is an odd question, I know you can dual boot Linux/windows Linux/Netware or Linux/OS*(mac) but can you dual boot 2 different versions of Linux like say Mandrake(or RedHat)/Debian(or Slakeware)? If so how does one go aboutdoing so? Thanks in advance Bobby Ray Treaster   I Don't Su

Linux question on triple booting

2002-09-23 Thread shannon rozeboom
Hi I am working on getting a triple boot installed on my computer. I have already installed WIN98 and WIN2000 and am working on adding Linux. However, I am getting an error saying there is not enough space out of 9538M. I have 1185M to work with. I have the boot files begining cylinder of

Re: Linux Triple Booting

2002-09-20 Thread linux power
t the system with the boot diskette. Ie. in redhat you will be asked if you want to format the linux partition and install linux.If you have already installed linux together with the win systems, I recommend you to use XOSL. Its a dos program that set up booting from several systems. --- "

Linux Triple Booting

2002-09-20 Thread SHANNON K. ROZEBOOM
Hi I am working on getting a triple boot installed on my computer. I have already installed WIN98 and WIN2000 and am working on installing Linux. However, I am getting an error saying there is not enough space out of 9538M. I have 1185M to work with. I have the boot files beginning cylinde

Re: Trouble booting new hard drive

2002-09-19 Thread Edward Dekkers
I recently got a Maxtor D740X-SL 80 GB hard drive. I installed in properly, or so I think. After installing the drive I booted up my PC and it gave me the following message: PXE-E61 - Media test failure, check cable. I think it is referring to the cable connecting the hard drive to the motherbo

  1   2   3   4   >