Mailinglist Archive: opensuse-factory (508 mails)
| < Previous | Next > |
Re: [opensuse-factory] systemd
- From: Kay Sievers <kay.sievers@xxxxxxx>
- Date: Tue, 14 Dec 2010 11:42:54 +0100
- Message-id: <1292323374.1232.18.camel@yio>
On Tue, 2010-12-14 at 11:36 +0100, Peter Czanik wrote:
Yeah, isolated computational load is a very different situation from
booting up -- where we have heavy parallel kernel module load, device
initialization, and service startup going on.
If possible, try, if removing:
quiet
and adding:
systemd.log_level=debug systemd.log_target=kmsg
to the kernel commandline reveals something on the console.
It might slow down the bootup enough, so that it works-- or it might
show where it hangs.
Kay
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
Hello,
On 12/14/2010 10:27 AM, Kay Sievers wrote:
Without systemd the same system easily survives stress testing (cdYeah, could be. It is not unlikely, that the massive parallel startup
I just had a few more kernel panics mentioning different applications,
so I suspect that it's rather something kernel related.
makes such problems more apparent. A few others have reported similar
issues.
/usr/src/linux && make -j 100 :-) ) without locking up.
Yeah, isolated computational load is a very different situation from
booting up -- where we have heavy parallel kernel module load, device
initialization, and service startup going on.
If possible, try, if removing:
quiet
and adding:
systemd.log_level=debug systemd.log_target=kmsg
to the kernel commandline reveals something on the console.
It might slow down the bootup enough, so that it works-- or it might
show where it hangs.
Kay
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |