OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • 24.7 Production Series »
  • [SOLVED] Update to 24.7.2 results in kernel panic
« previous next »
  • Print
Pages: 1 ... 4 5 [6] 7 8 9

Author Topic: [SOLVED] Update to 24.7.2 results in kernel panic  (Read 13342 times)

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #75 on: August 24, 2024, 02:53:32 pm »
Quote from: ftonioli on August 24, 2024, 02:51:13 pm
Using set hint.agp.0.disabled=1, was enought to back my server to life.

Nice. Thanks for testing.
Logged

mifi42

  • Newbie
  • *
  • Posts: 33
  • Karma: 7
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #76 on: August 24, 2024, 02:54:16 pm »
I am working on it. Will report back. Thanks.
Michiel


Quote from: franco on August 24, 2024, 04:36:19 am
I will replace the kernel on the mirror when someone confirmed this on one of the images with the actual hardware that the driver attaches to. ZPOOL_IMPORT_PATH has not been reverted, only agp removed from kernel so it cannot hit the bad agp_close(). If this works for the people reporting the crash we have our answer.
Logged

Patrick M. Hausen

  • Hero Member
  • *****
  • Posts: 6935
  • Karma: 584
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #77 on: August 24, 2024, 02:58:23 pm »
Quote from: doktornotor on August 24, 2024, 02:51:58 pm
Ok, I fail to understand how it only has serial.
IIRC Even APU devices have a VGA device somewhere in their chipset but do not have any port connected to that (and probably some more missing components that would drive these signal lines ... whatever).
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

klmi

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #78 on: August 24, 2024, 03:00:31 pm »
Quote from: doktornotor on August 24, 2024, 02:53:32 pm
Quote from: ftonioli on August 24, 2024, 02:51:13 pm
Using set hint.agp.0.disabled=1, was enought to back my server to life.

Nice. Thanks for testing.

disabeling only agp.0 also brought mine back to life as well :-)
will continue with installing the patch


i was worried about SERIAL and VGA, as mine doesn't have an video output, only serial
https://www.amazon.ca/Lanner-FW-7540B-Compact-Desktop-Appliance/dp/B01D3WNJQS
Logged

klmi

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #79 on: August 24, 2024, 03:06:32 pm »
can approve
Code: [Select]
opnsense-update -zfkr 24.7.2is working for me, until now no side affects


will continue testing,  so long big thanks and great work, THANK YOU!
« Last Edit: August 24, 2024, 03:08:16 pm by klmi »
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #80 on: August 24, 2024, 03:10:37 pm »
Quote from: Patrick M. Hausen on August 24, 2024, 02:58:23 pm
IIRC Even APU devices have a VGA device somewhere in their chipset but do not have any port connected to that (and probably some more missing components that would drive these signal lines ... whatever).

Apparently there is some VGA pinout on the MB - https://www.manualsdir.com/manuals/802785/lanner-fw-7540.html?page=16&original=1

Quote from: klmi on August 24, 2024, 03:00:31 pm
i was worried about SERIAL and VGA, as mine doesn't have an video output, only serial

It seems to have some nonsense on-board with pins, no normal connector, at least per the above linked manual. (Also wondering how is the BIOS described there used with serial console... huh.)

I think this is the way to get serial console on VGA images - but untested:

Code: [Select]
set console=comconsole
boot -v

Quote from: klmi on August 24, 2024, 03:06:32 pm
Code: [Select]
opnsense-update -zfkr 24.7.2is working for me, until now no side affects

 8)
« Last Edit: August 24, 2024, 03:16:04 pm by doktornotor »
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #81 on: August 24, 2024, 05:00:40 pm »
If someone with the affected hardware wants to follow up the broken agp driver with upstream, I created a bug report for your convenience - see Bug 281035.  ;D

Will check the progress here in a couple of years.  :P
Logged

mifi42

  • Newbie
  • *
  • Posts: 33
  • Karma: 7
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #82 on: August 24, 2024, 05:53:38 pm »
I can confirm the DVD image is fine. I am currently running OPNsense 24.7.2_1 happily.
Thanks a lot for your effort, especially in the middle of the night.
I hope you will sleep better. I am grateful.

Michiel


Quote from: franco on August 24, 2024, 04:36:19 am

https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/OPNsense-24.7.2-vga-amd64.img.bz2
https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/OPNsense-24.7.2-vga-amd64.img.sig

https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/OPNsense-24.7.2-dvd-amd64.iso.bz2
https://pkg.opnsense.org/FreeBSD:14:amd64/snapshots/misc/OPNsense-24.7.2-dvd-amd64.iso.sig

I will replace the kernel on the mirror when someone confirmed this on one of the images with the actual hardware that the driver attaches to. ZPOOL_IMPORT_PATH has not been reverted, only agp removed from kernel so it cannot hit the bad agp_close(). If this works for the people reporting the crash we have our answer.
 

Cheers,
Franco
Logged

TestUserPleaseIgnore

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #83 on: August 24, 2024, 05:56:31 pm »
Does this mean its safe to use the firmware update in the GUI at this time?
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #84 on: August 24, 2024, 06:01:52 pm »
Uhm, no... those are images for testing, nothing released now. If you have some vintage HW which has /dev/agpgart and running <24.7.2 and do not want to play with kernel hints on boot or potentially reinstalling, just leave it alone. If you cannot live without updating, only use the method mentioned in this post.
Logged

TestUserPleaseIgnore

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #85 on: August 24, 2024, 06:50:36 pm »
Quote from: doktornotor on August 24, 2024, 06:01:52 pm
Uhm, no... those are images for testing, nothing released now. If you have some vintage HW which has /dev/agpgart and running <24.7.2 and do not want to play with kernel hints on boot or potentially reinstalling, just leave it alone. If you cannot live without updating, only use the method mentioned in this post.

I tested this on a modern CPU 5700G and it still happened. Its not about hardware age.
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #86 on: August 24, 2024, 07:02:45 pm »
Not sure we are on the same page. This thread is about kernel panic with AGP graphics driver specifically.
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #87 on: August 24, 2024, 07:52:54 pm »
Quote from: doktornotor on August 24, 2024, 05:00:40 pm
If someone with the affected hardware wants to follow up the broken agp driver with upstream, I created a bug report for your convenience - see Bug 281035.  ;D

Will check the progress here in a couple of years.  :P

...exactly my humor! Keep up with your good work! :-P

When will BSD kick out OPNsense? :-D
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17747
  • Karma: 1620
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #88 on: August 24, 2024, 09:22:29 pm »
@TestUserPleaseIgnore can you clarify a lot on "it still happened"


Thanks,
Franco
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: Update to 24.7.2 results in kernel panic
« Reply #89 on: August 24, 2024, 10:26:02 pm »
Up hill battle, isn't it ...
« Last Edit: August 24, 2024, 10:28:42 pm by doktornotor »
Logged

  • Print
Pages: 1 ... 4 5 [6] 7 8 9
« previous next »
  • OPNsense Forum »
  • English Forums »
  • 24.7 Production Series »
  • [SOLVED] Update to 24.7.2 results in kernel panic
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2