Jump to content

BRiT

Members
  • Posts

    6,575
  • Joined

  • Days Won

    8

Everything posted by BRiT

  1. On your shares configurations, two of them in particular, you have "prefer" configured for the Use Cache setting. This means that when Mover runs, it will copy data from the Array Drives to the Cache drive. Double check that those shares are not using up the space. d----e.cfg t-------e.cfg
  2. So files created by the docker can have the proper ownership (user and group) set without you having to run any sort of "Fix Permissions" script with unRaid. Not all systems running a docker container (Emby or Plex for instance) will have files owned by NOBODY / USERS. Not all systems will have the user mapped to UID 99 or group mapped to GID 100. Remember, dockers are not unraid specific, they can be run on other Linux systems or even Windows.
  3. Anyone with physical access to the USB drive and the array system can get access to files that are not encrypted. They can wipe out the password fields entirely on the flash drive from a different system, insert the modified flash drive into the unraid system and turn it on. After boot up, they will have the system without passwords. The way to protect against that is using drive encryption with a passphrase only you know that is not stored on anything they have physical access to. However, I am unable to answer the question if your brother is smart enough to do this.
  4. Report issues like that to the Plex Development team, sounds like it's core Plex issue, not docker container issue.
  5. Supporting more than 28 data drives with just 2 parity drives is questionable from a sensibility standpoint. To genuinely protect more than 28 data drives one should really have multiple array pools, each with their own set of parity drives. This requires substantial development efforts from where things stand today.
  6. From your diagnostics file ... your dockers went crazy, spammed the /var/log/docker.log file(s), and caused your current trouble. Looking at system/df.txt: tmpfs 128M 128M 0 100% /var/log Looking at system/folders.txt: /var/log -rw-rw-rw- 1 root root 127782912 Oct 2 18:26 docker.log.1
  7. Pro = Unlimited attached storage devices.
  8. Excuse the formatting as I'm browsing from a tablet.
  9. I dont think Read or Write at that level is what you or I thought it was. I think those columns are how many Shares the user is explicitly in the Read or Write list of. Here is the code behind it: foreach ($users as $user) { $name = $user['name']; $list = "<a href=\"$path/UserEdit?name=".urlencode($name)."\" class=\"blue-text\" title=\"$name settings\">".truncate($name,20)."</a>"; $desc = truncate($user['desc'],40); if ($list=='root') { $write = '-'; $read = '-'; } else { $write = 0; $read = 0; foreach ($shares as $share) { if (strpos($sec[$share['name']]['writeList'],$list)!==false) $write++; if (strpos($sec[$share['name']]['readList'],$list)!==false) $read++; } } if ($user['passwd']!='yes') $list = str_replace('blue-text','orange-text',$list); echo "<tr><td></td><td><i class='icon-user'></i>$list</td><td>$desc</td><td>$write</td><td>$read</td><td></td></tr>"; } https://github.com/limetech/webgui/blob/master/plugins/dynamix/DashStats.page
  10. Some more info on what I was thinking of: Settings / Disk Settings / Tunable (poll_attributes): This defines the disk SMART polling interval, in seconds. A value of 0 disables SMART polling (not recommended).
  11. Someone better can speak to this, but have you looked at what your refresh polling delay is set for the UI? There's a setting somewhere that impacts how frequently it polls for drive temperature and status. Maybe that impacts this as well?
  12. Your /var/log is full. Your dockers started going crazy on 2019-09-19, logging the following message ad infinitum into /var/log/docker*. That eventually used all 128 Meg available for logs. You didn't noticed any issues staring over 10 days ago? time="2019-09-19T02:48:22.229554249+01:00" level=error msg="Error replicating health state for container 984fdb87d3deaeaf2575e46990b56a93d1660a02d4d8145812a9865c69897be4: open /var/lib/docker/containers/984fdb87d3deaeaf2575e46990b56a93d1660a02d4d8145812a9865c69897be4/.tmp-config.v2.json483062491: read-only file system"
  13. As I linked earlier, the cost is around $10 - $12 per month for unlimited storage, as Google doesn't enforce more than 5 users setup required. It used to be around $8 a year ago. The person who started that thread and is helping a lot of us out has over 400 TB stored there.
  14. Does swapping cables from Disk 1 and Disk 8 impact the speed test on the valid disk 8 any?
  15. Some are using Rclone and Google Drive, even for direct storage:
  16. It includes all fixes, so no need to downgrade.
  17. Because now there is an RC4...
  18. If they're like most development places, it's been looked at and worked on for far longer than it was documented.
  19. Just to rule this out as the causes... Those with Plex corruption, are you using Graphics Hardware Acceleration for Transcoding? Anyone getting the corruption and not using GPU acceleration? Also, anyone with the corruptions tried running with CPU Security Mitigations disabled via the additional plugin and still getting corruptions?
  20. Have you tried turning unraid off and on again, a full reboot?
  21. I think the PreClear plugin has options to Wipe drives clean so the data can't be recovered. But the drives can't be part of the array in order to work on them. Not sure on plugin compatibility with what version of unraid.
×
×
  • Create New...