Naldinho

Members
  • Posts

    343
  • Joined

  • Last visited

Posts posted by Naldinho

  1. 1 hour ago, SimonF said:

    You need to bind them to vfio in system devices.

     

    Thank you -- that made the other cards available now I just need to figure out why Windows sees the GPU as not working properly and reverts to the Microsoft Generic video option. 

  2. I had everything working fine for years then I had an issue which required starting over and now I'm really struggling to get a Windows 10 VM to work. Any help and I'd be greatly appreciative. 

    The first time I did this I remember having to do a bunch of stuff manually but my impression is that now all the settings can be done through the VM configuration and I have posted the XML that gets generated below..

    The two issues I am having is that

    1) The GPU passthrough video but Windows does not recognize that the graphics card is there so I am stuck at 800x600 originally with the Microsoft Generic video option but after updating Windows with the GPU listed but with a warning triangle in Device Manager and still limited to 800*600. It says Windows has stopped this devices because of problems with an error code 43

    2) None of the PCI cards show up. I have two USB controllers and a sound card and none of these show up as items I can configure from the GUI.

    I had previously stubbed one of the USB controllers and possibly the GFX card but I deleted that line from the config as my understanding is that is no longer how it is done.

    I have tried with and without a GPU BIOS -- the GPU BIOS file is downloaded and edited as per the SpaceInvader video on that topic.

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='23'>
      <name>KP-Office</name>
      <uuid>73ffcd10-f7d3-e382-ba15-db69ded91bd5</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>49283072</memory>
      <currentMemory unit='KiB'>49283072</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>16</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='8'/>
        <vcpupin vcpu='1' cpuset='24'/>
        <vcpupin vcpu='2' cpuset='9'/>
        <vcpupin vcpu='3' cpuset='25'/>
        <vcpupin vcpu='4' cpuset='10'/>
        <vcpupin vcpu='5' cpuset='26'/>
        <vcpupin vcpu='6' cpuset='11'/>
        <vcpupin vcpu='7' cpuset='27'/>
        <vcpupin vcpu='8' cpuset='12'/>
        <vcpupin vcpu='9' cpuset='28'/>
        <vcpupin vcpu='10' cpuset='13'/>
        <vcpupin vcpu='11' cpuset='29'/>
        <vcpupin vcpu='12' cpuset='14'/>
        <vcpupin vcpu='13' cpuset='30'/>
        <vcpupin vcpu='14' cpuset='15'/>
        <vcpupin vcpu='15' cpuset='31'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/73ffcd10-f7d3-e382-ba15-db69ded91bd5_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>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='8' 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='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S2R5NX0J617756B' index='3'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/Install ISOs for VMS/Windows10.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/Install ISOs for VMS/virtio-win-0.1.217-1.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-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='sata' index='0'>
          <alias name='sata0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' 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:1b:de:ca'/>
          <source bridge='br0'/>
          <target dev='vnet22'/>
          <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-23-KP-Office/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <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='0x05' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/Install ISOs for VMS/EVGA.GTX1050Ti.4096.160930.rom'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x05' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc31c'/>
            <address bus='2' device='6'/>
          </source>
          <alias name='hostdev2'/>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x25a7'/>
            <product id='0xfa23'/>
            <address bus='2' device='7'/>
          </source>
          <alias name='hostdev3'/>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>
     

  3. I'm not very knowledgeable about this but as I research my own issue I have come across Error 43 today. It wasn't relevant to my problem but if I remember correctly it has something to do either with groupings or with failing to pass the graphic cards sound -- if the card has sound which almost all do you need to pass through the sound as well even if you don't plan to use it.

    On YouTube Space Invader has excellent videos -- if you go and search for Windows or passthrough one of those will result in a video about creating Windows 10 VM and and mentions what causes a Error 43. Wish I could remember specific video but I don't.

  4. Just had a week long blackout and when I got power back my VM was not working correctly -- attempts to fix it led to deciding to just delete it and start over. It has been a few years since I set up the VM and I would greatly appreciate some help on understanding some of the decisions I made. 

    This is a general use Windows VM -- mostly used for graphic design as well as general computer use (email,browsing,youtube,etc). No gaming.

    Unraid machine is a dual E5-2670 with 128G of ram mostly used for mass storage and a handful of VMs. There is an SSD outside the array.

    1) The original Windows 10 VM was using a passthroughed SSD but when I was searching for how to set that up again I found a claim that there is no meaningful performance benefit to using a passthroughed SSD vs a vdisk on a dedicated SSD -- is this accurate? If yes is there some other reason why I would choose one of the other?

    2) Reading the pinned topics I see that one of them says not to use more than 4 CPUs -- I was previously using either 8 or 10. Would I be better off just using 4?

     

    3) I have been experimenting since last night and I can't even get to the point where I install Windows. What should my choices be for Machine, BIOS, and Hyper-v? (the graphics card is a Navida GTX 1050 Ti)

    I'd really appreciate some help. I need to get this VM up and running by Monday and I've put in 5-6 hours so far and haven't even made an inch of progress.

    If there is a tutorial somewhere that would be great as well -- I have found a few but they are older and unraid has options in the VM settings that were not there when those tutorials were made

  5. 7 minutes ago, trurl said:

    Some older controllers only supported 2.2TB and your larger-than-that disks are already working.


    Thank you -- i wish I knew all this stuff.

    I wish I hadn't just bought another 6TB to replace a 6TB that wasn't actually failing -- I should have bought a 10 or a 12 to start the process but I wasn't thinking. I think going larger is the eventual goal but the cost right now doesn't make sense given in Canada it is around $900 for two 10TB or 12TB which would take me from 18TB to 22-24TB. If it was for something important then sure but for a Plex server I can just trim my media collection instead and look at going to 12s sometime next year.

    Thank you both for the help. 

  6. 4 minutes ago, trurl said:

    I always upgrade disks to get more capacity since my ITX case won't hold any more.

    That is an long-term option as drives fail but I'd need to find out if my server can handle bigger drives as I kind of remember that being an issue with a previous server. I love unRaid and my main build was carefully researched but the second one was just a server I got 2nd hand. It has been around five years so I've forgotten most of what I learned for the original build and right now I don't have the time to learn again. That is why I so apricate the assistance from the community. Of all the projects I'm involved with this forum is the most helpful when people have issues.

    The build is currently 4x6TB+3TB+cache for 21 TB. If I remove the 3TB I go to 18TB but I suspect I'll have a working server and going from 21 to 18 isn't that big of a deal.  

    If I could just plug something in for $200-$300 that would solve the problem and give me further options to expand in the future I'd do it but reading topics on external enclosures I immediately got bogged down on what is SAS and is it what I want rather than eSATA.   

  7. 25 minutes ago, trurl said:

    But I wouldn't think cache SSD would make so much difference so maybe it is a bad port on the controller.

    Not a bad port -- Disk 3 is back connected to the port it would not work on and working fine. 

    The problem is appears to be having 6 drives. With the SDD not connected the array is rebuilding with no errors. 

    Once it is done rebuilding I'll add the SDD back in and I assume the errors will return.

    I think this has to be either the SATA controller or the power supply

  8. 5 minutes ago, trurl said:

    Are you sure it isn't power supply?

    I'm not and I had considered that but since there are no gfx cards or any cards I figured the controller was more likely but now I realize that was probably incorrect

    The power supply is a Seasonic SS-400ET so a quick googling of what various components use the power supply at 400W might be too low

    CPU is a Xeon X3440 = 135W when at max. 
    Drives 5 mechanical + 1 SSD seems to be 30W each so 180W total
    Mainboard S3420GP can't find specs but mainboards seem to be 100-150W

    That seems to add up to very close to or even over 400.

    If the issue is the power supply then I assume trying to go external won't work as even if I move a drive out of the case the card's power consumption will be added.

    I'm actually thinking the best solution might be to just return to a 5 drive setup. 
     

  9. Thank you for all the assistance. I believe I have solved the issue but could use confirmation that this makes sense.

    There were no empty SATA slots so I removed the cache SSD and connected the drive to Disk 3 using the cache wires -- I was able to start the rebuild. 

    I cancelled the rebuild and returned disk 3 to the cage but did not return the cache drive to the system -- Again I am allowed to rebuild the array which is happening now.

    This system had worked perfectly for many years with 4 drives + cache. The problems started around 6-8 months after adding a 5th drive although it might have been sooner and I did not realize it.

    Based on this my conclusion is that the SATA controller on the mainboard despite having 6 SATA connections is only able to handle 5 drives. 

    My solution seems to be to buy an external eSATA enclosure and add a eSATA card. The card would be a separate controller so not limited by the current issue.

    Does this make sense?

     

    ------------------------------------------------------


    I'd be looking for an enclosure with at least two drive bays -- possibly four if the price difference is negligible.

    For the enclosure how does the connection work -- specifically do I need a eSATA card with the same number of eSATA ports as the number of drives I am looking to add or is the transfer rate higher than the hard drives transfer rate so a single connection to the enclosure is sufficient? I'd prefer one enclosure with multiple drives but I don't want to create a bottleneck so am willing to do it whichever way is best.

  10. The reason for the attempted format was because the message said something about a partition. My hope was that reformatting would have overwritten the partition.

     

    I'm not clear on what a backplane is and google did not help much.

    The system is an older server with a S3420GP mainboard -- the drives are in what I believe is called a cage -- basically a thing that holds four drives and makes them swappable. I don't have physical access to the machine at the moment but I guess I could try plugging the drive in directly to the motherboard. I don't think there is any place for it to physically go but just for testing purposes that would tell me if it is the drive or not.

    This has been an ongoing issue where the previous drive in that slot would sometimes work then go offline and then with rebooting I could get it to come back online but it was always short lived and it would always go offline again.

     

  11. 23 minutes ago, trurl said:

    Brand new disk3 looks OK, a few CRC errors which are connection problems. Having a problem creating the required partition on it though. Is this a shucked drive?

     

    What do you get from the command line with this?

    lsblk

     


    NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
    loop0    7:0    0   9.1M  1 loop /lib/modules
    loop1    7:1    0   7.1M  1 loop /lib/firmware
    sda      8:0    1  14.9G  0 disk 
    └─sda1   8:1    1  14.9G  0 part /boot
    sdb      8:16   1   5.5T  0 disk 
    └─sdb1   8:17   1   5.5T  0 part 
    sdc      8:32   1   5.5T  0 disk 
    └─sdc1   8:33   1   5.5T  0 part 
    sdd      8:48   1   2.7T  0 disk 
    └─sdd1   8:49   1   2.7T  0 part 
    sde      8:64   1   5.5T  0 disk 
    sdf      8:80   1   5.5T  0 disk 
    └─sdf1   8:81   1   5.5T  0 part 
    sdg      8:96   1 111.8G  0 disk 
    └─sdg1   8:97   1 111.8G  0 part 

     

    I have not formatted the drive during the rebuild process -- I keep getting that as an offer because it says it can't be mounted.

    I did try to format it using UD outside of the array but only after I was already having issues. The format said successful but was way too short an amount of time and then a yellow pop showed errors.

     

  12. I have a 5 hard drive + 1 SSD setup and that is plenty for my purposes. I have started to have an issue with the bottom slot on my enclosure where the drive was getting errors and unmounting and so I bought a new drive and I can't rebuild because again errors on the new drive. So I suspect the issue is with the enclosure. 

    If I wanted to add 1 or 2 drives outside of the case what would be my best option?

    A quick look at the back of the case I don't think I have an eSATA port although I might have a card with an eSATA pot somewhere in my pile of old parts. I believe it is a USB 2 only motherboard but again I likely have a USB 3 card somewhere I could use.

    This is primarily a Plex server + NAS. 

  13. My GF uses a Windows 10 VM as her business computer at a print shop so yes to Photoshop although her main software is actually Corel but obviously still a lot of Photoshop necessary. Been doing that for ~4-5 years with no complaints.

    The graphics card she is using is a 1050 Ti with a S2600CP mainboard and two E5-2670 CPUs. I can't remember if it has 128GB of ram or 512. This was a configuration a lot of people on here bought a few years back so dated I am sure but it works great for her purposes. The one thing I changed as about a year in I moved her main VM to a dedicated SSD. The rest of the VMs run off the cache drive but for the one she uses for graphic design it has a SSD on pass-through.

    Wish I could help more but i made two builds ~5 years ago and after that didn't really keep up with things but I can say Photoshop is not a problem.

  14. I started getting errors with Disk 3 and it would unmount so I ordered a replacement drive that I just installed. 

    I start off with the blue square but when I try to rebuild the array I get a unmountable error and something about a partition incompatability.

     

    I tried to reformat the new drive outside of the array using UD and immediately got an error.

    Any advice on what is going on?

    As a novice my first impression is that there was likely nothing wrong with the drive in the first place and it is an issue with the slot on the drive cage. Does that make sense? 

    Is there any way I could confirm this by trying different drives in different positions in the cage without ruining by data?

  15. 3 minutes ago, JorgeB said:

    Tools -> Diagnostics



    Thank You. So it does look like there is a master diagnostics after all.

    Looking at this superficially I see a few errors that should probably be fixed that are not related to this problem but I don't know what I would look at to determine if the drives are failing or if the controller is the issue

     

    castle-diagnostics-20210510-0720.zip

  16. 1 hour ago, JorgeB said:

    If you want some informed advice next time post the diagnostics after a drive fails.


    What I was looking for was what diagnostic to look at or post.  My understanding is that there isn't a master diagnostic and through search I even got the impression that some diagnostics have to be posted before reboot so would be of no value now that I have rebooted many times and remove and added disks.

    I've just ordered two new data drives and will have them in a couple of days but I would still be interested in understanding how to diagnose an issue like this -- what do I look at/post specifically and is there anything I need to know about stuff I need to not do (like rebooting) or do (like turning on some kind of extra error logging) to create reports that are useful to pinpoint the problem.

     

  17. Can someone give me some insight on if I need to order new drives or how I can run some test to determine if I do.

    Details.

    1) About two weeks ago one of my drives went offline. After removing it and putting it back in the array the drive reappeared. I was able to rebuild and everything was fine for 338 hours then the same thing happened. I can't be 100 certain it is the same drive -- it is from the same cage so I believe it is.

    2) This time I can not rebuild. I tried to and I got a message about a drive had read errors.

    3) SMART short self-test is no errors -- Extended self-test is running now. When this happened two weeks ago there were no errors. I do have a row highlighted UDMA CRC error count is at 121 -- Multi zone error rate has a raw value of 3.

    4) A few months back the cache drive also went offline much like this data disk. I unplugged it then plugged it back in and it went back to working like normal.

    Normally I would assume the data drive just needs replacing -- it is 4 years and 5 months old but that there was a previous identical issue with the cache drive that was not the HD I'm concerned something else is failing. How would I determine if it is the drives or something else?

     

  18. 10 hours ago, Squid said:

    From the command line,

     

    
    diagnostics
    
    

    Dec 23 22:30:07 Castle kernel: microcode: microcode updated early to revision 0xa, date = 2018-05-08
    Dec 23 22:30:07 Castle kernel: Linux version 4.19.107-Unraid (root@Develop) (gcc version 9.2.0 (GCC)) #1 SMP Thu Mar 5 13:55:57 PST 2020
    Dec 23 22:30:07 Castle kernel: Command line: BOOT_IMAGE=/bzimage initrd=/bzroot
    Dec 23 22:30:07 Castle kernel: x86/fpu: x87 FPU will use FXSAVE
    Dec 23 22:30:07 Castle kernel: BIOS-provided physical RAM map:
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009bfff] usable
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009da75fff] usable
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009da76000-0x000000009db47fff] ACPI NVS
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009db48000-0x000000009f6a3fff] ACPI data
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009f6a4000-0x000000009f6defff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009f6df000-0x000000009f789fff] ACPI data
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009f78a000-0x000000009f7defff] ACPI NVS
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009f7df000-0x000000009f7fffff] ACPI data
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x000000009f800000-0x00000000afffffff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Dec 23 22:30:07 Castle kernel: BIOS-e820: [mem 0x0000000100000000-0x000000035fffffff] usable
    Dec 23 22:30:07 Castle kernel: NX (Execute Disable) protection: active
    Dec 23 22:30:07 Castle kernel: SMBIOS 2.5 present.
    Dec 23 22:30:07 Castle kernel: DMI: Intel Corporation S3420GP/S3420GP, BIOS S3420GP.86B.01.00.0048.022120111423 02/21/2011
    Dec 23 22:30:07 Castle kernel: tsc: Fast TSC calibration using PIT
    Dec 23 22:30:07 Castle kernel: tsc: Detected 2533.117 MHz processor
    Dec 23 22:30:07 Castle kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Dec 23 22:30:07 Castle kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Dec 23 22:30:07 Castle kernel: last_pfn = 0x360000 max_arch_pfn = 0x400000000
    Dec 23 22:30:07 Castle kernel: MTRR default type: uncachable
    Dec 23 22:30:07 Castle kernel: MTRR fixed ranges enabled:
    Dec 23 22:30:07 Castle kernel:  00000-9FFFF write-back
    Dec 23 22:30:07 Castle kernel:  A0000-DFFFF uncachable
    Dec 23 22:30:07 Castle kernel:  E0000-FFFFF write-protect
    Dec 23 22:30:07 Castle kernel: MTRR variable ranges enabled:
    Dec 23 22:30:07 Castle kernel:  0 base 000000000 mask F80000000 write-back
    Dec 23 22:30:07 Castle kernel:  1 base 080000000 mask FE0000000 write-back
    Dec 23 22:30:07 Castle kernel:  2 base 100000000 mask F00000000 write-back
    Dec 23 22:30:07 Castle kernel:  3 base 200000000 mask F00000000 write-back
    Dec 23 22:30:07 Castle kernel:  4 base 300000000 mask FC0000000 write-back
    Dec 23 22:30:07 Castle kernel:  5 base 340000000 mask FE0000000 write-back
    Dec 23 22:30:07 Castle kernel:  6 disabled
    Dec 23 22:30:07 Castle kernel:  7 disabled
    Dec 23 22:30:07 Castle kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
    Dec 23 22:30:07 Castle kernel: e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
    Dec 23 22:30:07 Castle kernel: last_pfn = 0x9da76 max_arch_pfn = 0x400000000
    Dec 23 22:30:07 Castle kernel: found SMP MP-table at [mem 0x000fd9a0-0x000fd9af]
    Dec 23 22:30:07 Castle kernel: BRK [0x02401000, 0x02401fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: BRK [0x02402000, 0x02402fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: BRK [0x02403000, 0x02403fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: BRK [0x02404000, 0x02404fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: BRK [0x02405000, 0x02405fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: BRK [0x02406000, 0x02406fff] PGTABLE
    Dec 23 22:30:07 Castle kernel: RAMDISK: [mem 0x78443000-0x7fffffff]
    Dec 23 22:30:07 Castle kernel: ACPI: Early table checksum verification disabled
    Dec 23 22:30:07 Castle kernel: ACPI: RSDP 0x00000000000F0410 000024 (v02 Seneca)
    Dec 23 22:30:07 Castle kernel: ACPI: XSDT 0x000000009F7FD120 00009C (v01 Seneca Nexlink  00000000      01000013)
    Dec 23 22:30:07 Castle kernel: ACPI: FACP 0x000000009F7FB000 0000F4 (v04 Seneca Nexlink  00000000 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: DSDT 0x000000009F7F6000 004E22 (v02 Seneca Nexlink  00000003 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: FACS 0x000000009F78A000 000040
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:07 Castle kernel: ACPI: APIC 0x000000009F7F5000 0000BC (v02 Seneca Nexlink  00000000 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: MCFG 0x000000009F7F4000 00003C (v01 Seneca Nexlink  00000001 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: HPET 0x000000009F7F3000 000038 (v01 Seneca Nexlink  00000001 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: SLIT 0x000000009F7F2000 000030 (v01 Seneca Nexlink  00000001 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: SPCR 0x000000009F7F1000 000050 (v01 Seneca Nexlink  00000000 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: WDDT 0x000000009F7F0000 000040 (v01 Seneca Nexlink  00000000 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: SSDT 0x000000009F7E5000 00AEF4 (v02 INTEL  SSDT  PM 00004000 INTL 20061109)
    Dec 23 22:30:07 Castle kernel: ACPI: SSDT 0x000000009F7E4000 0001D8 (v02 INTEL  IPMI     00004000 INTL 20061109)
    Dec 23 22:30:07 Castle kernel: ACPI: SLIC 0x000000009F7E3000 000176 (v01 Seneca Nexlink  00000002      01000013)
    Dec 23 22:30:07 Castle kernel: ACPI: DMAR 0x000000009F7E2000 0000A8 (v01 Seneca Nexlink  00000001 MSFT 0100000D)
    Dec 23 22:30:07 Castle kernel: ACPI: HEST 0x000000009F7E1000 0000A8 (v01 INTEL  S3420GPC 00000001 INTL 00000001)
    Dec 23 22:30:07 Castle kernel: ACPI: BERT 0x000000009F7E0000 000030 (v01 INTEL  S3420GPC 00000001 INTL 00000001)
    Dec 23 22:30:07 Castle kernel: ACPI: ERST 0x000000009F7DF000 000230 (v01 INTEL  S3420GPC 00000001 INTL 00000001)
    Dec 23 22:30:07 Castle kernel: ACPI: EINJ 0x000000009F789000 000130 (v01 INTEL  S3420GPC 00000001 INTL 00000001)
    Dec 23 22:30:07 Castle kernel: ACPI: Local APIC address 0xfee00000
    Dec 23 22:30:07 Castle kernel: No NUMA configuration found
    Dec 23 22:30:07 Castle kernel: Faking a node at [mem 0x0000000000000000-0x000000035fffffff]
    Dec 23 22:30:07 Castle kernel: NODE_DATA(0) allocated [mem 0x35fff2000-0x35fff5fff]
    Dec 23 22:30:07 Castle kernel: Zone ranges:
    Dec 23 22:30:07 Castle kernel:  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    Dec 23 22:30:07 Castle kernel:  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    Dec 23 22:30:07 Castle kernel:  Normal   [mem 0x0000000100000000-0x000000035fffffff]
    Dec 23 22:30:07 Castle kernel: Movable zone start for each node
    Dec 23 22:30:07 Castle kernel: Early memory node ranges
    Dec 23 22:30:07 Castle kernel:  node   0: [mem 0x0000000000001000-0x000000000009bfff]
    Dec 23 22:30:07 Castle kernel:  node   0: [mem 0x0000000000100000-0x000000009da75fff]
    Dec 23 22:30:07 Castle kernel:  node   0: [mem 0x0000000100000000-0x000000035fffffff]
    Dec 23 22:30:07 Castle kernel: Zeroed struct page in unavailable ranges: 9711 pages
    Dec 23 22:30:07 Castle kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000035fffffff]
    Dec 23 22:30:07 Castle kernel: On node 0 totalpages: 3136017
    Dec 23 22:30:07 Castle kernel:  DMA zone: 64 pages used for memmap
    Dec 23 22:30:07 Castle kernel:  DMA zone: 21 pages reserved
    Dec 23 22:30:07 Castle kernel:  DMA zone: 3995 pages, LIFO batch:0
    Dec 23 22:30:07 Castle kernel:  DMA32 zone: 10026 pages used for memmap
    Dec 23 22:30:07 Castle kernel:  DMA32 zone: 641654 pages, LIFO batch:63
    Dec 23 22:30:07 Castle kernel:  Normal zone: 38912 pages used for memmap
    Dec 23 22:30:07 Castle kernel:  Normal zone: 2490368 pages, LIFO batch:63
    Dec 23 22:30:07 Castle kernel: ACPI: PM-Timer IO Port: 0x408
    Dec 23 22:30:07 Castle kernel: ACPI: Local APIC address 0xfee00000
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
    Dec 23 22:30:07 Castle kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    Dec 23 22:30:07 Castle kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Dec 23 22:30:07 Castle kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Dec 23 22:30:07 Castle kernel: ACPI: IRQ0 used by override.
    Dec 23 22:30:07 Castle kernel: ACPI: IRQ9 used by override.
    Dec 23 22:30:07 Castle kernel: Using ACPI (MADT) for SMP configuration information
    Dec 23 22:30:07 Castle kernel: ACPI: HPET id: 0x8086a801 base: 0xfed00000
    Dec 23 22:30:07 Castle kernel: ACPI: SPCR: SPCR table version 1
    Dec 23 22:30:07 Castle kernel: ACPI: SPCR: console: uart,io,0x0,115200
    Dec 23 22:30:07 Castle kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    Dec 23 22:30:07 Castle kernel: [mem 0xb0000000-0xfed1bfff] available for PCI devices
    Dec 23 22:30:07 Castle kernel: Booting paravirtualized kernel on bare hardware
    Dec 23 22:30:07 Castle kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
    Dec 23 22:30:07 Castle kernel: random: get_random_bytes called from start_kernel+0x8e/0x46c with crng_init=0
    Dec 23 22:30:07 Castle kernel: setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
    Dec 23 22:30:07 Castle kernel: percpu: Embedded 43 pages/cpu s135192 r8192 d32744 u262144
    Dec 23 22:30:07 Castle kernel: pcpu-alloc: s135192 r8192 d32744 u262144 alloc=1*2097152
    Dec 23 22:30:07 Castle kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
    Dec 23 22:30:07 Castle kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3086994
    Dec 23 22:30:07 Castle kernel: Policy zone: Normal
    Dec 23 22:30:07 Castle kernel: Kernel command line: BOOT_IMAGE=/bzimage initrd=/bzroot
    Dec 23 22:30:07 Castle kernel: Memory: 12132644K/12544068K available (10252K kernel code, 736K rwdata, 2004K rodata, 1196K init, 2100K bss, 411424K reserved, 0K cma-reserved)
    Dec 23 22:30:07 Castle kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Dec 23 22:30:07 Castle kernel: Kernel/User page tables isolation: enabled
    Dec 23 22:30:07 Castle kernel: rcu: Hierarchical RCU implementation.
    Dec 23 22:30:07 Castle kernel: rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    Dec 23 22:30:07 Castle kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Dec 23 22:30:07 Castle kernel: NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 16
    Dec 23 22:30:07 Castle kernel: rcu:     Offload RCU callbacks from CPUs: (none).
    Dec 23 22:30:07 Castle kernel: Console: colour VGA+ 80x25
    Dec 23 22:30:07 Castle kernel: console [tty0] enabled
    Dec 23 22:30:07 Castle kernel: ACPI: Core revision 20180810
    Dec 23 22:30:07 Castle kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
    Dec 23 22:30:07 Castle kernel: hpet clockevent registered
    Dec 23 22:30:07 Castle kernel: APIC: Switch to symmetric I/O mode setup
    Dec 23 22:30:07 Castle kernel: DMAR: Host address width 36
    Dec 23 22:30:07 Castle kernel: DMAR: DRHD base: 0x000000fe710000 flags: 0x1
    Dec 23 22:30:07 Castle kernel: DMAR: dmar0: reg_base_addr fe710000 ver 1:0 cap c90780106f0462 ecap f020e2
    Dec 23 22:30:07 Castle kernel: DMAR: RMRR base: 0x0000009f6ae000 end: 0x0000009f6b0fff
    Dec 23 22:30:07 Castle kernel: DMAR: RMRR base: 0x0000009f6a9000 end: 0x0000009f6a9fff
    Dec 23 22:30:07 Castle kernel: DMAR: RMRR base: 0x0000009f6a6000 end: 0x0000009f6a6fff
    Dec 23 22:30:07 Castle kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Dec 23 22:30:07 Castle kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24836e34fe5, max_idle_ns: 440795284316 ns
    Dec 23 22:30:07 Castle kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5066.23 BogoMIPS (lpj=2533117)
    Dec 23 22:30:07 Castle kernel: pid_max: default: 32768 minimum: 301
    Dec 23 22:30:07 Castle kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Dec 23 22:30:07 Castle kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Dec 23 22:30:07 Castle kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Dec 23 22:30:07 Castle kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Dec 23 22:30:07 Castle kernel: CPU0: Thermal monitoring enabled (TM1)
    Dec 23 22:30:07 Castle kernel: process: using mwait in idle threads
    Dec 23 22:30:07 Castle kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Dec 23 22:30:07 Castle kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    Dec 23 22:30:07 Castle kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
    Dec 23 22:30:07 Castle kernel: Spectre V2 : Mitigation: Full generic retpoline
    Dec 23 22:30:07 Castle kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
    Dec 23 22:30:07 Castle kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
    Dec 23 22:30:07 Castle kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
    Dec 23 22:30:07 Castle kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
    Dec 23 22:30:07 Castle kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
    Dec 23 22:30:07 Castle kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
    Dec 23 22:30:07 Castle kernel: Freeing SMP alternatives memory: 32K
    Dec 23 22:30:07 Castle kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU           X3440  @ 2.53GHz (family: 0x6, model: 0x1e, stepping: 0x5)
    Dec 23 22:30:07 Castle kernel: Performance Events: PEBS fmt1+, Nehalem events, 16-deep LBR, Intel PMU driver.
    Dec 23 22:30:07 Castle kernel: core: CPU erratum AAJ80 worked around
    Dec 23 22:30:07 Castle kernel: core: CPUID marked event: 'bus cycles' unavailable
    Dec 23 22:30:07 Castle kernel: ... version:                3
    Dec 23 22:30:07 Castle kernel: ... bit width:              48
    Dec 23 22:30:07 Castle kernel: ... generic registers:      4
    Dec 23 22:30:07 Castle kernel: ... value mask:             0000ffffffffffff
    Dec 23 22:30:07 Castle kernel: ... max period:             000000007fffffff
    Dec 23 22:30:07 Castle kernel: ... fixed-purpose events:   3
    Dec 23 22:30:07 Castle kernel: ... event mask:             000000070000000f
    Dec 23 22:30:07 Castle kernel: rcu: Hierarchical SRCU implementation.
    Dec 23 22:30:07 Castle kernel: smp: Bringing up secondary CPUs ...
    Dec 23 22:30:07 Castle kernel: x86: Booting SMP configuration:
    Dec 23 22:30:07 Castle kernel: .... node  #0, CPUs:      #1 #2 #3 #4
    Dec 23 22:30:07 Castle kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
    Dec 23 22:30:07 Castle kernel: #5 #6 #7
    Dec 23 22:30:07 Castle kernel: smp: Brought up 1 node, 8 CPUs
    Dec 23 22:30:07 Castle kernel: smpboot: Max logical packages: 1
    Dec 23 22:30:07 Castle kernel: smpboot: Total of 8 processors activated (40529.87 BogoMIPS)
    Dec 23 22:30:07 Castle kernel: devtmpfs: initialized
    Dec 23 22:30:07 Castle kernel: x86/mm: Memory block size: 128MB
    Dec 23 22:30:07 Castle kernel: PM: Registering ACPI NVS region [mem 0x9da76000-0x9db47fff] (860160 bytes)
    Dec 23 22:30:07 Castle kernel: PM: Registering ACPI NVS region [mem 0x9f78a000-0x9f7defff] (348160 bytes)
    Dec 23 22:30:07 Castle kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    Dec 23 22:30:07 Castle kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    Dec 23 22:30:07 Castle kernel: xor: measuring software checksum speed
    Dec 23 22:30:07 Castle kernel:   prefetch64-sse: 13372.000 MB/sec
    Dec 23 22:30:07 Castle kernel:   generic_sse: 11420.000 MB/sec
    Dec 23 22:30:07 Castle kernel: xor: using function: prefetch64-sse (13372.000 MB/sec)
    Dec 23 22:30:07 Castle kernel: pinctrl core: initialized pinctrl subsystem
    Dec 23 22:30:07 Castle kernel: NET: Registered protocol family 16
    Dec 23 22:30:07 Castle kernel: cpuidle: using governor ladder
    Dec 23 22:30:07 Castle kernel: cpuidle: using governor menu
    Dec 23 22:30:07 Castle kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Dec 23 22:30:07 Castle kernel: ACPI: bus type PCI registered
    Dec 23 22:30:07 Castle kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xa0000000-0xafffffff] (base 0xa0000000)
    Dec 23 22:30:07 Castle kernel: PCI: MMCONFIG at [mem 0xa0000000-0xafffffff] reserved in E820
    Dec 23 22:30:07 Castle kernel: PCI: Using configuration type 1 for base access
    Dec 23 22:30:07 Castle kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    Dec 23 22:30:07 Castle kernel: raid6: sse2x1   gen()  6335 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: sse2x1   xor()  4677 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: sse2x2   gen()  7593 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: sse2x2   xor()  5617 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: sse2x4   gen()  8675 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: sse2x4   xor()  6343 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: using algorithm sse2x4 gen() 8675 MB/s
    Dec 23 22:30:07 Castle kernel: raid6: .... xor() 6343 MB/s, rmw enabled
    Dec 23 22:30:07 Castle kernel: raid6: using ssse3x2 recovery algorithm
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(Module Device)
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(Processor Device)
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(Linux-Dell-Video)
    Dec 23 22:30:07 Castle kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
    Dec 23 22:30:07 Castle kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded
    Dec 23 22:30:07 Castle kernel: ACPI Error: Field [CPB3] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20180810/dsopcode-197)
    Dec 23 22:30:07 Castle kernel: ACPI Error: Method parse/execution failed \_SB._OSC, AE_AML_BUFFER_LIMIT (20180810/psparse-514)
    Dec 23 22:30:07 Castle kernel: ACPI: Interpreter enabled
    Dec 23 22:30:07 Castle kernel: ACPI: (supports S0 S1 S5)
    Dec 23 22:30:07 Castle kernel: ACPI: Using IOAPIC for interrupt routing
    Dec 23 22:30:07 Castle kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Dec 23 22:30:07 Castle kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    Dec 23 22:30:07 Castle kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Dec 23 22:30:07 Castle kernel: acpi PNP0A08:00: _OSC: platform does not support [LTR]
    Dec 23 22:30:07 Castle kernel: acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
    Dec 23 22:30:07 Castle kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
    Dec 23 22:30:07 Castle kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000cbfff window] (conflicts with Video ROM [mem 0x000c0000-0x000c7fff])
    Dec 23 22:30:07 Castle kernel: PCI host bridge to bus 0000:00
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfedfffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfdffffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:00.0: [8086:d130] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:19.0: [8086:10ef] type 00 class 0x020000
    Dec 23 22:30:07 Castle kernel: pci 0000:00:19.0: reg 0x10: [mem 0xb1a00000-0xb1a1ffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:19.0: reg 0x14: [mem 0xb1a25000-0xb1a25fff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:19.0: reg 0x18: [io  0x2040-0x205f]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xb1a22000-0xb1a223ff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: Enabling MPC IRBNCE
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: Enabling MPC IRBNCE
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: [8086:3b4e] type 01 class 0x060400
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: Enabling MPC IRBNCE
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: [8086:3b50] type 01 class 0x060400
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: Enabling MPC IRBNCE
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xb1a21000-0xb1a213ff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.0: [8086:3b14] type 00 class 0x060100
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: [8086:3b22] type 00 class 0x010601
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x10: [io  0x2068-0x206f]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x14: [io  0x2074-0x2077]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x18: [io  0x2060-0x2067]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x2070-0x2073]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x20: [io  0x2020-0x203f]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xb1a20000-0xb1a207ff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb1a23000-0xb1a230ff 64bit]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1f.3: reg 0x20: [io  0x2000-0x201f]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Dec 23 22:30:07 Castle kernel: pci 0000:02:00.0: [8086:10d3] type 00 class 0x020000
    Dec 23 22:30:07 Castle kernel: pci 0000:02:00.0: reg 0x10: [mem 0xb1900000-0xb191ffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:02:00.0: reg 0x18: [io  0x1000-0x101f]
    Dec 23 22:30:07 Castle kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xb1920000-0xb1923fff]
    Dec 23 22:30:07 Castle kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4:   bridge window [io  0x1000-0x1fff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4:   bridge window [mem 0xb1900000-0xb19fffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: [102b:0522] type 00 class 0x030000
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: reg 0x10: [mem 0xb0000000-0xb0ffffff pref]
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: reg 0x14: [mem 0xb1800000-0xb1803fff]
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: reg 0x18: [mem 0xb1000000-0xb17fffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: PCI bridge to [bus 03]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6:   bridge window [mem 0xb1000000-0xb18fffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6:   bridge window [mem 0xb0000000-0xb0ffffff 64bit pref]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: PCI bridge to [bus 04]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: extended config space not accessible
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfedfffff window] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xfdffffff window] (subtractive decode)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    Dec 23 22:30:07 Castle kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: vgaarb: bridge control possible
    Dec 23 22:30:07 Castle kernel: vgaarb: loaded
    Dec 23 22:30:07 Castle kernel: SCSI subsystem initialized
    Dec 23 22:30:07 Castle kernel: libata version 3.00 loaded.
    Dec 23 22:30:07 Castle kernel: ACPI: bus type USB registered
    Dec 23 22:30:07 Castle kernel: usbcore: registered new interface driver usbfs
    Dec 23 22:30:07 Castle kernel: usbcore: registered new interface driver hub
    Dec 23 22:30:07 Castle kernel: usbcore: registered new device driver usb
    Dec 23 22:30:07 Castle kernel: pps_core: LinuxPPS API ver. 1 registered
    Dec 23 22:30:07 Castle kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    Dec 23 22:30:07 Castle kernel: PTP clock support registered
    Dec 23 22:30:07 Castle kernel: EDAC MC: Ver: 3.0.0
    Dec 23 22:30:07 Castle kernel: PCI: Using ACPI for IRQ routing
    Dec 23 22:30:07 Castle kernel: PCI: Discovered peer bus ff
    Dec 23 22:30:07 Castle kernel: PCI: root bus ff: using default resources
    Dec 23 22:30:07 Castle kernel: PCI: Probing PCI hardware (bus ff)
    Dec 23 22:30:07 Castle kernel: PCI host bridge to bus 0000:ff
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:00.0: [8086:2c50] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:00.1: [8086:2c81] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:02.0: [8086:2c90] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:02.1: [8086:2c91] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:03.0: [8086:2c98] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:03.1: [8086:2c99] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:03.2: [8086:2c9a] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:03.4: [8086:2c9c] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:04.0: [8086:2ca0] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:04.1: [8086:2ca1] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:04.2: [8086:2ca2] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:04.3: [8086:2ca3] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:05.0: [8086:2ca8] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:05.1: [8086:2ca9] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:05.2: [8086:2caa] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci 0000:ff:05.3: [8086:2cab] type 00 class 0x060000
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    Dec 23 22:30:07 Castle kernel: PCI: pci_cache_line_size set to 64 bytes
    Dec 23 22:30:07 Castle kernel: e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
    Dec 23 22:30:07 Castle kernel: e820: reserve RAM buffer [mem 0x9da76000-0x9fffffff]
    Dec 23 22:30:07 Castle kernel: HPET: 8 timers in total, 5 timers will be used for per-cpu timer
    Dec 23 22:30:07 Castle kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 25, 26, 27, 28, 0
    Dec 23 22:30:07 Castle kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Dec 23 22:30:07 Castle kernel: hpet: hpet2 irq 24 for MSI
    Dec 23 22:30:07 Castle kernel: hpet: hpet3 irq 25 for MSI
    Dec 23 22:30:07 Castle kernel: hpet: hpet4 irq 26 for MSI
    Dec 23 22:30:07 Castle kernel: hpet: hpet5 irq 27 for MSI
    Dec 23 22:30:07 Castle kernel: hpet: hpet6 irq 28 for MSI
    Dec 23 22:30:07 Castle kernel: clocksource: Switched to clocksource tsc-early
    Dec 23 22:30:07 Castle kernel: FS-Cache: Loaded
    Dec 23 22:30:07 Castle kernel: pnp: PnP ACPI init
    Dec 23 22:30:07 Castle kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0500-0x057f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0600-0x061f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0880-0x0883] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0ca4-0x0ca5] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0400-0x047f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0800-0x081f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [io  0x0ca2-0x0ca3] could not be reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfed1c000-0xfed3fffe] could not be reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfe900000-0xfe90001f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfea00000-0xfea0001f] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfed14000-0xfed17ffe] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfed18000-0xfed18ffe] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: [mem 0xfed19000-0xfed19ffe] has been reserved
    Dec 23 22:30:07 Castle kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Dec 23 22:30:07 Castle kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
    Dec 23 22:30:07 Castle kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
    Dec 23 22:30:07 Castle kernel: pnp: PnP ACPI: found 4 devices
    Dec 23 22:30:07 Castle kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4:   bridge window [io  0x1000-0x1fff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.4:   bridge window [mem 0xb1900000-0xb19fffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0xb1810000-0xb181ffff pref]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6: PCI bridge to [bus 03]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6:   bridge window [mem 0xb1000000-0xb18fffff]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.6:   bridge window [mem 0xb0000000-0xb0ffffff 64bit pref]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1c.7: PCI bridge to [bus 04]
    Dec 23 22:30:07 Castle kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: resource 7 [mem 0xfed40000-0xfedfffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:00: resource 8 [mem 0xb0000000-0xfdffffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:02: resource 1 [mem 0xb1900000-0xb19fffff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb18fffff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xb0ffffff 64bit pref]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: resource 7 [mem 0xfed40000-0xfedfffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:05: resource 8 [mem 0xb0000000-0xfdffffff window]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: resource 4 [io  0x0000-0xffff]
    Dec 23 22:30:07 Castle kernel: pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    Dec 23 22:30:07 Castle kernel: NET: Registered protocol family 2
    Dec 23 22:30:07 Castle kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
    Dec 23 22:30:07 Castle kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Dec 23 22:30:07 Castle kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Dec 23 22:30:07 Castle kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Dec 23 22:30:07 Castle kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
    Dec 23 22:30:07 Castle kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    Dec 23 22:30:07 Castle kernel: NET: Registered protocol family 1
    Dec 23 22:30:07 Castle kernel: pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    Dec 23 22:30:07 Castle kernel: PCI: CLS 64 bytes, default 64
    Dec 23 22:30:07 Castle kernel: Unpacking initramfs...
    Dec 23 22:30:07 Castle kernel: random: fast init done
    Dec 23 22:30:07 Castle kernel: random: crng init done
    Dec 23 22:30:07 Castle kernel: Freeing initrd memory: 126708K
    Dec 23 22:30:07 Castle kernel: DMAR: No ATSR found
    Dec 23 22:30:07 Castle kernel: DMAR: dmar0: Using Queued invalidation
    Dec 23 22:30:07 Castle kernel: DMAR: Setting RMRR:
    Dec 23 22:30:07 Castle kernel: DMAR: Setting identity map for device 0000:00:1d.0 [0x9f6a6000 - 0x9f6a6fff]
    Dec 23 22:30:07 Castle kernel: DMAR: Setting identity map for device 0000:00:1a.0 [0x9f6a9000 - 0x9f6a9fff]
    Dec 23 22:30:07 Castle kernel: DMAR: Setting identity map for device 0000:00:1a.0 [0x9f6ae000 - 0x9f6b0fff]
    Dec 23 22:30:07 Castle kernel: DMAR: Setting identity map for device 0000:00:1d.0 [0x9f6ae000 - 0x9f6b0fff]
    Dec 23 22:30:07 Castle kernel: DMAR: Prepare 0-16MiB unity mapping for LPC
    Dec 23 22:30:07 Castle kernel: DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
    Dec 23 22:30:07 Castle kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:00.0 to group 0
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:08.0 to group 1
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:08.1 to group 1
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:08.2 to group 1
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:08.3 to group 1
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:10.0 to group 2
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:10.1 to group 2
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:19.0 to group 3
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1a.0 to group 4
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1c.0 to group 5
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1c.4 to group 6
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1c.6 to group 7
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1c.7 to group 8
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1d.0 to group 9
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1e.0 to group 10
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1f.0 to group 11
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1f.2 to group 11
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:00:1f.3 to group 11
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:02:00.0 to group 12
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:03:00.0 to group 13
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:00.0 to group 14
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:00.1 to group 14
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:02.0 to group 15
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:02.1 to group 15
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:03.0 to group 16
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:03.1 to group 16
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:03.2 to group 16
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:03.4 to group 16
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:04.0 to group 17
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:04.1 to group 17
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:04.2 to group 17
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:04.3 to group 17
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:05.0 to group 18
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:05.1 to group 18
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:05.2 to group 18
    Dec 23 22:30:07 Castle kernel: iommu: Adding device 0000:ff:05.3 to group 18
    Dec 23 22:30:07 Castle kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
    Dec 23 22:30:07 Castle kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
    Dec 23 22:30:07 Castle kernel: fuse init (API version 7.27)
    Dec 23 22:30:07 Castle kernel: Key type asymmetric registered
    Dec 23 22:30:07 Castle kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
    Dec 23 22:30:07 Castle kernel: io scheduler noop registered
    Dec 23 22:30:07 Castle kernel: io scheduler deadline registered (default)
    Dec 23 22:30:07 Castle kernel: io scheduler cfq registered
    Dec 23 22:30:07 Castle kernel: io scheduler mq-deadline registered (default)
    Dec 23 22:30:07 Castle kernel: io scheduler kyber registered
    Dec 23 22:30:07 Castle kernel: io scheduler bfq registered
    Dec 23 22:30:07 Castle kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 30
    Dec 23 22:30:07 Castle kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 31
    Dec 23 22:30:07 Castle kernel: pcieport 0000:00:1c.6: Signaling PME with IRQ 32
    Dec 23 22:30:07 Castle kernel: pcieport 0000:00:1c.7: Signaling PME with IRQ 33
    Dec 23 22:30:07 Castle kernel: intel_idle: MWAIT substates: 0x1120
    Dec 23 22:30:07 Castle kernel: intel_idle: v0.4.1 model 0x1E
    Dec 23 22:30:07 Castle kernel: intel_idle: lapic_timer_reliable_states 0x2
    Dec 23 22:30:07 Castle kernel: version 39.2
    Dec 23 22:30:07 Castle kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
    Dec 23 22:30:07 Castle kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    Dec 23 22:30:07 Castle kernel: lp: driver loaded but no devices found
    Dec 23 22:30:07 Castle kernel: Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
    Dec 23 22:30:07 Castle kernel: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    Dec 23 22:30:07 Castle kernel: AMD IOMMUv2 functionality not available on this system
    Dec 23 22:30:07 Castle kernel: loop: module loaded
    Dec 23 22:30:07 Castle kernel: VFIO - User Level meta-driver version: 0.3
    Dec 23 22:30:07 Castle kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Dec 23 22:30:07 Castle kernel: ehci-pci: EHCI PCI platform driver
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: debug port 2
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: irq 21, io mem 0xb1a22000
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    Dec 23 22:30:07 Castle kernel: hub 1-0:1.0: USB hub found
    Dec 23 22:30:07 Castle kernel: hub 1-0:1.0: 2 ports detected
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: debug port 2
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xb1a21000
    Dec 23 22:30:07 Castle kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    Dec 23 22:30:07 Castle kernel: hub 2-0:1.0: USB hub found
    Dec 23 22:30:07 Castle kernel: hub 2-0:1.0: 2 ports detected
    Dec 23 22:30:07 Castle kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Dec 23 22:30:07 Castle kernel: ohci-pci: OHCI PCI platform driver
    Dec 23 22:30:07 Castle kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Dec 23 22:30:07 Castle kernel: usbcore: registered new interface driver usb-storage
    Dec 23 22:30:07 Castle kernel: i8042: PNP: No PS/2 controller found.
    Dec 23 22:30:07 Castle kernel: mousedev: PS/2 mouse device common for all mice
    Dec 23 22:30:07 Castle kernel: usbcore: registered new interface driver synaptics_usb
    Dec 23 22:30:07 Castle kernel: input: PC Speaker as /devices/platform/pcspkr/input/input0
    Dec 23 22:30:07 Castle kernel: rtc_cmos 00:00: RTC can wake from S4
    Dec 23 22:30:07 Castle kernel: rtc_cmos 00:00: registered as rtc0
    Dec 23 22:30:07 Castle kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Dec 23 22:30:07 Castle kernel: IR NEC protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR RC5(x/sz) protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR RC6 protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR JVC protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR Sony protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR SANYO protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR Sharp protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR MCE Keyboard/mouse protocol handler initialized
    Dec 23 22:30:07 Castle kernel: IR XMP protocol handler initialized
    Dec 23 22:30:07 Castle kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Dec 23 22:30:07 Castle kernel: usbcore: registered new interface driver usbhid
    Dec 23 22:30:07 Castle kernel: usbhid: USB HID core driver
    Dec 23 22:30:07 Castle kernel: xt_time: kernel timezone is -0000
    Dec 23 22:30:07 Castle kernel: ipip: IPv4 and MPLS over IPv4 tunneling driver
    Dec 23 22:30:07 Castle kernel: gre: GRE over IPv4 demultiplexor driver
    Dec 23 22:30:07 Castle kernel: ip_gre: GRE over IPv4 tunneling driver
    Dec 23 22:30:07 Castle kernel: IPv4 over IPsec tunneling driver
    Dec 23 22:30:07 Castle kernel: Initializing XFRM netlink socket
    Dec 23 22:30:07 Castle kernel: NET: Registered protocol family 10
    Dec 23 22:30:07 Castle kernel: Segment Routing with IPv6
    Dec 23 22:30:07 Castle kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    Dec 23 22:30:07 Castle kernel: NET: Registered protocol family 17
    Dec 23 22:30:07 Castle kernel: Bridge firewalling registered
    Dec 23 22:30:07 Castle kernel: 8021q: 802.1Q VLAN Support v1.8
    Dec 23 22:30:07 Castle kernel: 9pnet: Installing 9P2000 support
    Dec 23 22:30:07 Castle kernel: Key type dns_resolver registered
    Dec 23 22:30:07 Castle kernel: mce: Using 9 MCE banks
    Dec 23 22:30:07 Castle kernel: microcode: sig=0x106e5, pf=0x2, revision=0xa
    Dec 23 22:30:07 Castle kernel: microcode: Microcode Update Driver: v2.2.
    Dec 23 22:30:07 Castle kernel: sched_clock: Marking stable (17843520272, 60068461)->(17924042414, -20453681)
    Dec 23 22:30:07 Castle kernel: registered taskstats version 1
    Dec 23 22:30:07 Castle kernel: Btrfs loaded, crc32c=crc32c-generic
    Dec 23 22:30:07 Castle kernel: rtc_cmos 00:00: setting system clock to 2020-12-24 03:30:00 UTC (1608780600)
    Dec 23 22:30:07 Castle kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    Dec 23 22:30:07 Castle kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    Dec 23 22:30:07 Castle kernel: hub 1-1:1.0: USB hub found
    Dec 23 22:30:07 Castle kernel: hub 1-1:1.0: 6 ports detected
    Dec 23 22:30:07 Castle kernel: hub 2-1:1.0: USB hub found
    Dec 23 22:30:07 Castle kernel: hub 2-1:1.0: 8 ports detected
    Dec 23 22:30:07 Castle kernel: usb 2-1.2: new full-speed USB device number 3 using ehci-pci
    Dec 23 22:30:07 Castle kernel: input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046B:FF10.0001/input/input1
    Dec 23 22:30:07 Castle kernel: hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.2/input0
    Dec 23 22:30:07 Castle kernel: input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046B:FF10.0002/input/input2
    Dec 23 22:30:07 Castle kernel: hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.2/input1
    Dec 23 22:30:07 Castle kernel: usb 2-1.4: new high-speed USB device number 4 using ehci-pci
    Dec 23 22:30:07 Castle kernel: usb-storage 2-1.4:1.0: USB Mass Storage device detected
    Dec 23 22:30:07 Castle kernel: scsi host0: usb-storage 2-1.4:1.0
    Dec 23 22:30:07 Castle kernel: tsc: Refined TSC clocksource calibration: 2533.302 MHz
    Dec 23 22:30:07 Castle kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x24841d02bd9, max_idle_ns: 440795251982 ns
    Dec 23 22:30:07 Castle kernel: clocksource: Switched to clocksource tsc
    Dec 23 22:30:07 Castle kernel: usb 2-1.5: new high-speed USB device number 5 using ehci-pci
    Dec 23 22:30:07 Castle kernel: usb-storage 2-1.5:1.0: USB Mass Storage device detected
    Dec 23 22:30:07 Castle kernel: scsi host1: usb-storage 2-1.5:1.0
    Dec 23 22:30:07 Castle kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: [sda] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB)
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: [sda] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: sda: sda1
    Dec 23 22:30:07 Castle kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: scsi 1:0:0:0: Direct-Access     SAMSUNG  HD103SI               PQ: 0 ANSI: 2 CCS
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] Mode Sense: 28 00 00 00
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] No Caching mode page found
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] Assuming drive cache: write through
    Dec 23 22:30:07 Castle kernel: sdb: sdb1
    Dec 23 22:30:07 Castle kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
    Dec 23 22:30:07 Castle kernel: floppy0: no floppy controllers found
    Dec 23 22:30:07 Castle kernel: Freeing unused kernel image memory: 1196K
    Dec 23 22:30:07 Castle kernel: Write protecting the kernel read-only data: 14336k
    Dec 23 22:30:07 Castle kernel: Freeing unused kernel image memory: 2012K
    Dec 23 22:30:07 Castle kernel: Freeing unused kernel image memory: 44K
    Dec 23 22:30:07 Castle kernel: rodata_test: all tests were successful
    Dec 23 22:30:07 Castle kernel: Run /init as init process
    Dec 23 22:30:07 Castle kernel: IPMI System Interface driver.
    Dec 23 22:30:07 Castle kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    Dec 23 22:30:07 Castle kernel: ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
    Dec 23 22:30:07 Castle kernel: ACPI: Sleep Button [SLPB]
    Dec 23 22:30:07 Castle kernel: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
    Dec 23 22:30:07 Castle kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Dec 23 22:30:07 Castle kernel: ipmi_si: Adding SMBIOS-specified kcs state machine
    Dec 23 22:30:07 Castle kernel: ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
    Dec 23 22:30:07 Castle kernel: ACPI: Power Button [PWRF]
    Dec 23 22:30:07 Castle kernel: ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
    Dec 23 22:30:07 Castle kernel: ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
    Dec 23 22:30:07 Castle kernel: ipmi_si: Adding ACPI-specified kcs state machine
    Dec 23 22:30:07 Castle kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
    Dec 23 22:30:07 Castle kernel: EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT)
    Dec 23 22:30:07 Castle kernel: EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
    Dec 23 22:30:07 Castle kernel: ahci 0000:00:1f.2: version 3.0
    Dec 23 22:30:07 Castle kernel: EDAC i7core: Driver loaded, 1 memory controller(s) found.
    Dec 23 22:30:07 Castle kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    Dec 23 22:30:07 Castle kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part sxs apst 
    Dec 23 22:30:07 Castle kernel: scsi host2: ahci
    Dec 23 22:30:07 Castle kernel: scsi host3: ahci
    Dec 23 22:30:07 Castle kernel: scsi host4: ahci
    Dec 23 22:30:07 Castle kernel: scsi host5: ahci
    Dec 23 22:30:07 Castle kernel: scsi host6: ahci
    Dec 23 22:30:07 Castle kernel: scsi host7: ahci
    Dec 23 22:30:07 Castle kernel: ata1: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20100 irq 34
    Dec 23 22:30:07 Castle kernel: ata2: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20180 irq 34
    Dec 23 22:30:07 Castle kernel: ata3: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20200 irq 34
    Dec 23 22:30:07 Castle kernel: ata4: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20280 irq 34
    Dec 23 22:30:07 Castle kernel: ata5: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20300 irq 34
    Dec 23 22:30:07 Castle kernel: ata6: SATA max UDMA/133 abar m2048@0xb1a20000 port 0xb1a20380 irq 34
    Dec 23 22:30:07 Castle kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    Dec 23 22:30:07 Castle kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    Dec 23 22:30:07 Castle kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    Dec 23 22:30:07 Castle kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
    Dec 23 22:30:07 Castle kernel: ipmi_si IPI0001:00: Found new BMC (man_id: 0x000157, prod_id: 0x003e, dev_id: 0x21)
    Dec 23 22:30:07 Castle kernel: kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    Dec 23 22:30:07 Castle kernel: ipmi_si IPI0001:00: IPMI kcs interface initialized
    Dec 23 22:30:07 Castle kernel: IPMI SSIF Interface driver
    Dec 23 22:30:07 Castle kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:67:15:4b:75
    Dec 23 22:30:07 Castle kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    Dec 23 22:30:07 Castle kernel: e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 9, PBA No: 0310FF-0FF
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0 0000:02:00.0 (uninitialized): registered PHC clock
    Dec 23 22:30:07 Castle kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 23 22:30:07 Castle kernel: ata6.00: ATA-11: KINGSTON SA400S37120G, 50026B768205090E, SBFK71E0, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata6.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata2.00: ATA-9: WDC WD60EFRX-68L0BN1,      WD-WX11DB5NEAH4, 82.00A82, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata2.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata4.00: ATA-9: WDC WD60EFRX-68L0BN1,      WD-WX11D168P4HL, 82.00A82, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata4.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata3.00: ATA-9: WDC WD30EFRX-68EUZN0,      WD-WCC4N4JZZV8Z, 82.00A82, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata3.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata1.00: ATA-9: WDC WD60EFRX-68L0BN1,      WD-WXB1HB4NEMYU, 82.00A82, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata1.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata5.00: ATA-9: WDC WD60EFRX-68L0BN1,      WD-WXN1H8465R5A, 82.00A82, max UDMA/133
    Dec 23 22:30:07 Castle kernel: ata5.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 32), AA
    Dec 23 22:30:07 Castle kernel: ata6.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: ata2.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: ata3.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: ata4.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: ata1.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: scsi 2:0:0:0: Direct-Access     ATA      WDC WD60EFRX-68L 0A82 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: ata5.00: configured for UDMA/133
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] 4096-byte physical blocks
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD60EFRX-68L 0A82 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: Attached scsi generic sg3 type 0
    Dec 23 22:30:07 Castle kernel: scsi 4:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: Attached scsi generic sg4 type 0
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] Write Protect is off
    Dec 23 22:30:07 Castle kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WD60EFRX-68L 0A82 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] 4096-byte physical blocks
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: Attached scsi generic sg5 type 0
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] 4096-byte physical blocks
    Dec 23 22:30:07 Castle kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD60EFRX-68L 0A82 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] 4096-byte physical blocks
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: Attached scsi generic sg6 type 0
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: scsi 7:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 71E0 PQ: 0 ANSI: 5
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: [sdh] 234441648 512-byte logical blocks: (120 GB/112 GiB)
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: [sdh] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: Attached scsi generic sg7 type 0
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] Write Protect is off
    Dec 23 22:30:07 Castle kernel: sdh: sdh1
    Dec 23 22:30:07 Castle kernel: sd 7:0:0:0: [sdh] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:1e:67:15:4b:74
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0 eth1: Intel(R) PRO/1000 Network Connection
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0 eth1: MAC: 3, PHY: 8, PBA No: 1010FF-0FF
    Dec 23 22:30:07 Castle kernel: sdc: sdc1
    Dec 23 22:30:07 Castle kernel: sd 2:0:0:0: [sdc] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: sdd: sdd1
    Dec 23 22:30:07 Castle kernel: sd 3:0:0:0: [sdd] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: sdg: sdg1
    Dec 23 22:30:07 Castle kernel: sd 6:0:0:0: [sdg] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: sdf: sdf1
    Dec 23 22:30:07 Castle kernel: sd 5:0:0:0: [sdf] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: sde: sde1
    Dec 23 22:30:07 Castle kernel: sd 4:0:0:0: [sde] Attached SCSI removable disk
    Dec 23 22:30:07 Castle kernel: BTRFS: device fsid 208a3732-bcae-46ee-bb8e-1e83e525392a devid 1 transid 10709834 /dev/sdh1
    Dec 23 22:30:07 Castle kernel: e1000e 0000:02:00.0 eth1: removed PHC
    Dec 23 22:30:07 Castle kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    Dec 23 22:30:07 Castle kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    Dec 23 22:30:07 Castle kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    Dec 23 22:30:08 Castle kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:67:15:4b:75
    Dec 23 22:30:08 Castle kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    Dec 23 22:30:08 Castle kernel: e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 9, PBA No: 0310FF-0FF
    Dec 23 22:30:08 Castle kernel: e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    Dec 23 22:30:08 Castle kernel: e1000e 0000:02:00.0 0000:02:00.0 (uninitialized): registered PHC clock
    Dec 23 22:30:08 Castle kernel: e1000e 0000:02:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:1e:67:15:4b:74
    Dec 23 22:30:08 Castle kernel: e1000e 0000:02:00.0 eth1: Intel(R) PRO/1000 Network Connection
    Dec 23 22:30:08 Castle kernel: e1000e 0000:02:00.0 eth1: MAC: 3, PHY: 8, PBA No: 1010FF-0FF
    Dec 23 22:30:08 Castle haveged: haveged starting up
    Dec 23 22:30:08 Castle rc.inet1: ip -4 addr add 127.0.0.1/8 dev lo
    Dec 23 22:30:08 Castle rc.inet1: ip -6 addr add ::1/128 dev lo
    Dec 23 22:30:08 Castle rc.inet1: ip link set lo up
    Dec 23 22:30:08 Castle rc.inet1: ip link add name br0 type bridge stp_state 0 forward_delay 0
    Dec 23 22:30:08 Castle rc.inet1: ip link set br0 up
    Dec 23 22:30:08 Castle rc.inet1: ip link set eth0 down
    Dec 23 22:30:08 Castle rc.inet1: ip -4 addr flush dev eth0
    Dec 23 22:30:08 Castle rc.inet1: ip link set eth0 promisc on master br0 up
    Dec 23 22:30:08 Castle rsyslogd: [origin software="rsyslogd" swVersion="8.1908.0" x-pid="1501" x-info="https://www.rsyslog.com"] start
    Dec 23 22:30:08 Castle haveged: haveged: ver: 1.9.8; arch: x86; vend: GenuineIntel; build: (gcc 9.2.0 ITV); collect: 128K
    Dec 23 22:30:08 Castle haveged: haveged: cpu: (L4 VC); data: 32K (L2 L4 V); inst: 32K (L2 L4 V); idx: 25/40; sz: 32671/52623
    Dec 23 22:30:08 Castle haveged: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 8.00263
    Dec 23 22:30:08 Castle haveged: haveged: fills: 0, generated: 0 
    Dec 23 22:30:08 Castle kernel: device eth0 entered promiscuous mode
    Dec 23 22:30:08 Castle kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Dec 23 22:30:08 Castle kernel: br0: port 1(eth0) entered blocking state
    Dec 23 22:30:08 Castle kernel: br0: port 1(eth0) entered disabled state
    Dec 23 22:30:08 Castle rc.inet1: ip -4 addr add 10.1.1.25/255.255.255.0 dev br0
    Dec 23 22:30:08 Castle rc.inet1: ip link set br0 up
    Dec 23 22:30:08 Castle rc.inet1: ip -4 addr flush dev eth1
    Dec 23 22:30:08 Castle rc.inet1: ip link set eth1 up
    Dec 23 22:30:08 Castle kernel: 8021q: adding VLAN 0 to HW filter on device eth1
    Dec 23 22:30:09 Castle rc.inet1: ip -4 route add default via 10.1.1.100 dev br0 metric 212
    Dec 23 22:30:09 Castle rpcbind[1608]: connect from 127.0.0.1 to getport/addr(status)
    Dec 23 22:30:09 Castle rpc.statd[1609]: Version 2.1.1 starting
    Dec 23 22:30:09 Castle sm-notify[1610]: Version 2.1.1 starting
    Dec 23 22:30:09 Castle rpc.statd[1609]: Failed to read /var/lib/nfs/state: Success
    Dec 23 22:30:09 Castle rpc.statd[1609]: Initializing NSM state
    Dec 23 22:30:09 Castle sshd[1627]: Server listening on 0.0.0.0 port 22.
    Dec 23 22:30:09 Castle sshd[1627]: Server listening on :: port 22.
    Dec 23 22:30:09 Castle ntpd[1637]: ntpd [email protected] Fri Aug  2 18:40:41 UTC 2019 (1): Starting
    Dec 23 22:30:09 Castle ntpd[1637]: Command line: /usr/sbin/ntpd -g -u ntp:ntp
    Dec 23 22:30:09 Castle ntpd[1639]: proto: precision = 0.062 usec (-24)
    Dec 23 22:30:09 Castle ntpd[1639]: basedate set to 2019-07-21
    Dec 23 22:30:09 Castle ntpd[1639]: gps base set to 2019-07-21 (week 2063)
    Dec 23 22:30:09 Castle ntpd[1639]: Listen normally on 0 lo 127.0.0.1:123
    Dec 23 22:30:09 Castle ntpd[1639]: Listen normally on 1 br0 10.1.1.25:123
    Dec 23 22:30:09 Castle ntpd[1639]: Listen normally on 2 lo [::1]:123
    Dec 23 22:30:09 Castle ntpd[1639]: Listening on routing socket on fd #19 for interface updates
    Dec 23 22:30:09 Castle ntpd[1639]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:09 Castle crond[1660]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel notice
    Dec 23 22:30:09 Castle acpid: starting up with netlink and the input layer
    Dec 23 22:30:09 Castle acpid: 1 rule loaded
    Dec 23 22:30:09 Castle acpid: waiting for events: event logging is off
    Dec 23 22:30:09 Castle root: Installing user plugins
    Dec 23 22:30:09 Castle root: plugin: installing: /boot/config/plugins/NerdPack.plg
    Dec 23 22:30:09 Castle root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack.cfg already exists
    Dec 23 22:30:09 Castle root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack-2019.12.31-x86_64-1.txz already exists
    Dec 23 22:30:09 Castle root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack-2019.12.31-x86_64-1.md5 already exists
    Dec 23 22:30:09 Castle root: plugin: running: anonymous
    Dec 23 22:30:09 Castle root: 
    Dec 23 22:30:09 Castle root: +==============================================================================
    Dec 23 22:30:09 Castle root: | Installing new package /boot/config/plugins/NerdPack/NerdPack-2019.12.31-x86_64-1.txz
    Dec 23 22:30:09 Castle root: +==============================================================================
    Dec 23 22:30:09 Castle root: 
    Dec 23 22:30:10 Castle root: Verifying package NerdPack-2019.12.31-x86_64-1.txz.
    Dec 23 22:30:10 Castle root: Installing package NerdPack-2019.12.31-x86_64-1.txz:
    Dec 23 22:30:10 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:10 Castle root: # Nerd Tools unRAID Plugin
    Dec 23 22:30:10 Castle root: #
    Dec 23 22:30:10 Castle root: # unRAID plugin wrapper for extra packages, mostly CLI, for advanced
    Dec 23 22:30:10 Castle root: # users.  Use at your own risk. Not officially supported by LimeTech.
    Dec 23 22:30:10 Castle root: # 
    Dec 23 22:30:10 Castle root: # Supports: apr, apt-util, bwm-ng, cpio, git, iftop, inotify, iotop,
    Dec 23 22:30:10 Castle root: # iperf, kbd, lftp, lshw, neon, p7zip, perl, python, readline, screen,
    Dec 23 22:30:10 Castle root: # sshfs-fuse, strace, subversion, unrar, utempter, vim
    Dec 23 22:30:10 Castle root: # 
    Dec 23 22:30:10 Castle root: # https://github.com/dmacias72/unRAID-plugins
    Dec 23 22:30:10 Castle root: # 
    Dec 23 22:30:10 Castle root: Executing install script for NerdPack-2019.12.31-x86_64-1.txz.
    Dec 23 22:30:10 Castle root: Package NerdPack-2019.12.31-x86_64-1.txz installed.
    Dec 23 22:30:10 Castle nerdpack: Processing Packages...
    Dec 23 22:30:10 Castle root: 
    Dec 23 22:30:10 Castle root: Processing Packages... 
    Dec 23 22:30:10 Castle nerdpack: Installing perl-5.32.0 package...
    Dec 23 22:30:10 Castle root: 
    Dec 23 22:30:10 Castle root: Installing perl-5.32.0 package... 
    Dec 23 22:30:11 Castle ntpd[1639]: Deleting interface #1 br0, 10.1.1.25#123, interface stats: received=0, sent=1, dropped=0, active_time=2 secs
    Dec 23 22:30:11 Castle ntpd[1639]: 10.1.1.100 local addr 10.1.1.25 -> <null>
    Dec 23 22:30:15 Castle nerdpack: Installing python3-3.9.0 package...
    Dec 23 22:30:15 Castle root: 
    Dec 23 22:30:15 Castle root: Installing python3-3.9.0 package... 
    Dec 23 22:30:21 Castle nerdpack: Installing python-2.7.17 package...
    Dec 23 22:30:21 Castle root: 
    Dec 23 22:30:21 Castle root: Installing python-2.7.17 package... 
    Dec 23 22:30:25 Castle nerdpack: Installing python-pip-20.2.4 package...
    Dec 23 22:30:25 Castle root: 
    Dec 23 22:30:25 Castle root: Installing python-pip-20.2.4 package... 
    Dec 23 22:30:26 Castle nerdpack: Installing python-setuptools-50.3.2 package...
    Dec 23 22:30:26 Castle root: 
    Dec 23 22:30:26 Castle root: Installing python-setuptools-50.3.2 package... 
    Dec 23 22:30:27 Castle nerdpack: Cleaning up packages...
    Dec 23 22:30:27 Castle root: 
    Dec 23 22:30:27 Castle root: Cleaning up packages... 
    Dec 23 22:30:28 Castle nerdpack: All packages processed...
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: All packages processed... 
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: -----------------------------------------------------------
    Dec 23 22:30:28 Castle root:  NerdPack has been installed.
    Dec 23 22:30:28 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:28 Castle root:  Copyright 2016-2019, dmacias72, eschultz
    Dec 23 22:30:28 Castle root:  Version: 2019.12.31
    Dec 23 22:30:28 Castle root: -----------------------------------------------------------
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: plugin: installed
    Dec 23 22:30:28 Castle root: plugin: installing: /boot/config/plugins/ca.cfg.editor.plg
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: plugin: skipping: /boot/config/plugins/ca.cfg.editor/ca.cfg.editor-2020.10.21-x86_64-1.txz already exists
    Dec 23 22:30:28 Castle root: plugin: running: /boot/config/plugins/ca.cfg.editor/ca.cfg.editor-2020.10.21-x86_64-1.txz
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: | Installing new package /boot/config/plugins/ca.cfg.editor/ca.cfg.editor-2020.10.21-x86_64-1.txz
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: Verifying package ca.cfg.editor-2020.10.21-x86_64-1.txz.
    Dec 23 22:30:28 Castle root: Installing package ca.cfg.editor-2020.10.21-x86_64-1.txz:
    Dec 23 22:30:28 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:28 Castle root: Package ca.cfg.editor-2020.10.21-x86_64-1.txz installed.
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root:  ca.cfg.editor has been installed.
    Dec 23 22:30:28 Castle root:  Copyright 2017, Andrew Zawadzki
    Dec 23 22:30:28 Castle root:  Version: 2020.10.21
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: plugin: installed
    Dec 23 22:30:28 Castle root: plugin: installing: /boot/config/plugins/ca.mover.tuning.plg
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: plugin: skipping: /boot/config/plugins/ca.mover.tuning/ca.mover.tuning-2019.08.23-x86_64-1.txz already exists
    Dec 23 22:30:28 Castle root: plugin: running: /boot/config/plugins/ca.mover.tuning/ca.mover.tuning-2019.08.23-x86_64-1.txz
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: | Installing new package /boot/config/plugins/ca.mover.tuning/ca.mover.tuning-2019.08.23-x86_64-1.txz
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: Verifying package ca.mover.tuning-2019.08.23-x86_64-1.txz.
    Dec 23 22:30:28 Castle root: Installing package ca.mover.tuning-2019.08.23-x86_64-1.txz:
    Dec 23 22:30:28 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:28 Castle root: Package ca.mover.tuning-2019.08.23-x86_64-1.txz installed.
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root:  ca.mover.tuning has been installed.
    Dec 23 22:30:28 Castle root:  Copyright 2018, Andrew Zawadzki
    Dec 23 22:30:28 Castle root:  Version: 2019.08.23
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: plugin: installed
    Dec 23 22:30:28 Castle root: plugin: installing: /boot/config/plugins/ca.turbo.plg
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: plugin: skipping: /boot/config/plugins/ca.turbo/ca.turbo-2020.10.21-x86_64-1.txz already exists
    Dec 23 22:30:28 Castle root: plugin: running: /boot/config/plugins/ca.turbo/ca.turbo-2020.10.21-x86_64-1.txz
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: | Installing new package /boot/config/plugins/ca.turbo/ca.turbo-2020.10.21-x86_64-1.txz
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: Verifying package ca.turbo-2020.10.21-x86_64-1.txz.
    Dec 23 22:30:28 Castle root: Installing package ca.turbo-2020.10.21-x86_64-1.txz:
    Dec 23 22:30:28 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:28 Castle root: Package ca.turbo-2020.10.21-x86_64-1.txz installed.
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: Checking for running background process
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root:  ca.turbo has been installed.
    Dec 23 22:30:28 Castle root:  Copyright 2017-2020, Andrew Zawadzki
    Dec 23 22:30:28 Castle root:  Version: 2020.10.21
    Dec 23 22:30:28 Castle root: ----------------------------------------------------
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: plugin: installed
    Dec 23 22:30:28 Castle root: plugin: installing: /boot/config/plugins/ca.update.applications.plg
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:28 Castle root: plugin: running: anonymous
    Dec 23 22:30:28 Castle root: plugin: skipping: /boot/config/plugins/ca.update.applications/ca.update.applications-2020.12.18-x86_64-1.txz already exists
    Dec 23 22:30:28 Castle root: plugin: running: /boot/config/plugins/ca.update.applications/ca.update.applications-2020.12.18-x86_64-1.txz
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: | Installing new package /boot/config/plugins/ca.update.applications/ca.update.applications-2020.12.18-x86_64-1.txz
    Dec 23 22:30:28 Castle root: +==============================================================================
    Dec 23 22:30:28 Castle root: 
    Dec 23 22:30:28 Castle root: Verifying package ca.update.applications-2020.12.18-x86_64-1.txz.
    Dec 23 22:30:29 Castle root: Installing package ca.update.applications-2020.12.18-x86_64-1.txz:
    Dec 23 22:30:29 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:29 Castle root: Package ca.update.applications-2020.12.18-x86_64-1.txz installed.
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: ----------------------------------------------------
    Dec 23 22:30:29 Castle root:  ca.update.applications has been installed.
    Dec 23 22:30:29 Castle root:  Copyright 2015-2020, Andrew Zawadzki
    Dec 23 22:30:29 Castle root:  Version: 2020.12.18
    Dec 23 22:30:29 Castle root: ----------------------------------------------------
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: plugin: installed
    Dec 23 22:30:29 Castle root: plugin: installing: /boot/config/plugins/community.applications.plg
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:29 Castle root: Cleaning Up Old Versions
    Dec 23 22:30:29 Castle root: Setting up cron for background notifications
    Dec 23 22:30:29 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: plugin: skipping: /boot/config/plugins/community.applications/community.applications-2020.12.19-x86_64-1.txz already exists
    Dec 23 22:30:29 Castle root: plugin: running: /boot/config/plugins/community.applications/community.applications-2020.12.19-x86_64-1.txz
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: | Installing new package /boot/config/plugins/community.applications/community.applications-2020.12.19-x86_64-1.txz
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: Verifying package community.applications-2020.12.19-x86_64-1.txz.
    Dec 23 22:30:29 Castle root: Installing package community.applications-2020.12.19-x86_64-1.txz:
    Dec 23 22:30:29 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:29 Castle root: Package community.applications-2020.12.19-x86_64-1.txz installed.
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: Creating Directories
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: Adjusting icon for unRaid version
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: ----------------------------------------------------
    Dec 23 22:30:29 Castle root:  community.applications has been installed.
    Dec 23 22:30:29 Castle root:  Copyright 2015-2020, Andrew Zawadzki
    Dec 23 22:30:29 Castle root:  Version: 2020.12.19
    Dec 23 22:30:29 Castle root: ----------------------------------------------------
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: plugin: installed
    Dec 23 22:30:29 Castle root: plugin: installing: /boot/config/plugins/dynamix.active.streams.plg
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: plugin: skipping: /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz already exists
    Dec 23 22:30:29 Castle root: plugin: running: /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: | Installing new package /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: Verifying package dynamix.active.streams.txz.
    Dec 23 22:30:29 Castle root: Installing package dynamix.active.streams.txz:
    Dec 23 22:30:29 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:29 Castle root: Package dynamix.active.streams.txz installed.
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: -----------------------------------------------------------
    Dec 23 22:30:29 Castle root:  Plugin dynamix.active.streams is installed.
    Dec 23 22:30:29 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:29 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:29 Castle root:  Version: 2020.06.17
    Dec 23 22:30:29 Castle root: -----------------------------------------------------------
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: plugin: installed
    Dec 23 22:30:29 Castle root: plugin: installing: /boot/config/plugins/dynamix.cache.dirs.plg
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: plugin: skipping: /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz already exists
    Dec 23 22:30:29 Castle root: plugin: running: /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: | Installing new package /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz
    Dec 23 22:30:29 Castle root: +==============================================================================
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: Verifying package dynamix.cache.dirs.txz.
    Dec 23 22:30:29 Castle root: Installing package dynamix.cache.dirs.txz:
    Dec 23 22:30:29 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:29 Castle root: Package dynamix.cache.dirs.txz installed.
    Dec 23 22:30:29 Castle root: plugin: creating: /tmp/start_service - from INLINE content
    Dec 23 22:30:29 Castle root: plugin: setting: /tmp/start_service - mode to 0770
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: -----------------------------------------------------------
    Dec 23 22:30:29 Castle root:  Plugin dynamix.cache.dirs is installed.
    Dec 23 22:30:29 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:29 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:29 Castle root:  Version: 2020.08.03
    Dec 23 22:30:29 Castle root: -----------------------------------------------------------
    Dec 23 22:30:29 Castle root:  The included cache_dirs script is a third party script
    Dec 23 22:30:29 Castle root:  Copyright by the respective owner and maintainers
    Dec 23 22:30:29 Castle root: -----------------------------------------------------------
    Dec 23 22:30:29 Castle root: 
    Dec 23 22:30:29 Castle root: plugin: installed
    Dec 23 22:30:29 Castle root: plugin: installing: /boot/config/plugins/dynamix.local.master.plg
    Dec 23 22:30:29 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: plugin: skipping: /boot/config/plugins/dynamix.local.master/dynamix.local.master.txz already exists
    Dec 23 22:30:30 Castle root: plugin: running: /boot/config/plugins/dynamix.local.master/dynamix.local.master.txz
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: | Installing new package /boot/config/plugins/dynamix.local.master/dynamix.local.master.txz
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: Verifying package dynamix.local.master.txz.
    Dec 23 22:30:30 Castle root: Installing package dynamix.local.master.txz:
    Dec 23 22:30:30 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:30 Castle root: Package dynamix.local.master.txz installed.
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root:  Plugin dynamix.local.master is installed.
    Dec 23 22:30:30 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:30 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:30 Castle root:  Version: 2020.06.20
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: plugin: installed
    Dec 23 22:30:30 Castle root: plugin: installing: /boot/config/plugins/dynamix.schedules.plg
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: plugin: skipping: /boot/config/plugins/dynamix.schedules/dynamix.schedules.txz already exists
    Dec 23 22:30:30 Castle root: plugin: running: /boot/config/plugins/dynamix.schedules/dynamix.schedules.txz
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: | Installing new package /boot/config/plugins/dynamix.schedules/dynamix.schedules.txz
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: Verifying package dynamix.schedules.txz.
    Dec 23 22:30:30 Castle root: Installing package dynamix.schedules.txz:
    Dec 23 22:30:30 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:30 Castle root: Package dynamix.schedules.txz installed.
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root:  Plugin dynamix.schedules is installed.
    Dec 23 22:30:30 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:30 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:30 Castle root:  Version: 2020.06.21
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: plugin: installed
    Dec 23 22:30:30 Castle root: plugin: installing: /boot/config/plugins/dynamix.ssd.trim.plg
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: plugin: skipping: /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz already exists
    Dec 23 22:30:30 Castle root: plugin: running: /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: | Installing new package /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: Verifying package dynamix.ssd.trim.txz.
    Dec 23 22:30:30 Castle root: Installing package dynamix.ssd.trim.txz:
    Dec 23 22:30:30 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:30 Castle root: Package dynamix.ssd.trim.txz installed.
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root:  Plugin dynamix.ssd.trim is installed.
    Dec 23 22:30:30 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:30 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:30 Castle root:  Version: 2020.06.21
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: plugin: installed
    Dec 23 22:30:30 Castle root: plugin: installing: /boot/config/plugins/dynamix.system.buttons.plg
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: plugin: skipping: /boot/config/plugins/dynamix.system.buttons/dynamix.system.buttons.txz already exists
    Dec 23 22:30:30 Castle root: plugin: running: /boot/config/plugins/dynamix.system.buttons/dynamix.system.buttons.txz
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: | Installing new package /boot/config/plugins/dynamix.system.buttons/dynamix.system.buttons.txz
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: Verifying package dynamix.system.buttons.txz.
    Dec 23 22:30:30 Castle root: Installing package dynamix.system.buttons.txz:
    Dec 23 22:30:30 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:30 Castle root: Package dynamix.system.buttons.txz installed.
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root:  Plugin dynamix.system.buttons is installed.
    Dec 23 22:30:30 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:30 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:30 Castle root:  Version: 2020.06.20
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: plugin: installed
    Dec 23 22:30:30 Castle root: plugin: installing: /boot/config/plugins/dynamix.system.info.plg
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: plugin: skipping: /boot/config/plugins/dynamix.system.info/dynamix.system.info.txz already exists
    Dec 23 22:30:30 Castle root: plugin: running: /boot/config/plugins/dynamix.system.info/dynamix.system.info.txz
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: | Installing new package /boot/config/plugins/dynamix.system.info/dynamix.system.info.txz
    Dec 23 22:30:30 Castle root: +==============================================================================
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: Verifying package dynamix.system.info.txz.
    Dec 23 22:30:30 Castle root: Installing package dynamix.system.info.txz:
    Dec 23 22:30:30 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:30 Castle root: Package dynamix.system.info.txz installed.
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root:  Plugin dynamix.system.info is installed.
    Dec 23 22:30:30 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:30 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:30 Castle root:  Version: 2020.06.21
    Dec 23 22:30:30 Castle root: -----------------------------------------------------------
    Dec 23 22:30:30 Castle root: 
    Dec 23 22:30:30 Castle root: plugin: installed
    Dec 23 22:30:30 Castle root: plugin: installing: /boot/config/plugins/dynamix.system.temp.plg
    Dec 23 22:30:30 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz already exists
    Dec 23 22:30:31 Castle root: plugin: running: /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: | Installing new package /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: Verifying package dynamix.system.temp.txz.
    Dec 23 22:30:31 Castle root: Installing package dynamix.system.temp.txz:
    Dec 23 22:30:31 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:31 Castle root: Package dynamix.system.temp.txz installed.
    Dec 23 22:30:31 Castle root: plugin: skipping: sensors-detect - Unraid version too high, requires at most version 6.7.2
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:31 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: -----------------------------------------------------------
    Dec 23 22:30:31 Castle root:  Plugin dynamix.system.temp is installed.
    Dec 23 22:30:31 Castle root:  This plugin requires Dynamix webGui to operate
    Dec 23 22:30:31 Castle root:  Copyright 2020, Bergware International
    Dec 23 22:30:31 Castle root:  Version: 2020.06.20
    Dec 23 22:30:31 Castle root: -----------------------------------------------------------
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: plugin: installed
    Dec 23 22:30:31 Castle root: plugin: installing: /boot/config/plugins/enhanced.log.plg
    Dec 23 22:30:31 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/enhanced.log/enhanced.log-2020.11.20.tgz already exists
    Dec 23 22:30:31 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/enhanced.log/enhanced.log.cfg already exists
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/enhanced.log/custom_syslog.conf already exists
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/enhanced.log/syslog_filter.conf already exists
    Dec 23 22:30:31 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: -----------------------------------------------------------
    Dec 23 22:30:31 Castle root:  Plugin enhanced.log is installed.
    Dec 23 22:30:31 Castle root:  Copyright 2015-2020, Dan Landon
    Dec 23 22:30:31 Castle root:  Version: 2020.11.20
    Dec 23 22:30:31 Castle root: -----------------------------------------------------------
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: plugin: installed
    Dec 23 22:30:31 Castle root: plugin: installing: /boot/config/plugins/fix.common.problems.plg
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/fix.common.problems/fix.common.problems-2020.12.19-x86_64-1.txz already exists
    Dec 23 22:30:31 Castle root: plugin: running: /boot/config/plugins/fix.common.problems/fix.common.problems-2020.12.19-x86_64-1.txz
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: | Installing new package /boot/config/plugins/fix.common.problems/fix.common.problems-2020.12.19-x86_64-1.txz
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: Verifying package fix.common.problems-2020.12.19-x86_64-1.txz.
    Dec 23 22:30:31 Castle root: Installing package fix.common.problems-2020.12.19-x86_64-1.txz:
    Dec 23 22:30:31 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:31 Castle root: Package fix.common.problems-2020.12.19-x86_64-1.txz installed.
    Dec 23 22:30:31 Castle root: plugin: running: anonymous
    Dec 23 22:30:31 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:31 Castle root: ----------------------------------------------------
    Dec 23 22:30:31 Castle root:  fix.common.problems has been installed.
    Dec 23 22:30:31 Castle root:  Copyright 2016-2020, Andrew Zawadzki
    Dec 23 22:30:31 Castle root:  Version: 2020.12.19
    Dec 23 22:30:31 Castle root: ----------------------------------------------------
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: plugin: installed
    Dec 23 22:30:31 Castle root: plugin: installing: /boot/config/plugins/ipmi.plg
    Dec 23 22:30:31 Castle root: plugin: skipping: /boot/config/plugins/ipmi/freeipmi-1.6.6-x86_64-1.txz already exists
    Dec 23 22:30:31 Castle root: plugin: running: /boot/config/plugins/ipmi/freeipmi-1.6.6-x86_64-1.txz
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: | Installing new package /boot/config/plugins/ipmi/freeipmi-1.6.6-x86_64-1.txz
    Dec 23 22:30:31 Castle root: +==============================================================================
    Dec 23 22:30:31 Castle root: 
    Dec 23 22:30:31 Castle root: Verifying package freeipmi-1.6.6-x86_64-1.txz.
    Dec 23 22:30:32 Castle root: Installing package freeipmi-1.6.6-x86_64-1.txz:
    Dec 23 22:30:32 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:32 Castle root: # FreeIPMI (GNU implementation of the IPMI protocol)
    Dec 23 22:30:32 Castle root: #
    Dec 23 22:30:32 Castle root: # FreeIPMI provides in-band and out-of-band IPMI software based on
    Dec 23 22:30:32 Castle root: # the IPMI v1.5/2.0 specification.  The IPMI specification defines a
    Dec 23 22:30:32 Castle root: # set of interfaces for platform management and is implemented by a
    Dec 23 22:30:32 Castle root: # number vendors for system management.  The features of IPMI that
    Dec 23 22:30:32 Castle root: # most users will be interested in are sensor monitoring, system event
    Dec 23 22:30:32 Castle root: # monitoring, power control, and serial-over-LAN (SOL).  The FreeIPMI
    Dec 23 22:30:32 Castle root: # tools and libraries provide users with the ability to access and
    Dec 23 22:30:32 Castle root: # utilize these and many other features. A number of useful features
    Dec 23 22:30:32 Castle root: # for large HPC or cluster environments have also been implemented
    Dec 23 22:30:32 Castle root: # into FreeIPMI.
    Dec 23 22:30:32 Castle root: #
    Dec 23 22:30:32 Castle root: # Packaged by Georgi D. Sotirov <[email protected]>
    Dec 23 22:30:32 Castle root: Executing install script for freeipmi-1.6.6-x86_64-1.txz.
    Dec 23 22:30:32 Castle root: Package freeipmi-1.6.6-x86_64-1.txz installed.
    Dec 23 22:30:32 Castle root: plugin: skipping: freeipmi-1.5.7-x86_64-2.txz - Unraid version too high, requires at most version 6.7.99
    Dec 23 22:30:32 Castle root: plugin: skipping: freeipmi-1.4.11-x86_64-3.txz - Unraid version too high, requires at most version 6.1.99
    Dec 23 22:30:32 Castle root: plugin: skipping: /boot/config/plugins/ipmi/ipmi.cfg already exists
    Dec 23 22:30:32 Castle root: plugin: skipping: /boot/config/plugins/ipmi/fan.cfg already exists
    Dec 23 22:30:32 Castle root: plugin: skipping: /boot/config/plugins/ipmi/ipmi-2020.09.17-x86_64-1.txz already exists
    Dec 23 22:30:32 Castle root: plugin: skipping: /boot/config/plugins/ipmi/ipmi-2020.09.17-x86_64-1.md5 already exists
    Dec 23 22:30:32 Castle root: plugin: creating: /tmp/start_ipmi - from INLINE content
    Dec 23 22:30:32 Castle root: plugin: setting: /tmp/start_ipmi - mode to 0770
    Dec 23 22:30:32 Castle root: plugin: running: anonymous
    Dec 23 22:30:32 Castle root: 
    Dec 23 22:30:32 Castle root: +==============================================================================
    Dec 23 22:30:32 Castle root: | Installing new package /boot/config/plugins/ipmi/ipmi-2020.09.17-x86_64-1.txz
    Dec 23 22:30:32 Castle root: +==============================================================================
    Dec 23 22:30:32 Castle root: 
    Dec 23 22:30:32 Castle root: Verifying package ipmi-2020.09.17-x86_64-1.txz.
    Dec 23 22:30:32 Castle root: Installing package ipmi-2020.09.17-x86_64-1.txz:
    Dec 23 22:30:32 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:32 Castle root: # IPMI unRAID Plugin 
    Dec 23 22:30:32 Castle root: #
    Dec 23 22:30:32 Castle root: # The ipmi plugin allows you to view your system sensors and
    Dec 23 22:30:32 Castle root: # events using your ipmi hardware. Allows for local or remote 
    Dec 23 22:30:32 Castle root: # access and event notification.
    Dec 23 22:30:32 Castle root: # 
    Dec 23 22:30:32 Castle root: # https://github.com/dmacias72/unRAID-plugins
    Dec 23 22:30:32 Castle root: # 
    Dec 23 22:30:32 Castle root: #
    Dec 23 22:30:32 Castle root: Executing install script for ipmi-2020.09.17-x86_64-1.txz.
    Dec 23 22:30:32 Castle root: Package ipmi-2020.09.17-x86_64-1.txz installed.
    Dec 23 22:30:32 Castle root: loading ipmi drivers...
    Dec 23 22:30:32 Castle kernel: ipmi device interface
    Dec 23 22:30:32 Castle root: starting ipmi services...
    Dec 23 22:30:33 Castle root: 
    Dec 23 22:30:33 Castle root: -----------------------------------------------------------
    Dec 23 22:30:33 Castle root:  ipmi has been installed.
    Dec 23 22:30:33 Castle root:  Copyright 2015-2020, dmacias72
    Dec 23 22:30:33 Castle root:  Version: 2020.09.17
    Dec 23 22:30:33 Castle root: -----------------------------------------------------------
    Dec 23 22:30:33 Castle root: 
    Dec 23 22:30:33 Castle root: plugin: installed
    Dec 23 22:30:33 Castle root: plugin: installing: /boot/config/plugins/recycle.bin.plg
    Dec 23 22:30:33 Castle root: plugin: skipping: /boot/config/plugins/recycle.bin/recycle.bin-2020.10.04.tgz already exists
    Dec 23 22:30:33 Castle root: plugin: creating: /tmp/recycle.bin/wait_recycle.bin - from INLINE content
    Dec 23 22:30:33 Castle root: plugin: setting: /tmp/recycle.bin/wait_recycle.bin - mode to 0770
    Dec 23 22:30:33 Castle root: plugin: creating: /tmp/recycle.bin/remove-smb-extra - from INLINE content
    Dec 23 22:30:33 Castle root: plugin: setting: /tmp/recycle.bin/remove-smb-extra - mode to 0770
    Dec 23 22:30:33 Castle root: plugin: running: anonymous
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:33 Castle root: plugin: skipping: /boot/config/plugins/recycle.bin/recycle.bin.cfg already exists
    Dec 23 22:30:33 Castle root: plugin: running: anonymous
    Dec 23 22:30:33 Castle root: 
    ### [PREVIOUS LINE REPEATED 3 TIMES] ###
    Dec 23 22:30:33 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root:  recycle.bin has been installed.
    Dec 23 22:30:34 Castle root:  Copyright 2015-2020 dlandon
    Dec 23 22:30:34 Castle root:  Version: 2020.10.04
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: plugin: installed
    Dec 23 22:30:34 Castle root: plugin: installing: /boot/config/plugins/tips.and.tweaks.plg
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/tips.and.tweaks/tips.and.tweaks-2020.12.14.tgz already exists
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/tips.and.tweaks/tips.and.tweaks.cfg already exists
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root:  tips.and.tweaks is installed.
    Dec 23 22:30:34 Castle root:  Copyright 2016-2019 dlandon
    Dec 23 22:30:34 Castle root:  Version: 2020.12.14
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: plugin: installed
    Dec 23 22:30:34 Castle root: plugin: installing: /boot/config/plugins/unassigned.devices.plg
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/unassigned.devices/packages/unassigned.devices-2020.12.13b.tgz already exists
    Dec 23 22:30:34 Castle root: plugin: creating: /tmp/start_unassigned_devices - from INLINE content
    Dec 23 22:30:34 Castle root: plugin: setting: /tmp/start_unassigned_devices - mode to 0770
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/unassigned.devices/unassigned.devices.cfg already exists
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/unassigned.devices/samba_mount.cfg already exists
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/unassigned.devices/iso_mount.cfg already exists
    Dec 23 22:30:34 Castle root: plugin: creating: /tmp/unassigned.devices/smb-settings.conf - from INLINE content
    Dec 23 22:30:34 Castle root: plugin: creating: /tmp/unassigned.devices/config/smb-extra.conf - from INLINE content
    Dec 23 22:30:34 Castle root: plugin: creating: /tmp/unassigned.devices/add-smb-extra - from INLINE content
    Dec 23 22:30:34 Castle root: plugin: setting: /tmp/unassigned.devices/add-smb-extra - mode to 0770
    Dec 23 22:30:34 Castle root: plugin: creating: /tmp/unassigned.devices/remove-smb-extra - from INLINE content
    Dec 23 22:30:34 Castle root: plugin: setting: /tmp/unassigned.devices/remove-smb-extra - mode to 0770
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root:  unassigned.devices has been installed.
    Dec 23 22:30:34 Castle root:  Copyright 2015, gfjardim
    Dec 23 22:30:34 Castle root:  Copyright 2016-2020, dlandon
    Dec 23 22:30:34 Castle root:  Version: 2020.12.13b
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root:  Note:
    Dec 23 22:30:34 Castle root:  Install the Unassigned Devices Plus plugin if you need to
    Dec 23 22:30:34 Castle root:  mount exFAT or HFS+ file formats, or format disks.
    Dec 23 22:30:34 Castle root: -----------------------------------------------------------
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: plugin: installed
    Dec 23 22:30:34 Castle root: plugin: installing: /boot/config/plugins/user.scripts.plg
    Dec 23 22:30:34 Castle root: plugin: skipping: /boot/config/plugins/user.scripts/user.scripts-2020.12.11-x86_64-1.txz already exists
    Dec 23 22:30:34 Castle root: plugin: running: /boot/config/plugins/user.scripts/user.scripts-2020.12.11-x86_64-1.txz
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: +==============================================================================
    Dec 23 22:30:34 Castle root: | Installing new package /boot/config/plugins/user.scripts/user.scripts-2020.12.11-x86_64-1.txz
    Dec 23 22:30:34 Castle root: +==============================================================================
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: Verifying package user.scripts-2020.12.11-x86_64-1.txz.
    Dec 23 22:30:34 Castle root: Installing package user.scripts-2020.12.11-x86_64-1.txz:
    Dec 23 22:30:34 Castle root: PACKAGE DESCRIPTION:
    Dec 23 22:30:34 Castle root: Package user.scripts-2020.12.11-x86_64-1.txz installed.
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: 
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 23 22:30:34 Castle root: plugin: running: anonymous
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: ----------------------------------------------------
    Dec 23 22:30:34 Castle root:  user.scripts has been installed.
    Dec 23 22:30:34 Castle root:  Copyright 2016-2020, Andrew Zawadzki
    Dec 23 22:30:34 Castle root:  Version: 2020.12.11
    Dec 23 22:30:34 Castle root: ----------------------------------------------------
    Dec 23 22:30:34 Castle root: 
    Dec 23 22:30:34 Castle root: plugin: installed
    Dec 23 22:30:34 Castle root: Starting go script
    Dec 23 22:30:34 Castle root: Starting emhttpd
    Dec 23 22:30:34 Castle emhttpd: Unraid(tm) System Management Utility version 6.8.3
    Dec 23 22:30:34 Castle emhttpd: Copyright (C) 2005-2020, Lime Technology, Inc.
    Dec 23 22:30:34 Castle emhttpd: shcmd (6): /usr/local/emhttp/webGui/scripts/update_access
    Dec 23 22:30:34 Castle sshd[1627]: Received signal 15; terminating.
    Dec 23 22:30:35 Castle sshd[5635]: Server listening on 0.0.0.0 port 22.
    Dec 23 22:30:35 Castle sshd[5635]: Server listening on :: port 22.
    Dec 23 22:30:36 Castle emhttpd: shcmd (9): modprobe md-mod super=/boot/config/super.dat
    Dec 23 22:30:36 Castle kernel: md: unRAID driver 2.9.13 installed
    Dec 23 22:30:36 Castle emhttpd: Plus key detected, GUID: 0..5 FILE: /boot/config/Plus.key
    Dec 23 22:30:36 Castle emhttpd: Device inventory:
    Dec 23 22:30:36 Castle emhttpd: KINGSTON_SA400S37120G_50026B768205090E (sdh) 512 234441648
    Dec 23 22:30:36 Castle emhttpd: WDC_WD60EFRX-68L0BN1_WD-WXN1H8465R5A (sdg) 512 11721045168
    Dec 23 22:30:36 Castle emhttpd: WDC_WD60EFRX-68L0BN1_WD-WX11DB5NEAH4 (sdd) 512 11721045168
    Dec 23 22:30:36 Castle emhttpd: WDC_WD30EFRX-68EUZN0_WD-WCC4N4JZZV8Z (sde) 512 5860533168
    Dec 23 22:30:36 Castle emhttpd: SAMSUNG_HD103SI_S1Y5J90Z700893 (sdb) 512 1953525168
    Dec 23 22:30:36 Castle emhttpd: WDC_WD60EFRX-68L0BN1_WD-WX11D168P4HL (sdf) 512 11721045168
    Dec 23 22:30:36 Castle emhttpd: WDC_WD60EFRX-68L0BN1_WD-WXB1HB4NEMYU (sdc) 512 11721045168
    Dec 23 22:30:36 Castle emhttpd: SanDisk_Cruzer_Blade_4C530001190402105485-0:0 (sda) 512 31260672
    Dec 23 22:30:36 Castle kernel: mdcmd (1): import 0 sdc 64 5860522532 0 WDC_WD60EFRX-68L0BN1_WD-WXB1HB4NEMYU
    Dec 23 22:30:36 Castle kernel: md: import disk0: (sdc) WDC_WD60EFRX-68L0BN1_WD-WXB1HB4NEMYU size: 5860522532 
    Dec 23 22:30:36 Castle kernel: mdcmd (2): import 1 sdd 64 5860522532 0 WDC_WD60EFRX-68L0BN1_WD-WX11DB5NEAH4
    Dec 23 22:30:36 Castle kernel: md: import disk1: (sdd) WDC_WD60EFRX-68L0BN1_WD-WX11DB5NEAH4 size: 5860522532 
    Dec 23 22:30:36 Castle kernel: mdcmd (3): import 2 sdg 64 5860522532 0 WDC_WD60EFRX-68L0BN1_WD-WXN1H8465R5A
    Dec 23 22:30:36 Castle kernel: md: import disk2: (sdg) WDC_WD60EFRX-68L0BN1_WD-WXN1H8465R5A size: 5860522532 
    Dec 23 22:30:36 Castle kernel: mdcmd (4): import 3 sdf 64 5860522532 0 WDC_WD60EFRX-68L0BN1_WD-WX11D168P4HL
    Dec 23 22:30:36 Castle kernel: md: import disk3: (sdf) WDC_WD60EFRX-68L0BN1_WD-WX11D168P4HL size: 5860522532 
    Dec 23 22:30:36 Castle kernel: mdcmd (5): import 4 sde 64 2930266532 0 WDC_WD30EFRX-68EUZN0_WD-WCC4N4JZZV8Z
    Dec 23 22:30:36 Castle kernel: md: import disk4: (sde) WDC_WD30EFRX-68EUZN0_WD-WCC4N4JZZV8Z size: 2930266532 
    Dec 23 22:30:36 Castle kernel: mdcmd (6): import 5
    Dec 23 22:30:36 Castle kernel: mdcmd (7): import 6
    Dec 23 22:30:36 Castle kernel: mdcmd (8): import 7
    Dec 23 22:30:36 Castle kernel: mdcmd (9): import 8
    Dec 23 22:30:36 Castle kernel: mdcmd (10): import 9
    Dec 23 22:30:36 Castle kernel: mdcmd (11): import 10
    Dec 23 22:30:36 Castle kernel: mdcmd (12): import 11
    Dec 23 22:30:36 Castle kernel: mdcmd (13): import 12
    Dec 23 22:30:36 Castle kernel: mdcmd (14): import 13
    Dec 23 22:30:36 Castle kernel: mdcmd (15): import 14
    Dec 23 22:30:36 Castle kernel: mdcmd (16): import 15
    Dec 23 22:30:36 Castle kernel: mdcmd (17): import 16
    Dec 23 22:30:36 Castle kernel: mdcmd (18): import 17
    Dec 23 22:30:36 Castle kernel: mdcmd (19): import 18
    Dec 23 22:30:36 Castle kernel: mdcmd (20): import 19
    Dec 23 22:30:36 Castle kernel: mdcmd (21): import 20
    Dec 23 22:30:36 Castle kernel: mdcmd (22): import 21
    Dec 23 22:30:36 Castle kernel: mdcmd (23): import 22
    Dec 23 22:30:36 Castle kernel: mdcmd (24): import 23
    Dec 23 22:30:36 Castle kernel: mdcmd (25): import 24
    Dec 23 22:30:36 Castle kernel: mdcmd (26): import 25
    Dec 23 22:30:36 Castle kernel: mdcmd (27): import 26
    Dec 23 22:30:36 Castle kernel: mdcmd (28): import 27
    Dec 23 22:30:36 Castle kernel: mdcmd (29): import 28
    Dec 23 22:30:36 Castle kernel: mdcmd (30): import 29
    Dec 23 22:30:36 Castle kernel: md: import_slot: 29 empty
    Dec 23 22:30:36 Castle emhttpd: import 30 cache device: (sdh) KINGSTON_SA400S37120G_50026B768205090E
    Dec 23 22:30:36 Castle emhttpd: import flash device: sda
    Dec 23 22:30:37 Castle emhttpd: Starting services...
    Dec 23 22:30:37 Castle emhttpd: shcmd (13): /etc/rc.d/rc.samba restart
    Dec 23 22:30:39 Castle root: Starting Samba:  /usr/sbin/smbd -D
    Dec 23 22:30:39 Castle root:                  /usr/sbin/nmbd -D
    Dec 23 22:30:39 Castle root:                  /usr/sbin/wsdd 
    Dec 23 22:30:39 Castle root:                  /usr/sbin/winbindd -D
    Dec 23 22:30:39 Castle emhttpd: shcmd (16): /etc/rc.d/rc.nfsd start
    Dec 23 22:30:39 Castle kernel: RPC: Registered named UNIX socket transport module.
    Dec 23 22:30:39 Castle kernel: RPC: Registered udp transport module.
    Dec 23 22:30:39 Castle kernel: RPC: Registered tcp transport module.
    Dec 23 22:30:39 Castle kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    Dec 23 22:30:39 Castle kernel: Installing knfsd (copyright (C) 1996 [email protected]).
    Dec 23 22:30:39 Castle root: Starting NFS server daemons:
    Dec 23 22:30:39 Castle root:   /usr/sbin/exportfs -r
    Dec 23 22:30:39 Castle root:   /usr/sbin/rpc.nfsd 8
    Dec 23 22:30:39 Castle root:   /usr/sbin/rpc.mountd
    Dec 23 22:30:39 Castle rpc.mountd[5762]: Version 2.1.1 starting
    Dec 23 22:30:39 Castle emhttpd: shcmd (19): /etc/rc.d/rc.avahidaemon start
    Dec 23 22:30:39 Castle root: Starting Avahi mDNS/DNS-SD Daemon:  /usr/sbin/avahi-daemon -D
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214).
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Successfully dropped root privileges.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: avahi-daemon 0.7 starting up.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Successfully called chroot().
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Successfully dropped remaining capabilities.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Loading service file /services/sftp-ssh.service.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Loading service file /services/smb.service.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Loading service file /services/ssh.service.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Joining mDNS multicast group on interface br0.IPv4 with address 10.1.1.25.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: New relevant interface br0.IPv4 for mDNS.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Network interface enumeration completed.
    Dec 23 22:30:39 Castle avahi-daemon[5777]: Registering new address record for 10.1.1.25 on br0.IPv4.
    Dec 23 22:30:39 Castle emhttpd: shcmd (20): /etc/rc.d/rc.avahidnsconfd start
    Dec 23 22:30:39 Castle root: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon:  /usr/sbin/avahi-dnsconfd -D
    Dec 23 22:30:39 Castle avahi-dnsconfd[5788]: Successfully connected to Avahi daemon.
    Dec 23 22:30:40 Castle avahi-daemon[5777]: Server startup complete. Host name is Castle.local. Local service cookie is 1726335752.
    Dec 23 22:30:41 Castle avahi-daemon[5777]: Service "Castle" (/services/ssh.service) successfully established.
    Dec 23 22:30:41 Castle avahi-daemon[5777]: Service "Castle" (/services/smb.service) successfully established.
    Dec 23 22:30:41 Castle avahi-daemon[5777]: Service "Castle" (/services/sftp-ssh.service) successfully established.
    Dec 23 22:30:41 Castle emhttpd: shcmd (25): /usr/local/sbin/set_ncq sdc 1
    Dec 23 22:30:41 Castle kernel: mdcmd (31): set md_num_stripes 1280
    Dec 23 22:30:41 Castle kernel: mdcmd (32): set md_queue_limit 80
    Dec 23 22:30:41 Castle kernel: mdcmd (33): set md_sync_limit 5
    Dec 23 22:30:41 Castle kernel: mdcmd (34): set md_write_method
    Dec 23 22:30:41 Castle kernel: mdcmd (35): set spinup_group 0 0
    Dec 23 22:30:41 Castle kernel: mdcmd (36): set spinup_group 1 0
    Dec 23 22:30:41 Castle kernel: mdcmd (37): set spinup_group 2 0
    Dec 23 22:30:41 Castle kernel: mdcmd (38): set spinup_group 3 0
    Dec 23 22:30:41 Castle kernel: mdcmd (39): set spinup_group 4 0
    Dec 23 22:30:41 Castle root: set_ncq: setting sdc queue_depth to 1
    Dec 23 22:30:41 Castle emhttpd: shcmd (26): echo 128 > /sys/block/sdc/queue/nr_requests
    Dec 23 22:30:41 Castle emhttpd: shcmd (27): /usr/local/sbin/set_ncq sdd 1
    Dec 23 22:30:41 Castle root: set_ncq: setting sdd queue_depth to 1
    Dec 23 22:30:41 Castle emhttpd: shcmd (28): echo 128 > /sys/block/sdd/queue/nr_requests
    Dec 23 22:30:41 Castle emhttpd: shcmd (29): /usr/local/sbin/set_ncq sdg 1
    Dec 23 22:30:41 Castle root: set_ncq: setting sdg queue_depth to 1
    Dec 23 22:30:41 Castle emhttpd: shcmd (30): echo 128 > /sys/block/sdg/queue/nr_requests
    Dec 23 22:30:41 Castle emhttpd: shcmd (31): /usr/local/sbin/set_ncq sdf 1
    Dec 23 22:30:41 Castle root: set_ncq: setting sdf queue_depth to 1
    Dec 23 22:30:41 Castle emhttpd: shcmd (32): echo 128 > /sys/block/sdf/queue/nr_requests
    Dec 23 22:30:41 Castle emhttpd: shcmd (33): /usr/local/sbin/set_ncq sde 1
    Dec 23 22:30:41 Castle root: set_ncq: setting sde queue_depth to 1
    Dec 23 22:30:41 Castle emhttpd: shcmd (34): echo 128 > /sys/block/sde/queue/nr_requests
    Dec 23 22:30:41 Castle kernel: mdcmd (40): start STOPPED
    Dec 23 22:30:41 Castle kernel: unraid: allocating 31110K for 1280 stripes (6 disks)
    Dec 23 22:30:41 Castle kernel: md1: running, size: 5860522532 blocks
    Dec 23 22:30:41 Castle kernel: md2: running, size: 5860522532 blocks
    Dec 23 22:30:41 Castle kernel: md3: running, size: 5860522532 blocks
    Dec 23 22:30:41 Castle kernel: md4: running, size: 2930266532 blocks
    Dec 23 22:30:41 Castle emhttpd: shcmd (35): udevadm settle
    Dec 23 22:30:42 Castle emhttpd: Autostart disabled
    Dec 23 22:30:42 Castle kernel: mdcmd (41): stop 
    Dec 23 22:30:42 Castle kernel: md1: stopping
    Dec 23 22:30:42 Castle kernel: md2: stopping
    Dec 23 22:30:42 Castle kernel: md3: stopping
    Dec 23 22:30:42 Castle kernel: md4: stopping
    Dec 23 22:30:42 Castle emhttpd: shcmd (42): /etc/rc.d/rc.php-fpm start
    Dec 23 22:30:42 Castle root: Starting php-fpm  done
    Dec 23 22:30:42 Castle emhttpd: shcmd (43): /etc/rc.d/rc.nginx start
    Dec 23 22:30:42 Castle root: Starting Nginx server daemon...
    Dec 23 22:32:03 Castle kernel: usb 2-1.3: new low-speed USB device number 6 using ehci-pci
    Dec 23 22:32:03 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:04F2:1060.0003/input/input5
    Dec 23 22:32:03 Castle kernel: hid-generic 0003:04F2:1060.0003: input,hidraw2: USB HID v1.11 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input0
    Dec 23 22:32:03 Castle kernel: input: CHICONY USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0004/input/input6
    Dec 23 22:32:03 Castle kernel: input: CHICONY USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0004/input/input7
    Dec 23 22:32:03 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0004/input/input8
    Dec 23 22:32:03 Castle kernel: hid-generic 0003:04F2:1060.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input1
    Dec 23 22:32:15 Castle login[5599]: ROOT LOGIN  on '/dev/tty1'
    Dec 23 22:33:07 Castle kernel: usb 2-1.3: USB disconnect, device number 6
    Dec 23 22:33:07 Castle acpid: input device has been disconnected, fd 9
    Dec 23 22:33:07 Castle acpid: input device has been disconnected, fd 10
    Dec 23 22:33:07 Castle acpid: input device has been disconnected, fd 11
    Dec 23 22:33:08 Castle acpid: input device has been disconnected, fd 12
    Dec 23 22:39:11 Castle kernel: usb 2-1.3: new low-speed USB device number 7 using ehci-pci
    Dec 23 22:39:11 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:04F2:1060.0005/input/input9
    Dec 23 22:39:11 Castle kernel: hid-generic 0003:04F2:1060.0005: input,hidraw2: USB HID v1.11 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input0
    Dec 23 22:39:11 Castle kernel: input: CHICONY USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0006/input/input10
    Dec 23 22:39:11 Castle kernel: input: CHICONY USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0006/input/input11
    Dec 23 22:39:11 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0006/input/input12
    Dec 23 22:39:11 Castle kernel: hid-generic 0003:04F2:1060.0006: input,hiddev96,hidraw3: USB HID v1.11 Device [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input1
    Dec 23 22:40:50 Castle ntpd[1639]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
    Dec 23 22:42:32 Castle kernel: usb 2-1.3: USB disconnect, device number 7
    Dec 23 22:42:32 Castle acpid: input device has been disconnected, fd 9
    Dec 23 22:42:32 Castle acpid: input device has been disconnected, fd 10
    Dec 23 22:42:32 Castle acpid: input device has been disconnected, fd 11
    Dec 23 22:42:32 Castle acpid: input device has been disconnected, fd 12
    Dec 24 01:01:50 Castle kernel: e1000e: eth0 NIC Link is Up 100 Mbps Half Duplex, Flow Control: None
    Dec 24 01:01:50 Castle kernel: e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
    Dec 24 01:01:50 Castle kernel: br0: port 1(eth0) entered blocking state
    Dec 24 01:01:50 Castle kernel: br0: port 1(eth0) entered forwarding state
    Dec 24 01:01:51 Castle ntpd[1639]: Listen normally on 3 br0 10.1.1.25:123
    Dec 24 01:01:51 Castle ntpd[1639]: new interface(s) found: waking up resolver
    Dec 24 03:30:01 Castle Docker Auto Update: Community Applications Docker Autoupdate running
    Dec 24 03:30:01 Castle Docker Auto Update: Docker not running.  Exiting
    Dec 24 03:45:01 Castle Plugin Auto Update: Checking for available plugin updates
    Dec 24 03:47:12 Castle Plugin Auto Update: Community Applications Plugin Auto Update finished
    Dec 24 04:40:01 Castle root: Fix Common Problems Version 2020.12.19
    Dec 24 04:40:13 Castle root: Fix Common Problems: Other Warning: Array is not started
    Dec 24 04:40:13 Castle root: Fix Common Problems: Error: Unable to communicate with GitHub.com
    Dec 24 04:40:13 Castle root: Fix Common Problems: Other Warning: Could not check for blacklisted plugins
    Dec 24 04:40:14 Castle root: Fix Common Problems: Other Warning: Unassigned Devices Plus not installed
    Dec 24 04:40:14 Castle root: Fix Common Problems: Other Warning: Background notifications not enabled
    Dec 24 04:40:20 Castle sSMTP[19920]: Unable to locate thetabdepartment.com
    Dec 24 04:40:20 Castle sSMTP[19920]: Cannot open thetabdepartment.com:25
    Dec 24 09:25:15 Castle kernel: usb 2-1.3: new low-speed USB device number 8 using ehci-pci
    Dec 24 09:25:15 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:04F2:1060.0007/input/input13
    Dec 24 09:25:15 Castle kernel: hid-generic 0003:04F2:1060.0007: input,hidraw2: USB HID v1.11 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input0
    Dec 24 09:25:15 Castle kernel: input: CHICONY USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0008/input/input14
    Dec 24 09:25:15 Castle kernel: input: CHICONY USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0008/input/input15
    Dec 24 09:25:15 Castle kernel: input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:04F2:1060.0008/input/input16
    Dec 24 09:25:15 Castle kernel: hid-generic 0003:04F2:1060.0008: input,hiddev96,hidraw3: USB HID v1.11 Device [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.3/input1
     

  19. I can't access the unRAID interface from any computer. I've had unRAID for years and did not change anything. Was just watching content on Plex and it froze and then could to access the interface. Have rebooted numerous times.

    The unRAID machine does boot and I get to the login prompt and I can login to command line. The IPv4 addresses listed shown above the login prompt is correct.

    I can not SSH into the unRAID from any machine. Also can not ping it. From the unRAID machine I can not ping anything on the network.

    I've looked around boot for some kind of log file that might have clues but all I can find are diagnostics files that from the file names appear to be are 3-4 years old


    The mainboard has dual NICs and I tried switching to the other port but did not change anything. I've tried rebooting the router as well as all the switches.

    I don't really understand how a setup that was working would just stop working -- the only thing I can think of is physical failure of NIC which I can check tomorrow when I get a add on ethernet card but I was hoping people could help me out with some other possible causes or tests / logs I could check.
     

  20. A few weeks back I had an issue that the community helped me out. Deluge stopped working and can't be restarted until I run 

    /sbin/modprobe iptable_mangle

    Since this I've had to do it 3-4 times. Basically Deluge works fine and then one day I notice it isn't working and won't restart so I just run the command and it works fine.

    Is there something I can do to permanently fix this?

    This is a new development as I've run the same setup for a few years.

  21. 18 minutes ago, Naldinho said:

    I'm unable to access any of my shares from a Windows 10 computer that updated last night -- worked fine before that.

    I know about SMB1 (active) and Allowing Guest Logins in group policy (Enabled). Turn off-password protection is set to off. So the obvious issues are covered. 

    I have noth NetBIOS and WSD enabled on both unraid machines.

    I can access shares from other computers that did not update.

    I can ping the unraid machines and they respond

    Any suggestions?

    Problem resolved -- If anyone ends up here with a similar issue the solution was to Allow Guest Logins in the registry. Despite this being allowed in Group Policy the value in the registry was set to zero. Changing that to one fixed the issue.

    I'm confused as to why Windows has two independent ways to set this and why changing it in group policy doesn't automatically alter the registry edit but whatever it works now.