laryan

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by laryan

  1. I hope this is the right location for my question. I’m using unRAID v6.9.0-rc2 with SyncThing v1.12.1 installed as a docker. I’ve attached/created a unRAID NFS Share mounting a shared folder on one of my Ubuntu servers. I have SyncThing configured to sync to this NFS mounted Share. The synchronization part works as it should. The problem is the folders and files created on the NFS mounted Share have the permissions UID:99 and GID:100. Which I know is user & group SyncThing is running under. These UID/GID don’t match any UID/GID on my ubuntu box. If I change the UID:GID on these files and folders after creation via command line, then SyncThing complains. The user I’m “typically” logged into Ubuntu uses 1000:1000. There is a ubuntu group, “users” with GID:100, which my typically user is a member. Suggestions on how to fix this NFS mounted share permission issue?
  2. I wanted to add my experience. I run both Plex for external viewers and Kodi for internal. I have 20+ external users and 4 internal devices. Typically I have 5-6 external users and only 1 or 2 internal running in parallel. The Plex users use varies devices, iPads, iPhones, Roku, Firesticks, etc. I've seen as many as 8 external and 2 internal running all at the same time (typical Friday and Saturday night) without any issues. I've got my Plex box tuned pretty well and my users don't see any buffering. I'm sure with my system I could have more parallel users, maybe 10-12.
  3. Thanks for your feedback. I think I've decided to do just that. Convert my current Workstation/NAS1 to unRAID NAS. As it already has a chassis large enough for 10 drives, a large power supply and 8-port RAID controller. Purchase a new computer to setup up as my workstation. Using unRAID vs. the existing traditional RAID I can easily add drives as needed and of varies sizes to expand my storage needs. And I can easily move to a larger chassis in the future if needed. This NAS1 held only movies 2015 and newer. So it should be easy enough to re-download any that are not recoverable. I'll post back here as I progress. I've got to be away for a week for my work, so it be a while before I can start this project. ---- An update. Its now Jan. 2021. I migrated to two unRAID systems. unRAID1 (Used for my Dockers and VMs) Intel i9-9900K CPU, 32GB RAM Large case with room for 14 3.5" drives. Currently 60tb. Single 2Tb SSD cache drive and Mirrored 1Tb SSD for VfastPool drive unRAID2 Intel Xeon E3-1281, 8GB RAM Similar large case as unRAID1. Currently 126Tb. Single 2Tb SSD cache drive I run SABnzbd, Sonar and Radarr on a seperate Ubuntu system with dedicated nVidia card for transcoding all TV Episodes to 720p. Allowing for better playback on Plex. I also have a dedicated Ubuntu box as my Plex server. All are networked together with bonded/teamed 1Gb ethernet. For faster transferring of all that data between servers.
  4. I currently have over 100 TB of media storage. Split between two NAS's NAS1. My original is a Windows 7, Intel RAID controller, RAID5, 8 x 3 TB Drives (~20TB), NFS Shares, OS on a separate SSD drive. NAS2. Huge box with Unraid 6.6 Pro. 12 x 6 and 10 TB drives + 2 x 10 TB Parity drives. My ( 4 or 5) Media Management Servers are all virtualized Ubuntu running under VMWare on a large Dell Server. The Windows NAS1 is also my "work" station, so this is were I manage my library, review/verify my media, edit my scripts, etc. An application while scanning/importing my media files on NAS1, deleted every file. All the data "should" be recoverable, since was just deleted and not wiped or written over. I purchased a couple 10 TB drives to recover the delete data to. Then at that point the NAS1 will be empty for me to do whatever I want to it. But here's the dilemma. I have a couple options. 1. Do I continue using NAS1 as I have, Workstation and NAS? I've not had any real problem with it. 2. Stop using NAS1 for storage. Add more storage to NAS2 and move all data from NAS1 to NAS2. Having only a single NAS moving forward? 3. Build out a new NAS3 storage server with unRAID. Move data from NAS1 to NAS3 and stop using NAS1 for storage and just use NAS1 as a workstation? Having two NAS's (NAS2 & NAS3) moving forward. I guess the real question is, with over 100+ TB of data What would you do? Split between two NAS's or is it okay to keep all the data in one NAS?
  5. Perfect. Thanks. That what I had thought. But my searching couldn't find the answer.
  6. My unRAID system was originally built out with 6tb data and single parity drives. A while back I upgraded the parity to a 8TB drive and started adding additional 8TB data drives to the system. Now I'd like to move to using dual parity. Can I add a second 10 TB parity drive with my current 8 TB parity drive? Then as funds become available, I would later replace/upgrade my first parity drive so they'd both be 10TB. Can I use two non-size matching parity drives? Or do both parity drives need to match size? 7 x 6 TB WD Red 2 x 8 TB WD Red 1 x 8 TB WD Red Pro Parity
  7. I just looked at the Apps tab. Which is displaying the following errors. Not sure if its related. But prior to the upgrade the Apps tab displayed just fine. Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (Connection refused) in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 671 Couldn't create socket: [111] Connection refused Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 851 Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (Connection refused) in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 671 Couldn't create socket: [111] Connection refused Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 851 Warning: file_put_contents(/var/lib/docker/unraid/community.applications.datastore/appOfTheDay.json): failed to open stream: No space left on device in /usr/local/emhttp/plugins/community.applications/include/helpers.php on line 89
  8. After I upgrade unRAID to 6.2.1, restarted the server. My Linux servers that are connected to my unRAID NFS Shares started getting "Stale file handle" errors. I can't copy files to unRAID at all at this point. Prior to the upgrade it was working fine. Linux: Mint 17.1 Rebecca unRAID 6.2.1 The mount statement inside my /etc/fstab file 10.100.2.2:/mnt/user/tv /mnt/tv nfs rw,rsize=8192,wsize=8192,timeo=5,intr,noexec When I attempt to connect to my /mnt/tv directory and copy files, I get this error message and the mount is disconnected. "Error when getting informaiton for file '/mnt/tv': Stale file handle" ------------------- Warnings from the unRAID log. Oct 24 20:28:58 Tower kernel: ACPI: Early table checksum verification disabled Oct 24 20:28:58 Tower kernel: xor: measuring software checksum speed Oct 24 20:28:58 Tower kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) Oct 24 20:28:58 Tower kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) Oct 24 20:28:58 Tower kernel: floppy0: no floppy controllers found Oct 24 20:28:58 Tower kernel: ata1.00: READ LOG DMA EXT failed, trying unqueued Oct 24 20:28:58 Tower kernel: ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 Oct 24 20:28:58 Tower kernel: ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 Oct 24 20:28:58 Tower kernel: hid-generic 0003:046E:6000.0002: usb_submit_urb(ctrl) failed: -1 Oct 24 20:29:05 Tower rpc.statd[1517]: Failed to read /var/lib/nfs/state: Success
  9. I recently needed to expand my media storage. I purchased unRAID 6 Pro and built my new NAS. This last weekend I moved about 6 TB of media to this new NAS. I use a shared MySQL database. I've reindexed all my media with-in KODI, the folders and files were all found and indexed properly. But I'm not able to "play" any of these files. I get the KODI Warning "This file is no longer available". In the KODI log I have these lines. 09:23:01 T:1868 ERROR: Failed to open(//showtitle/season 04/extrafanart/) opendir call failed with "NFS: Lookup of //showtitle failed with NFS3ERR_NOENT(-2)" 09:23:01 T:1868 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://10.100.2.2/mnt/user/tv/showtitle/season 04/extrafanart/ 09:23:01 T:7584 ERROR: Failed to open(//showtitle/season 04/../extrafanart/) opendir call failed with "NFS: Lookup of //showtitle failed with NFS3ERR_NOENT(-2)" 09:23:01 T:7584 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://10.100.2.2/mnt/user/tv/showtitle/season 04/../extrafanart/ 09:23:01 T:8636 ERROR: Failed to open(//showtitle/season 04/../../extrafanart/) opendir call failed with "NFS: Lookup of //showtitle failed with NFS3ERR_NOENT(-2)" 09:23:01 T:8636 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://10.100.2.2/mnt/user/tv/showtitle/season 04/../../extrafanart/ 09:23:15 T:1828 ERROR: C:\Users\XBMC\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning I'll have same errors in log for every show I try to play via KODI. I have now issues with SickRage adding new shows to the unRAID NFS Shares. Additional information Kodi (14.2 Git:20150326-7cc53a9) (One installation running on Window 8.1, 3 running on OpenElec) unRAID v6.12