kernel panic

Christos Chatzaras chris at cretaforce.gr
Sun Dec 8 17:16:59 UTC 2019



> On 8 Dec 2019, at 16:34, tech-lists <tech-lists at zyxst.net> wrote:
> 
> Hi,
> 
> On Sun, Dec 08, 2019 at 10:54:38AM +0200, Christos Chatzaras wrote:
>>> I fetch /usr/src only for upgrading the system and then I remove it. That's why it says that it doesn't find this file.
>>> 
>>> No the problem didn't occur during boot. I think it happened during a Nginx restart.
> 
> What exact steps did you follow for upgrading?
> After building/installing with /usr/src, did you make check-old && make delete-old &&
> make delete-old-libs ?
> 
> When I have encountered similar problems before, I have fixed them by
> rebuilding all ports *after* (system upgrade + removing old system files +
> rebooting)
> -- 
> J.

I use these commands:

svnup release

cd /usr/src
make buildworld
make buildkernel

make installkernel
mergemaster -p
make installworld
mergemaster -UiF

make -DBATCH_DELETE_OLD_FILES delete-old
make -DBATCH_DELETE_OLD_FILES delete-old-libs

rm -fr /usr/obj/usr /usr/src

shutdown -r now


I didn't rebuild all ports at the end.


More information about the freebsd-questions mailing list