Jump to content
We're Hiring! Full Stack Developer ×

trurl

Moderators
  • Posts

    44,098
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by trurl

  1. Probably putty connection. Any process you expect to take a long time should be done in a screen session so you can disconnect and resume as needed. Screen can be installed from NerdTools plugin. Google Linux Screen Command.
  2. See Step 1: Delete your previous image file May look slightly different than that old post but that's basically the idea.
  3. Since that was your only docker might as well start clean by recreating your docker.img
  4. OK; do I still remove the container and image first? Then...re-trace my steps? Yes
  5. There are no port mappings for Network type: Host You need another volume mapping for your media. Go back and review your own post history.
  6. It's just an example. Any .cron file under the plugins folder or subfolders will get added. Create one and name it whatever or just put it in one that's already there.
  7. I think this is a blocked port issue; I can't hit unserver:32400...so my machine, not the FireTV can find the PLEX server. The question is...at least for this noob; is why? Why...all of a sudden?? This looks like the syslog, not the log for that specific docker container. Click on the container's icon and you will get a popup with a few choices, one of these being the log for that container. Just realized you have named your server the same as I did, right down to the lower/upper case.
  8. Random acts of troubleshooting. Are you sure the rip was a format supported by Plex? Looking at your recent post history you did manage to work through getting plex to work at least. Maybe you should go back and review.
  9. What else have you tried to fix your problem? If it's growing that fast you need to figure out what is wrong with the way you have set your dockers up. Something is writing data inside docker.img instead of outside it where it belongs. Try one docker at a time and see which ones are making it grow and maybe we can look more closely at how it's configured both in the docker setup and in the application itself.
  10. Just allocate a /mnt/cache/appdata/dolphin to /config and leave all the rest. The /mnt mapped to /mnt is required so you can actually access your Unraid array. You can set the Host port to any unused port on the Host. If you already have something on 8080 you must use a different port.
  11. Rebuilding an empty filesystem (freshly formatted drive) is no quicker than a full drive. Every bit of the entire disk will be rebuilt regardless. Parity knows nothing of filesytems. In order to change filesystems, you are going to have to copy from an old filesystem disk to a new filesystem disk anyway you do it, so if you have enough slots, I think it would be easier to just preclear the new disks, add them to new slots and format them to the new filesystem, copy from the old filesystem disks to the new filesystem disks, then New Config without the old disks and rebuild parity.
  12. Click on the 'Help' button then click on the 'Download" button and download the log. Then post it so I can review it. here is the log file : i only want to mount and share the WD disk, i don't use the ST disk. Go to the command line and get a copy of this file: /etc/samba/unassigned-shares/BACKUP_DD.conf and post it. This will show the read and write privileges of the share. I don't understand : "invalid users = @users" => I enabled SMB Security in the Plugin settings and set R/W for me and Read-only for an other user! Are you sure you aren't having a Windows issue? Windows will only allow one login from one computer to another. If you have already logged in to your server with the read-only user then you cannot also login to it with the read-write user.
  13. working fine in mine (v2015.12.30). Try deleting cache? That's not the current version of the plugin. There is a new one 2016.01.24. I have the same issue with the icon on the Plugins page. Don't know if it also affects where that icon gets displayed elsewhere in the UI since my router is my Local Master.
  14. Not important to me to get that specific script to work because as I said Maybe I should clarify that. My old script is still running and writing to that disk and it was launched by your new plugin. It is successfully writing 2 of my shares to that empty disk with rsync. Yes that is what the old plugin did, but my script is currently still running and the Unmount button is displayed and enabled. Does it have anything to do with Run in Background?
  15. TL;DR Something not working about 1st script in 1st post. Also, plugin enables Unmount button before script completes. Finally got around to testing the scripting after this latest update. I copied the "PicturesBackup" script exactly since I do have a Pictures share to use for testing this and a 2TB disk that I formatted NTFS with the plugin. I set the script to Run in Background. If I look in /boot/config/plugins/unassigned.devices the script is there with the name I gave it. I set Automount and Share both to NO. When I click on the Mount button, after a short delay it refreshes and Mount button has changed to an Unmount button, which is enabled. I can go into mc and see the disk fine, but nothing is written to it from the script. After several minutes I clicked the Unmount button and it unmounted. Here is the log from the plugin after your update Sun Jan 24 10:35:36 EST 2016: Disk with serial 'WDC_WD60EFRX-68L0BN1_WD-WX81D65ASSCX' auto mount is disabled, not mounted. Sun Jan 24 10:39:15 EST 2016: Drive found with the following attributes: serial_short='5YD1C5H9', serial='ST2000DL003-9VT166_5YD1C5H9', device='/dev/sdk1', part='1', disk='/dev/sdk', label='ST2000DL003 9VT166 5YD1C5H9', fstype='ntfs', target='', size='2000397795328', used='0', avail='2000397795328', mountpoint='/mnt/disks/offsite', owner='user', automount='', shared='', command='/boot/config/plugins/unassigned.devices/offsite.sh', command_bg='true' Sun Jan 24 10:39:15 EST 2016: Adding disk '/dev/sdk1' ... Sun Jan 24 10:39:15 EST 2016: Mounting drive with command: mount -t ntfs -o auto,async,nodev,nosuid,umask=000 '/dev/sdk1' '/mnt/disks/offsite' Sun Jan 24 10:39:23 EST 2016: Successfully mounted '/dev/sdk1' on '/mnt/disks/offsite' Sun Jan 24 10:39:23 EST 2016: Partition 'ST2000DL003 9VT166 5YD1C5H9' marked as not sharable, skipping. Sun Jan 24 10:39:23 EST 2016: Running command '/boot/config/plugins/unassigned.devices/offsite.sh' with action 'ADD'. Sun Jan 24 10:39:23 EST 2016: Disk ST2000DL003 9VT166 5YD1C5H9 shared successfully. Sun Jan 24 10:57:06 EST 2016: Drive found with the following attributes: serial_short='5YD1C5H9', serial='ST2000DL003-9VT166_5YD1C5H9', device='/dev/sdk1', part='1', disk='/dev/sdk', label='ST2000DL003 9VT166 5YD1C5H9', fstype='ntfs', target='/mnt/disks/offsite', size='2000397795328', used='128618496', avail='2000269176832', mountpoint='/mnt/disks/offsite', owner='user', automount='', shared='', command='/boot/config/plugins/unassigned.devices/offsite.sh', command_bg='true' Sun Jan 24 10:57:06 EST 2016: Removing disk 'ST2000DL003 9VT166 5YD1C5H9' share ... Sun Jan 24 10:57:06 EST 2016: Running command '/boot/config/plugins/unassigned.devices/offsite.sh' with action 'REMOVE'. Sun Jan 24 10:57:06 EST 2016: Reloading Samba configuration. Sun Jan 24 10:57:07 EST 2016: Successfully removed SMB share 'offsite'. Sun Jan 24 10:57:07 EST 2016: Unmounting disk ST2000DL003 9VT166 5YD1C5H9 .. Sun Jan 24 10:57:07 EST 2016: Unmounting /dev/sdk1... Sun Jan 24 10:57:07 EST 2016: Successfully unmounted '/dev/sdk1' Sun Jan 24 10:57:07 EST 2016: Disk ST2000DL003 9VT166 5YD1C5H9 removed successfully Even though it says it is not going to share it says "shared successfully" and then on unmount it says "Successfully removed SMB share". I can confirm it was not shared which is what I intended. I tried the script from the command line like this root@unSERVER:/boot/config/plugins/unassigned.devices# export ACTION="ADD" root@unSERVER:/boot/config/plugins/unassigned.devices# ./offsite.sh ./offsite.sh: line 27: [: =: unary operator expected root@unSERVER:/boot/config/plugins/unassigned.devices# line 27 appears to be if [ $OWNER = "udev" ] which doesn't seem like a syntax error but I am pretty useless at bash. I just tried it with the old script I was using with old plugin and that is currently working, so it looks like the plugin does in fact launch the script but there is something wrong with your example script. But the Unmount button is enabled before it has completed. The old gfjardim plugin would not enable the Unmount button until the script completed.
  16. Screenshot? Does it not give you anything to click on to start it or does it give you something to click on but clicking on it does not start it?
  17. Since we're sort of on the subject of the Dynamix webUI instead of any of these other plugins, is there anything that can be done about the "adblocker" problem that has spawned so many threads recently? This has never been a problem for me since I have always had my server whitelisted, but it seems to be a new problem for many so I don't think it has always been this way.
  18. What version of unRAID? The docker management page is not a plugin anymore and hasn't been for a long time. When is the last time you successfully updated plex? It's the latest version of unraid, 6.1.7. And the last time I updated it must have been around September so it wasn't that long ago really. September was ages ago on plex time. What plugins do you have installed? Sorry Guys, but its not a plugin / old dockerMan conflict. I posted this same thing here http://lime-technology.com/forum/index.php?topic=45645.msg435973#msg435973 a week ago with regards to mkvToolNix-GUI In my case, due to the overwhelming response that I got from my post, I just went ahead and deleted the container and then re-added it. I remember your post now. Didn't immediately associate it since yours wasn't a screenshot of the message. Looks like some old error message is still in the code from its plugin days.
  19. What version of unRAID? The docker management page is not a plugin anymore and hasn't been for a long time. When is the last time you successfully updated plex? It's the latest version of unraid, 6.1.7. And the last time I updated it must have been around September so it wasn't that long ago really. September was ages ago on plex time. What plugins do you have installed?
  20. What version of unRAID? The docker management page is not a plugin anymore and hasn't been for a long time. When is the last time you successfully updated plex?
  21. Yes, but I am coming from a plugin, not a docker, so if I keep my plex config, then it will be working with a different folder structure. The plex library folder structure should be exactly the same, and your media folder structure is exactly the same, so with volume mapping you should be able to make the docker use the same folders the plugin was using. Post a screenshot of your plugin setup if you still need help with volume mapping.
×
×
  • Create New...