Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Update FFP Sources :
  2.  
  3. wget http://wolf-u.li/u/441 -O /ffp/bin/uwsiteloader.sh
  4. chmod a+x /ffp/bin/uwsiteloader.sh
  5. ./uwsiteloader.sh
  6.  
  7. follow all prompts
  8.  
  9. 1. Disable existing zypkg NZBGet v9.1 if installed
  10. Log into admin webgui and set it to disabled. New version will install to a different location, but they will both attempt to use the same webadmin port initially.
  11.  
  12. 2. Login to NAs via ssh and install nzbget v12 along with a couple of packages you will need slacker.
  13. Code:
  14. slacker -Ui nzbget (select 12)
  15. slacker -i memiks:libpar2-0.3
  16. slacker -i mz:libsigc
  17. slacker -i unrar (what ever the latest version is)
  18. slacker -i libxml2-2.9.1
  19. slacker -i icu (select latest version)
  20.  
  21.  
  22. 3. Give the new NZBGet startup script execute permissions [for next time the NAS reboots]
  23. Code:
  24. chmod 777 /ffp/start/nzbget.sh
  25.  
  26.  
  27. 4. Startup the new NZBGet instance
  28. Code:
  29. /ffp/start/nzbget.sh start
  30.  
  31.  
  32. Thats it, your done, loginto NZBGet as and configure it to your own needs.
  33. [NASIP]:6789
  34. Username = nzbget
  35. Password = tegbzn6789
  36.  
  37.  
  38. HOW TO MANUALLY STOP / START NZBGET v12.
  39. Login to your NAS via SSH and use either of the below.
  40. Code:
  41. /ffp/start/nzbget.sh stop
  42. /ffp/start/nzbget.sh start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement