RiDDiX

Members
  • Posts

    171
  • Joined

  • Last visited

Posts posted by RiDDiX

  1. 14 minutes ago, MPC561 said:

    Depends on your mainboard and the used extension cards, as I told nearly all MB´s with RTL network chipset are affected. With the N100DC-ITX it´s not a lot (6.12.4 I had 7W mean consumption, with 6.12.5 I had 9W) so 2W. Other systems may have 5W+ difference. With the energy prices we have in Europe in some countries we discuss here over 5 years of additional energy cost of approx 100 euro in addition. With my system here in Germany and my energy price with 2W more over 5 years it´s only 29 Euro.

     

    Surely not. The correct example would be: Dell sells me a laptop with an OS with hard integrated Browser from another company which stops to work after an update. In this OS I have no admin rights and also BIOS is locked and so it´s not possible to  replace the browser/install a new one. Dell sends me to the browser supplier instead of solving the problem with the browser supplier itself.

     

    Limetech selled me UNRAID OS and I expect that it works. They are also my first level support. If they have not a solution they should run to the kernel development team and not me. 

     

    It´s of course much more evil than the problem itself.

     

     

     


    For sure a few watts more arent that bad at all... The main problem with Realtek is Realtek itself. If they dont provide working drivers for Linux it wont work as expected. So nothing to change.

    Since a decade of time its always suggested to avoid Realtek with Linux...

  2. On 10/30/2023 at 12:29 PM, ChalkyChalkson said:

    Having the same issue.

    @RiDDiX your fix sadly didn't work for me either, and yes I have the nvidia drivers plugin and it shows the device

    @ofx While I couldn't follow the guide 1:1 I did add the devices to vfio and specified the vbios

     

    Any ideas? The sound device interestingly enough isn't reporting an error

    Here is my XML

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='10'>
      <name>tiffy</name>
      <uuid>13ad1da5-da65-e41c-1329-506782c00cfa</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>4194304</memory>
      <currentMemory unit='KiB'>4194304</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>3</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='3'/>
        <vcpupin vcpu='2' cpuset='5'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-i440fx-7.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/13ad1da5-da65-e41c-1329-506782c00cfa_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='none'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>
        <vmport state='off'/>
        <ioapic driver='kvm'/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='3' threads='1'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/tiffy/vdisk1.img' index='3'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/Windows.iso' index='2'/>
          <backingStore/>
          <target dev='hda' bus='ide'/>
          <readonly/>
          <boot order='2'/>
          <alias name='ide0-0-0'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/virtio-win-0.1.229-1.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='ide'/>
          <readonly/>
          <alias name='ide0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='pci' index='0' model='pci-root'>
          <alias name='pci.0'/>
        </controller>
        <controller type='ide' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <alias name='usb'/>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <alias name='usb'/>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <alias name='usb'/>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:e5:4c:70'/>
          <source bridge='br0'/>
          <target dev='vnet9'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-10-tiffy/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <alias name='input0'/>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'>
          <alias name='input1'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input2'/>
        </input>
        <audio id='1' type='none'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/isos/NVIDIA.GTX1050Ti.4096.170620.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

    Are you sure that your bus is 0x00?

          <alias name='hostdev0'/>
          <rom file='/mnt/user/isos/NVIDIA.GTX1050Ti.4096.170620.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>

    I am very sure that there is something wrong.

  3. On 4/16/2023 at 3:03 AM, Arbadacarba said:

    I've read little references in a few other posts about optional ways to pass a GPU through to a VM... I've had a Nvidia GPU passed though to my Gaming VM (Passed through NVMe as well) and been very happy with the result when I'm playing Games on the VM.

     

    But that is not all that often... Sadly...

     

    I'm wondering if there is a better way to pass a GPU through that would let me use the GPU for other things in Dockers or even other VMs when I'm not gaming?

    You are able to do so. Install the Nvidia-Plugin which ich777 maintains. Then you should be able to use this GPU also for Dockers, when the VM is completely off.

  4. 9 hours ago, Shan said:

    Hi @RiDDiX, can you please help me out with my issue I am somewhat new to Unraid and I had my NVIDIA GeForce GTX 970 (I know it's an old card) working totally fine before the upgrade to Unraid VER. 6.11.5, I am still able to passthrough the card but there is no output from the GPU to my monitor and when I remote into it via remote access I get a Code 43 error and it goes away when I reinstall the driver. However, on restart or on shutdown the code 43 comes back. I have tried all kinds of fixes that have been offered on this forum. Any help would be very much appreciated.

    Below is a copy of the xml file for my gaming vm.

     

    Motherboard:
    ASUSTeK COMPUTER INC. ROG STRIX Z590-E GAMING WIFI

     

    CPU:

    Intel® Core™ i9-10900 CPU

     

    GPU:
    NVIDIA GeForce GTX 970

     

    I do have the GPU grouped together in the IOMMU group. 

     

     


     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>Windows 11 Gaming</name>
      <uuid>6a35707d-748d-840c-6626-cd8dd3f28536</uuid>
      <description>Windows 11 Gaming VM</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>12</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='4'/>
        <vcpupin vcpu='1' cpuset='14'/>
        <vcpupin vcpu='2' cpuset='5'/>
        <vcpupin vcpu='3' cpuset='15'/>
        <vcpupin vcpu='4' cpuset='6'/>
        <vcpupin vcpu='5' cpuset='16'/>
        <vcpupin vcpu='6' cpuset='7'/>
        <vcpupin vcpu='7' cpuset='17'/>
        <vcpupin vcpu='8' cpuset='8'/>
        <vcpupin vcpu='9' cpuset='18'/>
        <vcpupin vcpu='10' cpuset='9'/>
        <vcpupin vcpu='11' cpuset='19'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-7.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/6a35707d-748d-840c-6626-cd8dd3f28536_VARS-pure-efi-tpm.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='1234567890ab'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>
        <vmport state='off'/>
        <ioapic driver='kvm'/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='6' threads='2'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/virtio-win-0.1.229-1.iso'/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/disks/S1D5NSAF299083N/Gaming Machine/vdisk1.img'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0xb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xc'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0xd'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
        </controller>
        <controller type='pci' index='7' model='pcie-to-pci-bridge'>
          <model name='pcie-pci-bridge'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:21:3f:c8'/>
          <source bridge='br0'/>
          <model type='virtio-net'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <tpm model='tpm-tis'>
          <backend type='emulator' version='2.0' persistent_state='yes'/>
        </tpm>
        <audio id='1' type='none'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
          </source>
          <rom file='/mnt/user/isos/vbios/2023/GeForce GTX 970.rom'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
    </domain>

    Try this one. Maybe your Bios File wont work as excepted.

  5. I am extremely attached to my server. Watching TV in the evening on the couch with my girlfriend or loading my retro "consoles" with ROMs and running them. Currently I have a Ryzen 5900X with an X570 board from "ASUS". I also have a spare 5900X and an MSI X570 Godlike.

     

    As I said, I am very attached to the comfort of the server and do not want to wait long for a replacement. Although this also runs for over 2 years without problems but you never know unfortunately.

     

    My TV exactly 2 years old is broken exactly 2 months after the warranty expired. This was from now on just broken and no longer goes on.

    This unfortunately shows that hardware no matter which, can go defective.

  6. On 2/17/2023 at 4:33 PM, MAM59 said:

    yeah, the video is real crap 😞

    The "many 2,5Gbit/s" cards available are all made out of the same chip, one that did not make it to fulfill the 10G specs.

     

    Yeah, 10G and up on CAT Cable is a challenge, and a waste of energy.

     

    Use fiber and you are safe, cold and have very low power consuption.

     

    Yeah you are right. But even copper cables are working as they should. Anyway as usually many people wont cap 1G at all.

     

    I am a lazy technician, why I should rip out all my cat 7-8 cables and change them to fiber. More E-Waste then needed. So I got also a X540-T2. They are usually available at an affordable price and most of them work perfectly. Fiber optic cable is getting cheaper, but there are still too many options.

    With fiber optic cables, you have to pay attention to which loop you take as well as then the respective "switch adapters".

    Anyway fiber will be the goal overall in the future.

     

    You should just think about the direction of your own possibilities and those of the hardware. After that, you should decide how and where to invest in something. Time, patience and money as well.

  7. When something will be added or needed (For the purpose to detect failures / errors)

    Made it just as opt-in not as opt-out perse 🙂

     

    If you decide to send statistics about every option within your plugin. This will maybe disliked a lot. Maybe include something for error reportings / script errors / permission errors. I would like to see the benefits when you just "overwatch" the function usage.

    • Upvote 1
  8. 1 hour ago, zAch523 said:

    So let it sit for a while and tried to figure out what is happening - without luck. I set the Prefill-Schedule to hourly, but its still not finished downloading. This might be because I selected too many games, but I suspect there is another problem, as the log shows some error messages.

    Maybe the error messages origin in the download not being complete before the next cron job is triggered?

    It would also be helpful to store the complete log, I already set LOGCLEANUP to false, but whenever the container is edited the logfile in appdata is wiped. Is there a chance you could make the logfile persistent and add the date to the timestamps?

    Depending on your internet connection speeds and also how fast your HDDs/SSDs are it could take to long before able to start a new cron. This will interrupt the already running prefill as ich777 already mentioned.


     

    [5:08:47 AM] Finished in 3:13:02.14 - 58.93 Mbit/s
    
    [5:08:47 AM] Starting WoW Classic   Up to date!
    [5:08:48 AM] Starting Call of Duty: Black Ops 4   Up to date!
    [5:08:49 AM] Starting Call of Duty: Black Ops Cold War   Up to date!
    [5:08:49 AM] Starting Call of Duty: Modern Warfare   Up to date!
    [5:08:50 AM] Starting Call of Duty: Modern Warfare 2   Up to date!
    [5:08:51 AM] Starting Call of Duty: Vanguard   Up to date!
    [5:08:52 AM] Starting Crash Bandicoot 4: It's About Time   Up to date!
    [5:08:52 AM] Prefill complete! Prefilled 18 apps in 4:08:50.33

     

    I have 18 apps / games which will be prefilled with updates and so on. This take already 3 Hours and 13 Minutes. If you may lets say got 20 apps / games it will take longer. I limited my docker half of the speed from my internet connection (1GB).

    • Like 1
  9. 5 minutes ago, RiDDiX said:

     

    Your container cleaned my mess xD It works flawlessly beside my problem with the redownloads. 
    I hope now that I fixed my redownload bug.

    It works as excepted and really nice. I also like the fact, that the Docker "View Log" show the actual downloads.

     

    steamcache.thumb.jpg.df2e8b7ec4101b0da9af58ca87c7282b.jpg

     

    This is just nice. Also that you included that we are able to set up parameters directly for the Steam-/BattleNet-Prefillers within the Docker template.

    May I just want to say thank you for all your work (Nvidia Plugins, Dockers and so on). Appriciate it and love to use them.

    I am still nearly new to docker and the templates within Unraid. So I love it when someone did the trick 🙂
     

     

    To say something more. I added ipv6 to all of my lancache dockers (dns and normal lancache) within the Extra Parameters and for my router. Because I found that without ipv6 my xbox'ses and Windows Systems with GamePass arent downloading at all.

    May I did something wrong with the offical lancache Docker because my folders are owned by "sshd". Maybe this is a problem?

     

    Maybe we could chat within Discord or something? PM me when ok. Even when not it is also ok xD

  10. Just now, ich777 said:

    Nice, maybe something changes in the container to make it even more easy to use but nothing that would change anything significantly to it already works.

     

    What do you think about it, is it relatively easy to use?

     

    Your container cleaned my mess xD It works flawlessly beside my problem with the redownloads. 
    I hope now that I fixed my redownload bug.

    It works as excepted and really nice. I also like the fact, that the Docker "View Log" show the actual downloads.

     

    steamcache.thumb.jpg.df2e8b7ec4101b0da9af58ca87c7282b.jpg

     

    This is just nice. Also that you included that we are able to set up parameters directly for the Steam-/BattleNet-Prefillers within the Docker template.

    May I just want to say thank you for all your work (Nvidia Plugins, Dockers and so on). Appriciate it and love to use them.

    I am still nearly new to docker and the templates within Unraid. So I love it when someone did the trick 🙂
     

    • Like 2
  11. 21 minutes ago, ich777 said:

    This shouldn't happen.

     

    But please make sure that you also specify the --dns parameter in your Extra Parameters from the template with your IP address from the LANCache-DNS server, with this you make sure that it doesn't download everything again from the Internet.

    Also make sure that you put the Prefill container on the same Docker network as the LANCache-DNS.

     

    Please report back if everything is working for you or not, really curious...

    I did. I readed everything carefully and set everything the right way up. --restart=unless-stopped --dns=192.XXX.XXX.XXX (Just as mask I dont X the ip within the parameters xD)

  12. 15 minutes ago, ich777 said:

    Yes, my first issue was solved with one of the previous updates so that it loads now from lancache instead every time from the Internet.

     

    However I've had a nice chat back and forth with tpill90 and he said that is by design that it always pulls the full game on a update but it should download the already existing parts from the cache and the update then from the Internet <- this is working for me and was not working before for me.

     

    This is a thing that I can't answer and you have to look into if that's the case on your system. I've set the lancache now to 3TB and prefill always loads the parts which already downloaded from the Internet and available on the lancache from lancache and the rest from the Internet.

     

    Have you already seen the container that I've did in the CA App? LANCache-Prefill? Try it with this but read the description please carefully if you want to try it (also at the variables because some things are in there how to configure things).

     

    Hm. I used your container since yesterday. First I just downloaded the PreFill-executables from the github directly into the lancache container.

    Ill start now fresh. I removed the cache completely and now I redownload everything. I hope this may fix it. Because it is a mess, when my Internet Speed is just used for the lancache prefill stuff when it downloads everything again and again.

  13. HeyHo,

    just wanted to ask here because I cant talk to tpill90 within Discord (# Info missing). Did you / him fixed the probleme where SteamPreFill always loads the game completly fresh? For me it nevers uses the lancache / not just update the game itself. Always a complete redownload of the whole games.

    Would be nice to know if I missed something. nslookup for nearly all tested domains give my lancache ip back. The cache is filling but I think itll overfill overtime because as mentioned it redownloads the game completely.

  14.   

    On 2/25/2022 at 1:00 AM, RiDDiX said:
      <features>
        <acpi/>
        <apic/>
        <hyperv>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='1234567890ab'/>*
        </hyperv>
        <kvm>
          <hidden state='on'/>*
        </kvm>
        <vmport state='off'/>*
        <ioapic driver='kvm'/>*
      </features>

     

  15. On 8/3/2022 at 10:56 PM, mickh18 said:

    Ive just tried the below and its not workign for me, Can you offer any further assistance please as this is driving me crazy?

     

      <features>
        <acpi/>
        <apic/>   

    <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='1234567890ab'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>
        <vmport state='off'/>
        <ioapic driver='kvm'/>
      </features>

     

    Sorry for the late reply.... I dont know what you need or what you even already have tested. Maybe post here your xml?

  16. 15 hours ago, RiDDiX said:

     

    My biggest problem right now is, that I cant even download the diags... I will see but my logs are full of these errors... Maybe it hangs up in a few minutes.

     

    Jul 12 18:13:10 RiDDiX-NAS kernel: CPU: 15 PID: 10816 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:10 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 0018:ffffc90004f67db8 EFLAGS: 00010286
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: ffff888106e7cf28 RSI: ffff8887408ca780 RDI: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888106e7cf28 R15: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: FS:  0000146a6a940740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a7bc4000 CR4: 0000000000350ee0
    Jul 12 18:13:10 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:10 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:10 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:10 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:10 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:10 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:10 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:10 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:10 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0033:0x146a6abe39ce
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 002b:00007ffd7db747b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 0000146a6abe39ce
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: 0000146a6acdf600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000146a6ac86ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 0000146a6acdea00 R15: 0000000000000d68
    Jul 12 18:13:10 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:10 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:10 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:10 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b261 ]---
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: FS:  0000146a6a940740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a7bc4000 CR4: 0000000000350ee0
    Jul 12 18:13:15 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:15 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:15 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:15 RiDDiX-NAS kernel: PGD 2038f1067 P4D 2038f1067 PUD 335477067 PMD 0 
    Jul 12 18:13:15 RiDDiX-NAS kernel: Oops: 0000 [#3263] SMP NOPTI
    Jul 12 18:13:15 RiDDiX-NAS kernel: CPU: 19 PID: 11018 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:15 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 0018:ffffc900075f7db8 EFLAGS: 00010286
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: ffff888107923af0 RSI: ffff8887408ca780 RDI: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107923af0 R15: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: FS:  000014d62894f740(0000) GS:ffff889faecc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a42d6000 CR4: 0000000000350ee0
    Jul 12 18:13:15 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:15 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:15 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:15 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:15 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:15 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:15 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:15 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:15 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0033:0x14d628bf29ce
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 002b:00007ffc0c8f13e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 000014d628bf29ce
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: 000014d628cee600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 000014d628c95ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000014d628ceda00 R15: 0000000000000d68
    Jul 12 18:13:15 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:15 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:15 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:15 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b262 ]---
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: FS:  000014d62894f740(0000) GS:ffff889faecc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a42d6000 CR4: 0000000000350ee0
    Jul 12 18:13:20 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:20 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:20 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:20 RiDDiX-NAS kernel: PGD 73327c067 P4D 73327c067 PUD 718b89067 PMD 0 
    Jul 12 18:13:20 RiDDiX-NAS kernel: Oops: 0000 [#3264] SMP NOPTI
    Jul 12 18:13:20 RiDDiX-NAS kernel: CPU: 6 PID: 11220 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:20 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 0018:ffffc90007ae7db8 EFLAGS: 00010286
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: ffff88810664f910 RSI: ffff8887408ca780 RDI: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff88810664f910 R15: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: FS:  00001466a855c740(0000) GS:ffff889fae980000(0000) knlGS:0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000001bae8e000 CR4: 0000000000350ee0
    Jul 12 18:13:20 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:20 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:20 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:20 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:20 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:20 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:20 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:20 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:20 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0033:0x1466a87ff9ce
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 002b:00007fff1ffe0348 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001466a87ff9ce
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: 00001466a88fb600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 00001466a88a2ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 00001466a88faa00 R15: 0000000000000d68
    Jul 12 18:13:20 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:20 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:20 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:20 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b263 ]---
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: FS:  00001466a855c740(0000) GS:ffff889fae980000(0000) knlGS:0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000001bae8e000 CR4: 0000000000350ee0
    Jul 12 18:13:21 RiDDiX-NAS flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update
    Jul 12 18:13:25 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:25 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:25 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:25 RiDDiX-NAS kernel: PGD 28f306067 P4D 28f306067 PUD 3dbe01067 PMD 0 
    Jul 12 18:13:25 RiDDiX-NAS kernel: Oops: 0000 [#3265] SMP NOPTI
    Jul 12 18:13:25 RiDDiX-NAS kernel: CPU: 21 PID: 11527 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:25 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 0018:ffffc90001f97db8 EFLAGS: 00010286
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: ffff88810169d3e8 RSI: ffff8887408ca780 RDI: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff88810169d3e8 R15: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: FS:  00001522db2c8740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 000000055e6fe000 CR4: 0000000000350ee0
    Jul 12 18:13:25 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:25 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:25 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:25 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:25 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:25 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:25 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:25 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:25 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0033:0x1522db56b9ce
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 002b:00007fff3babe488 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001522db56b9ce
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: 00001522db667600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 00001522db60eac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 00001522db666a00 R15: 0000000000000d68
    Jul 12 18:13:25 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:25 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:25 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:25 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b264 ]---
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: FS:  00001522db2c8740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 000000055e6fe000 CR4: 0000000000350ee0
    Jul 12 18:13:31 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:31 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:31 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:31 RiDDiX-NAS kernel: PGD 283df5067 P4D 283df5067 PUD 1c7335067 PMD 0 
    Jul 12 18:13:31 RiDDiX-NAS kernel: Oops: 0000 [#3266] SMP NOPTI
    Jul 12 18:13:31 RiDDiX-NAS kernel: CPU: 20 PID: 11784 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:31 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 0018:ffffc9000351fdb8 EFLAGS: 00010286
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: ffff888135a90a78 RSI: ffff8887408ca780 RDI: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888135a90a78 R15: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: FS:  000014945127e740(0000) GS:ffff889faed00000(0000) knlGS:0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000007a50e4000 CR4: 0000000000350ee0
    Jul 12 18:13:31 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:31 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:31 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:31 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:31 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:31 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:31 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:31 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:31 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0033:0x1494515219ce
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 002b:00007ffe8c71a3e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001494515219ce
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: 000014945161d600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 00001494515c4ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000014945161ca00 R15: 0000000000000d68
    Jul 12 18:13:31 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:31 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:31 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:31 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b265 ]---
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: FS:  000014945127e740(0000) GS:ffff889faed00000(0000) knlGS:0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000007a50e4000 CR4: 0000000000350ee0
    Jul 12 18:13:36 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:36 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:36 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:36 RiDDiX-NAS kernel: PGD 2e41fb067 P4D 2e41fb067 PUD 339f74067 PMD 0 
    Jul 12 18:13:36 RiDDiX-NAS kernel: Oops: 0000 [#3267] SMP NOPTI
    Jul 12 18:13:36 RiDDiX-NAS kernel: CPU: 9 PID: 11970 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:36 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 0018:ffffc9000425fdb8 EFLAGS: 00010286
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: ffff888105ceb2f8 RSI: ffff8887408ca780 RDI: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888105ceb2f8 R15: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: FS:  0000149bdcc2a740(0000) GS:ffff889faea40000(0000) knlGS:0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000205dbc000 CR4: 0000000000350ee0
    Jul 12 18:13:36 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:36 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:36 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:36 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:36 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:36 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:36 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:36 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:36 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0033:0x149bdcecd9ce
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 002b:00007ffe126192c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 0000149bdcecd9ce
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: 0000149bdcfc9600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000149bdcf70ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 0000149bdcfc8a00 R15: 0000000000000d68
    Jul 12 18:13:36 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:36 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:36 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:36 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b266 ]---
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: FS:  0000149bdcc2a740(0000) GS:ffff889faea40000(0000) knlGS:0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000205dbc000 CR4: 0000000000350ee0
    Jul 12 18:13:41 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:41 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:41 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:41 RiDDiX-NAS kernel: PGD 54d976067 P4D 54d976067 PUD 7a50a7067 PMD 0 
    Jul 12 18:13:41 RiDDiX-NAS kernel: Oops: 0000 [#3268] SMP NOPTI
    Jul 12 18:13:41 RiDDiX-NAS kernel: CPU: 15 PID: 12265 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:41 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 0018:ffffc90007227db8 EFLAGS: 00010286
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: ffff888106e7c910 RSI: ffff8887408ca780 RDI: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888106e7c910 R15: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: FS:  000015449c16d740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000264c80000 CR4: 0000000000350ee0
    Jul 12 18:13:41 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:41 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:41 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:41 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:41 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:41 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:41 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:41 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:41 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0033:0x15449c4109ce
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 002b:00007ffc5e0ba288 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 000015449c4109ce
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: 000015449c50c600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 000015449c4b3ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000015449c50ba00 R15: 0000000000000d68
    Jul 12 18:13:41 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:41 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:41 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:41 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b267 ]---
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: FS:  000015449c16d740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000264c80000 CR4: 0000000000350ee0

     

     

    I checked today again my syslog. It is already filled up with 5GB of Informations and always the same errors but changed CPU IDs... I really cant fix this myself. Tried within Safemod today also. After 2 Hours running errors reappears...

  17. 1 hour ago, JorgeB said:

    That looks unrelated to the macvlan issue, but not sure where they come from.

     

    My biggest problem right now is, that I cant even download the diags... I will see but my logs are full of these errors... Maybe it hangs up in a few minutes.

     

    Jul 12 18:13:10 RiDDiX-NAS kernel: CPU: 15 PID: 10816 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:10 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 0018:ffffc90004f67db8 EFLAGS: 00010286
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: ffff888106e7cf28 RSI: ffff8887408ca780 RDI: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888106e7cf28 R15: ffff888106e7cf00
    Jul 12 18:13:10 RiDDiX-NAS kernel: FS:  0000146a6a940740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a7bc4000 CR4: 0000000000350ee0
    Jul 12 18:13:10 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:10 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:10 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:10 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:10 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:10 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:10 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:10 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:10 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0033:0x146a6abe39ce
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 002b:00007ffd7db747b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 0000146a6abe39ce
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: 0000146a6acdf600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000146a6ac86ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 0000146a6acdea00 R15: 0000000000000d68
    Jul 12 18:13:10 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:10 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:10 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:10 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b261 ]---
    Jul 12 18:13:10 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:10 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:10 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:10 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:10 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:10 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:10 RiDDiX-NAS kernel: FS:  0000146a6a940740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:10 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:10 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a7bc4000 CR4: 0000000000350ee0
    Jul 12 18:13:15 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:15 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:15 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:15 RiDDiX-NAS kernel: PGD 2038f1067 P4D 2038f1067 PUD 335477067 PMD 0 
    Jul 12 18:13:15 RiDDiX-NAS kernel: Oops: 0000 [#3263] SMP NOPTI
    Jul 12 18:13:15 RiDDiX-NAS kernel: CPU: 19 PID: 11018 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:15 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 0018:ffffc900075f7db8 EFLAGS: 00010286
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: ffff888107923af0 RSI: ffff8887408ca780 RDI: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107923af0 R15: ffff888107923ac8
    Jul 12 18:13:15 RiDDiX-NAS kernel: FS:  000014d62894f740(0000) GS:ffff889faecc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a42d6000 CR4: 0000000000350ee0
    Jul 12 18:13:15 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:15 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:15 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:15 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:15 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:15 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:15 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:15 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:15 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0033:0x14d628bf29ce
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 002b:00007ffc0c8f13e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 000014d628bf29ce
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: 000014d628cee600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 000014d628c95ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000014d628ceda00 R15: 0000000000000d68
    Jul 12 18:13:15 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:15 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:15 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:15 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b262 ]---
    Jul 12 18:13:15 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:15 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:15 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:15 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:15 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:15 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:15 RiDDiX-NAS kernel: FS:  000014d62894f740(0000) GS:ffff889faecc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:15 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:15 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000003a42d6000 CR4: 0000000000350ee0
    Jul 12 18:13:20 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:20 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:20 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:20 RiDDiX-NAS kernel: PGD 73327c067 P4D 73327c067 PUD 718b89067 PMD 0 
    Jul 12 18:13:20 RiDDiX-NAS kernel: Oops: 0000 [#3264] SMP NOPTI
    Jul 12 18:13:20 RiDDiX-NAS kernel: CPU: 6 PID: 11220 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:20 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 0018:ffffc90007ae7db8 EFLAGS: 00010286
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: ffff88810664f910 RSI: ffff8887408ca780 RDI: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff88810664f910 R15: ffff88810664f8e8
    Jul 12 18:13:20 RiDDiX-NAS kernel: FS:  00001466a855c740(0000) GS:ffff889fae980000(0000) knlGS:0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000001bae8e000 CR4: 0000000000350ee0
    Jul 12 18:13:20 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:20 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:20 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:20 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:20 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:20 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:20 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:20 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:20 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0033:0x1466a87ff9ce
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 002b:00007fff1ffe0348 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001466a87ff9ce
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: 00001466a88fb600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 00001466a88a2ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 00001466a88faa00 R15: 0000000000000d68
    Jul 12 18:13:20 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:20 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:20 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:20 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b263 ]---
    Jul 12 18:13:20 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:20 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:20 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:20 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:20 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:20 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:20 RiDDiX-NAS kernel: FS:  00001466a855c740(0000) GS:ffff889fae980000(0000) knlGS:0000000000000000
    Jul 12 18:13:20 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:20 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000001bae8e000 CR4: 0000000000350ee0
    Jul 12 18:13:21 RiDDiX-NAS flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update
    Jul 12 18:13:25 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:25 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:25 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:25 RiDDiX-NAS kernel: PGD 28f306067 P4D 28f306067 PUD 3dbe01067 PMD 0 
    Jul 12 18:13:25 RiDDiX-NAS kernel: Oops: 0000 [#3265] SMP NOPTI
    Jul 12 18:13:25 RiDDiX-NAS kernel: CPU: 21 PID: 11527 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:25 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 0018:ffffc90001f97db8 EFLAGS: 00010286
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: ffff88810169d3e8 RSI: ffff8887408ca780 RDI: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff88810169d3e8 R15: ffff88810169d3c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: FS:  00001522db2c8740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 000000055e6fe000 CR4: 0000000000350ee0
    Jul 12 18:13:25 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:25 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:25 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:25 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:25 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:25 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:25 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:25 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:25 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0033:0x1522db56b9ce
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 002b:00007fff3babe488 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001522db56b9ce
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: 00001522db667600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 00001522db60eac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 00001522db666a00 R15: 0000000000000d68
    Jul 12 18:13:25 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:25 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:25 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:25 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b264 ]---
    Jul 12 18:13:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:25 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:25 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:25 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:25 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:25 RiDDiX-NAS kernel: FS:  00001522db2c8740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 18:13:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 000000055e6fe000 CR4: 0000000000350ee0
    Jul 12 18:13:31 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:31 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:31 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:31 RiDDiX-NAS kernel: PGD 283df5067 P4D 283df5067 PUD 1c7335067 PMD 0 
    Jul 12 18:13:31 RiDDiX-NAS kernel: Oops: 0000 [#3266] SMP NOPTI
    Jul 12 18:13:31 RiDDiX-NAS kernel: CPU: 20 PID: 11784 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:31 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 0018:ffffc9000351fdb8 EFLAGS: 00010286
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: ffff888135a90a78 RSI: ffff8887408ca780 RDI: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888135a90a78 R15: ffff888135a90a50
    Jul 12 18:13:31 RiDDiX-NAS kernel: FS:  000014945127e740(0000) GS:ffff889faed00000(0000) knlGS:0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000007a50e4000 CR4: 0000000000350ee0
    Jul 12 18:13:31 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:31 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:31 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:31 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:31 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:31 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:31 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:31 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:31 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0033:0x1494515219ce
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 002b:00007ffe8c71a3e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001494515219ce
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: 000014945161d600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 00001494515c4ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000014945161ca00 R15: 0000000000000d68
    Jul 12 18:13:31 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:31 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:31 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:31 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b265 ]---
    Jul 12 18:13:31 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:31 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:31 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:31 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:31 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:31 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:31 RiDDiX-NAS kernel: FS:  000014945127e740(0000) GS:ffff889faed00000(0000) knlGS:0000000000000000
    Jul 12 18:13:31 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:31 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 00000007a50e4000 CR4: 0000000000350ee0
    Jul 12 18:13:36 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:36 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:36 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:36 RiDDiX-NAS kernel: PGD 2e41fb067 P4D 2e41fb067 PUD 339f74067 PMD 0 
    Jul 12 18:13:36 RiDDiX-NAS kernel: Oops: 0000 [#3267] SMP NOPTI
    Jul 12 18:13:36 RiDDiX-NAS kernel: CPU: 9 PID: 11970 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:36 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 0018:ffffc9000425fdb8 EFLAGS: 00010286
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: ffff888105ceb2f8 RSI: ffff8887408ca780 RDI: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888105ceb2f8 R15: ffff888105ceb2d0
    Jul 12 18:13:36 RiDDiX-NAS kernel: FS:  0000149bdcc2a740(0000) GS:ffff889faea40000(0000) knlGS:0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000205dbc000 CR4: 0000000000350ee0
    Jul 12 18:13:36 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:36 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:36 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:36 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:36 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:36 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:36 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:36 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:36 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0033:0x149bdcecd9ce
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 002b:00007ffe126192c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 0000149bdcecd9ce
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: 0000149bdcfc9600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000149bdcf70ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 0000149bdcfc8a00 R15: 0000000000000d68
    Jul 12 18:13:36 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:36 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:36 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:36 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b266 ]---
    Jul 12 18:13:36 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:36 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:36 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:36 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:36 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:36 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:36 RiDDiX-NAS kernel: FS:  0000149bdcc2a740(0000) GS:ffff889faea40000(0000) knlGS:0000000000000000
    Jul 12 18:13:36 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:36 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000205dbc000 CR4: 0000000000350ee0
    Jul 12 18:13:41 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 18:13:41 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 18:13:41 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 18:13:41 RiDDiX-NAS kernel: PGD 54d976067 P4D 54d976067 PUD 7a50a7067 PMD 0 
    Jul 12 18:13:41 RiDDiX-NAS kernel: Oops: 0000 [#3268] SMP NOPTI
    Jul 12 18:13:41 RiDDiX-NAS kernel: CPU: 15 PID: 12265 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 18:13:41 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 0018:ffffc90007227db8 EFLAGS: 00010286
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: ffff888106e7c910 RSI: ffff8887408ca780 RDI: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888106e7c910 R15: ffff888106e7c8e8
    Jul 12 18:13:41 RiDDiX-NAS kernel: FS:  000015449c16d740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000264c80000 CR4: 0000000000350ee0
    Jul 12 18:13:41 RiDDiX-NAS kernel: Call Trace:
    Jul 12 18:13:41 RiDDiX-NAS kernel: <TASK>
    Jul 12 18:13:41 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 18:13:41 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 18:13:41 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 18:13:41 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 18:13:41 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 18:13:41 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 18:13:41 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0033:0x15449c4109ce
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 002b:00007ffc5e0ba288 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 000015449c4109ce
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048b710 RDI: 0000000000000004
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: 000015449c50c600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 000015449c4b3ac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 000015449c50ba00 R15: 0000000000000d68
    Jul 12 18:13:41 RiDDiX-NAS kernel: </TASK>
    Jul 12 18:13:41 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 18:13:41 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 18:13:41 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7b267 ]---
    Jul 12 18:13:41 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 18:13:41 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 18:13:41 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 18:13:41 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 18:13:41 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 18:13:41 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 18:13:41 RiDDiX-NAS kernel: FS:  000015449c16d740(0000) GS:ffff889faebc0000(0000) knlGS:0000000000000000
    Jul 12 18:13:41 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 18:13:41 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000264c80000 CR4: 0000000000350ee0

     

  18. God damn it... Other logs...

     

     

    Jul 12 16:55:25 RiDDiX-NAS kernel: CPU: 21 PID: 17732 Comm: lsof Tainted: P      D W  O      5.15.46-Unraid #1
    Jul 12 16:55:25 RiDDiX-NAS kernel: Hardware name: System manufacturer System Product Name/ROG STRIX X570-F GAMING, BIOS 4403 04/27/2022
    Jul 12 16:55:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x30/0x134
    Jul 12 16:55:25 RiDDiX-NAS kernel: Code: 55 41 54 49 89 fc 55 53 48 8b ae a0 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 <48> 8b 50 28 49 c1 e0 0c 48 8b 40 38 44 8b 4a 10 eb 08 45 31 c9 45
    Jul 12 16:55:25 RiDDiX-NAS kernel: RSP: 0018:ffffc9000416fdb8 EFLAGS: 00010286
    Jul 12 16:55:25 RiDDiX-NAS kernel: RAX: 0000000000000000 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 16:55:25 RiDDiX-NAS kernel: RDX: ffff88810169d640 RSI: ffff8887408ca780 RDI: ffff88810169d618
    Jul 12 16:55:25 RiDDiX-NAS kernel: RBP: ffff88815c6c6dc0 R08: 000000000000001c R09: 000014654160f000
    Jul 12 16:55:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff88810169d618
    Jul 12 16:55:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff88810169d640 R15: ffff88810169d618
    Jul 12 16:55:25 RiDDiX-NAS kernel: FS:  00001486d0f49740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 16:55:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 16:55:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000290726000 CR4: 0000000000350ee0
    Jul 12 16:55:25 RiDDiX-NAS kernel: Call Trace:
    Jul 12 16:55:25 RiDDiX-NAS kernel: <TASK>
    Jul 12 16:55:25 RiDDiX-NAS kernel: show_map+0xa/0xd
    Jul 12 16:55:25 RiDDiX-NAS kernel: seq_read_iter+0x258/0x347
    Jul 12 16:55:25 RiDDiX-NAS kernel: seq_read+0xfc/0x11f
    Jul 12 16:55:25 RiDDiX-NAS kernel: vfs_read+0xa8/0x108
    Jul 12 16:55:25 RiDDiX-NAS kernel: ksys_read+0x76/0xbe
    Jul 12 16:55:25 RiDDiX-NAS kernel: do_syscall_64+0x83/0xa5
    Jul 12 16:55:25 RiDDiX-NAS kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
    Jul 12 16:55:25 RiDDiX-NAS kernel: RIP: 0033:0x1486d11ec9ce
    Jul 12 16:55:25 RiDDiX-NAS kernel: Code: c0 e9 e6 fe ff ff 50 48 8d 3d 6e 42 0c 00 e8 19 00 02 00 66 0f 1f 84 00 00 00 00 00 64 8b 04 25 18 00 00 00 85 c0 75 14 0f 05 <48> 3d 00 f0 ff ff 77 5a c3 66 0f 1f 84 00 00 00 00 00 48 83 ec 28
    Jul 12 16:55:25 RiDDiX-NAS kernel: RSP: 002b:00007fffa6ed48e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
    Jul 12 16:55:25 RiDDiX-NAS kernel: RAX: ffffffffffffffda RBX: 000000000042b2c0 RCX: 00001486d11ec9ce
    Jul 12 16:55:25 RiDDiX-NAS kernel: RDX: 0000000000001000 RSI: 000000000048bad0 RDI: 0000000000000004
    Jul 12 16:55:25 RiDDiX-NAS kernel: RBP: 00001486d12e8600 R08: 0000000000000004 R09: 0000000000000000
    Jul 12 16:55:25 RiDDiX-NAS kernel: R10: 00001486d128fac0 R11: 0000000000000246 R12: 000000000042b2c0
    Jul 12 16:55:25 RiDDiX-NAS kernel: R13: 0000000000000d68 R14: 00001486d12e7a00 R15: 0000000000000d68
    Jul 12 16:55:25 RiDDiX-NAS kernel: </TASK>
    Jul 12 16:55:25 RiDDiX-NAS kernel: Modules linked in: ipvlan vhci_hcd usbip_core xt_connmark xt_mark xt_comment iptable_raw nvidia_modeset(PO) nvidia_uvm(PO) xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle iptable_mangle vhost_net tun vhost vhost_iotlb tap macvlan veth xt_nat xt_tcpudp xt_conntrack nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter xfs dm_crypt dm_mod dax ip6table_nat md_mod nvidia(PO) drm backlight uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc iptable_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha ip6table_filter ip6_tables iptable_filter ip_tables x_tables bonding ixgbe mdio edac_mce_amd wmi_bmof mxm_wmi kvm_amd kvm mpt3sas crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel i2c_piix4 ahci ch341 input_leds raid_class crypto_simd cryptd rapl usbserial ccp
    Jul 12 16:55:25 RiDDiX-NAS kernel: i2c_core tpm_crb k10temp led_class scsi_transport_sas libahci tpm_tis nvme tpm_tis_core tpm nvme_core wmi button acpi_cpufreq [last unloaded: i2c_dev]
    Jul 12 16:55:25 RiDDiX-NAS kernel: CR2: 0000000000000028
    Jul 12 16:55:25 RiDDiX-NAS kernel: ---[ end trace c58ca40a2ea7aedd ]---
    Jul 12 16:55:25 RiDDiX-NAS kernel: RIP: 0010:show_map_vma+0x3c/0x134
    Jul 12 16:55:25 RiDDiX-NAS kernel: Code: 00 00 00 48 89 f3 4c 8b 6e 40 48 8b 4e 50 48 85 ed 74 1d 48 8b 45 20 4c 8b 86 98 00 00 00 48 8b 50 28 49 c1 e0 0c 48 8b 40 38 <44> 8b 4a 10 eb 08 45 31 c9 45 31 c0 31 c0 48 8b 53 08 50 4c 89 e7
    Jul 12 16:55:25 RiDDiX-NAS kernel: RSP: 0018:ffffc900075afdb8 EFLAGS: 00010216
    Jul 12 16:55:25 RiDDiX-NAS kernel: RAX: ffff888101185240 RBX: ffff8887408ca780 RCX: 0000000000000075
    Jul 12 16:55:25 RiDDiX-NAS kernel: RDX: 0000000000000000 RSI: ffff8887408ca780 RDI: ffff888107f7a528
    Jul 12 16:55:25 RiDDiX-NAS kernel: RBP: ffff8883f07b5218 R08: 000000000001c000 R09: 000014654160f000
    Jul 12 16:55:25 RiDDiX-NAS kernel: R10: 0000000000004004 R11: 0000000000000001 R12: ffff888107f7a528
    Jul 12 16:55:25 RiDDiX-NAS kernel: R13: ffff888107c46a40 R14: ffff888107f7a550 R15: ffff888107f7a528
    Jul 12 16:55:25 RiDDiX-NAS kernel: FS:  00001486d0f49740(0000) GS:ffff889faed40000(0000) knlGS:0000000000000000
    Jul 12 16:55:25 RiDDiX-NAS kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jul 12 16:55:25 RiDDiX-NAS kernel: CR2: 0000000000000028 CR3: 0000000290726000 CR4: 0000000000350ee0
    Jul 12 16:55:30 RiDDiX-NAS kernel: BUG: kernel NULL pointer dereference, address: 0000000000000028
    Jul 12 16:55:30 RiDDiX-NAS kernel: #PF: supervisor read access in kernel mode
    Jul 12 16:55:30 RiDDiX-NAS kernel: #PF: error_code(0x0000) - not-present page
    Jul 12 16:55:30 RiDDiX-NAS kernel: PGD 276255067 P4D 276255067 PUD 3a2e2e067 PMD 0 
    Jul 12 16:55:30 RiDDiX-NAS kernel: Oops: 0000 [#2363] SMP NOPTI

     

     

    Also I cant even download Diags.... I dont know what happens. As mentioned. I tested every component without a problem.