jay010101

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by jay010101

  1. Found my Unraid server today with all CPUs pegged. Looks like the process had been going for a while (Screenshot). From the Unraid command line it looks like Unassigned Devices was port scanning on port 445.  the 20.220  was an old VLAN I had setup but not currently in use and not an active interface on my Pfsense gateway.

     

    I went into Unraid and removed the VLAN. Seems like odd behavior. Maybe it was stuck because it couldn't reach that 20 network. Looked for that script as well under BIN but found nothing. 

     

    Why would unassigned devices do this?

     

     

    Ternimal SS.png

  2. left click the docker image and select. This has worked in the past. then it takes you to the site and you click "Your Media". This was never there before. Normally it would just show a icon for my Plex server and I would select it. Now it says "Get Plex Media Server" 

     

     

    1523821657_dockerRightClick.PNG.6a466642b392d97691b3e6175c00b723.PNG

     

     

     

  3. Anyone having issues with the Plex Media Server? I logged in and all it says is add your media, then it says Get Plex Media Server.

     

    Kind of funny but the Media Server is what i'm running.

     

    Trying to google but not finding this.

  4. 11 hours ago, maxstevens2 said:

    I've not seen plex do it.

    What are your other dockers?

    Or do you have a VM stored onto the drive?

    Whats te filesystem type?

    Only have 3 dockers: plex, unifi and binhex-krusader.

     

    The reason I think its plex is that if I stop the container the writes go to something small0-100KB/s.  with Plex running i'm getting spikes of 500 KB/s and in iotop seeing [loops2] writes on the top of the list. Similar problem as in the past.

     

    I believe plex was the issue last time, or its docker in general.

     

    maybe i should up grade to the latest version . I'm on the stable branch right now 6.9.2loop.PNG.f6985b7c3894381a7ffd687318c3f8e2.PNG

     

  5. I have an Unassigned Device external drive that I've attached to my unraid server that I want to encrypt. Everything seems to work fine as I click the FORMAT button under UD on the MAIN screen.

     

    I select XFS-ENCRYPTED and it asked me for my password. I used a long 26 character password, which I have used with LUKS before.  No error messages and the format goes through.

     

    I go into the settings for UD and set the disk password so unraid can mount it with no error message, but when I attempt to mount it will not mount. In the log settings is says this

    image.png.85776f51c0cc365c7b7261ef9b6754b5.png

     

    So I re-partitioned the drive again setting a new password in case there was an error in entering the password the first time.  I tried mounting and it gave the same error message. I tried mounting using the command line which gave the same error No key Found.

     

    So I re-partitioned again using a 16 character password and it worked fine.

     

    I've used LUKS encryption before with very long password lengths, is there a reason unraid is restricting the number of characters?

     

    What is the max password length?

     

    Thank you.

  6. I'm trying to rsync a few directories to an external drive.  The main concept I'm trying to understand is that these shares are spread across multiple drives.

     

    Now I do see using the command line (df -h) a mount called "/mnt/user" and "/mnt/user0"

     

    image.png.d3ff0f0cd4efde27536876244cfa3a53.png

     

    I would like to run one command using rsync like  (rsync --archive --delete /mnt/user/SourceFolder/  /mnt/"external drive"

     

    its a little confusing because there is the two separate mounts "User" and "User0"

     

    Is there one mnt that contains all the data of those shares?  I hope this makes sense.

     

    separate question.... can I use the crontab of one of my authorized users to schedule this backup? Or is there an APP for that?

     

    Thank you.

     

  7. I've read some more and have a better understanding why this is happening. I looked at the APP for Turbo Write Schedule and that looks interesting. But as the Mover is doing its work at midnight on this might not be an issue for me. Its only when I'm doing an intentional move that it becomes an issue. Thanks for the reply.

     

    Jay

  8. Same thing here. Writes to the cache as full speed (max spinning drive speed reads).

     

    image.thumb.png.3f7f69da490f3ca2eaf404ecf077d3ad.png

     

    Then when I hit the Mover button (below image) I only get 25MB/s. is this normal? the system isn't doing anything else such as a parity check. though the parity drive is active.

    image.thumb.png.5ef8abbaee2e7989891a113d48e0ec84.png

     

  9. I'm currently using 6.8.3 and I'm seeing the issue in docker where the loop2 process is doing mass writes to my cache while the server has no usage.  One of the users suggested running this command (mount -o remount -o space_cache=v2 /mnt/cache) after boot, which has reduced my IO down on Loop2 to 0.49%. So a temporary fix.

     

    I'm told the new version 6.9.0-rc2 should fix this problem.  Is there anything I should do prior to doing an upgrade other than backup  my USB drive?

     

    I'm in the testing phase so I have not purchase a key yet.  I am loving it so far.