kernel panic: no init found

2003-10-16 Thread santosh kumar
mounting ext3 Pivotroot: pivot_root (/sysroot, /sysroot/initrd)failed: 2 Umount /initrd/proc failed: 2 Freeing unused kernel memory : 212k freed Kernel panic: no init found. Try passing init= option to the kernel And all the time keyboard LED s are blinking.. Don't know what to do , system

Re: kernel panic: no init found

2003-10-16 Thread Joe Polk
--- From: santosh kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thu, 16 Oct 2003 20:57:38 +0530 Subject: kernel panic: no init found Hi guys, Stuck up with big problem. I have backup server which is loaded with redhat 8.0 (kernel 2.4.18-14) and don't know suddenly what happened now

Re: 8139too.o: init module: No such device

2003-10-07 Thread Keith Morse
, including invalid IO or IRQ parameters Error: /bin/insmod exited abnormally Mounting /proc filesystem Creating root device mount error 19 mounting ext2 pivotroot: pivot_root(/sysroot, /sysroot/initrd) failed:2 Freeing unused kernel memory: 252k freed Kernel panic: No init found. Try

Re: 8139too.o: init module: No such device

2003-10-04 Thread Raymond Fung
: pivot_root(/sysroot, /sysroot/initrd) failed:2 Freeing unused kernel memory: 252k freed Kernel panic: No init found. Try passing init= option to kernel I can boot to linux rescue using the CD. I can mount the root filesystem. I've checked to make sure I have an initrd sub-directory

Re: 8139too.o: init module: No such device

2003-10-04 Thread regis
Mounting /proc filesystem Creating root device mount error 19 mounting ext2 pivotroot: pivot_root(/sysroot, /sysroot/initrd) failed:2 Freeing unused kernel memory: 252k freed Kernel panic: No init found. Try passing init= option to kernel I can boot to linux rescue using the CD. I can

Re: 8139too.o: init module: No such device

2003-10-04 Thread Tom
] To: [EMAIL PROTECTED] Sent: Saturday, October 04, 2003 12:06 PM Subject: Re: 8139too.o: init module: No such device Thanks for the response Raymond, I considered that, but the network card works fine when I boot the machine to Windows. That leads me to another thought. The last time in Windows I

8139too.o: init module: No such device

2003-10-03 Thread regis
parameters Error: /bin/insmod exited abnormally Mounting /proc filesystem Creating root device mount error 19 mounting ext2 pivotroot: pivot_root(/sysroot, /sysroot/initrd) failed:2 Freeing unused kernel memory: 252k freed Kernel panic: No init found. Try passing init= option to kernel I can boot to linux

modules-init-tools

2003-10-02 Thread Paillet, Daniel
Title: Message I am trying to compile 2.6.0-test5 kernel on red had 9. I was told that I needed to have modules-init-tools to compile the kernel successfully. I have downloaded the modules-init-tools. Where to I install it ? ? Thanks. DanielPaillet

Re: modules-init-tools

2003-10-02 Thread Sean Estabrooks
On Thu, 2 Oct 2003 09:48:53 -0500 Paillet, Daniel [EMAIL PROTECTED] wrote: I am trying to compile 2.6.0-test5 kernel on red had 9. I was told that I needed to have modules-init-tools to compile the kernel successfully. I have downloaded the modules-init-tools. Where to I install

Re: using bash features in init scripts

2003-10-01 Thread Thomas Dodd
Jonathan Bartlett wrote: The reason that normal startup scripts don't, is that there's no guarantee /bin/sh will point to bash, or even that bash is installed. If you want to use bash, the first line should be /bin/bash instead of /bin/sh, so it's obvious it needs bash specifically. Is it

Re: using bash features in init scripts

2003-10-01 Thread Bill Nottingham
Is it possible that bash isn't available yet? Perhaps some lib not on /? No, all bash libs are available on the root FS. They kind of have to be, as bash *is* /bin/sh... Bill ___ Redhat-devel-list mailing list [EMAIL PROTECTED]

Re: using bash features in init scripts

