* Killed process while booting...
@ 2002-11-03 10:41 Sylvain
2002-11-03 12:56 ` Sylvain
0 siblings, 1 reply; 7+ messages in thread
From: Sylvain @ 2002-11-03 10:41 UTC (permalink / raw
To: gentoo-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=US-ASCII, Size: 992 bytes --]
Hello !
I am experiencing a strange problem, with my freshly installed gentoo box :
At the very beginning of init script, just after init start, some process are killed.
Very often, it is the command 'install -d -m 0755 ${svcdir}/${x}' from the
/sbin/depscan.sh script. Sometimes, it's the mount command mounting tmpfs in
/mnt/.init.d which is killed.
I tried to merge again fileutils since it includes the 'install' cmde, but that
doesn't solve the pb.
I'm using i686 compilation flag, and the cpu is an PII 400.
I've used this iso :
http://www.ibiblio.org/pub/Linux/distributions/gentoo/releases/1.4_rc1/x86/livecd-basic-1.4_rc1-r2.iso
to boot the machine, and it works great.
Any idea about that ?
sylvain
__________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Killed process while booting...
2002-11-03 10:41 Killed process while booting Sylvain
@ 2002-11-03 12:56 ` Sylvain
2002-11-04 20:57 ` Gert Menke
0 siblings, 1 reply; 7+ messages in thread
From: Sylvain @ 2002-11-03 12:56 UTC (permalink / raw
To: gentoo-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=US-ASCII, Size: 793 bytes --]
Hello !
I tried also to merge again bash, since killed process are all
launched from a script beginig with
#!/bin/bash
but it still doesn't solve the problem.
I noticed also that commands killall, sleep, sync launched from
scripts while rebooting are also randomly killed.
Sometime, it doesn't boot at all, saying that i doesn't find init,
and askibg for a kernel parameter "init=...."
I still don't understand all this random garbage :-(
I suppose the problem could come from a bad kernel ?
Regards,
sylvain
__________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Killed process while booting...
2002-11-04 20:57 ` Gert Menke
@ 2002-11-03 15:59 ` Sylvain
2002-11-03 17:28 ` [gentoo-dev] Re: Killed process while booting... working now Sylvain
2002-11-04 21:06 ` Killed process while booting David Nielsen
2 siblings, 0 replies; 7+ messages in thread
From: Sylvain @ 2002-11-03 15:59 UTC (permalink / raw
To: gentoo-dev
I'll check that, but don't think i have a such problem, since
the live cd works well, and i never had such pb before rebooting with
this new kernel.
Thank's for you help
Regards,
sylvain
Le Mon, 4 Nov 2002 21:57:03 +0100
Gert Menke <g.menke@gmx.net> a écrit:
> Hi,
>
> On Sun, Nov 03, 2002 at 01:56:50PM +0100, Sylvain wrote:
> > I still don't understand all this random garbage :-(
> > I suppose the problem could come from a bad kernel ?
>
> Or bad ram.
> Try www.memtest86.com.
>
> Regards,
> Gert
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
> __________________________________________________________________
> Haut D_bit: Modem offert soit 150,92 euros rembours_s sur le Pack eXtense de Wanadoo !
> Profitez du Haut D_bit _ partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
__________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] Re: Killed process while booting... working now ...
2002-11-04 20:57 ` Gert Menke
2002-11-03 15:59 ` Sylvain
@ 2002-11-03 17:28 ` Sylvain
2002-11-05 15:31 ` Evan Powers
2002-11-04 21:06 ` Killed process while booting David Nielsen
2 siblings, 1 reply; 7+ messages in thread
From: Sylvain @ 2002-11-03 17:28 UTC (permalink / raw
To: gentoo-dev
I played with different kernel options (acpi, apm, and
agp chipset support) and it's now working perfectly :-))
It's frustrating, since i still do not have understand,
but if it works, it's fine :-}
thanks again
sylvain
Le Mon, 4 Nov 2002 21:57:03 +0100
Gert Menke <g.menke@gmx.net> a écrit:
> Hi,
>
> On Sun, Nov 03, 2002 at 01:56:50PM +0100, Sylvain wrote:
> > I still don't understand all this random garbage :-(
> > I suppose the problem could come from a bad kernel ?
>
> Or bad ram.
> Try www.memtest86.com.
>
> Regards,
> Gert
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
> __________________________________________________________________
> Haut D_bit: Modem offert soit 150,92 euros rembours_s sur le Pack eXtense de Wanadoo !
> Profitez du Haut D_bit _ partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
__________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Killed process while booting...
2002-11-03 12:56 ` Sylvain
@ 2002-11-04 20:57 ` Gert Menke
2002-11-03 15:59 ` Sylvain
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Gert Menke @ 2002-11-04 20:57 UTC (permalink / raw
To: Sylvain; +Cc: gentoo-dev
Hi,
On Sun, Nov 03, 2002 at 01:56:50PM +0100, Sylvain wrote:
> I still don't understand all this random garbage :-(
> I suppose the problem could come from a bad kernel ?
Or bad ram.
Try www.memtest86.com.
Regards,
Gert
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Killed process while booting...
2002-11-04 20:57 ` Gert Menke
2002-11-03 15:59 ` Sylvain
2002-11-03 17:28 ` [gentoo-dev] Re: Killed process while booting... working now Sylvain
@ 2002-11-04 21:06 ` David Nielsen
2 siblings, 0 replies; 7+ messages in thread
From: David Nielsen @ 2002-11-04 21:06 UTC (permalink / raw
To: gentoo-dev
> Or bad ram.
> Try www.memtest86.com.
emerge memtest86 :) yes some kind soul stuffed the lastest version in
portage...
- David
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Re: Killed process while booting... working now ...
2002-11-03 17:28 ` [gentoo-dev] Re: Killed process while booting... working now Sylvain
@ 2002-11-05 15:31 ` Evan Powers
0 siblings, 0 replies; 7+ messages in thread
From: Evan Powers @ 2002-11-05 15:31 UTC (permalink / raw
To: Sylvain, gentoo-dev
On Sunday 03 November 2002 12:28 pm, Sylvain wrote:
> I played with different kernel options (acpi, apm, and
> agp chipset support) and it's now working perfectly :-))
>
> It's frustrating, since i still do not have understand,
> but if it works, it's fine :-}
I've heard ACPI is still flaky on most motherboards, so maybe that was your
problem, if that's what you had enabled before.
Not very satisfying I know. ;-)
Evan P
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-11-05 15:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-03 10:41 Killed process while booting Sylvain
2002-11-03 12:56 ` Sylvain
2002-11-04 20:57 ` Gert Menke
2002-11-03 15:59 ` Sylvain
2002-11-03 17:28 ` [gentoo-dev] Re: Killed process while booting... working now Sylvain
2002-11-05 15:31 ` Evan Powers
2002-11-04 21:06 ` Killed process while booting David Nielsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox