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.

hunter69

Members
  • Joined

  • Last visited

Everything posted by hunter69

  1. I currently began having weird issues with my sever. The past 5 days I have seen the server reboot once. Since then I have been seeing it shut completely off. This leads me to most likely a hardware problem. Upon restart, the array starts fine. A parity sync begins. Between 6-8 hours later the server shuts off. I guess what I am looking for, is logs to browse through to see if something in the OS is shutting down the server. I have confirmed this is not a "heat" issue. I appreciate anyone willing to help trouble shoot this issue
  2. Ok here it is. Thank for your time tower-diagnostics-20211110-2126.zip
  3. The test finished without error. Should I post another diagnostics?
  4. Ok thanks for responding so quickly. The extended test is currently running
  5. Can you look at my diagnostics and advise. I am seeing Parity is valid but read errors on Disk 5 tower-diagnostics-20211110-0749.zip
  6. I have been working on Deepstack. There are 2 dockers. Deepstack Deepstack-UI Can someone explain to me the difference? Does either one work as a deepstack docker for Blue Iris? Thanks for taking the time to share your knowledge.
  7. Can you share your vm specs? Like number of cpu's pinned. Ram Did you setup Deepstack AI?
  8. I am in the process of moving and changing my Unraid server. Currently I have a 2tb platter drive as my cache drive. The change I am considering: Have 2 cache drives 1 -1tb ssd 1 m.2 nvme 1tb drive. This disk will host 2 vm's and a couple dockers. Plex and ChannelsDVR. Is this a good plan?
  9. I am in the process of upgrading my current unraid. I am basically building a new server while trying to maintain my current data Integrity. Here is what I am doing: 1. Upgrading to all new hardware. New motherboard processor ram psu and case. 2. Reducing the drives in my array. I bought 2 8tb nas harddrives. 1 for parity and 1 for data. Currently I have 10 disks. Mainly 2tb and 3tb with a 4tb Parity. My plan is to reconfigure the disks in the array, then move the drives and unraid flash drive to the new hardware. ANy thoughts or your own experiences doing this major of change that I should look out for? I am preparing to 2 run 2 vm's on the system, which will require a fast drive for the vm's. Any suggestions? I am thinking a m.2 nvme as an unassigned drive. Thanks Bill
  10. I am planning an upgrade to my existing unraid server. Currently I have an unraid server virtualized in ESXI. I want to move my virtualization platform to me to Unraid. Currently I plan to have 2 vitual machines (1 homeseer and 1 blue iris). 2 dockers (1 plex and 1 channelsdvr). My current thought is to pass through IGPU to the plex docker. I plan to give 4 cpu's (Planning a purchasing a Xeon w1290p) to the blue iris vm (it seems to be a pretty damanding vm). Now to my question: When buying a motherboard, what should I consider to ensure my upgrade is successful?
  11. I am in the process of purchasing parts to upgrade my current unraid setup. The Processor I decided on is the Xeon 1290p socket LGA 1200. I am lookin at a X12SCZ-TLN4F from Supermicro. How can I tell if Unraid has compatible drivers for this motherboard?
  12. So did you end up buying this setup? If so how did it go?
  13. Thanks for responding I do greatly appreciate it
  14. I have a current unraid server. I am looking to do the following: 1. Consolidate equipment. I have the following: Esxi Server hosting Unraid and Homeseer. Unraid is running 2 dockers Plex and channelsdvr Blue Iris server hosting 6 1080p camers I am looking upgrade to an I9 setup Possibly a 10900K My thought is to unvirtualize Unraid and host 2 vm's on Unraid. Homeseer is not a demanding vm but Blue Iris is. Current Unraid setup has 10 disks (with parity and cache). The disks are attached to unraid using a SAS 9220-8i. I am thinking of using igpu to assist plex in trancoding movies. I currently have only 1080p movies but will end up in the 4k realm eventually. I have purchased a case Fractal Design 804 which limits my choices of motherboards to microatx. The SAS 9220-8i requires a pcie 8x slot. I really appreciate suggestion towards CPU and MOBO that would fit my needs. Thanks you in advance for taking time to help.
  15. Hello, I am switching my Plex server to this Unraid Docker. I have access to a Nvidia GTX 970. I am interested in installing this video card for hardware assist. This is my setup: I have a Unraid virtualized on esxi 6.5. What I plan to do: Install the Nvidia gtx 970. Pass through the video card to the Unraid VM. Questions: Will this work? If so, what else will I need to do to enable hardware assist using the GTX970? Thanks in advance for any help Bill
  16. When did this crop up? It looks like an issue with your mariadb setup. This is the error: General error: 1665 Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED. This is outside of what I know about mysql/mariadb off hand, but you may be able to google around and see if you can find a fix. Thanks so much for helping. I finally tracked the issue to the bin log format reverted. I had to set it back to mixed. I really appreciate the help. Bill
  17. I cannot seem to log into it. Attached in my log file from owncloud Thanks so much for helping me Bill owncloud.zip
  18. I really appreciate any help with this issue. If I did not provide enough info to troubleshoot please let me know. I really need to get this issue resolved. If it is easier, how can I try a complete reinstall and not lose my info already uploaded? Thanks Bill That's really strange. Can you post your config.php with sensitive info removed? Yes once sec. I also had a though. was having problems with a share. Part of the troubleshooting was to run check reiserfs. So I stopped owncloud, mariadb, apache, then the array. I placed it into "maintanence mode". Ran the check (only on the the dick that contained the problem share, nothing to do with "owncloud". The check completed with no issues. I started the array. I do not think I messed with Owncloud at all but since then I have had this issue. I am wondering if I could've messed with say file security rights or something. I changed a few things in the config.php and nothing made a difference. Here you Go: <?php $CONFIG = array ( 'instanceid' => 'oc2twvg4kdgg', 'passwordsalt' => 'secret', 'secret' => 'secret', 'trusted_domains' => array ( 0 => '192.168.2.97', 1 => 'hunterstec.com', ), 'datadirectory' => '/var/www/html/data', 'overwritewebroot' => 'owncloud', 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'https://hunterstec.com/owncloud', 'dbtype' => 'mysql', 'version' => '9.0.1.3', 'dbname' => 'owncloud', 'dbhost' => '192.168.2.97', 'dbtableprefix' => 'oc_', 'dbuser' => 'owncloud', 'dbpassword' => 'secret', 'logtimezone' => 'UTC', 'installed' => true, );
  19. I really appreciate any help with this issue. If I did not provide enough info to troubleshoot please let me know. I really need to get this issue resolved. If it is easier, how can I try a complete reinstall and not lose my info already uploaded? Thanks Bill
  20. Something happened to myowncloud install. I just got it working a week ago and it is back to the untrusted domain issue. I did not change anything (the config.php is that same as before). I am including the log to see if that helps to understand what the problem is. Right now I have a bunch of pic in it. My Setup is Bungy's owncloud mariadb is the backend going through the linuxserver.io reverseproxy owncloud.zip
  21. So the screen is normal thanks for that!! I also had to add 'overwriteprotocol' => 'https', that allowed me to log on properly. Thanks very much!!!! Bill
  22. Thanks for being so quick is this code correct for my linuxserver.io Apache reverse proxy? Also my code in Apache default.conf is <Location /owncloud> ProxyPass http://192.168.2.97:8000 ReverseProxyPass http://192.168.2.97:8000 </Location> Thanks a bunch
  23. maybe I misunderstand the above code overwritewebroot => 'owncloud', I always seems to have problems when adding that and I equated it to having the following data directory /var/www/html/data am I misunderstanding this? Also my code in Apache default.conf is <Location /owncloud> ProxyPass http://192.168.2.97:8000 ReverseProxyPass http://192.168.2.97:8000 </Location> Does that look write? Thanks again Bill
  24. Can you tell me how to change my path from var/www/html/data to var/www/owncloud/data I am stuck on this issue. I am installing the container to /mnt/cache/appdata/owncloud/ I cannot change it in the intial install in the docker. The I attempt to change it in the web config and it states I do not have the rights to write into that directory. Thank you very very much for responding and helping. I have been working very hard lots of hours to get this working. Bill
  25. I have a linuxserver.io apache revrse proxy running. I have installed the Bungy owncloud docker. I am attaching screenshots to see if anyone can suggest what I need to change to fix my issue. Have you seen the attached screenshots before. The normal (blue) screenshot is when I am accessing owncloud using http://server.com:8000. The white screen shot is when I access owncloud using https://server.com/owncloud. Not only is it white but I cannot login to owncloud. Thanks Bill

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.