2003-09-30 Thread John
On Sun, 28 Sep 2003, Jonathan Bartlett wrote: The reason that normal startup scripts don't, is that there's no guarantee /bin/sh will point to bash, or even that bash is installed. Have you tried to install RHL sans bash? Thought not. RH _can_ make that guarantee. -- Please, reply only to

using bash features in init scripts

2003-09-28 Thread Manoj Kumar
Is there any reason not to use bash features in init scripts? Consider, for example, this fragment from /etc/sysconfig/network-scripts/ifup-post: DEVICETYPE=`echo $DEVICE | sed s/[0-9]*$//` REALDEVICE=`echo $DEVICE | sed 's/:.*//g'` if echo $DEVICE | grep -q ':' ; then ISALIAS

Re: using bash features in init scripts

2003-09-28 Thread Steven W. Orr
On Sunday, Sep 28th 2003 at 14:31 +0100, quoth Manoj Kumar: =Is there any reason not to use bash features in init =scripts? =Consider, for example, this fragment from =/etc/sysconfig/network-scripts/ifup-post: = =DEVICETYPE=`echo $DEVICE | sed s/[0-9]*$//` =REALDEVICE=`echo $DEVICE | sed

Re: using bash features in init scripts

2003-09-28 Thread Jonathan Bartlett
] Manoj Kumar wrote: Is there any reason not to use bash features in init scripts? Consider, for example, this fragment from /etc/sysconfig/network-scripts/ifup-post: DEVICETYPE=`echo $DEVICE | sed s/[0-9]*$//` REALDEVICE=`echo $DEVICE | sed 's/:.*//g'` if echo $DEVICE | grep -q

Re: using bash features in init scripts

2003-09-28 Thread Vilius Puidokas
] Manoj Kumar wrote: Is there any reason not to use bash features in init scripts? Consider, for example, this fragment from /etc/sysconfig/network-scripts/ifup-post: DEVICETYPE=`echo $DEVICE | sed s/[0-9]*$//` REALDEVICE=`echo $DEVICE | sed 's/:.*//g'` if echo $DEVICE | grep

Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
Can anyone tell me whose bright idea it was to have the init script for iptables attempt to remove the iptables modules when one runs a service iptables stop? So far, it's caused one of my systems to crash and reboot, and another to lock up. If it weren't for the fact that the output told me

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Sean Estabrooks
On Tue, 16 Sep 2003 21:19:27 -0500 (EST) Mike Burger [EMAIL PROTECTED] wrote: Can anyone tell me whose bright idea it was to have the init script for iptables attempt to remove the iptables modules when one runs a service iptables stop? So far, it's caused one of my systems to crash

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Ian Mortimer
If it weren't for the fact that the output told me that it was trying to rmmod, I'd have nto known what to comment out of the init script. This is RedHat 8.0 right? The RedHat 9 init script doesn't do it. So far, it's caused one of my systems to crash and reboot, and another to lock up

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Sean Estabrooks
On Wed, 17 Sep 2003 12:58:22 +1000 Ian Mortimer [EMAIL PROTECTED] wrote: If it weren't for the fact that the output told me that it was trying to rmmod, I'd have nto known what to comment out of the init script. This is RedHat 8.0 right? The RedHat 9 init script doesn't do it. So

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Ian Mortimer
Be very surprised if this was always a problem with RH8 given its maturity. I first started seeing it after the last errata update to iptables for RH 8.0 (a few weeks ago). -- Ian -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Tue, 16 Sep 2003, Sean Estabrooks wrote: On Tue, 16 Sep 2003 21:19:27 -0500 (EST) Mike Burger [EMAIL PROTECTED] wrote: Can anyone tell me whose bright idea it was to have the init script for iptables attempt to remove the iptables modules when one runs a service iptables stop

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Wed, 17 Sep 2003, Ian Mortimer wrote: If it weren't for the fact that the output told me that it was trying to rmmod, I'd have nto known what to comment out of the init script. This is RedHat 8.0 right? The RedHat 9 init script doesn't do it. In my case, 7.1 and 7.2. Those two

