needo

Members
  • Posts

    301
  • Joined

  • Last visited

Everything posted by needo

  1. I am not following the issue you are having, could you please provide more detail?
  2. 07/23/2014 (nzbdrone) Upgrade stable nzbdrone.
  3. Thank you for the compliment. However I have not accepted one donation for the work I have put in to Docker/unRAID. I am appreciative of those that have offered but it is a personal choice.
  4. Currently I have ppscripts living outside the docker. For example I have my ScriptDir in nzbget set to ${MainDir}/ppscripts And my MainDir set to /mnt/downloads/nzbget which lives outside the docker. Now if VideoSort needs more then ffmpeg for it's work I will need to add those dependencies which I am happy to do. Regarding nzbget v13 I am waiting for it to pop up in the Ubuntu repositories. Yes, I could build the .deb myself but then I would be responsible for supporting it. In addition I prefer if at all possible to install packages that have gone through the Debian/Ubuntu process or are made by trustworthy individuals with peer review. To insure that some malicious individual is not "sneaking something in." Once nzbget v13 pops up from a trusted source I will upgrade my Docker for it.
  5. I'll take a look. Right now I'm using their apt repository. I'm not sure if they have a development one.
  6. What error exactly are you seeing? Also did you change your boot kernel in any way?
  7. That is definitely a strange one. I am unable to reproduce the error. Out of curiosity what is your docker run command?
  8. I can compile a Debian package for this, but will not be able to work on it for a day or so. Or if it gets put into Ubuntu unstable.
  9. Please try again. I posted an additional fix. still the same I am afraid..... though maybe a little more info? Command: root@localhost:# /usr/bin/docker logs NZBMegaSearch *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/edge.sh... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: git-man liberror-perl patch rsync Suggested packages: gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed diffutils-doc The following NEW packages will be installed: git git-man liberror-perl patch rsync 0 upgraded, 5 newly installed, 0 to remove and 7 not upgraded. Need to get 3642 kB of archives. After this operation, 22.5 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.1 [283 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1 [698 kB] Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1 [2555 kB] Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 [84.4 kB] Fetched 3642 kB in 1s (1852 kB/s) Selecting previously unselected package rsync. (Reading database ... 16116 files and directories currently installed.) Preparing to unpack .../rsync_3.1.0-2ubuntu0.1_amd64.deb ... Unpacking rsync (3.1.0-2ubuntu0.1) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... Unpacking liberror-perl (0.17-1.1) ... Selecting previously unselected package git-man. Preparing to unpack .../git-man_1%3a1.9.1-1_all.deb ... Unpacking git-man (1:1.9.1-1) ... Selecting previously unselected package git. Preparing to unpack .../git_1%3a1.9.1-1_amd64.deb ... Unpacking git (1:1.9.1-1) ... Selecting previously unselected package patch. Preparing to unpack .../patch_2.7.1-4ubuntu1_amd64.deb ... Unpacking patch (2.7.1-4ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up rsync (3.1.0-2ubuntu0.1) ... Removing any system startup links for /etc/init.d/rsync ... update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match rsync Default-Stop values (none) Adding system startup for /etc/init.d/rsync ... /etc/rc0.d/K20rsync -> ../init.d/rsync /etc/rc1.d/K20rsync -> ../init.d/rsync /etc/rc6.d/K20rsync -> ../init.d/rsync /etc/rc2.d/S20rsync -> ../init.d/rsync /etc/rc3.d/S20rsync -> ../init.d/rsync /etc/rc4.d/S20rsync -> ../init.d/rsync /etc/rc5.d/S20rsync -> ../init.d/rsync invoke-rc.d: policy-rc.d denied execution of restart. Setting up liberror-perl (0.17-1.1) ... Setting up git-man (1:1.9.1-1) ... Setting up git (1:1.9.1-1) ... Setting up patch (2.7.1-4ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... fatal: destination path '/opt' already exists and is not an empty directory. ln: failed to create symbolic link '/opt/NZBmegasearch/custom_params.ini': No such file or directory chown: cannot access '/opt/NZBmegasearch': No such file or directory *** /etc/my_init.d/edge.sh failed with status 1 *** Killing all processes... The command finished successfully! Try it without EDGE.
  10. Yes I am. Trying to trace down a specific error message to give to them.
  11. That's an excellent point! I didn't even think of that. I will tinker. Nope, the log files are created correctly in /config/logs/
  12. That's an excellent point! I didn't even think of that. I will tinker.
  13. The difference between his docker and mine is that mine runs as nobody so the little popups do not go away. However it does not in any way affect connectivity to sabnzbd, plex, etc. The little test popup just doesn't go away. Thank you.
  14. Please try again. I posted an additional fix.
  15. I fixed some issues. Please run the following. docker stop nzbmegasearch docker rm nzbmegasearch docker rmi needo/nzbmegasearch And then use the docker run command again. (Or use the excellent docker plugin in another thread.) Thank you.
  16. I have not been able to duplicate the problem. Are you using edge?
  17. Yes it will work if you have a free plex account. By default it will install the latest plexpass version. If you want to run the latest non-plexpass version you will need to specify the version variable in the docker run command. That procedure is documented here: https://registry.hub.docker.com/u/needo/plex/
  18. That is great to hear. Sorry I missed this thread earlier. Been one of those days... I have a PlexConnect docker but I don't own an AppleTV if you happen to use mine please let me know how it works for you as I have not been able to personally test it. Thank you.
  19. What does your docker run commands look like?
  20. The path should be /plexWatch/plexWatch.db but it won't work if the db is not being created. In your config.pl check to make sure these settings match: $data_dir = '/plexWatch'; ## to store the DB, logfile - can be the same as this script $server_log = '/logs/Plex Media Server.log'; ## used to log IP address of user ( alpha) $log_client_ip = 1; ## requires $server_log to be available too. (requires File: :ReadBackwards) ## also required DEBUG log to be turned on in the PMS $debug_logging = 1; ## logs to $data_dir/debug.log ( not verbose enough yet.. st ill todo ) ## myplex user/pass ONLY required if you have set the PMS to 'Require authentica tion on local networks' and $server is not set to localhost $myPlex_user = ''; $myPlex_pass = ''; $server = 'localhost'; ## IP of PMS - or localhost $port = 32400; ## port of PMS
  21. Yes, why would you install it in /opt/plexWatch on your unRAID system? The minute you rebooted everything would be deleted... I'll update the documentation to make that more clear.
  22. Please follow steps 1 through 3 and ONLY steps 1 through 3 here: https://github.com/ljunkie/plexWatch#install installing plexWatch in to /mnt/appdisk/apps/plexWatch As an example this is what my /mnt/appdisk/apps/plexWatch looks like... total 65512 0 drwxrwxrwx 1 nobody users 184 Jul 8 08:16 ./ 0 drwxrwxrwx 1 nobody users 82 Jul 7 23:32 ../ 4 -rw-r--r-- 1 sshd sshd 563 Jun 19 17:58 config.php 12 -rw-rw-rw- 1 nobody users 9626 Jun 20 00:10 config.pl 0 drwxrwxrwx 1 nobody users 518 Jul 7 15:22 db_backups/ 13280 -rw-rw-rw- 1 nobody users 13598150 Jul 8 01:15 debug.log 32328 -rw-rw-rw- 1 nobody users 33100800 Jul 8 08:16 plexWatch.db 18188 -rw-rw-rw- 1 nobody users 18623488 Apr 24 11:04 plexWatch.db.orig 1532 -rw-rw-rw- 1 nobody users 1565818 Jul 8 01:15 plexWatch.log 168 -rwxrwxrwx 1 nobody users 170663 Apr 10 21:15 plexWatch.pl*
  23. Can you run a ls -lsa /mnt/appdisk/apps/plexWatch for me please? At this time port 8080 is hardcoded into the Apache configuration in the Dockerfile.
  24. I installed a fresh copy of sickrage tonight and I am unable to duplicate the issue... I do not know why this is not working for you.