Jump to content

johnodon

Community Developer
  • Posts

    1,879
  • Joined

  • Last visited

Everything posted by johnodon

  1. Just thinking out loud here... What is the benefit of using NZB with VPN? Just an extra layer of protection (whether needed or not)? I understand the need for torrents but most news providers are anon and SSL John
  2. Yeah...my bad. Squared away now. Thanks!
  3. Not sure what I am doing wrong but I can't connect to the nzbget gui after install. Here is the docker log: 2015-05-24 08:46:14,464 CRIT Set uid to user 0 2015-05-24 08:46:14,464 WARN Included extra file "/etc/supervisor/conf.d/nzbget.conf" during parsing 2015-05-24 08:46:14,468 INFO supervisord started with pid 1 2015-05-24 08:46:15,471 INFO spawned: 'nzbget' with pid 7 2015-05-24 08:46:15,472 INFO spawned: 'start' with pid 8 2015-05-24 08:46:15,495 DEBG 'start' stdout output: [info] VPN provider defined as pia 2015-05-24 08:46:15,496 INFO success: nzbget entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2015-05-24 08:46:15,496 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2015-05-24 08:46:15,500 DEBG 'start' stdout output: [info] VPN provider remote and port defined as us-east.privateinternetaccess.com 1194 2015-05-24 08:46:15,510 DEBG 'nzbget' stderr output: /data/dst/nzbget.log: No such file or directory /data/dst/nzbget.log: No such file or directory /data/dst/nzbget.log: No such file or directory /data/dst/nzbget.log: No such file or directory /data/dst/nzbget.log: No such file or directory 2015-05-24 08:46:15,510 DEBG 'nzbget' stdout output: nzbget.conf(49): Invalid value for option "InterDir" (/data/inter/): could not create directory /data/inter: nzbget.conf(70): Invalid value for option "TempDir" (/data/tmp/): could not create directory /data/tmp: nzbget.conf(67): Invalid value for option "QueueDir" (/data/queue/): could not create directory /data/queue: nzbget.conf(61): Invalid value for option "NzbDir" (/data/nzb/): could not create directory /data/nzb: 2015-05-24 08:46:15,511 DEBG fd 8 closed, stopped monitoring (stderr)> 2015-05-24 08:46:15,511 DEBG fd 6 closed, stopped monitoring (stdout)> 2015-05-24 08:46:15,511 INFO exited: nzbget (exit status 0; expected) 2015-05-24 08:46:15,511 DEBG received SIGCLD indicating a child quit 2015-05-24 08:46:15,515 INFO reaped unknown pid 19 2015-05-24 08:46:15,516 DEBG received SIGCLD indicating a child quit 2015-05-24 08:46:15,670 DEBG 'start' stdout output: [info] ip route 2015-05-24 08:46:15,671 DEBG 'start' stdout output: default via 172.17.42.1 dev eth0 8.8.4.4 via 172.17.42.1 dev eth0 8.8.8.8 via 172.17.42.1 dev eth0 64.237.0.0/16 via 172.17.42.1 dev eth0 66.55.0.0/16 via 172.17.42.1 dev eth0 108.61.0.0/16 via 172.17.42.1 dev eth0 2015-05-24 08:46:15,671 DEBG 'start' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.6 208.167.0.0/16 via 172.17.42.1 dev eth0 2015-05-24 08:46:15,671 DEBG 'start' stdout output: -------------------- 2015-05-24 08:46:15,704 DEBG 'start' stdout output: [info] iptables 2015-05-24 08:46:15,705 DEBG 'start' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 6789 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 6789 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 6789 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 6789 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2015-05-24 08:46:15,705 DEBG 'start' stdout output: -------------------- 2015-05-24 08:46:15,706 DEBG 'start' stdout output: [info] nameservers 2015-05-24 08:46:15,706 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2015-05-24 08:46:15,707 DEBG 'start' stdout output: -------------------- 2015-05-24 08:46:15,707 DEBG 'start' stdout output: [info] Starting OpenVPN... 2015-05-24 08:46:15,714 DEBG 'start' stdout output: Sun May 24 08:46:15 2015 OpenVPN 2.3.6 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 2 2014 Sun May 24 08:46:15 2015 library versions: OpenSSL 1.0.2 22 Jan 2015, LZO 2.09 2015-05-24 08:46:15,714 DEBG 'start' stdout output: Sun May 24 08:46:15 2015 WARNING: file 'credentials.conf' is group or others accessible 2015-05-24 08:46:15,741 DEBG 'start' stdout output: Sun May 24 08:46:15 2015 UDPv4 link local: [undef] Sun May 24 08:46:15 2015 UDPv4 link remote: [AF_INET]108.61.68.157:1194 2015-05-24 08:46:15,764 DEBG 'start' stdout output: Sun May 24 08:46:15 2015 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this 2015-05-24 08:46:16,042 DEBG 'start' stdout output: Sun May 24 08:46:16 2015 [Private Internet Access] Peer Connection Initiated with [AF_INET]108.61.68.157:1194 2015-05-24 08:46:18,146 DEBG 'start' stdout output: Sun May 24 08:46:18 2015 TUN/TAP device tun0 opened Sun May 24 08:46:18 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Sun May 24 08:46:18 2015 /usr/bin/ip link set dev tun0 up mtu 1500 2015-05-24 08:46:18,148 DEBG 'start' stdout output: Sun May 24 08:46:18 2015 /usr/bin/ip addr add dev tun0 local 10.128.1.6 peer 10.128.1.5 2015-05-24 08:46:18,154 DEBG 'start' stdout output: Sun May 24 08:46:18 2015 Initialization Sequence Completed Something weird...if I look at my cache drive where I keep my docker configs, the only thing I see there relevant to nzbget is the conf file. Should there be more? Any ideas? John
  4. I am going to start to play with the nzbgetvpn. Is there a way to tell if it is actually connecting to PIA and using the service? John
  5. I have what may be a rather silly question... I am on v6b12 and my docker image is on a BTRFS cache pool @ /mnt/cache. Do I... upgrade to b14b and then perform the docker image delete/recreate? or perform the docker image delete/recreate and then upgrade to b14b? John
  6. Is there a particular reason that there are two different machine types available? I can see this creating a lot of confusion if certain XML elements apply to one but not the other. John
  7. This is exactly what I experienced. I had a fully functional WIN8.1 VM using native graphics (VNC). As soon as I added the passed through GPU, I got the boot error. I thought I just had too many beers and kept trying to rebuild the same VM over and over. John
  8. I have recently seen the same issue...numerous times. Every time it was also when attempting GPU passthrough. Whether it was passed through from the start or added after the OS install didn't matter. I was only trying to build a test VM so I gave up but I find it odd since I have never had this issue before. I'll try again today and see if it happens. Can others also try to see if we can replicate the issue? EDIT: I have even tried to use one of my existing, working XMLs and ran into the same issue. John
  9. Coincidentally I was thinking the same thing but from another angle; dev chat is usually more focussed. When you introduce consumers to this chat you get good ideas but every single time you end up talking about what will come later and much wider scope at the expense of the OT. Also your Arch is well made. I say have a community dev section. Read only for all and the bar for write access would be low enough for it not to seem elitist. Love this idea. Read only for all, but invite only for posting ability. Keeps the discussion publicly visible, but more focused. I think this is the best solution but wonder if it will cause some level of PM flooding from users who can't hold their tongue. Easy enough to ignore but may cause some ill will. EDIT: Actually, jonp you should have some experience with this. Have you been inundated with PMs since the announcement forum went read-only? John
  10. Hey sparky. First...thanks for this! Does your XBMC Server container include an advancedsettings.xml? Werner had provided one (not actually in the container) that turned off a lot of unnecessary services (as well as other stuff). John
  11. I just had another thought (imagine that). I currently use 9p on each of my xbmc/openelec clients to access media on my server directly. Can the same be done with a shared xbmc library (mysql/mariadb)? Could I passthrough /mnt/cache/docker/mariadb to /storage/db on each of my clients and then change the advancedsettings.xml accordingly? Would you tell it to connect to localhost:3306? I can't imagine that this would work but what do I know. EDIT: Saw this on the xbmc wiki but would still like to hear opinions... John
  12. Yep...rebooted. But quite honestly I get faster speeds for NFS and CIFS. I know reliability is a major point but I want the speed!
  13. I'll do that but I thought the attraction of 9p was to get native speeds. Not true? EDIT: I added msize=262144 but it made no difference.
  14. For those of you who are using 9p can you guys take a look here: http://lime-technology.com/forum/index.php?topic=36345.0 Something isn't jiving. I have 9p working (at least as far as accessing local shares) but the speed sucks! John
  15. FYI...found some weirdness. Not with the container but with TMM itself: http://forum.kodi.tv/showthread.php?tid=208933 John
  16. Quick question... Is there a trick to setting permissions on downloaded metadata? When I scrape a movie, I cannot modify/delete the files that were downloaded (from my laptop...WIN7). If I run New Permissions script, all is good and I can modify files. John
  17. Sounds like a plan. How do you like TMM? I have never sued it before. Previously I have used MCM and MC. How do you think this fairs? John
  18. Agreed. I seem to be the only one that has run into this issue...mainly due to my configuration. There are more important things to concentrate on as I have a workaround. However, I can't for for the day that I add 7x radeon HD6450s and 7x flrics to my server. John
  19. Is there a guide that explains how to install containers from the registry? I have only used templates so far and I'm struggling. Hurricane...I saw your instructions on the registry. The thing that confused me was this: I'm comfortable with the docker run commande but can you elaborate on the above? How does this translate in the unRAID world? TIA! John
  20. I don't know if this could work. But I was looking at assigning usb with udev rules. Give each usb device a unique name based on serial number. Then you could look up device id from that? and insert into vm xm. I'd be willing to try this if you have anything you want me to test. John I don't have anything but was reading about it. One example I saw was for multiple ftdi serial usb. At the bottom of this page http://stackoverflow.com/questions/9183880/how-to-find-out-which-usb-rs232-device-is-on-which-tty if you could get this to work. Then maybe. I only have 2 external usb and my front usb2 to 3 cable doesn't work with this mobo. But if add rear ports or a hub I have I'll test. It doesn't look like the flircs have serial numbers (unless I am looking in the wrong place)...
  21. I don't know if this could work. But I was looking at assigning usb with udev rules. Give each usb device a unique name based on serial number. Then you could look up device id from that? and insert into vm xm. I'd be willing to try this if you have anything you want me to test. John
  22. Are you stuck on using flirc or could you use one flirc and multiple rc6 ir receivers from different vendors? Yeah...I'm just being hard-headed. I do have an extra M$ Media Center remote/receiver. I can use that for now on the one TV that has a long USB run with the flirc pluged into the end. The other is plugged directly into the server and I use an IR blaster from that to the TV. Thanks for the push dmacias. John
×
×
  • Create New...