Re: Latest iptables init scripts, and rmmod

2003-09-16 Thread Mike Burger
On Tue, 16 Sep 2003, Sean Estabrooks wrote: On Wed, 17 Sep 2003 12:58:22 +1000 Ian Mortimer [EMAIL PROTECTED] wrote: If it weren't for the fact that the output told me that it was trying to rmmod, I'd have nto known what to comment out of the init script. This is RedHat 8.0

Re: Source code for Install init

2003-09-12 Thread Sean Estabrooks
On 12 Sep 2003 00:00:14 -0400 Jason Dixon [EMAIL PROTECTED] wrote: Hey Jason, My apologies for the being unclear. I'm dealing with RHAS 2.1 (update 2). But you're right, it's in kernel-BOOT. It's the strangest thing, I *swear* I looked for that package before, and couldn't find it. :-P i

Re: Source code for Install init

2003-09-12 Thread Jason Dixon
On Fri, 2003-09-12 at 06:33, Sean Estabrooks wrote: On 12 Sep 2003 00:00:14 -0400 Jason Dixon [EMAIL PROTECTED] wrote: RAMDISK: Couldn't find valid RAM disk image starting at 0. Freeing initrd memory: 673k freed The initrd is never loaded. Either it is bad or can't be loaded from the

Re: Source code for Install init

2003-09-12 Thread Sean Estabrooks
On 12 Sep 2003 10:07:43 -0400 Jason Dixon [EMAIL PROTECTED] wrote: Kernel panic: VFS: Unable to mount root fs on 09:00 Oh, looks like you are trying make a bootable tape, bare metal restore perhaps?I've never tried with Linux allthough i setup some HPUX systems to do this

Re: Source code for Install init

2003-09-12 Thread Jason Dixon
On Fri, 2003-09-12 at 16:50, Sean Estabrooks wrote: Well that's what i get for guessing before my first coffee of the day. ;o) Perhaps my eyes are still crossed but it appears to be trying to use the tape device (09:00) to find the root fs. Maybe an rdev or a root= parameter is needed ?

Re: Source code for Install init

2003-09-11 Thread Jason Dixon
On Wed, 2003-09-10 at 13:57, Bret Hughes wrote: On Wed, 2003-09-10 at 12:40, Jason Dixon wrote: Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install

Re: Source code for Install init

2003-09-11 Thread Jason Dixon
On Thu, 2003-09-11 at 14:42, Jason Dixon wrote: On Wed, 2003-09-10 at 13:57, Bret Hughes wrote: On Wed, 2003-09-10 at 12:40, Jason Dixon wrote: Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided

Re: Source code for Install init

2003-09-11 Thread Sean Estabrooks
* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install process, found in /images/pxeboot/initrd.img. WAG anaconda*src.rpm /WAG Alright, let's see what you can do now. I've determined

Re: Source code for Install init

2003-09-11 Thread Jason Dixon
where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install process, found in /images/pxeboot/initrd.img. WAG anaconda*src.rpm /WAG

Source code for Install init

2003-09-10 Thread Jason Dixon
Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install process, found in /images/pxeboot/initrd.img. TIA, -- Jason Dixon, RHCE DixonGroup Consulting http

Re: Source code for Install init

2003-09-10 Thread Bret Hughes
On Wed, 2003-09-10 at 12:40, Jason Dixon wrote: Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install process, found in /images/pxeboot/initrd.img. WAG

Re: Source code for Install init

2003-09-10 Thread Jason Dixon
On Wed, 2003-09-10 at 13:57, Bret Hughes wrote: On Wed, 2003-09-10 at 12:40, Jason Dixon wrote: Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided by SysVinit), but is built especially for the install

Re: Source code for Install init

