Jump to content

007craft

Members
  • Posts

    118
  • Joined

  • Last visited

Posts posted by 007craft

  1. Has anybody figure out how to update the docker container and NOT lose all your plugins?  Im running such an old version of Octoprint but if I try to update, all my plugins are missing.

    I think the problem is because the Actual plugins are not installed in the /octoprint folder, Only the settings for the plugins are.  And the Actual plugins are installed somewhere on the image that gets overwritten when you update the docker.  This is why if you re-install the plugins you had, they come back already configured (Because the settings are in the octoprint folder, but not the actual plugins)

    To fix this we need to add a line mapping the folder of the plugins to our Appdata folder.  But I dont know what folder that is

  2. I did eventually resolve the issue.  The problem was that the hard drive I have been recording all my Camera footage to (With Shinobi) had died and Shinobi was constantly throwing up errors.  These errors were essentially 1000+ a minute and so after a day or 2, the memory would get flooded and cause this meltdown on unraid.  I didnt notice because using Shinobi, I could still see the camera streams and dont often check the saved footage and in the software, there was no obvious errors posted unless you poked around and looked for the logs.

    So the problem was being caused by the Shinobi docker.  But thats not to say others cant have the same problem caused by different issues with other dockers.  Whats clear here is Unraid failed to provide any sort of logs/indication that the problem was being caused by memory overflow from a docker.  So if youre having this problem yourself, I recommend going down to 0 dockers, and enabling one after each week of stability to make sure no one individual docker is causing your problem, since one definitely COULD be

    From Unraids end, I would like to see some improvements made to the error reporting system.  A docker (Any docker container) should not be allowed to get out of control like this where it takes down my entire server, and then the server doesnt even tell me anything thats wrong and just stops working, throwing up USB not recognized errors.  How about an error that says something like "hey you have a docker thats utilizing 80+% of all your memory.  Or "memory usage is increasing in this docker, etc etc.  SOME sort of indication that could help troubleshoot.  I wasted WAY too much time trying to solve this issue and unraids logging was useless in trying to diagnose the issue.

    • Like 1
  3. Replying to myself cause I figured it out from another, slightly different thread.  You need to do these steps to get it working again
     

    Stop the array

    Set the failed disk to "no device"

    Start the array

    Stop the array
    Now the device will be re-enabled.   Set the disk back to the hard drive

    Start the array.  The data on the drive will be rebuilt from the parity

  4. As the title says, I get this error.  I accidently pulled out a SATA cord from one of the drive will the computer was on.

    So now I am getting this error, even after I plugged the cable back in and rebooted.  I stopped the array, put it in maintenance mode, ran a check, rand smart disk check.  I dont see any errors?  This is what I get when I run repair on it.  Afterwards its still the same.  Even after I start the array no longer in maintenance mode or restart.  What do I do here?

     

     

     

    Quote

    root@UnRAID:/# xfs_repair -v /dev/md2
    Phase 1 - find and verify superblock...
            - block cache size set to 2946456 entries
    Phase 2 - using internal log
            - zero log...
    zero_log: head block 495024 tail block 495024
            - scan filesystem freespace and inode maps...
            - found root inode chunk
    Phase 3 - for each AG...
            - scan and clear agi unlinked lists...
            - process known inodes and perform inode discovery...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - agno = 11
            - agno = 12
            - agno = 13
            - agno = 14
            - agno = 15
            - agno = 16
            - agno = 17
            - process newly discovered inodes...
    Phase 4 - check for duplicate blocks...
            - setting up duplicate extent list...
            - check for inodes claiming duplicate blocks...
            - agno = 0
            - agno = 7
            - agno = 10
            - agno = 11
            - agno = 6
            - agno = 4
            - agno = 5
            - agno = 8
            - agno = 9
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 12
            - agno = 13
            - agno = 14
            - agno = 15
            - agno = 16
            - agno = 17
    Phase 5 - rebuild AG headers and trees...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - agno = 11
            - agno = 12
            - agno = 13
            - agno = 14
            - agno = 15
            - agno = 16
            - agno = 17
            - reset superblock...
    Phase 6 - check inode connectivity...
            - resetting contents of realtime bitmap and summary inodes
            - traversing filesystem ...
            - agno = 0
            - agno = 1
            - agno = 2
            - agno = 3
            - agno = 4
            - agno = 5
            - agno = 6
            - agno = 7
            - agno = 8
            - agno = 9
            - agno = 10
            - agno = 11
            - agno = 12
            - agno = 13
            - agno = 14
            - agno = 15
            - agno = 16
            - agno = 17
            - traversal finished ...
            - moving disconnected inodes to lost+found ...
    Phase 7 - verify and correct link counts...

            XFS_REPAIR Summary    Mon Jun 12 18:06:33 2023

    Phase           Start           End             Duration
    Phase 1:        06/12 18:06:18  06/12 18:06:18
    Phase 2:        06/12 18:06:18  06/12 18:06:18
    Phase 3:        06/12 18:06:18  06/12 18:06:25  7 seconds
    Phase 4:        06/12 18:06:25  06/12 18:06:25
    Phase 5:        06/12 18:06:25  06/12 18:06:26  1 second
    Phase 6:        06/12 18:06:26  06/12 18:06:32  6 seconds
    Phase 7:        06/12 18:06:32  06/12 18:06:32

    Total run time: 14 seconds
    done 


     

     

     

    Capture.PNG

  5. So I replaced the motherboard completely, and the problem happened again.  This time on the new board I was able to retain a bit of control tho.  I can actually access terminal and the GUI.  The Gui shows memory usage at 0.  But doing the top command, I can see memory is being used.  Below are the logs:
     



     

    Quote

    May 17 23:24:51 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:24:53 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:25:01 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:25:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    May 17 23:25:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    May 17 23:25:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    May 17 23:25:03 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:25:44 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:25:48 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:25:51 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:25:52 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:26:14 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:26:16 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:26:18 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:26:25 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:26:26 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:26:31 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:26:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 17 23:26:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 17 23:26:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 17 23:26:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 17 23:26:45 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:26:47 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:06 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:07 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:13 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:14 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:15 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 17 23:27:15 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 17 23:27:17 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:20 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:21 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:31 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:36 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:27:55 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:27:58 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:28:11 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:28:14 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:28:15 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:28:16 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:28:18 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:28:28 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:29:00 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:29:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    May 17 23:29:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    May 17 23:29:04 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth2c38b56) entered disabled state
    May 17 23:29:05 UnRAID kernel: veth17f2493: renamed from eth0
    May 17 23:29:05 UnRAID  avahi-daemon[1494]: Interface veth2c38b56.IPv6 no longer relevant for mDNS.
    May 17 23:29:05 UnRAID  avahi-daemon[1494]: Leaving mDNS multicast group on interface veth2c38b56.IPv6 with address fe80::b0b8:65ff:fe8c:98bb.
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth2c38b56) entered disabled state
    May 17 23:29:05 UnRAID kernel: device veth2c38b56 left promiscuous mode
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth2c38b56) entered disabled state
    May 17 23:29:05 UnRAID  avahi-daemon[1494]: Withdrawing address record for fe80::b0b8:65ff:fe8c:98bb on veth2c38b56.
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered blocking state
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered disabled state
    May 17 23:29:05 UnRAID kernel: device veth3c9db7b entered promiscuous mode
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered blocking state
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered forwarding state
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered disabled state
    May 17 23:29:05 UnRAID kernel: device veth3c9db7b left promiscuous mode
    May 17 23:29:05 UnRAID kernel: br-ced110d3d13c: port 3(veth3c9db7b) entered disabled state
    May 17 23:29:06 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:29:09 UnRAID kernel: veth8e55da1: renamed from eth0
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(vethecb7aaa) entered disabled state
    May 17 23:29:09 UnRAID  avahi-daemon[1494]: Interface vethecb7aaa.IPv6 no longer relevant for mDNS.
    May 17 23:29:09 UnRAID  avahi-daemon[1494]: Leaving mDNS multicast group on interface vethecb7aaa.IPv6 with address fe80::c24:d1ff:fe41:1096.
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(vethecb7aaa) entered disabled state
    May 17 23:29:09 UnRAID kernel: device vethecb7aaa left promiscuous mode
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(vethecb7aaa) entered disabled state
    May 17 23:29:09 UnRAID  avahi-daemon[1494]: Withdrawing address record for fe80::c24:d1ff:fe41:1096 on vethecb7aaa.
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(veth81a41d9) entered blocking state
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(veth81a41d9) entered disabled state
    May 17 23:29:09 UnRAID kernel: device veth81a41d9 entered promiscuous mode
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(veth81a41d9) entered blocking state
    May 17 23:29:09 UnRAID kernel: br-ced110d3d13c: port 1(veth81a41d9) entered forwarding state
    May 17 23:29:09 UnRAID kernel: eth0: renamed from vetha24a87c
    May 17 23:29:09 UnRAID kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth81a41d9: link becomes ready
    May 17 23:29:09 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:29:10 UnRAID  avahi-daemon[1494]: Joining mDNS multicast group on interface veth81a41d9.IPv6 with address fe80::2047:83ff:fe6e:92fa.
    May 17 23:29:10 UnRAID  avahi-daemon[1494]: New relevant interface veth81a41d9.IPv6 for mDNS.
    May 17 23:29:10 UnRAID  avahi-daemon[1494]: Registering new address record for fe80::2047:83ff:fe6e:92fa on veth81a41d9.*.
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 17 23:29:44 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 17 23:29:45 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:29:46 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:00 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    May 17 23:30:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    May 17 23:30:01 UnRAID  crond[1570]: unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    May 17 23:30:06 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:08 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:12 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:14 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:16 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:21 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    May 17 23:30:21 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 17 23:30:21 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 17 23:30:21 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 17 23:30:21 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 17 23:30:24 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:28 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:30 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:31 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:30:41 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:30:49 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:31:03 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:31:04 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 17 23:31:08 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 17 23:31:08 UnRAID  sSMTP[27609]: Creating SSL connection to host
    May 17 23:31:08 UnRAID  sSMTP[27609]: SSL connection using TLS_AES_256_GCM_SHA384
    May 17 23:31:08 UnRAID  sSMTP[27609]: Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials c12-20020aa7880c000000b0064afac8d6c7sm573055pfo.175 - gsmtp)
    May 17 23:31:25 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:31:27 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:31:31 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:31:32 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 17 23:31:53 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 17 23:31:56 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key

     

     

    Edit:  I was able to partially recover the system somehow.  Since I had a bit of control I slowly navigated over to the docker tab and shutdown my jellyfin and shinobi (security camera) dockers.  I'm not sure if this helped or not, but ffmpeg was using a lot of cpu so I killed those 2 dockers.  After like 10 more minutes it just suddenly recovered (kinda).  By Kinda I mean almost everything seems ok,  but my reverse proxy wasnt working.  Still needed to reboot the system to fix things.  At least I was able to actually stop the array

     

    Quote

    May 18 00:43:25 UnRAID  emhttpd: Unregistered - flash device error (ENOFLASH7)
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdi
    May 18 00:43:27 UnRAID  emhttpd: error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    May 18 00:43:39 UnRAID  emhttpd: Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    May 18 00:43:39 UnRAID kernel: docker0: port 28(veth0234162) entered disabled state
    May 18 00:43:39 UnRAID kernel: veth6b8352c: renamed from eth0
    May 18 00:43:39 UnRAID  avahi-daemon[1494]: Interface veth0234162.IPv6 no longer relevant for mDNS.
    May 18 00:43:39 UnRAID  avahi-daemon[1494]: Leaving mDNS multicast group on interface veth0234162.IPv6 with address fe80::6ca5:f1ff:fe5a:30d6.

     

  6. On 5/2/2023 at 11:17 AM, JonathanM said:

    Which motherboard?


    Its an Asrock B550 Itx motherboard.

    It turns out there was an internal header.  I bought a cable to get the USB 2.0 functionality from that internal header.  So now Im running Unraid on USB 2.0 and on a USB 2.0 stick.  The same problem continues to happen.  Its happened 3 more times since I last posted.

    I dont have logs from the last 3 times cause my main computer died.  But now I setup syslog server on my laptop which im on until I fix my main computer, so once it fails again ill have logs.  But the symptoms of a fail remain the same:

    - Unraid is pingable
    - Cannot GUI or SSH into machine
    - Dockers stop working
    - Array contionues to work, Network shares are accessible
    - Hard reboot of powerbutton required to fix back to normal
    - Plugging in HDMI to use local command prompt, I just see a message saying out of resources and cant type anything.

    Now I have rebooted, heres some hardware info from my dashboard:


    Description
    UnRaid Server
    Custom

    Registration
    Unraid OS Plus

    Uptime
    11 minutes

     

    Motherboard
    Temperature: ⋅⋅⋅ °C
     

     

    ASRock B550 Phantom Gaming-ITX/ax
    American Megatrends International, LLC., Version L2.61
    BIOS dated: Tue 14 Feb 2023 12:00:00 AM PST

    Processor
    Load: 4%Temperature: 59.4 °C
     

     

    Processor
    Load: 6%Temperature: 58 °C
     

     

    AMD Ryzen 5 5600X 6-Core @ 3700 MHz
    Hide details

    Overall Load:6%

    CPU 0 - HT 62%19%

    CPU 1 - HT 76%4%

    CPU 2 - HT 81%9%

    CPU 3 - HT 93%5%

    CPU 4 - HT 106%7%

    CPU 5 - HT 112%2%
     

    Memory
    64 GiB DDR4 Utilization: 22%
     

    Maximum size: 128 GiBRAM22%Flash22%

    Usable size: 62.7 GiBLog1%Docker48%

    Interface

    Inbound: 85.2 KbpsOutbound: 127.5 Kbps
     

     

    Mode of operation  

    bond0fault-tolerance (active-backup), mtu 1500

    bond1bond down

    eth02500 Mbps, full duplex, mtu 1500

    loloopback

    Power
    UPS Model: Back-UPS RS 1500MS2 UPS Load: 144 W (16 %)
     

     

    UPS status:Online
    Battery charge:99 %
    Runtime left:44 minutes
    Nominal power:900 W
    Output voltage:-

    GPU
    Load: 0% Temperature: 43 °C   Processes: 0


     

    NVIDIA GeForce GTX 1660 Ti  PCIe Gen (Max): 1 (3)  Lanes (Max): 16 (16)

    Load - Memory0%0%

    Encoder - Decoder0%0%

    GPU - Memory (MHz)300405

    Fan - Power30%19W

    PCI Bus Rx/Tx (MB/s)00

    Power State - ThrottlingP8Yes  (gpu_idle)

    Active Apps

     

  7. Hello, anybody have any ideas?  It just failed again.  Was up for 4 days this time, but alas, same issue!  Here is a bit of the log for this time

     

    Quote

    192.168.1.102    Apr 30 00:01:01    UnRAID    user    notice    Docker Auto Update    Community Applications Docker Autoupdate finished
    192.168.1.102    Apr 30 00:01:03    UnRAID    daemon    info     avahi-daemon[18223]    Joining mDNS multicast group on interface veth5a41292.IPv6 with address fe80::3468:edff:fe8a:faf6.
    192.168.1.102    Apr 30 00:01:03    UnRAID    daemon    info     avahi-daemon[18223]    New relevant interface veth5a41292.IPv6 for mDNS.
    192.168.1.102    Apr 30 00:01:03    UnRAID    daemon    info     avahi-daemon[18223]    Registering new address record for fe80::3468:edff:fe8a:faf6 on veth5a41292.*.
    192.168.1.102    Apr 30 04:40:01    UnRAID    daemon    warning     apcupsd[6033]    apcupsd exiting, signal 15
    192.168.1.102    Apr 30 04:40:01    UnRAID    daemon    notice     apcupsd[6033]    apcupsd shutdown succeeded
    192.168.1.102    Apr 30 04:40:03    UnRAID    daemon    notice     apcupsd[30601]    apcupsd 3.14.14 (31 May 2016) slackware startup succeeded
    192.168.1.102    Apr 30 04:40:03    UnRAID    daemon    info     apcupsd[30601]    NIS server startup succeeded
    192.168.1.102    Apr 30 05:00:01    UnRAID    user    notice    Recycle Bin    Scheduled: Files older than 7 days have been removed
    192.168.1.102    Apr 30 07:31:44    UnRAID    local7    crit    nginx    2023/04/30 07:31:44 [crit] 4735#4735: *2508364 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 87.236.176.80, server: 0.0.0.0:443
    192.168.1.102    Apr 30 14:13:45    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:13:46    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:14:15    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:14:16    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:17:15    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:17:16    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:20:15    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:20:16    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:20:29    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:20:30    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:20:46    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:20:47    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:20:59    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:21:00    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:21:41    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:21:42    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:21:46    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:21:47    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:22:16    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)
    192.168.1.102    Apr 30 14:22:17    UnRAID    user    info     emhttpd    Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102    Apr 30 14:22:38    UnRAID    user    err     emhttpd    error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102    Apr 30 14:22:38    UnRAID    user    err     emhttpd    error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102    Apr 30 14:22:38    UnRAID    user    err     emhttpd    error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102    Apr 30 14:22:46    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)

     

  8. But how can I get the Diagnostics that captured the crash?  Once the crash happens its impossible to access via the GUI or the command line.  I only have the above log because I had syslog server on a different computer that captured it.  And the syslog server just sorta keeps generating the game type of error until I manually restart the computer.  The problem started right at this line

    192.168.1.102    Apr 22 09:30:32    UnRAID    user    info     emhttpd    Unregistered - flash device error (ENOFLASH7)

    I've attached my Diagnostics file.zip here (But this is after I have rebooted with it working)

    unraid-diagnostics-20230423-2154.zip

  9. Im so frustred right now.  I'm about to throw my Unraid machine against a wall.

    Unraid runs fine for about 2-3 days, and then suddenly dies.  When it dies I still can see all the network drives on my network from the array, and can ping the machine, but I cannot load the webui, use the local command prompt or ssh into it.  All dockers appear to stop working too.  The only solution is a hard reboot, and then it works again for 2-3 days (And needs a parity check as well since I hard rebooted)

    Ive been having problems for the past month and don't know whats going on.  I suspected it was a bad USB drive, as I was using USB 3.0.  So I switched to a USB 2.0 drive but the problem persists.  I setup remote syslog server and captured all the logs.  It seems it suddenly stops seeing the USB drive.  But Ive already switched it out.  I also see some stuff in here about a blacklisted USB drive.  Is that my old one?  Or is the new one showing unregistered as well?

    I would really appreciate some help from support here as I have purchased Unraid twice now, and would hope its not some dumb license problem thats causing it.

    Please see my logs below (Or a portion of them)

     

    192.168.1.102	Apr 22 00:32:08	UnRAID	syslog	info	 rsyslogd	[origin software="rsyslogd" swVersion="8.2102.0" x-pid="5262" x-info="https://www.rsyslog.com"] start
    192.168.1.102	Apr 22 00:34:37	UnRAID	daemon	info	 ool www[31255]	/usr/local/emhttp/plugins/dynamix/scripts/rsyslog_config
    192.168.1.102	Apr 22 00:34:39	UnRAID	syslog	info	 rsyslogd	[origin software="rsyslogd" swVersion="8.2102.0" x-pid="31455" x-info="https://www.rsyslog.com"] start
    192.168.1.102	Apr 22 00:35:23	UnRAID	daemon	info	 ool www[16328]	Successful logout user root from 192.168.1.100
    192.168.1.102	Apr 22 00:35:31	UnRAID	user	notice	webGUI	Successful login user root from 192.168.1.100
    192.168.1.102	Apr 22 09:30:32	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:30:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:38:01	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:38:03	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:38:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:38:28	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:38:43	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:38:44	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:38:46	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:38:50	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:38:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:38:52	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:38:53	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:39:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:39:16	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:39:17	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:39:21	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
    192.168.1.102	Apr 22 09:39:21	UnRAID	mail	info	 sSMTP[3053]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:39:21	UnRAID	mail	info	 sSMTP[3053]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:39:21	UnRAID	mail	err	 sSMTP[3053]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials c2-20020a170902d90200b001a6dc4a98f9sm4225703plz.195 - gsmtp)
    192.168.1.102	Apr 22 09:39:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:39:28	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:39:53	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:39:58	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:40:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 09:40:02	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:04	UnRAID	mail	info	 sSMTP[3318]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:40:04	UnRAID	mail	info	 sSMTP[3318]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:40:04	UnRAID	mail	err	 sSMTP[3318]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials a8-20020a170902900800b001a64475f2b4sm4239437plp.111 - gsmtp)
    192.168.1.102	Apr 22 09:40:04	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:40:08	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:40:12	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:22	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:23	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:26	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:31	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:42	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:40:42	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:40:42	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:40:43	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:51	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:40:56	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:40:58	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:41:10	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:41:11	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:41:20	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:41:20	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:41:26	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:41:30	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:41:45	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:42:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:42:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:42:03	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:42:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:42:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:42:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:42:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:42:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:42:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:42:11	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:42:13	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:42:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:42:55	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:42:57	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:42:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:42:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:42:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:42:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:42:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:43:00	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:43:01	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:43:13	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:43:17	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:43:19	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:43:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:43:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:43:35	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:43:52	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:44:09	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:44:21	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
    192.168.1.102	Apr 22 09:44:21	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	info	 sSMTP[17503]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	info	 sSMTP[18960]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	info	 sSMTP[17503]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	info	 sSMTP[18960]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	err	 sSMTP[17503]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials g188-20020a6252c5000000b0063b7331a4easm4681633pfb.154 - gsmtp)
    192.168.1.102	Apr 22 09:44:21	UnRAID	mail	err	 sSMTP[18960]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials c13-20020a170902c1cd00b001a6d4ffc760sm4246356plc.244 - gsmtp)
    192.168.1.102	Apr 22 09:44:25	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:44:31	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:44:32	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:45:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:45:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 09:45:01	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:03	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:45:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:45:15	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:16	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:17	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:25	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:26	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:28	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:34	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:41	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:42	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:43	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:45:51	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:45:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:46:00	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:01	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:03	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:16	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
    192.168.1.102	Apr 22 09:46:16	UnRAID	mail	info	 sSMTP[8544]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:46:16	UnRAID	mail	info	 sSMTP[8544]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:46:16	UnRAID	mail	err	 sSMTP[8544]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials fb31-20020a056a002d9f00b005e5b11335b3sm4745806pfb.57 - gsmtp)
    192.168.1.102	Apr 22 09:46:19	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:21	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:32	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:45	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:46:46	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:46:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:49	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:52	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:53	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:54	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:55	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:46:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:46:57	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:47:00	UnRAID	kern	info	kernel	veth28d51d1: renamed from eth0
    192.168.1.102	Apr 22 09:47:00	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth3b3633d) entered disabled state
    192.168.1.102	Apr 22 09:47:00	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth3b3633d) entered disabled state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	device veth3b3633d left promiscuous mode
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth3b3633d) entered disabled state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered blocking state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered disabled state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	device vethdb0dfd9 entered promiscuous mode
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered blocking state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered forwarding state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered disabled state
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	device vethdb0dfd9 left promiscuous mode
    192.168.1.102	Apr 22 09:47:01	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(vethdb0dfd9) entered disabled state
    192.168.1.102	Apr 22 09:47:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:47:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:47:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/bin/run-parts /etc/cron.hourly 1> /dev/null)
    192.168.1.102	Apr 22 09:47:14	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:47:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:47:21	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:47:24	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:47:40	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:47:42	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:47:47	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:47:48	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:47:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:48:00	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:01	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:02	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:03	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:12	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:13	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:14	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:15	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:16	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:17	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:21	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:48:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:48:22	UnRAID	mail	info	 sSMTP[14480]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:48:22	UnRAID	mail	info	 sSMTP[14480]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:48:22	UnRAID	mail	err	 sSMTP[14480]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials ot2-20020a17090b3b4200b0023cfdbb6496sm6167054pjb.1 - gsmtp)
    192.168.1.102	Apr 22 09:48:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:26	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:28	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:37	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:53	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:48:54	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:48:58	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:48:59	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:49:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:49:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:49:05	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:49:06	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:49:07	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:49:07	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:49:07	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:49:07	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:49:07	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:49:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:49:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:49:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:49:21	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:49:22	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:49:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:49:28	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:49:45	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:50:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:50:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:50:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:50:10	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:50:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:50:52	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:50:56	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:51:12	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:51:13	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:51:14	UnRAID	mail	info	 sSMTP[30113]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:51:14	UnRAID	mail	info	 sSMTP[30113]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:51:14	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:51:14	UnRAID	mail	err	 sSMTP[30113]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials c4-20020aa78804000000b0062e00158bf4sm4696182pfo.208 - gsmtp)
    192.168.1.102	Apr 22 09:51:17	UnRAID	mail	info	 sSMTP[14089]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:51:17	UnRAID	mail	info	 sSMTP[14089]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:51:17	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:51:17	UnRAID	mail	err	 sSMTP[14089]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials i7-20020a056a00224700b0063b7c42a072sm4905580pfu.13 - gsmtp)
    192.168.1.102	Apr 22 09:51:19	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:51:37	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:51:41	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:51:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:51:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:51:52	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:52:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:52:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:52:02	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:52:06	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:52:07	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:52:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:52:52	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:52:54	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:52:56	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:53:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:53:06	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:53:07	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:23	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:53:24	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:53:31	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:53:38	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:46	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:53:47	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:53:50	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:53:57	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:53:59	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:54:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:54:01	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:02	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:06	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth6008da1) entered disabled state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	vethb9ae0d4: renamed from eth0
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth6008da1) entered disabled state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	device veth6008da1 left promiscuous mode
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth6008da1) entered disabled state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered blocking state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered disabled state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	device veth4227aac entered promiscuous mode
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered blocking state
    192.168.1.102	Apr 22 09:54:06	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered forwarding state
    192.168.1.102	Apr 22 09:54:07	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered disabled state
    192.168.1.102	Apr 22 09:54:07	UnRAID	kern	info	kernel	device veth4227aac left promiscuous mode
    192.168.1.102	Apr 22 09:54:07	UnRAID	kern	info	kernel	br-f3fb68234608: port 2(veth4227aac) entered disabled state
    192.168.1.102	Apr 22 09:54:07	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:10	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:54:13	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:54:14	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:16	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:18	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:19	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:32	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:38	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:41	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:42	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:43	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:54:58	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:55:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	info	 sSMTP[27037]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	info	 sSMTP[27037]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	err	 sSMTP[27037]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials t4-20020a170902b20400b001a96496f250sm612232plr.34 - gsmtp)
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	info	 sSMTP[6560]	Creating SSL connection to host
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	info	 sSMTP[6560]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 09:55:02	UnRAID	mail	err	 sSMTP[6560]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials y10-20020a63ce0a000000b004ff6b744248sm4169673pgf.48 - gsmtp)
    192.168.1.102	Apr 22 09:55:02	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:55:21	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:55:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:55:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:55:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:55:29	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:55:50	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:55:51	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:55:55	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:56:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:56:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:56:13	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:56:14	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:56:15	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:56:19	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:56:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:56:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:56:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:56:28	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:56:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:56:34	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:56:50	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:57:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:57:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:57:07	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:57:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:57:10	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:57:12	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:57:31	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:57:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:57:36	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:57:37	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:57:42	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:57:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:58:00	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:58:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:58:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:58:17	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:58:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:58:19	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:58:35	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:58:36	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 09:58:39	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 09:58:56	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 09:58:58	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:01	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 09:59:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 09:59:04	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:11	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:15	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:22	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:23	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:28	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:29	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:30	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:38	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:39	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:40	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:41	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:42	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:49	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:54	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:55	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 09:59:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 09:59:57	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:00:00	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:00:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:00:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:00:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 10:00:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:00:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:00:43	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:00:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:00:45	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:00:46	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:00:47	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:00:48	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:00:49	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:00:49	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:00:49	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:00:49	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:00:50	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:01:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:01:07	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:01:14	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:01:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:01:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:01:42	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:01:50	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:01:51	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:01:52	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:02:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:02:04	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:05	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:06	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:07	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:08	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:13	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:14	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:23	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:02:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:02:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:02:43	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:48	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:52	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:02:57	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:02:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:02:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:02:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:02:59	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:03:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:03:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:03:02	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:03:03	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:03:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:03:25	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:03:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:03:29	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:03:34	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:03:50	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:03:51	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:03:55	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:04:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:04:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:04:16	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:04:20	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:04:37	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:04:51	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:04:57	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:04:58	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:04:59	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:05:00	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:05:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:05:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:05:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 10:05:03	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:05:04	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:05:06	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:05:10	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:05:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:05:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:05:44	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:05:45	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:06:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:06:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:06:03	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:06:04	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:06:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:06:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:06:24	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:06:28	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:06:29	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:06:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:06:36	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:06:52	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:06:53	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:06:59	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:07:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:07:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:07:19	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:07:20	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:07:21	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:07:29	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:07:38	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:07:43	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:07:44	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:07:46	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:07:47	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:07:49	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:07:50	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:07:51	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:08:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:08:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:08:12	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:08:13	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:08:14	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:08:15	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:08:35	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:08:37	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:08:38	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:08:39	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:08:59	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:09:00	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:09:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:09:21	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
    192.168.1.102	Apr 22 10:09:21	UnRAID	mail	info	 sSMTP[6560]	Creating SSL connection to host
    192.168.1.102	Apr 22 10:09:21	UnRAID	mail	info	 sSMTP[6560]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 10:09:21	UnRAID	mail	err	 sSMTP[6560]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials y3-20020a634943000000b0051b460fd90fsm4177007pgk.8 - gsmtp)
    192.168.1.102	Apr 22 10:09:26	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:09:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:09:43	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:09:44	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:10:00	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:10:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:10:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:10:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/recycle.bin/scripts/get_trashsizes &> /dev/null)
    192.168.1.102	Apr 22 10:10:02	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:10:05	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:10:13	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:10:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:10:21	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:10:27	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:10:29	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:10:37	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:10:53	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:11:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:11:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:11:10	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:11:15	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:11:19	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:11:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:11:24	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:11:34	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:11:41	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:12:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:12:01	UnRAID	user	info	 emhttpd	Unregistered - flash device blacklisted (EBLACKLISTED2)
    192.168.1.102	Apr 22 10:12:18	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:12:21	UnRAID	cron	notice	 crond[1618]	exit status 254 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
    192.168.1.102	Apr 22 10:12:21	UnRAID	mail	info	 sSMTP[16112]	Creating SSL connection to host
    192.168.1.102	Apr 22 10:12:21	UnRAID	mail	info	 sSMTP[16112]	SSL connection using TLS_AES_256_GCM_SHA384
    192.168.1.102	Apr 22 10:12:21	UnRAID	mail	err	 sSMTP[16112]	Authorization failed (535 5.7.8  https://support.google.com/mail/?p=BadCredentials e12-20020a170902d38c00b001a686578b44sm4261068pld.110 - gsmtp)
    192.168.1.102	Apr 22 10:12:21	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:12:22	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:12:23	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:12:25	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:12:27	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:12:33	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:12:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:12:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:12:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:12:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:12:50	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:12:52	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:00	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:13:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:13:06	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:23	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:24	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:36	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:38	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:40	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:46	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdh
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdg
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdd
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sde
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdb
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdf
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sdc
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: nvme0n1
    192.168.1.102	Apr 22 10:13:48	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:13:52	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:53	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:57	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:13:58	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:13:59	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:14:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:14:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:14:01	UnRAID	kern	info	kernel	traps: node[21855] trap int3 ip:5646b391f412 sp:7ffc53adcff0 error:0 in node[5646b2bfd000+fc5000]
    192.168.1.102	Apr 22 10:14:02	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	veth2c5f115: renamed from eth0
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 4(veth5a41d46) entered disabled state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 4(veth5a41d46) entered disabled state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	device veth5a41d46 left promiscuous mode
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 4(veth5a41d46) entered disabled state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth01026f9) entered blocking state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth01026f9) entered disabled state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	device veth01026f9 entered promiscuous mode
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth01026f9) entered blocking state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	br-ced110d3d13c: port 3(veth01026f9) entered forwarding state
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	eth0: renamed from veth2b9a98b
    192.168.1.102	Apr 22 10:14:02	UnRAID	kern	info	kernel	IPv6: ADDRCONF(NETDEV_CHANGE): veth01026f9: link becomes ready
    192.168.1.102	Apr 22 10:14:03	UnRAID	kern	info	kernel	br-5040ae3c6666: port 5(veth724150c) entered disabled state
    192.168.1.102	Apr 22 10:14:03	UnRAID	kern	info	kernel	vethf914fb6: renamed from eth0
    192.168.1.102	Apr 22 10:14:03	UnRAID	kern	info	kernel	br-5040ae3c6666: port 5(veth724150c) entered disabled state
    192.168.1.102	Apr 22 10:14:03	UnRAID	kern	info	kernel	device veth724150c left promiscuous mode
    192.168.1.102	Apr 22 10:14:03	UnRAID	kern	info	kernel	br-5040ae3c6666: port 5(veth724150c) entered disabled state
    192.168.1.102	Apr 22 10:15:04	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:15:05	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:15:54	UnRAID	user	err	 emhttpd	error: device_read_smart, 8372: Cannot allocate memory (12): device_spinup: stream did not open: sda
    192.168.1.102	Apr 22 10:16:20	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:16:21	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:16:55	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:16:56	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:17:12	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:17:13	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:17:38	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:17:39	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:17:44	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:17:45	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:18:01	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:18:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null)
    192.168.1.102	Apr 22 10:18:01	UnRAID	cron	err	 crond[1618]	unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null)
    192.168.1.102	Apr 22 10:18:02	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:18:09	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:18:10	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:18:24	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)
    192.168.1.102	Apr 22 10:18:25	UnRAID	user	info	 emhttpd	Plus key detected, GUID: 090C-1000-FBI1-312141625274 FILE: /boot/config/Plus.key
    192.168.1.102	Apr 22 10:18:55	UnRAID	user	info	 emhttpd	Unregistered - flash device error (ENOFLASH7)

     

  10. I really don't know what to do here.  I have 2 unraid servers, both get USB drive failures every 3 weeks - 2 months of use.  Ive switched out to 3 different brands and it just keeps happening.  At some point Unraid will stop responding, nothing will work and will be filled with errors.  If I can manage to pull up the web ui after some time, I see no flash detected and cant stop the array or shutdown properly.  I cant SSH in at all.

    After reboot, everything works fine again, for 1-2 months again.  I'm at my wits end here and about to abandon using Unraid because of its unreliability.  Is there anything that can be done here?  Can I somehow run Unraid NOT on USB Flash Drive?

  11. I'm having problems with certs Auto renewing.  After digging, I find this is caused because when NPM tries to renew all the certs, it fails on 3 old certs for domains I removed and then gets blocked from renewing further.

     

    Ok great, so I removed the certs and proxies from the GUI.

    Unfortunately its STILL trying to renew them.  NPM-13, NPM-24 and NPM-6 don't exist anymore.  How can I fix this?  Is there a command to remove them from the Database?

    image.png

     

    SOLUTION:  I figured it out in case anybody wants to know.  Just goto the folder /etc/letsencrypt/renewal/ (which should be in your appdata folder) and remove the npm-xx.conf file thats giving you problems.  Looks like these conf files are whats controlling the cert renewals on startup.

  12. Is there a way to make the default view be documents instead of "dashboard"

    I find the dashboard tab pointless as I'm only using this app to look at documents and dont upload any through the app (All documents are scanned in through the consume folder, which is a proper folder based hierarchy of all my documents which Paperless doesnt seem to support)

  13. I recently moved my server across the room, and suddenly when I boot it I cannot load the webui.  I can SSH into it but when I open the webui, nothing works.

    So I tried to boot into GUI mode to troubleshoot but when I start the computer, it literally shows the boot splash screen for only 1 second before auto booting.  In that one second I push the down arrow to try and select a different option but it doesnt do anything.  How can I figure out why my unraid wont work anymore?

  14. The problem may occur once a day, or every other day and last 1 minute, or happen multiple times over the course of an hour like the screenshot shows.  I'm looking for a practical solution that does not involve me sitting around watching the container size screen for 2 days until the spike happens.  like a command that shows all time high, or records the history of docler usage?

     

    It's not my sonarr/radar/torrent client. I've been downloading for 2 years without issue and downloads go properly to my cache drive

  15. I set my Unraid to be PDT time.  I run the date command from the unraid console and it shows PDT time.  Great

    But when I start a new docker app and open the docker container, its always on UTC time.  How do I change the time to PDT?  I tried adding a custom variable TZ with a value of America/Vancouver in the unraid application templates but it doesnt work.  The docker container remains UTC when I run the date command.

  16. On 8/19/2022 at 4:05 AM, avinyc said:

    Is there a reason why we cannot modify the steps to install jitsi using the ones from A75G's Repository?  If it can work, the benefit is that they can be updated through unraid's built-in docker like all other containers.

     

    I've tried to merge the instructions from this tutorial, but I doubt that is the correct approach.  If anyone can share insight or has been able to set up jitsi that can be updated that way, I'd love to know.

     

    TIA!

     

     I tried switching to using Jitsi meet on the unraid docker templates instead of docker compose.  I used all 4 containers and got it mostly setup, but alas it doesn't work.  Here are my configs. 
    I get it all working but the problem is the video bridge.  It just has errors and then when users join the meeting everybody else just appears muted and cant see webcams to one another.  We need somebody who knows what their doing to give us the settings they used for the jitsi JVB container (the Jitsi video bridge)

    470542520_jitsimeetsettingsd.thumb.png.db5c8f8e954696c749f3f4e71a2c29a4.png

  17. On 6/2/2022 at 2:59 PM, Taddeusz said:

    I've got Authentik set up and accessible through my domain. I'm currently using linuxserver's Swag Docker with Vouch and Keycloak for authentication/authorization. I'm not seeing any guides on how to integrate Authentik with Swag. It appears as if Authentik should replace both Vouch and Keycloak so I'm trying to figure out how to implement it through Swag. Maybe I need to read the docs. I set up a proxy provider and an application and outpost. I took the nginx standalone code and put the "/" location code into a file to include in the application's location and put the other server block code into a separate file to include outside the app's location blocks. When I browse to my application I just get a 500 error. Any ideas?

     

    Same problem here.  Switched to nginx proxy manager and still get the 500 error.  followed all online sources troubleshooting, error remains.

  18. Sure:
     

    ## Version 2022/09/08
    # make sure that your dns has a cname set for navidrome and that your navidrome container is not using a base url
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name music.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        # enable for ldap auth (requires ldap-location.conf in the location block)
        #include /config/nginx/ldap-server.conf;
    
        # enable for Authelia (requires authelia-location.conf in the location block)
        #include /config/nginx/authelia-server.conf;
    
        location / {
            # enable the next two lines for http auth
            #auth_basic "Restricted";
            #auth_basic_user_file /config/nginx/.htpasswd;
    
            # enable for ldap auth (requires ldap-server.conf in the server block)
            #include /config/nginx/ldap-location.conf;
    
            # enable for Authelia (requires authelia-server.conf in the server block)
            #include /config/nginx/authelia-location.conf;
    
            include /config/nginx/proxy.conf;
            include /config/nginx/resolver.conf;
            set $upstream_app 192.168.1.102;
            set $upstream_port 4533;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    		
    		    # authentik-specific config
    		auth_request        /outpost.goauthentik.io/auth/nginx/;
    		error_page          401 = @goauthentik_proxy_signin;
    		auth_request_set $auth_cookie $upstream_http_set_cookie;
    		add_header Set-Cookie $auth_cookie;
        	auth_request_set $authentik_username $upstream_http_x_authentik_username;
            auth_request_set $authentik_groups $upstream_http_x_authentik_groups;
            auth_request_set $authentik_email $upstream_http_x_authentik_email;
            auth_request_set $authentik_name $upstream_http_x_authentik_name;
            auth_request_set $authentik_uid $upstream_http_x_authentik_uid;
    		proxy_set_header X-authentik-username $authentik_username;
            proxy_set_header X-authentik-groups $authentik_groups;
            proxy_set_header X-authentik-email $authentik_email;
            proxy_set_header X-authentik-name $authentik_name;
            proxy_set_header X-authentik-uid $authentik_uid;
    		
        }
    	
    	 location /outpost.goauthentik.io {
            proxy_pass          http://auth.mydomain.com/outpost.goauthentik.io/;
            # ensure the host of this vserver matches your external URL you've configured
            # in authentik
            proxy_set_header    Host $host;
            proxy_set_header    X-Original-URL $scheme://$http_host$request_uri;
            add_header          Set-Cookie $auth_cookie;
            auth_request_set    $auth_cookie $upstream_http_set_cookie;
    
            # required for POST requests to work
            proxy_pass_request_body off;
            proxy_set_header Content-Length "";
        }
    
        # Special location for when the /auth endpoint returns a 401,
        # redirect to the /start URL which initiates SSO
        location @goauthentik_proxy_signin {
            internal;
            add_header Set-Cookie $auth_cookie;
            return 302 /outpost.goauthentik.io/start?rd=$request_uri;
            # For domain level, use the below error_page to redirect to your authentik server with the full redirect path
            # return 302 https://auth.mydomain.com/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
        }
    }



    Checking my Nginx errors log I get:
     

    2022/10/09 16:09:10 [error] 315#315: *7 auth request unexpected status: 301 while sending to client, client: 192.168.1.1, server: music.mydomain.com, request: "GET / HTTP/2.0", host: "music.mydomain.com"



    ...when I try to goto the site.  If I comment out the auth_request line, the config works just fine.  But of course Im trying to get this working WITH authentik.

     

    If I actually goto http://auth.mydomain.com/outpost.goauthentik.io  it gives me a page but says

    { "Message": "no app for hostname", "Host": "192.168.1.102:9001", "Detail": "Check the outpost settings and make sure '192.168.1.102:9001' is included." }

    So Im not sure if I need to change something in Authentik or in Swag.

  19. Anybody have a guide on how to get authentik working with swag?  Ive tried using the config files for nginx proxy manager for it to no avail.  I've been using swag for years but Authentik seems to be the new big SSO solution and I dont think it works with swag.  All guides written for it involve either NPM, Traefik or Caddy.  Seems like SWAG is old news now :( ?

    • Like 1
×
×
  • Create New...