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.

Shesakillatwo

Members
  • Joined

  • Last visited

Everything posted by Shesakillatwo

  1. OK, thanks so much. I must have misinterpreted some things I read on Drive sizes. I knew you could not have data drive space larger than the Parity drive space but I thought I read if I put a physical drive in for data that is larger than the Parity drive the data drive would only use the amount up to the Parity drive limit. Thanks for clarifying that this is not possible or correct!
  2. I have two 6TB Data Drives in my Server and all my data Drives are 4TB. I want to increase the size of several of my Data Drives from 4 TB to at least 6TB. However, when looking on line it appears that 8TB Drives are at about the same price point as the 6TB drives these days. I know and can put the 8TB data drives in place of the current 4TB drives but if I leave the current 6TB parity drives in place for now the new 8TB drive will only use 6TB. Now to my question: If I do this now to address my immediate need, and add larger parity drives later, will adding 8TB or 10TB Parity drives later immediately allow access to the remaining 2TB of space on the 8TB Data Drives I add today or will I need to do some other tweaks or adjusting to get the additional space for use?
  3. Thanks so much for the quick reply. I am glad to hear that if using the device mapping it does not matter what port my coordinators are plugged into. That puts that concern to rest! On the question of "Did you set them to auto connect in the mappings at VM start", I am pretty sure I did but when tinkering at the time I was first setting this up maybe I made a mistake? I will see how it goes for now and let you know if I see any additional issues. Probably user error..... BTW, this is an Awesome Plugin. Before I found it I was really struggling with how I was gonna make this work for my three Home Assistant coordinators so this was a gold find for me. Thanks!
  4. I just updated some of my USB Coordinator sticks for my Home Assistant VM running on unraid. I needed to install this plugin (which is amazing) because all three of my new coordinators were being identified as the same hardware which was causing issues with the Standard USB Pasthrough and as a result my Home Assistant would not start and displayed an execution error. After fumbling a bit I got this set up using Port mappings and it worked well. However it seemed if I rebooted the VM, not all the USB devices reconnected properly. I was able to reconnect them from the USB Manager GUI but I would prefer not to have to remember to do this everytime I reboot? So I updated my setting and mapped these coordinators as Devices which also worked. Have not rebooted and will not unless I have some issues or need updates. I was though curious if others had similar experiences and which version (port or device) you are using to map to Home Assistant? Lastly, with my coordinators mapped as devices versus ports, if I unplug a coordinator and move it to a different USB Port will it still be recognized and connect properly? I kinda assumed if I used the port method and connected to a different port when re-plugging the cordinator it might not be recognized. Thanks!
  5. I am experiencing an issue where my USB sticks ( I have a Sonoff, Nortek, and a 433 radio) appear to randomly loose connection with Home Assistant. How did you reset the boot order mentioned above, and what order did you use?
  6. I am installing Authelia today and had one issue that required me to run mysql_upgrade -u root -p against my existing MariaDB to get past an error in the log. I no longer see any log errors on start up but this is all I see in the Logs: time="2023-01-16T12:42:52-05:00" level=info msg="Authelia v4.37.5 is starting" time="2023-01-16T12:42:52-05:00" level=info msg="Log severity set to info" time="2023-01-16T12:42:52-05:00" level=info msg="Storage schema is being checked for updates" time="2023-01-16T12:42:52-05:00" level=info msg="Storage schema is already up to date" time="2023-01-16T13:02:56-05:00" level=info msg="Initializing server for non-TLS connections on '[::]:9098' path '/'" I did have to change the port I use from 9091 to 9098 as the 9091 port is alread in use on my network. I do not see an IP prior to the :9098 like in the install video but I and not sure why??? I am also unable to log into the app. Any help would be appreciated. Thanks!
  7. I have purchased a Domain and setup the Cloudflared Tunnel. I am using SWAG as the Reverse Proxy. I have edited the app.subdomain.conf files for several things and I have some end points accessible from the outside world and some are not. This is what I am trying to fix. I have two Unraid Servers and the Cloudflared Docker is installed on my "dataserver". I have a few other Dockers and two VM's which I want to be able to access through the tunnel. I cannot access the VM's or the one Adguard Docker on this machine I want to despite having tried many things. I am however able to access my backup Adguard instance (which is running on a Raspberry Pi) fine through the Cloudflared tunnel. I have configured both the main and backup Cloudflare tunnels the same except for their specific IPs so I do not understand why one works and the other does not. I do have separate subdomain.conf files for each. I was also hoping to access the "VM Console(VNC)" for one of the two VM's on this unraid Server but I cannot figure out how to configure this??? I can also not access a VM on the Second Unraid Server. Again, I do not know how to configure to get to the "VM Console(VNC)" on that VM. Any help on this would be appreciated. I can access my main router from the outside the network fine through router.my_domain.com and that works. I can also access some dockers on my second unraid server "mediaserver" including plex, nextcloud, guacamole and vaultwarden but I cannot access others like my freepbx docker.
  8. Did some more digging based on the results from the command you suggested. Found a similar post so I deleted the My Servers plugin and reinstalled it and all appears to be working now..... Thanks so much!
  9. Lets start here cause of the differences. I ran this command on both Servers. "unraid-api report -v" The results on the bad Server are shown here: root@MediaServer:~# unraid-api report -v bash: unraid-api: command not found root@MediaServer:~# The good server retruned this information: <-----UNRAID-API-REPORT-----> SERVER_NAME: DataServer ENVIRONMENT: production UNRAID_VERSION: 6.10.2 UNRAID_API_VERSION: 2.47.1 (running) NODE_VERSION: v14.15.3 API_KEY: valid MY_SERVERS: authenticated MY_SERVERS_USERNAME: xxxxxxxxxxx RELAY: connected MOTHERSHIP: ok ONLINE_SERVERS: DataServer[owner="xxxxxxxxxxx"] OFFLINE_SERVERS: MediaServer[owner="xxxxxxxxxxx"] ALLOWED_ORIGINS: http://localhost, http://IPV4ADDRESS, https://IPV4ADDRESS, http://dataserver, https://dataserver, http://dataserver.local, https://dataserver.local, https://IPV4ADDRESS.HASH.myunraid.net, https://IPV4ADDRESS.HASH.myunraid.net:WANPORT HAS_CRASH_LOGS: no </----UNRAID-API-REPORT----->
  10. I have two servers. One of these always shows offline in My Serversbut it looks connected? Have tried a few things but this does not ever seem to correct. Was this way in 6.9.2 and is still this way in 6.10.2. Has the latest My Servers Plugin installed. Any suggestions?
  11. Thanks for the response. I purchased this power supply to use: https://www.amazon.com/dp/B09BNBWSWJ?ref=ppx_yo2ov_dt_b_product_details&th=1 And an extra pair of Sata Cables: https://www.amazon.com/dp/B09BN49K96?psc=1&ref=ppx_yo2ov_dt_b_product_details How I identified the Problem is on the Connectors that attach to the Power Supply there are 5 wires on each, but of the six locations wire can be attached on those connectors they are diifferent between the two cables I ordered seperately and the Sata Cables that came with the power supply. Not sure just one pin is wrong or several (thay are all Black) but the connector plugs are different. When I removed these cables and conneted with Splitter Sata cables I could get new drives to be recognized. I also put the original drives in another Unraid server I have and none of the four were recognized..... I also found the Tools - New Config a few hours after I posted and I am rebuilding parity now. Hopefully all will work! Thanks again!
  12. I moved my all my drives to a new system two days ago and have been pulling my hair out because 4 of my 8 Data Drives were not coming up. To make a long story short, the Power cable connector on the New Power supply I bought was wired incorrectly on one of the Pins and it appears to have fried the last 4 drives from my array. Both Parity Drives, the 4 Cache Drives, and the First 4 drives in my array are all good. with the loss of the last 4 drives in my array, I would like to know if there is any way to reserect the Server with everything that was on the first 4 data drives drives and simply add 4 new drives the last drives and restore data??? My dockers, apps, etc are all on Cache or the first four drives. Let me know please!
  13. After playing with it for a few months I went with a Windows VM instead. Has been working great since I made that move. I was also concerned as it does not appear to have any ongoing support or updates.
  14. I have an unraid Server with two 6TB Parity Drives. I also have two 2TB Drives that I want to replace and upgrade to 4 TB. Can I power the system off and replace both at the same time so I can avoid two Individual Parity Rebuilds?
  15. So I am using an old Asus Motherboard with an Intel® Core™ i7-3770K CPU @ 3.50GHz that I had laying around. I upped it to 32 GB of Ram. I currently have 12 1080P cameras connected to the system. I set up the Blue Iris vm using 6 of the 8 cores ( 1/5 2/6 3/7 ) leaving the 0/4 Cores for other things. I did also try it on only 4 cores but decided to leave it at 6 because when I run the GUI to do updates to Blue Iris I felt the CPU Utilization went a bit higher than I wanted. I am not yet using Deepstack and not sure I will. I was mainly trying to duplicate my old Stand alone Blue Iris Box with hopefully better performance. While I don't remember specifics I would say the performance is similar if not a bit better than the stand alone. Below is a plot of the two weeks or so since I mad the change. Average CPU for the Server sits around 35%-40% with only the Windows Service Running and goes up to about 55%-60% with the Gui open. So far no spikes or restart issue and none of the 100% CPU issues. The fact that it has been Rock Solid Stable is one of the main reasons I moved away from the Docker. Downside is I had to buy a windows 10 Key but that was only $29 USD. Worth the trade off.....
  16. So I took the leap and set up Blue Iris with a Window 10 VM on the Same unraid Server I was running the Blue Iris Docker. I stopped the Docker and have not yet deleted it. I was also able to copy my config with the .reg file to the new VM and only had to make a few changes! I was very surprised and happy with the outcome. First, I run the BI Service on the VM so the Gui is not always running. I start the Gui when I need to make changes but leave it off otherwise. I access the cameras and normal things from my Mobile app. I found running just the Service I actually had about 5-10% bettter CPU Utilization on Server when compared to the Docker. If I start the GUI on the VM it goes about 10+% higher than the docker but again, I only run the GUI to make changes and adjustments. This said, If things continue to be stable and I have no issues over the next week or two it is my intention to delete the Docker and stay with the VM. I will ost a message after I have tested a while and made that decision.
  17. I have never set up an Unraid VM before but am definitely open to trying it. Our of curiosity if you happen to know, how is the CPU usage on the VM when compared to the Docker? my Docker runs at about 40% CPU utilization unless the Gui is open in which case it seems to go up 8-10%. Just curious how it compares if you had actually run the Docker Version.
  18. So after a few weeks I have some observations and questions. It appears that some times when I start this docker blue Iris appears to be starting but never full does start up and the CPU sits at 100% till I stop the docker. Once stopped if I restart it it starts up fine most of the time. In addition I upgraded from 16GB of RAM to 32GB. The docker now seems to use about 8-10% less CPU. I do though still see the Docker occasionally climb in memory use till it falls over as shown above. Some times it does this a few hours after starting the Docker and sometimes it does after a few days. This has not improved updating BlueIris. So based on your comment above I was curious if this could be a Wine issue rather than a Blue Iris issue. I know nothing about wine so if this is possibly the case any idea how to troubleshoot this? It does seem odd no one else has reported this issue???
  19. Thanks so much for the instructions. I do appear to be updated to a newer version of Blue Iris at this point and I have the latest UI3 as well. Things seem to be working so I will watch for any additional crashes or Memory Issues..... John
  20. I have installed the BlueIris Docker available through Community Apps. Have it fully operational but am having a memory consumption / spiking / leak issue described here: Unfortunately that thread seems to get little traffic but I am kinda stuck in trying to figure this out. BlueIris is the only Docker running and this issue does not appear to be present when it is stopped. Any help on fixing or troubleshooting would be greatly appreciated. Sorry, I am kinda a Newbie here!
  21. Another question. The Current BI Docker seems to be having some memory issues which I am unsure how to Troubleshoot. in the Below image you can see how my memory utilization suddenly shoots up twice in a 12 hour period. As it peaks CPU has issues and things become unresponsive on the machine. After the second spike I shut down the BI Docker and everything remained stable for 24+ hours. I have no other dockers running at this point while I troubleshoot. Any thoughts on how to fix this or troubleshoot? Also I noted that an older version of the BI App seems to always install with the Docker. Is there a way to force a newer version to install as there are much newer versions of 5.x available as noted below.
  22. I would like to update the Blue Iris APP within the docker container. However, when BI shuts down to install an updated version, before the update can complete BI is starting again in the container and this causes the update to fail. Is this possible to update BI? I ask because I appear to be having some type of memory leak with the current version in the Docker.
  23. I followed the instructions to back up the registry outside of Blue Iris. They seemed to work fine but I have not yet tried to update and restore these settings.
  24. I Switched my Blue Iris Docker my docker to use an IP on br0, and I have no issues connecting to it from the BlueIris app on my mobile now. Good suggestion. I am still however periodically seeing my CPU Climb to 100% and hang there. This is an older machine running an I7-3770k CPU with 16GB Ram. It is working about the same as my Physical Blue Iris Server except for the periodic Spikes. I removed all the other Docker Container to ensure it is not some kinda conflict issue which I am not even sure is possible. I did also look at the videos you suggested and they were pretty cool. May head down that path once I get things a bit more stabilized! Thanks again for all your help and suggestions!
  25. I did manage to get this installed after a few tries. Appears to need to start and install some required items and Blue Iris in the docker during the install? It only extracted about half the Docker files then I waited and started the Web UI to finish the install. I did specify an unraid share for recording which works fine. I am running 12 2MP cameras. Only having two problems so far. 1. Cannot connect to the server from the Android Mobile App. Not really sure why? 2. CPU sits at around 40%, but periodically pegs to 100% with pretty much all of that being from the Blue Iris docker. Not sure why this happens... Otherwise this seems to be working OK. I am running an i7-3xxx so not the most powerful machine.

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.