Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rmlinnovator

#1
I ended up installing on bare metal and it's been rock solid. I couldn't get Proxmox to be stable enough for my needs. I'm much happier running Opensense on bare metal.
#2
Quick update. After making the recommended changes. I haven't had any issues as of yet.

🤞🏻

#3
Quote from: fgerardi on August 18, 2022, 09:00:34 AM
@rmlinnovator

Hi, I am running a very similar hardware and no crashes here yet. I am still testing though.
About your configuration I noticed two things you should investigate on:

1) According to Proxmox documentation you should set "machine" option to "q35"  if one wants to pass through PCIe hardware.
2) To optimize communication between the host and the guest it is also suggested to install and enable the qemu guest agent

Let me know if this helps.

Best regards

Thanks for these two tips. I appreciate the insight. I have implemented both of them...Let's see...
#4
Ok I did take a look at my boot order in the Bios and it looks like first priority was a listing for Proxmox and the second listing was a UEFI boot. I adjusted my boot order to UEFI as the priority. My machine starts up and then loads the Grub bootloader to start Proxmox. I'll see if that makes any difference...
#5
Quote from: milkywaygoodfellas on August 17, 2022, 03:49:43 PM
You uploaded one of my crash dumps, not yours.

🤦‍♂️ Thanks for the catch! I updated my post...
#6
Hi Community,

I need help diagnosing why my OPNsense instance keeps crashing. I am running OPNsense on Proxmox 7.2-3. VM config attached. Crash dump attached.

My first instance kept crashing every day so I decided to install a new VM instance inside Proxmox and have kept my install relatively vanilla with the exception of a handful of port forwards and one theme plugin. After 2 stable days my instance once again crashed and I have the message in the web GUI - "A problem was detected. Click here for more information." I haven't had any issues with Proxmox crashing so the host OS seems to be running just fine. I am still new to OPNsense and don't really know how to debug or troubleshoot. I have spent a lot of time looking through the logs and I don't see anything or don't know where to look. Any help would be most appreciated.

I connected to my firewall and went to /var/carash/textdump.tar.0. I downloaded that file expanded it and I can see in panic.txt that there is a "page fault."  I have 16GB of ram in the machine and have allocated 8GB to the VM.

I also found this in msgbuf.txt

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x103
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff81136002
stack pointer         = 0x0:0xfffffe00c28dff18
frame pointer         = 0x0:0x0
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = resume, IOPL = 0
current process = 30927 (python3.9)
trap number = 12
panic: page fault
cpuid = 0
time = 1660675440
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c28dfcd0
vpanic() at vpanic+0x17f/frame 0xfffffe00c28dfd20
panic() at panic+0x43/frame 0xfffffe00c28dfd80
trap_fatal() at trap_fatal+0x385/frame 0xfffffe00c28dfde0
trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00c28dfe40
calltrap() at calltrap+0x8/frame 0xfffffe00c28dfe40
--- trap 0xc, rip = 0xffffffff81136002, rsp = 0xfffffe00c28dff18, rbp = 0 ---
doreti_exit() at doreti_exit+0x17
KDB: enter: panic


Background about my system:

If this keeps happening I think I may try to scrap Proxmox and run the firewall directly on the hardware to see if that helps although I was really hoping to run a few other VMs on the machine.