Gog

Members
  • Posts

    323
  • Joined

  • Last visited

Posts posted by Gog

  1. Hi all

     

    Hoping for some help. I did have delugevpn running, recently couchpotato and sonarr have stopped connecting to the indexers and i can get to their web gui.

     

    Delguevpn cannot start in the docker and i cannot access the webgui at all. Attached are the logs for all three. Looking at them it appeared my usenet server subscription was the issue but i have checked and it is still active.

     

    I am not an expert and would appreciate any direction to solve my issues.

     

    Thanks

     

    deluge logs after restart.docx

    couchpotato logsf.docx

    sonaar logs.docx

    Looks like your .ovpn file is not correct. Try to redownload that and the certificates from yohr vpn provider.

     

    And sonarr is complaining about the proxy. Are you using delugevpn's proxy? If so, it wont work until ypur vpn config is fixed

     

    Sent from my SGH-I337M using Tapatalk

     

     

     

  2. 3 minutes ago, binhex said:

     

    good advise Gog

     

    p.s. i am considering creation of an ultra secure ui based container with vpn and browser for times when you want to ensure all ports and protocols are secured whilst browsing, maybe with built in porn, i mean incognito mode, so that it stores all config in ram, so no tracking.

     

    Great idea!

     

    I generally use the VPN only for downloads.  No point of trying to be anonymous if all the house traffic goes through the VPN and someone does something in the clear.  Less of an issue with the rise of HTTPS but still.

     

     

  3. On 23/10/2017 at 7:19 PM, death.hilarious said:

     

    Try IPMagnet instead. It's open-source, so you can even run it on your own server if you want.

     

    http://ipmagnet.services.cbcdn.com/

     

    This has been bugging me for a while so I'll let the paranoid in me speak out

     

    If you use this, make sure to *only* visit http://ipmagnet.services.cbcdn.com/ through your VPN.

     

    There is only going to be one person checking that webpage with your specific hash and that's you.  If someone sniffs that traffic, they will get all your IPs

  4. 4 hours ago, Lo Key said:

    I've been having the same kind of errors as Gog.  The renaming issue also happens with Radarr although here, of course, we'll focus on Sonarr.  I'll provide everything I can think of here.  Please let me know what I might be overlooking.

    image.png.20b51553a972d21a1d7842c536396ee7.png

    image.png.6a880a9c0e30e58f32ea6f3e28e6a3ad.png

     

     

    Whoa there buddy, my setup works just fine, don't you jinx me!  :P

     

    You have a similar issue as clearzero, sonarr is trying to write in the wrong place. lionelhutz gave the right explanation.

     

    Take a look at the sonarr log: Access to the path "/tv/....

    And in your sonarr, you defines /dev/rtc, /media, /download and /config.  Sonarr has no idea what /tv is.

     

    Either define /tv to /mnt/user/whatever in the sonarr container options or in your series, go in options and save them to the path /media/tv/Last Week Toni...

     

     

    image.png.c98822197dfdfb872a355ececfd7fe38.png

     

    Creating the mapping in the sonarr container parameters is probably a *lot* less clicks

  5. 15 hours ago, clearzero said:

    Not sure if this is the same issue but I have been having issues after a new install.  I went back to the LS version of Sonarr which helped a bit but I am getting a couple of errors.

     

    First error is triggered under the normal script to scan for new downloads and rename and move.  I get this-

     

    Screenshot_13.png.b6d7b36a4466b5736d6634c31ec8c72d.png

     

    Now, if I try to manually move the file I get this-

     

    Screenshot_14.png.c4db57a1cf27a4c3655eaa6425961b62.png

     

    I'm kind of lost at the moment.

     

    It looks like your download path is mapped to /download and your sonarr path is mapped to /media.

     

    For the copy/move to work, both containers need to have the exact same path to the video file.

     

    Edit: I'm rereading myself and I'm not so sure anymore.  It looks like your download path is OK in the first error but not in the second.  In the first one it's the media drive that complains.  I'm still betting on container mapping though.

  6. 3 minutes ago, superderpbro said:

    Thanks. What is the 0 in the numbers (in my pic) used for? Also, I have my shares set up so only one user (Me) can write to any my shares. Everyone else can only read. Will doing what you said affect that?

     

    That 0 is for the "special" flag.  You can safely let it to 0.

     

    Sorry, I'm not very fluent on sharing permissions.  Now that I think about it with the kids growing up I may need to address this... 

     

    Anyway, pick a file that works as you want, "ls -al" on it and that will give you the pattern you need to configure in the permission window of Sonarr.  Don't forget to set "chown user" and "chown group".  644 and 755 are probably the right bet.

  7. 15 hours ago, StarsLight said:

    Hi,

     

    I just download updated deluge VPN, and enable port_forward and put pia openvpn certificate.

    After that, I tried to check ip by downloading torrent check file, and it returns  "checkmytorrentip.net: Error: banned by IP filter"  in Tracker Status. Does this normal for Deluge VPN?

    This is what I get on the checkmyIPtorrent.  Do you get the same result if you set enable VPN=false?

    Tracker Status:
    checkmytorrentip.net: Error: Success, Your torrent client IP is: xxx.xxx.xxx.xxx
     
     
  8. File permissions crash course :)

    To understand the numbers, add these to give specific results:

    Read=4

    Write=2

    execute=1 (execute permissions on a directory means you can access it)

    7=4+2+1, all rights

    6=4+2, all rights for a "normal" file

    There are 3 numbers, the first one is the permission for the owner, the second is for the group and the third is for everyone.  

     

    You can update all your current file permissions like so:

     

    Putty server and CD to your TV directory :

    cd /mnt/user/TV

    change attribute to all your files, recursively in all directories: 

    "chmod -R 666 *"

    666 means everyone can read and write the file

    This will affect your directories too but you can fix it by changing attributes to all your *first level* directories:

    "chmod 777 *"

    777 means everyone can read, write and get in the directory.

     

    If you use season subdirectories, you'll have to fix them manually...

     

    "ls -al" will list all files with their permissions

    • Like 1
  9. 9 hours ago, superderpbro said:

    Hello, I've had this small problem for quite some time but never tried to figure it out. When Sonarr creates a directory in my TV share i am unable to delete or add anything to it. I can delete if i go into MC and use that to delete stuff. But say tonight i wanted to drag season 3 of The Walking Dead into the The Walking Dead.. i cannot because Sonarr originally created that folder. Any ideas?

     

    Same answer as Squid above.  Tell Sonarr to set permissions on files and directories

  10. On 10/22/2017 at 6:30 AM, saarg said:

     

    I had no problem here setting a password and logging in. Have you tried different browsers?

     

    Same behavior in IE and Chrome.

     

    I'm thinking of reinstalling without a library directory.  Create the admin password before it has a chance to import the library.  I've never been judged by software before but who knows what AI is up to :)

  11. Good afternoon

     

    I did a fresh install last night, new appdata directory, and the app works fine.  Books and comics are indexed but the admin page won'T let me log in.

    It's asking me for a new admin password and when I click submit it spins around endlessly

     

    And nothing in the logs (docker logs -f ubooquity) when I go to the admin page.  Is admin logging somewhere else?

  12. Hi guys

     

    I'm trying this again and so far performance is very interesting.  I'm hitting a snag with reverse proxying it though.  @CHBMB had explained how to do it here: apache config but it seems this is on nginx now, not apache.

     

    My nginx container can reverse proxy but piwigo doesn't like the url root.

    I tried changing this:

     location / {
            try_files $uri $uri/ /index.html /index.php?$args =404;
        }

    to this:

       location /piwigo {
            try_files $uri $uri/ /index.html /index.php?$args =404;
        }

    in the piwigo container at ...\appdata\piwigo\nginx\site-confs\default 

     

    But it doesn't have the effect I was hoping on (it has no effect that I can see).  I must admit the nginx documentation is flying way above my head.

     

    Can someone point me in the right direction?

     

    Thanks

  13. Has anyone got the reverse proxy working with Piwigo?  I'll admit, I'm far from understanding the proxy directives but the Google is failing me.  I suspect it's because of the missing base directory for the Piwigo URL but I han't found how to change that either.

     

    Thanks

     

    Edit, this works but I still need to change the Piwigo root URL:

    	location /piwigo {
    		proxy_pass http://*unraid IP*:*piwigo port*/;
    		proxy_set_header Host $host;
    		proxy_set_header X-Real-IP $remote_addr;
    		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    		proxy_set_header X-Forwarded-Proto $scheme;
    	}