Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] my 5.15.93 kernel keeps rebooting
Date: Tue, 14 Feb 2023 19:08:51
Message-Id: CAGfcS_m6JEwdSQ099+OBNxpZpLk7mCMAMjf5YvtM0-3vfeYM+Q@mail.gmail.com
In Reply to: [gentoo-user] my 5.15.93 kernel keeps rebooting by John Covici
1 On Tue, Feb 14, 2023 at 9:08 AM John Covici <covici@××××××××××.com> wrote:
2 >
3 > Hi. So, foolish me, I decided to go from a working 5.10.155 system to
4 > try latest lts of 5.15 which is 5.15.93. Compile, install went well,
5 > but the system keeps rebooting. It gets all the way and even starts
6 > the local services and then here are the last few lines, which may be
7 > relevant or not:
8 >
9 > Feb 14 06:36:31 ccs.covici.com systemd[1]: Starting local.service...
10 > Feb 14 06:36:31 ccs.covici.com systemd[1]: Starting
11 > systemd-update-utmp-runlevel.service...
12 > Feb 14 06:36:31 ccs.covici.com bash[5753]: rm: cannot remove
13 > '/etc/ppp/provider_is_up': No such file or directory
14 > Feb 14 06:36:31 ccs.covici.com systemd[1]:
15 > systemd-update-utmp-runlevel.service: Deactivated successfully.
16 > Feb 14 06:36:31 ccs.covici.com systemd[1]: Finished
17 > systemd-update-utmp-runlevel.service.
18 > -- Boot 5c394be675854680a9cb616208f374f3 --
19 >
20 > Any trouble shooting suggestions as to what is making the system
21 > reboot?
22 >
23
24 Where are you getting this from, the system log/journal? This doesn't
25 seem like a clean shutdown, so if it is a kernel PANIC I wouldn't
26 expect the most critical info to be in the log (since it will stop
27 syncing to protect the filesystem). The details you need probably
28 will be displayed on the console briefly. You can also enable a
29 network console, which will send the dmesg output continuously over
30 UDP to another device. This won't be interrupted by a PANIC unless
31 there is some issue with the hardware or networking stack.
32
33 If you can get the final messages on dmesg and the panic core dump
34 that would help.
35
36 The other thing you can do is try to capture a kernel core dump, but
37 that is a bit more complicated to set up.
38
39 Otherwise your log is just going to say that everything was fine until
40 it wasn't.
41
42 --
43 Rich

Replies

Subject Author
Re: [gentoo-user] my 5.15.93 kernel keeps rebooting John Covici <covici@××××××××××.com>
[gentoo-user] Re: my 5.15.93 kernel keeps rebooting Grant Edwards <grant.b.edwards@×××××.com>