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.

Mogo

Members
  • Joined

Everything posted by Mogo

  1. Everything was working fine. Had internet issues and had to reboot the modem and router. Unraid server is still on and running but can't get access to the login page (Browser error is this site cannot be reached) . SSH into terminal does not work as well (Connection refused). I can still access the docker containers that are running through their own url's. Any option other than a hard reboot?
  2. If I have the following setup: 10TB parity drive - good 8TB disk 1 - good 8TB disk 2 - good 8TB disk 3 - bad Unassigned 12TB drive - good Is there a way for me to swap the 10TB parity drive with the 12TB parity drive and then replace the bad 8TB drive with the 10TB drive? All without losing any data?
  3. Mogo replied to Mogo's topic in General Support
    Yes it was Disk 11 that it was reported on. Ok I'll monitor it and see if that keeps increasing... Thanks.
  4. Mogo replied to Mogo's topic in General Support
    Sure here is the whole diagnostic file.
  5. I see 4 of these types or errors in the diagnostic logs for a particular hard drive. What does it mean and is it a cause for concern? Error 4 [3] occurred at disk power-on lifetime: 32232 hours (1343 days + 0 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER -- ST COUNT LBA_48 LH LM LL DV DC -- -- -- == -- == == == -- -- -- -- -- 40 -- 51 00 00 00 05 74 e4 93 30 00 00 Error: UNC at LBA = 0x574e49330 = 23435973424 Commands leading to the command that caused the error were: CR FEATR COUNT LBA_48 LH LM LL DV DC Powered_Up_Time Command/Feature_Name -- == -- == -- == == == -- -- -- -- -- --------------- -------------------- 60 00 00 02 68 00 05 74 e4 af 68 40 00 22:13:25.959 READ FPDMA QUEUED 60 00 00 00 98 00 05 74 e4 ae d0 40 00 22:13:09.908 READ FPDMA QUEUED 60 00 00 04 00 00 05 74 e4 aa d0 40 00 22:13:09.908 READ FPDMA QUEUED 60 00 00 00 60 00 05 74 e4 aa 70 40 00 22:13:09.905 READ FPDMA QUEUED 60 00 00 04 00 00 05 74 e4 a6 70 40 00 22:13:09.905 READ FPDMA QUEUED
  6. Mogo replied to Blofeld's topic in Hardware
    I think I've finally figure out the case I want. A 4U, 24 bay hot swap rack case that uses an atx psu and has a sas3 expander backplane. Does such a case exist? I see stuff on Aliexpress but have no experience dealing with those companies. Anyone come across a case like that?
  7. Anyone know if any of these Lenovo cards will work with unraid without issue? ThinkSystem 440-16i SAS/SATA PCIe Gen4 12Gb HBA https://www.lenovo.com/ca/en/p/servers-storage-options/adapters/storage-adapters/4y37a78602 ThinkSystem 430-16i SAS/SATA HBA https://www.lenovo.com/ca/en/p/servers-storage-options/adapters/storage-adapters/7y37a01089
  8. Thanks, I think I see what you mean. Just two more question then. Assuming there is an hba card and an expander card (to connect to a das) installed on the motherboard, do you need to connect the expander to the hba? If so and let's say i had the 5 cables from the case and only 2 ports on an hba, can i connect the other 3 cables to the expander?
  9. Just curious if someone can recommend a good HBA card to use with this case? The backplane on the Silverstone RM43-320-RS has 5 ports that I assume connect to 5 ports on an HBA card? When I was researching, I heard about only using 1 cable or (2 cables) for more bandwidth to connect all 20 hard drives but I don't know how to do that or how that would be implemented. Assuming the above is resolved, how would I then connect a DAS to the Silverstone RM43-320-RS? Do I need a second card that has 2 external ports or is there 1 card that would do everything? Thanks.
  10. 1. Open a terminal and create the mongodb folder - mkdir /mnt/user/appdata/mongodb 2. Change directory - cd /mnt/user/appdata/mongodb 3. Create key file mongodb.key (mongodb will use it for authorization) - openssl rand -base64 741 > mongodb.key - chmod 600 mongodb.key Step 3 is how you create the key and then in your mongod.conf file you need to add the below if you don't already have it: security: authorization: "enabled" keyFile: /data/db/mongodb.key
  11. The drive is connected to the unraid server. It's an external hard drive case connected to a usb port on the back of the motherboard. The file system is xfs on the external drive. I checked the syslog and I see this message "unassigned.devices: Warning: Unassigned Devices are not set to be shared with NFS."
  12. I believe this first started a few weeks ago. On my external hard drive that's connected using unassigned devices, I can't delete any files. I am browsing the hard drive via a windows computer. I know a solution is to go to the unraid command line and set the permissions for the entire folder structure. Any idea how this happened? Is there an easier way to fix the file permission for this than what I mentioned? ( New Permissions option under Tools will not work as it does not detect the external hard drive, just the directly attached drives) Thanks.
  13. For a 24 bay case like the one in this link: https://www.alibaba.com/product-detail/ZhenLoong-4u-24-bay-rackmount-hot_1600372384846.html?spm=a2700.galleryofferlist.normal_offer.d_title.174d1798i99yFk If the 12Gb/s SAS expander backplane case was used, what SAS HBA card would work so that only 1 cable connects from the case to the SAS HBA card?
  14. Sometimes when I take a screenshot of a whole page and try and paste it into bookstack, I get this error: "An error occurred uploading the image" If I did a screenshot of a quarter of the page and pasted that then it is successful. Is there a setting or option I need to change? I already have FILE_UPLOAD_SIZE_LIMIT=1000 which doesn't seem to help.
  15. It's all good. The documentation was sparse. I thought there was some admin console where we pick the frequency of attacks and the seed for the server etc.. I've since moved on from this game. But thanks for answering.
  16. Not sure what happened, but my unassigned device (external ssd drive) does not show up in windows explorer any more. I can still access the drive through krusader and terminal. Krusader just gets in but all files are missing. Terminal can get in and see all files. It just does not show up in windows and is not accessible through there. Any ideas? Fixed the issue by doing this: Enable SMB Security? Public instead of No
  17. I setup the Valheim server and can log in. How do I access the admin console to actually set the server settings?
  18. Does anyone know how to upgrade MongoDB from v4.4.3 to v5 or greater?
  19. Do you happen to have proxy enabled in those 2 containers? If so disabling that will probably fix the issue. I'm not sure how to fix it with the proxy enabled, assuming that is the issue.
  20. Is there a way to capture the contents of what is on the array using a docker container or script and outputs it to a text of excel file? For example: Disk 1 \\Unraid\aaa\files\file1.xls \\Unraid\aaa\files\file2.png Disk 2 \\Unraid\bbb\photos\house.png So whatever is outputted will list what is above as an example. In case a drive crashes and is unrecoverable at least if a weekly or daily report was run, one would know what was lost up to a certain point.
  21. I used a brand new flash drive with unraid for 5 years before I ran into issues. One thing that prompted me to replace the flash drive was when the server rebooted once a week, there were errors in the log accessing the flash drive or the os would be in trial mode because it could not find the license key. After researching the issue I decided to replace the flash drive and do the whole transfer license to the new flash drive. That solved the problems I was having. If you have the issues I mentioned above, it could be indicative that your flash drive is failing or is bad now.
  22. Can you do a parity sync or data sync and at the same time do a pre clear? Is there an effect on performance? If it is possible to do both activities at the same time is there any additional risk?
  23. You should check the logs and see which error you have. I assume you get this error " Database disk image is malformed"... however, after that you probably get either one of these errors " Error creating log database" or "Error creating main database". If you have the main database error then deleting and renaming the log file will not solve the problem. When you go here: https://wiki.servarr.com/en/radarr/faq follow the instructions under "Errors of Error creating main database indicate issues with radarr.db" and that will probably fix the issue. The first startup will probably take awhile.
  24. Mine is setup the same. Just to add, everything just started working.

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.