Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

007craft

Members
  • Joined

  • Last visited

Everything posted by 007craft

  1. I had the same problem and finally figured it out. I had some trouble with the explanation in this thread earlier so I thought I would write it out so people could understand it better: When you select a driver, it needs to run on a bus, and then a slot on that bus. For virtual drivers, it should be running on bus=00x0. Then each VM has a slot. so if you spin up the 8th vm, it should get bus 00x0 and slot 0x08. For whatever reason The VM can end up using/detecting incorrect PCI graphics bus for its VM Console video driver. This can occur when you make a change a VMs video driver (Selecting QXL, Cirrus, passthgough, etc) or just by starting and stopping the vm, and creating a new one So to fix it we need to edit the template of the vm. the GUI does not show us these advance options, so we need to edit the xml file that the template is made from. Right click you VM and select Edit. On the edit page, select the "FORM VIEW" button at the top right, and toggle it to "XML VIEW". Now you can edit the xml of the VM Look for the <video> section of code. You can see mine below, and for some strange reason it was on bus 0x08, slot 0x01. <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x08' slot='0x01' function='0x0'/> </video> I then checked the XML files of my other 2 VMs and they were set to bus='0x00', slot='0x01' And bus='0x00', slot='0x02' Which is accurate because the VM video driver should be on bus 0x00. So I changed my xml for my non working vm to be bus='0x00', slot='0x03' (Giving it its own slot that is unused by the other Vms). This solves the issue. Bonus: If you are dealing with pass-through video, you can find out your Graphics cards Bus and Slot by running this command: lspci -nn | grep VGA For me this returned: 07:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU116 [GeForce GTX 1660 Ti] [10de:2182] (rev a1) And from this I can see that my Graphics card is on Bus 07, slot 00 (The numbers at the front)
  2. 3 Things need to be done in mysql. Create new database Create new user Grant permissions for created user to created database. Once thats all done, ensure the unraid templates variables all match. So if your database name is 'website', then your WORDPRESS_DB_NAME value should be 'website'. Make sure all fields match exactly, it is case sensitive too. But if youre still having the error, you can figure out whats going on with some better logs. On the Unraid template, goto the bottom and click "Add another Path, Port, Variable, Label or Device" Then add This: Config Type: Variable Name: WORDPRESS_DEBUG Key:WORDPRESS_DEBUG Value: false Default Value: true Description: Enable debug screen on error Now when you start up you will get a much more detailed description of whats going on instead of just "Error establishing a database connection."
  3. Glad to hear. So it was the same issue (A docker causing a memory overflow) Just happened to me again. Was like, "WTF did my USB stick die?" Nope, same problem as before. I replaced my router and I forgot to setup forwarding for my cameras, so the Shinobi docker was throwing up errors again and flooded Unraids Memory. Thank goodness I knew about this problem now. Years later and it looks like its not being addressed on Unraids end (Either by proper alerts/logs, or the prevention of dockers being able to fill up memory like that). I've edited the title and main post to help others find this thread, as I am sure many more people will run into the same issue with various docker containers.
  4. Edit: Solved my own issue (Which is what usually happens). Anyway, the solution was to uncheck "Confidential" when creating a new client in Firefly 3. I spun up firefly 3 docker. got it working Spun up firefly3 data importer docker, but this is where the problem begins. I have to enter 2 fields here: Firefly III URL: Client ID: So I head over to my firefly3 instance, click profile, click oauth and create a client using the callback url I was given from the importer (http://192.168.1.102:8401/callback) Ok back to Importer. Client ID appears to be 2. Not sure what to enter for Firefly III url? I enter the url for my firefly 3 instance (seems obvious). I enter: http://192.168.1.102:8400 Ok got the info I need: Firefly III URL: http://192.168.1.102:8400 Client ID: 2 I push submit. It appears to work because if I put other data, I get nothing, but putting the data as is, I get this: Firefly III v6.1.16 Authorization Request Application "firefly" is requesting permission to access your financial administration. Would you like to authorize firefly to access these records? You will be redirected to http://192.168.1.102 which will then be able to access your Firefly III data. I click Authorize, but then get a 500 Server Error Log shows this: [2024-05-20 21:55:14] production.ERROR: Client exception when decoding response: Client error: `POST http://192.168.1.102:8400/oauth/token` resulted in a `401 Unauthorized` response: {"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"} [2024-05-20 21:55:14] production.ERROR: Response from server: "{"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"}" [2024-05-20 21:55:14] production.ERROR: View [error] not found. {"exception":"[object] (InvalidArgumentException(code: 0): View [error] not found. at /var/www/html/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:139)
  5. Its been 2.5 years. Has anything new changed? I updated this plugin and I still dont see anything. So I have to make a stack through the GUI instead of using the Docker-Compose command through command line? What are my migration steps to do this? All my files for Jitsi are in /mnt/disks/NVME/appdata/jitsi\github\docker-jitsi-meet but the Stack I made with this GUI is pointing to (/boot/config/plugins/compose.manager/projects/Jitsi) .Do I have to move all the files in there? This is on the boot stick tho. Maybe Im still confused as to what this plugin actually does?
  6. For anyone who wants this banner gone (Everybody it seems haha), You can block the element with ublock origin or whatever ad blocker youre using. It gets rid of All banner notifications, but if you're like me, you would rather see nothing than have to deal with seeing Action Center Enabled every month. Cheers
  7. 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
  8. 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.
  9. 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
  10. 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?
  11. 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: 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
  12. Tried disabling C-states and no help, just failed again. I managed to somewhat load part the apps page and got this message. Why am I out of memory? I have 64 GB of ram on this machine, and usually only 30% is in use. OR is this just a generic message from some other failure?
  13. 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
  14. i've tried 2 different flash drives One USB 3 and the other USB 2, in 5 different ports. There is no USB 2.0 ports on my motherboard, only 3.2 and 3.0
  15. 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
  16. 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
  17. Edit: Read my problem and this thread further down for the solution. This can affect multiple people and be caused by various dockers but due to Unraids lack of proper error reporting, you may be stumped as to the cause like I was. 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)
  18. 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?
  19. 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? 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.
  20. 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)
  21. 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?
  22. 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
  23. I've had a problem for a few weeks now with docker. I keep getting notifications because its nearing capacity, then it returns to normal. When I check container size all looks good. How can I isolate which docker/app is causing this spike?
  24. 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.
  25. Can somebody explain how to set the System Timezone? All my logs are in UTC. System time shows UTC. I want to change this to PST. Ive tried editing php-local.ini to include this line date.timezone = America/Vancouver but it doesn't do anything.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.