2003-09-10 Thread Bret Hughes
On Wed, 2003-09-10 at 19:32, Jason Dixon wrote: On Wed, 2003-09-10 at 13:57, Bret Hughes wrote: On Wed, 2003-09-10 at 12:40, Jason Dixon wrote: Does anyone know where I might find the source code for the *install* init file? This is normally the same thing as /sbin/init (provided

Re: kernel panic: No init found...

2003-08-14 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 13 Aug 2003 12:22:04 +0800, Peter Davies wrote: Do you think there is any advantage in updating to RH 8, 9 or 10. My programmes run fine on 7.3. But I do still have issues with printing to network printers (it wont) and getting ssh to work

Re: kernel panic: No init found...

2003-08-14 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 12 Aug 2003 09:37:00 +0800, Peter Davies wrote: Thanks for the replies. I made a folder called /initrd and the thing booted past that. I upgraded the kernel to the .smp version and reinstalled xfs again and grub Erhm, xfs? Previously

re:kernel panic: No init found...

2003-08-14 Thread Peter Davies
Thanks for the advice. I got the thing going by disabling xfs temporarily. +might still meet the deadline :) Sorry about the confusion with XFS/xfs. I figured out what was causing problems... I had changed the auto.master mount point to / so xfs would not start. I have updated my kernel and

Re: kernel panic: No init found...

2003-08-14 Thread Michael Schwendt
became worse. Now it wont boot at all with error pivot root: pivot_root(/sysroot,/sysroot/initrd) failed: 2 freeing unused kernel memory : 280k freed kernel panic : No init found. Try passing init = option to kernel. Do you have an empty /initrd directory? What does rpm -V kernel give? What

kernel panic: No init found...

2003-08-12 Thread Peter Davies
linux would not boot, hanging at STARTING XFS. As the day progressed and I tried to fix it things became worse. Now it wont boot at all with error pivot root: pivot_root(/sysroot,/sysroot/initrd) failed: 2 freeing unused kernel memory : 280k freed kernel panic : No init found. Try passing init

Re: kernel panic: No init found...

