sacretagent

Members
  • Posts

    943
  • Joined

  • Last visited

Everything posted by sacretagent

  1. Justin should be easy this is the LT dock for sickbeard FROM ubuntu:14.04 MAINTAINER Eric Schultz <[email protected]> ENV DEBIAN_FRONTEND noninteractive RUN locale-gen en_US en_US.UTF-8 RUN apt-get update -q RUN apt-get install -qy --force-yes python python-cheetah ca-certificates git RUN git clone https://github.com/midgetspy/Sick-Beard/ /sickbeard/ VOLUME /config VOLUME /data EXPOSE 8081 ENTRYPOINT ["python", "/sickbeard/SickBeard.py"] CMD ["--datadir=/config"] gues all you need to change is the github url and you would need to change the directory SO it would come down to this the sickbeard.py stays same for now as the programmers from sickrage didn't change this yet you might want to change the port if you run both of them
  2. was looking for a crashplan dock and a plexconnect one but came up empty i know about lamp... but lets say i want to stay with ubuntu ... just because it is a popular distro and has a lot of packages if i go look on the hub for lamp then i will have to open the dockerfile to see what base it uses ? i searched using the search on top for mysql and i get a lot of different docks ... is there a way to weed out all the non ubuntu 14.04 ones?
  3. Needo if i understand well then you are using a debian image to start with ? not the ubuntu one from Lime Tech ? i understand how you guys hook into that base image but where the heck is it coming from been looking at the dokerfiles code from schutlz and you and all i can see are the different from lines... this means the base image is coming from docker? where can i choose a base image? any base images coming with php, mysql and apache? or are we supposed to install that one at a time ? aka base image -> dock for mysql -> dock for php -> dock for Apache example i need a mysql database for XBMC and one for newznab they can run both on the same one don't care much about that but how do i hook newznab with is HTTP (apache) in the same mysql docker? or do i need to run a mysql docker and a mysql+php+apache docker in one docker to run newznab ?
  4. ok JONP here we go again BARE IN MIND I HAVE 50.000 TV EPISODES on this server and i don't want to rescan them all so all paths in all plugins are made on /mnt/user/music or /mnt/user/tv.seeing or mnt/user/tv.to.see so all ini files have the /mnt/user/ paths now if we going to start a docker with this docker run -d -h Tower --name="sickbeard" -v /mnt/cache/sickbeard/database:/config -v /mnt/user/:/data -p 8081:8081 eschultz/docker-sickbeard then i will have to change all paths in the ini files to /data/tv.seeing or /data/tv.to.see you said in a few posts ago that we are not supposed to change the right side of the colon aka:/data can i ask why? if we use this docker run -d -h Tower --name="sickbeard" -v /mnt/cache/sickbeard/database:/config -v /mnt/user/:/mnt/user -p 8081:8081 eschultz/docker-sickbeard then he will use our existing ini file with all /mnt/user paths and just continues spinning? i fail to see why we need to start from the /data path in a docker ?
  5. NO docker without btrfs so they force us to use it
  6. all you guys assume we are all commandline jockeys the things is that we have no clue how to even start at that .... we were spoiled with plugins we assume if limetech changes a cache drive filesystem that they at least know that a lot of us are running a swapfile .... they asked for the data in the polls so if they change filesystem they at least need to be sure this will not affect us in any bad way 2 o clock in the morning and in 4 hours have to get up for work and plex is still not running (plex folder = 91 GB)
  7. thanks for nothing again NO SWAP files on btrfs ?? you couldn't have put that in big letters on the first post spend 4 hours moving stuff of the cache drive reformat the thing and now swap file is not working a google search gives conflicting info but btrfs wiki says not supported ?
  8. care to provide these commands for the technically challenged ? don't think it is as simple as rsync /mnt/cache /mnt/disk10/cache
  9. Ok here we go some positive news too Beta 6 so far has been running smooth MUCH better then Beta3 ad beta 5A cpu and memory uitlisation is much better then with both these releases... i have 2 servers one is running plain unraid 6 and the other one unraid with Xen and i just copied the files and rebooted.... VM came up automatically and like i said the CPU utilisation between this version and the prior ones is night and day difference before top ran always around 4 + now it goes down to 1.44... and i really didn't change anything else only caveat i have is to zip my plex folder now and stop all my plugins and move everything from the cache drive for btrfs i know it might look easy for development people but having 50.000 TV episodes and nearly 900 shows is giving plex a lot of media data ... and moving that is not done in 10 minutes hopefully Limetech will stick now with btrfs as not in the mood to do this too often, but i am really interested in docker ... seems like the ideal plugin system
  10. Thx Phaze for the quick plex intervention and YEP the gui loads MUCH faster now
  11. So no converting your existing cache drive in reiserfs to btrfs ? we have to do it the hard way ? remove everything and reformat the cache drive ? i have no sata slots free and no space to put another disk anyway ....
  12. Lets say you have your plex library specified to live under /mnt/cache/appdata/plex or /mnt/user/appdata/plex or /mnt/disk1/appdata/plex. Doesn't matter. Same for where your media content is located (doesn't matter). You can do this to install and run Plex to a Docker container WITHOUT doing ANYTHING to your existing library data: docker run -d --net="host" --name="plex" -v /mnt/path/to/appdata/plex:/config -v /mnt/path/to/mediacontent:/data -p 32400:32400 eschultz/docker-plex After this command completes, type http://tower:32400/web and enjoy! DONE! If we can't convert from reiserfs to btrfs then we need to move it first of the cache disk and then back so your example above is moot ffor anybody who uses the cache disk
  13. I have just done that and it appears painless enough. Once I stopped the array I was able to change the format to be btrfs and restart the array. Once the array restarted the cache drive showed as unformatted, so I selected the option to format it which only took a few seconds. One thing you do need to do is check any cache-only shares as in my case I seemed to lose those settings. Having done that I moved my cache drive files back and everything seems to be operating as normal. how did you change to btrfs? i assume by simply stopping the array it will not change it ...
  14. correct phaze on the gui it gives this error but when you press install it gives this error
  15. mmm i suggest JONP comes up soon with his guides LOL how do we even change to btrfs if we have a reiserfs cache drive ? does convert work ? is btrfs standard FS when we use a new cache drive? or can we choose? didn't see anything about it in the GUI yet only the fat warning in the logs Jun 18 19:04:03 P8H67 logger: Starting docker.io Jun 18 19:04:03 P8H67 logger: ERROR: Docker install path (/mnt/cache/docker) must be off a btrfs device (Errors)
  16. could be plex team changes dld folder again on the server they are famous for that when Phaze comes online he will fix it
  17. Phaze did you change something at the plexpass settings? this afternoo i updated your plugin to 1.4.4 then this evening i moved to beta6 and i get this error now this login always worked and i can access the webpage from firefox and chrome... so not sure what is going on ? oh yeah if i put standard version then he installs the plexpass anyway as he has the .deb file in packages LOL
  18. LOL there goes docker... i have no space in my box for 2 cache drives in btrfs
  19. Hi Tom, guess you need to add a 5 at this no need to replace syslinux folder i guess as it is identical as the 5a release but without having installed the new beta yet how are we going to select docker for example ? syslinux only chooses between these gues that is only unraid and xen ? how are we going to choose kvm or docker ?
  20. or you can use this ALL credits go to PHAZE as i did just what he said above i am running both side by side on the same server in an effort to get the missing episodes by torrent PLEASE NOTE there is no auto update on this as long as PHAZE doesn't take it in his repositry I have zero issues with running them side by side so i guess they are completely isolated ... PLEASE BE SURE to point it to a different install folder or it will update your sickbeard database and reverting is impossible ... so or backup your sickbeard DB files (all three of them) or if you point to the same folder be warned it will be upgraded to the sickrage version just download, remove the .TXT extension (due to this board not accepting .plg extensions) and put in your plugins folder reboot or installplg /boot/config/plugins/sickrage.64bit.plg first time he will take some time to load ... also when he upgrades from sickbeard it takes a long time for the home page to show .... have a look at your install dir and you will see that he is busy upgrading the db versions and that takes it's sweet time or is that because i have 45000 eps in that database sickrage.64bit.plg.txt
  21. copy paste from my plexconnect plugin <FILE Name="/boot/packages/screen-4.0.3-x86_64-4.txz" Run="upgradepkg --install-new"> <URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/ap/screen-4.0.3-x86_64-4.txz</URL> <MD5>cf42aaa507e2b6127cf408f443f36827</MD5> </FILE> <FILE Name="/boot/packages/utempter-1.1.5-x86_64-1.txz" Run="upgradepkg --install-new"> <URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/a/utempter-1.1.5-x86_64-1.txz</URL> <MD5>dbbe884ebb29b830e4032cc41c3f679a</MD5>
  22. TVRAID mysql (mariadb) sickbeard sabnzbd plex media server plexconnect swap file cache dirs unmenu crashplan utorrent vfs recycle powerdown MOVIERAID couchpotato lazylibrarian headphones Plex media server unmenu cachedirs swapfile crashplan vfs recycle powerdown Normally i use DYNAMIX too but since the upgrade to Unraid 6 beta5a this is not supported any more but i miss the stats from DYNAMIX and the automated monthly parity check
  23. yeah it would be nice to get an update .... maybe Bonienl send a email to Tom ask him what he is up to with the gui as to not have to change too much every time he releases an update
  24. look with ps x in the terminal or while running top if there is a process called "du" running if there is once that process is done the gui will respond again (in my case 30 minutes plus) next time you start disable storage size