Kryspy

Members
  • Posts

    563
  • Joined

  • Last visited

Everything posted by Kryspy

  1. Any chance you could post your XML? I can just drop it in the domains folder and see if it flies. I'll amend it to my directory structure. Might just be a formatting problem at my end. Kryspy
  2. I cannot get the XML add to do anything. I hit save and nothing happens. I have followed the guide at the URL listed earlier on. Any ideas? Running unRAID 6b14b. Kryspy
  3. Works fine for me OS X 10.10.2 safari Kryspy
  4. I added subsonic to my server manually. Here is my set-up. Remember to click on advanced when adding the container settings. This isn't my docker container; just one created by a user that I have a few containers from. Kryspy
  5. I have mine mapped as such: Torrents/complete Torrents/incomplete I tend to cheat. Set the container up the best you can and then stop the container. CD to your docker container. In my case /mnt/cache/docker/appdata/tranmission. Then "nano" settings.son and edit to your liking (container must be stopped). I changed the complete and incomplete sections and changed the UMASK to 2. Re-start container and everything you edited sticks for the exception of port. make sure that is taken care of in the initial stage on the -p section. Kryspy
  6. CUclimber, I believe you can resize an image larger; just not smaller. Kryspy
  7. extremeaudio, click on the advanced tab in the docker menu when you add a docker. Fill in all the pertinent info. Kryspy
  8. I believe the docker rmi command will work. It would be "docker rmi needo/plexmediaserver" as an example. This would delete all containers not including the shared contaners used by the base image. I see you are attempting to delete by container ID. Should also work but try the above and see if it deletes for you. If this fails you may very well have corrupted base image containers which doesn't make sense nor should it happen. Kryspy
  9. You can also. Start the transmission docker and then stop it and edit the Settings.json file manually as well and they will stick. Kryspy
  10. bkastner, What do you want them to communicate about? Ask a specific question. Send them an e-mail. Provide beta feedback but don't expect a reply or a lack of one as a sign of neglect. The product works just fine as is for most users. If you are unhappy with the beta process as is there is a stable release in 5.05. Kryspy
  11. Mine is set-up as /mnt/cache/docker/appdata. 15GB in size and set to cache only. Currently sits at 18.4 GB computed. This is all I use the update for is docker. Docker containers used: Plex, PlexConnect, CrashPlan, Subsonic, Sonarr, NZBGet, Couchpotato and Transmisssion. Kryspy
  12. pinion, I was just thinking the same. "Sweet Jesus here we go again....another 20 pages of complaining. Kryspy
  13. J.R. Play 'ol fashioned rsync can be scheduled in a cron job to perform a backup. I use CrashPlan combined with local backups to rotating disks for some critical data. Kryspy
  14. I just liked the separation. I have /mnt/cache/docker/appdata, /mnt/cache/docker/image and /mnt/docker/downloads Kryspy
  15. I have a SSD drive for my cache where docker resides. What you are creating there is the loopback that exists on every distro that docker runs on. Also, make sure you create the directory first as well. If you make it /mnt/cache/docker/image then that directory must exist first. Kryspy
  16. For the past two days I have received these identical e-mails with the exact same contents. error: skipping "/var/log/apcupsd.events" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/docker.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/syslog" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/vsftpd.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/wtmp" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/btmp" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. I am assuming its a permissions issue. How do I solve this? Kryspy
  17. I believe port 80 is hard-coded in the app itself and isn't negotiable. GO file set to 8080 for web works for me here. Kryspy
  18. I substitute this for my icon -->https://forums.plex.tv/uploads/monthly_06_2013/post-93513-0-31693500-1371587555.png Kryspy
  19. chmod -R 777 would also cover it for sure Kryspy
  20. Been running fine for me since you suggested it a while back jonp 16GB of DDR3 1600 here. Kryspy
  21. Thanks once again. Settings carry over a stop/start. Great work!!!! Kryspy
  22. Yeah that one works fine. I mam referring to the one that keeps your appletv settings such as the grid, artwork on/off etc. The file in question is the ATVSettings.cfg file. Can we add this as well? Kryspy
  23. Run it in terminal. Edit crontab which I am unsure where to edit in unraid. Maybe added to go script?!? Kryspy