2003-08-12 Thread Peter Davies
Thanks for the replies. I made a folder called /initrd and the thing booted past that. I upgraded the kernel to the .smp version and reinstalled xfs again and grub But it still hangs on the starting xfs here are the ouputs you asked for, Micheal -copy of grub.conf (before I have upgraded to

Re: kernel panic: No init found...

2003-08-11 Thread Patrick Nelson
: 280k freed kernel panic : No init found. Try passing init = option to kernel. I can log in using rescue and # chroot /mnt/sysconfig I have repartitioned the new drive with linux fdisk to try to eliminate the disk geometry probs. (it is presently unformatted) I have tried using lilo

Kernel Panic: no init found

2003-07-23 Thread Andy Pace
I have a dell 1650 server running RedHat 7.3 that has the following error on boot: Warning: unable to open initial console kernel panic. no init found. try passing init= to the kernel The hardware setup is three scsi drives on a hardware raid5 card. The raid card is fine I can boot into rescue

Re: Kernel Panic: no init found

2003-07-23 Thread David Hart
On Wed, 2003-07-23 at 13:19, Andy Pace wrote: I have a dell 1650 server running RedHat 7.3 that has the following error on boot: Warning: unable to open initial console kernel panic. no init found. try passing init= to the kernel Are you trying kernel 2.4.21? -- redhat-list mailing list

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
no. the kernel version i'm trying to use is vmlinuz-2.4.18-3smp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Hart Sent: Wednesday, July 23, 2003 1:28 PM To: Redhat General List Subject: Re: Kernel Panic: no init found On Wed, 2003-07-23 at 13:19

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
is there some way to rebuild /etc/ with a re-install method? or the init scripts in rescue mode? i'm also having problems with rescue mode seeing my linux partitions. it's a hardware raid5 setup. What extra options do i need? -Andy -Original Message- From: [EMAIL PROTECTED] [mailto

RE: Kernel Panic: no init found

2003-07-23 Thread David Hart
On Wed, 2003-07-23 at 14:43, Andy Pace wrote: Have you tried to simply recompile the kernel from the source? That might resolve the issue and has little if any downside. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
Can i do that from rescue mode? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Hart Sent: Wednesday, July 23, 2003 4:54 PM To: Redhat General List Subject: RE: Kernel Panic: no init found On Wed, 2003-07-23 at 14:43, Andy Pace wrote: Have you

Re: Kernel Panic: no init found

2003-07-23 Thread pnelson
On Wed, 2003-07-23 at 10:19, Andy Pace wrote: I have a dell 1650 server running RedHat 7.3 that has the following error on boot: Warning: unable to open initial console kernel panic. no init found. try passing init= to the kernel The hardware setup is three scsi drives on a hardware raid5

Problem in using syslog during system init?

2003-06-25 Thread Bharavi Oak
Hi All, Working on Red Hat 7.2 and AS2.1 We have added a call to an executable in rc.sysinit. The exact location of calling this is just before the LVM initialization step. We need to do this because of our product requirement. The executable logs messages to system log using the C function

re: Problem in using syslog during system init?

2003-06-25 Thread Matthew Richards
Hi All, Working on Red Hat 7.2 and AS2.1 We have added a call to an executable in rc.sysinit. The exact location of calling this is just before the LVM initialization step. We need to do this because of our product requirement. The executable logs messages to system log using the C function

RE: Problem in using syslog during system init?

2003-06-25 Thread Bharavi Oak
Hi All, Working on Red Hat 7.2 and AS2.1 We have added a call to an executable in rc.sysinit. The exact location of calling this is just before the LVM initialization step. We need to do this because of our product requirement. The executable logs messages to system log using the C

Re: Problem in using syslog during system init?

2003-06-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Jun 2003 22:23:06 +1000, Matthew Richards wrote: I know this is not much, but I have noticed that messages are not logged to /var/log/messages in chronological order during system startup. It is possible, depending on your system

Computer freezes when running cdrecord from INIT 5

2003-06-24 Thread Celso Pinto
restarted the computer once again, but this time I just wanted to stay at INIT 3 level. I ran the command cdrecord dev=0,0,0 -vV blank=fast speed=4 to blank the CDRW media I was using and everything went ok. Altough i found it quite weird I thought everything would be alright so I went to INIT 5 and load

Re: Computer freezes when running cdrecord from INIT 5

2003-06-24 Thread Todd A. Jacobs
On 24 Jun 2003, Celso Pinto wrote: After that, I tried to burn a CD with XCDRoast and about 30 secs after starting to burn the CD the hole system stopped. The only thing I could do was to push the power off button and restart it again. I can't speak to Xcdroast, but I had similar problems

Re: internal buffer overflow in init...

2003-06-18 Thread James Olin Oden
On Fri, 13 Jun 2003, James Olin Oden wrote: OK, this is the original problem I was trying to figure with the debug version of init. In house we have an app that was starting a process manager from init. It was starting after the sysinit entry and before the runlevel script entries

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

2003-06-17 Thread Robert P. J. Day
line, or init=/bin/sh. so what's the difference? (and feel free to fill in the inevitable holes here.) emergency mode - Section 9.4 of the RH 9 Customizaation discusses booting to emergency mode, by simply appending the word emergency to the kernel line at boot time. if you try

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread James Olin Oden
On Fri, 13 Jun 2003, James Olin Oden wrote: I was experience a problem with init (not running rc scripts; I will deal with this in seperate email), and so I pulled down the SysVinit srpm and rebuilt it with DEBUG set to 1 in init.h. This cause init to print lots of nice debug output

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread Bill Nottingham
James Olin Oden ([EMAIL PROTECTED]) said: and looked at things. The last syscall I see init in after running the init 6, is: futex(0x4212f1f4, FUTEX_WAIT, -1, NULL What glibc are you running? Bill ___ Redhat-devel-list mailing list

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread James Olin Oden
On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: and looked at things. The last syscall I see init in after running the init 6, is: futex(0x4212f1f4, FUTEX_WAIT, -1, NULL What glibc are you running? I am running: glibc-2.3.2-27.9

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread Bill Nottingham
James Olin Oden ([EMAIL PROTECTED]) said: On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: and looked at things. The last syscall I see init in after running the init 6, is: futex(0x4212f1f4, FUTEX_WAIT, -1, NULL What glibc are you

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread James Olin Oden
On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: and looked at things. The last syscall I see init in after running the init 6

Re: DEBUG output in init causes fifo to be ignored...

2003-06-16 Thread James Olin Oden
On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: On Mon, 16 Jun 2003, Bill Nottingham wrote: James Olin Oden ([EMAIL PROTECTED]) said: and looked at things. The last syscall I see init in after running the init 6

DEBUG output in init causes fifo to be ignored...

2003-06-13 Thread James Olin Oden
I was experience a problem with init (not running rc scripts; I will deal with this in seperate email), and so I pulled down the SysVinit srpm and rebuilt it with DEBUG set to 1 in init.h. This cause init to print lots of nice debug output, but... When its in this mode on our 2GHz, duel

internal buffer overflow in init...

2003-06-13 Thread James Olin Oden
OK, this is the original problem I was trying to figure with the debug version of init. In house we have an app that was starting a process manager from init. It was starting after the sysinit entry and before the runlevel script entries (it needed to be around when the runlevel scripts were

kernel panic: no init found...please help

2003-06-06 Thread Jeremy Petzold
what is this all about? I no longer have the problem of not being able to mount the file system but now I cannot get an initial console. I tried adding init=/bin/bash to my append line in lilo but it did not work.arg. what the heck is going on? thanks, Jeremy -- redhat-list mailing list

Re: kernel panic: no init found...please help

2003-06-06 Thread Bret Hughes
On Fri, 2003-06-06 at 21:56, Jeremy Petzold wrote: what is this all about? I no longer have the problem of not being able to mount the file system but now I cannot get an initial console. I tried adding init=/bin/bash to my append line in lilo but it did not work.arg. what the heck

curious about newer module-init-tools, 2.5 kernel

2003-03-26 Thread Robert P. J. Day
can someone supply a pointer to an explanation for the newer module-init-tools and its relevance to the 2.5 kernel? from what i've read, the 2.5 kernel requires newer module-handling features. a lot of the google hits i get searching for this take me to rusty russell's kernel page, where one

init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
response from httpd: Usage: /usr/local/apache-2.0.44/bin/httpd ... Now, how I understand it the init directories pass start/stop/restart params to the executable in question. If I do the following: % sudo /etc/rc.d/rc3.d/S85httpd start It works as intended. What am I missing? Thanks in advance

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Rick Carroll
What you're missing, is that apachectl uses start, stop, etc to control the httpd server as it always has. This is NOT an init.d script, it's virtually the same apachectl they have been using for years. When S85httpd gets run by init it gets passed a start argument. K15 gets passed a stop

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Robert Tinsley
On Fri, 2003-02-14 at 14:11, Rick Carroll wrote: What you're missing, is that apachectl uses start, stop, etc to control the httpd server as it always has. This is NOT an init.d script, it's virtually the same apachectl they have been using for years. When S85httpd gets run by init it gets

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
be executable during init; I think, I concede to more knowledgable persons. Tim -Original Message- From: Rick Carroll [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:11 AM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. What you're missing

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Rick Carroll
Tim, Sorry if I came off snooty earlier... It was not intended... This is a SWAG, but there may be environment variables that get set in a login session that init doesn't have during boot. PATH, LD_LIBRARY_PATH, ... as I said, just guessing... I HAVE seen this as an issue booting my company's

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
/bin. Sound right? Thanks for the help and further suggestions. -Original Message- From: Robert Tinsley [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:01 AM To: [EMAIL PROTECTED] Subject: RE: init/runlevel help needed in RHL 8. On Fri, 2003-02-14 at 14:11, Rick

RE: init/runlevel help needed in RHL 8. [SOLVED]

2003-02-14 Thread Stone, Timothy
: init/runlevel help needed in RHL 8. Tim, Sorry if I came off snooty earlier... It was not intended... This is a SWAG, but there may be environment variables that get set in a login session that init doesn't have during boot. PATH, LD_LIBRARY_PATH, ... as I said, just guessing... I

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Robert Tinsley
On Fri, 2003-02-14 at 16:29, Stone, Timothy wrote: Robert, I'm trying your suggestion, but I'm not familiar with what is implied between the lines: * replace the link with a script to call apachectl instead. before it calls apachectl, dump your environment to a temporary file, and after

RE: init/runlevel help needed in RHL 8.

2003-02-14 Thread Stone, Timothy
Robert, Thanks for the detailed insight. Your suggestions are taking to heart, esp. about security and the nutsNbolts of configuration. I do believe I did crack the problem. :D I poked around a bit in the startup logs and noted that I was INIT: Entering runlevel: 5... this queued me to my

Kernel panic: no init found

2003-02-04 Thread aaron1099
I have Windows XP and RedHat 8.0 installed on the same machine, but can't get to RedHat. That is the error message when I try to boot with a floppy. What can I do to fix it?

RE: Kernel panic: no init found

2003-02-04 Thread Patrick Nelson
[EMAIL PROTECTED] wrote: - I have Windows XP and RedHat 8.0 installed on the same machine, but can't get to RedHat. That is the error message when I try to boot with a floppy. What can I do to fix it? - Boot off the cdrom. Mount the root (/) fs and make sure you

Re: dependency-based init scripts?

2003-01-06 Thread Al Potter
Look at serel (www.fastboot.org). I was surprised to see an RPM in Rawhide a few weeks ago ... Not only Rawhide but it's included in the new Phoebe beta as well... Yep, it's there. What does one need to do to get it to work? I've installed the RPM, and don't see any support for it in

Re: dependency-based init scripts?

2003-01-05 Thread Panu Matilainen
On Sat, 4 Jan 2003, Bill Rugolsky Jr. wrote: On Fri, Jan 03, 2003 at 03:26:03PM -0800, Lars Damerow wrote: I read an interesting page by Richard Gooch regarding a new approach to running Linux's boot scripts: http://www.atnf.csiro.au/people/rgooch/linux/boot-scripts/ It looks like

Re: dependency-based init scripts?

2003-01-05 Thread Lars Damerow
Thanks for the pointer! serel certainly looks interesting. Bill, does your response mean that serel will be pulled before the next RedHat release? Either way, I'm glad the boot and shutdown speed are being examined. For my single, machine, it's fine, but I've got over a thousand of these

Re: dependency-based init scripts?

2003-01-04 Thread Bill Rugolsky Jr.
On Fri, Jan 03, 2003 at 03:26:03PM -0800, Lars Damerow wrote: I read an interesting page by Richard Gooch regarding a new approach to running Linux's boot scripts: http://www.atnf.csiro.au/people/rgooch/linux/boot-scripts/ It looks like this functionality has been rolled into util-linux

dependency-based init scripts?

2003-01-03 Thread Lars Damerow
Hello, I read an interesting page by Richard Gooch regarding a new approach to running Linux's boot scripts: http://www.atnf.csiro.au/people/rgooch/linux/boot-scripts/ It looks like this functionality has been rolled into util-linux already; might there be any chance that RedHat distributions

Init script order

2002-12-21 Thread Ashley M. Kirchner
Does anyone see anything wrong with moving sendmail's init script from S80 to S99 (and the same for K80 - K99) ? -- M | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner mailto:[EMAIL PROTECTED

Re: Init script order

2002-12-21 Thread Robert P. J. Day
On Sat, 21 Dec 2002, Ashley M. Kirchner wrote: Does anyone see anything wrong with moving sendmail's init script from S80 to S99 (and the same for K80 - K99) ? in what /etc/rc?.d directory are you talking about doing this? also, the startup scripts are normally done in the reverse order

Re: Init script order

2002-12-21 Thread Ashley M. Kirchner
Robert P. J. Day wrote: in what /etc/rc?.d directory are you talking about doing this? also, the startup scripts are normally done in the reverse order from the kill scripts. Er, I forgot about the reverse order thing. Okay, I want to have sendmail be the last service to start up - which

Re: Init script order

2002-12-21 Thread Mike Burger
On Sat, 21 Dec 2002, Robert P. J. Day wrote: On Sat, 21 Dec 2002, Ashley M. Kirchner wrote: Does anyone see anything wrong with moving sendmail's init script from S80 to S99 (and the same for K80 - K99) ? in what /etc/rc?.d directory are you talking about doing this? also

RE: Init script order

2002-12-21 Thread Cowles, Steve
-Original Message- From: Mike Burger Sent: Saturday, December 21, 2002 3:37 PM Subject: Re: Init script order On Sat, 21 Dec 2002, Robert P. J. Day wrote: On Sat, 21 Dec 2002, Ashley M. Kirchner wrote: Does anyone see anything wrong with moving sendmail's

Re: Init script order

2002-12-21 Thread Robert P. J. Day
On Sat, 21 Dec 2002, Mike Burger wrote: On Sat, 21 Dec 2002, Robert P. J. Day wrote: On Sat, 21 Dec 2002, Ashley M. Kirchner wrote: Does anyone see anything wrong with moving sendmail's init script from S80 to S99 (and the same for K80 - K99) ? in what /etc/rc?.d

Re: Init script order

2002-12-21 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert P. J. Day wrote: | anyway, i see no immediate reason why sendmail can't be | moved later in the startup sequence, and earlier in the | kill sequence. that should also involve editing the | sendmail script itself and changing those values at

Re: Init script order

2002-12-21 Thread Ashley M. Kirchner
Rick Johnson wrote: I'm dying to know - why? I think he's referring to the line that says: # chkconfig: 2345 80 30 ...which tells chkconfig what runlevels to put the init in, and what the startup and shutdown order is. Once the init is added, there probably isn't a need to change

Re: Init script order

2002-12-21 Thread Robert P. J. Day
On Sat, 21 Dec 2002, Rick Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert P. J. Day wrote: | anyway, i see no immediate reason why sendmail can't be | moved later in the startup sequence, and earlier in the | kill sequence. that should also involve editing the |

Re: init and loader source code from boot floppy

2002-12-20 Thread Robin Mordasiewicz
doh! thanks I did not realize that the boot disks were part of anaconda On 20 Dec 2002, Bret Hughes wrote: On Thu, 2002-12-19 at 23:30, Robin Mordasiewicz wrote: where can I find the source code for the init and loader program from the redhat boot floppy If I had to guess I would say

boot fails on loopback init

2002-12-20 Thread Glen E. Moore
I have been away from the list for a while and away from linux in general, so I need to be refreshed on some technical issues. I bought the $200.00 7.2 box set and everything worked except my cdplay for audio cd's. I wanted to try Mandrake, so I downloaded 9.0 and installed it (all of this

init and loader source code from boot floppy

2002-12-19 Thread Robin Mordasiewicz
where can I find the source code for the init and loader program from the redhat boot floppy -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: init and loader source code from boot floppy

2002-12-19 Thread Bret Hughes
On Thu, 2002-12-19 at 23:30, Robin Mordasiewicz wrote: where can I find the source code for the init and loader program from the redhat boot floppy If I had to guess I would say look in the anaconda packages since the boot images get build from there. Bret -- redhat-list mailing list

Re: I need iproute tc init scripts

2002-11-26 Thread Luis Miguel Cruz Miranda
Doest RHAS use iproute into the init scripts? Maybe we could use those scripts :) At 21:45 25/11/2002, you wrote: On Fri Nov 22 2002 at 10:59, Luis Miguel Cruz Miranda wrote: Where can I find any init scripts to use and save iproute and tc rules? They don't exist. This has been filed

RE: init scripts to use and save iproute and tc rules

2002-11-26 Thread Luis Miguel Cruz Miranda
this helps. Good Luck -Original Message- From: Luis Miguel Cruz Miranda [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] Sent: Lunes, 25 de Noviembre de 2002 10:26 a.m. To: [EMAIL PROTECTED] Subject: Re: init scripts to use and save iproute and tc rules At 16:56 25/11/2002, you wrote

  1   2   3   >