Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Kernel panic in Hetzner VM after upgrading
« previous
next »
Print
Pages: [
1
]
Author
Topic: Kernel panic in Hetzner VM after upgrading (Read 987 times)
jsnell
Newbie
Posts: 3
Karma: 0
Kernel panic in Hetzner VM after upgrading
«
on:
April 11, 2023, 09:57:19 pm »
We run OPNsense in Hetzner's virtual servers and if they upgraded beyond 23.1_6 they seem to kernel panic shortly after startup. They work for long enough that the web GUI can be accessed and logged into, but they then panic shortly afterwards. I have attached a screenshot of the panic message from the serial console.
If the machine is restored from the snapshot taken before upgrading, then it continues to work as normal. Also, we have multiple OPNsense VMs, and this seems to affect all of them.
Logged
zan
Full Member
Posts: 175
Karma: 31
Re: Kernel panic in Hetzner VM after upgrading
«
Reply #1 on:
April 12, 2023, 07:08:15 am »
In my Hetzner's OPNsense instance I had to blacklist virtio random module from loading otherwise it will cause all sort of funny things like slow boot, high cpu, slow disk/network IO etc
I added this line in /etc/rc.conf.local :
Code:
[Select]
devmatch_blacklist="virtio_random.ko"
Worth to try.
Reference:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254513
Logged
jsnell
Newbie
Posts: 3
Karma: 0
Re: Kernel panic in Hetzner VM after upgrading
«
Reply #2 on:
April 12, 2023, 01:33:34 pm »
Thanks for the suggestion, but this doesn't appear to be the issue in our case. I did investigate further, and this crash seems to be related to a regression in IPv6. If I disable IPv6 on the WAN interface then the server appears stable after the upgrade.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Kernel panic in Hetzner VM after upgrading