Jump to content

The Lizard King

Members
  • Posts

    65
  • Joined

  • Last visited

Posts posted by The Lizard King

  1. Can someone recommend settings here, it's been a long time.

     

    image.png.a76dd1e92545aad1a6924f97d84470d6.png

     

     

    ISSUE: unable to use blocker plugin, I tick the box but it instantly unticks itself. Any ideas?

     

     

    These are the only Yellow log warnings I have:

     

     2021-06-04 09:26:39 us=423011 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results

    2021-06-04 09:26:38 us=269288 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1549'
    2021-06-04 09:26:38 us=269325 WARNING: 'auth' is used inconsistently, local='auth SHA256', remote='auth [null-digest]'
    2021-06-04 09:26:38 us=269342 WARNING: 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128'

  2. 1 hour ago, jonathanm said:

     

    Apparently not. I'd advise changing your login credentials ASAP.

     

     

    thanks for the catch, successfully killed the credentials, I accidentally didn't save the file after the edit..

     

    Interestingly enough, the new credentials and config files have resolved the issue. I'm in good standing with my VPN and have never changed my service in any way....this is bizarre but I'm not complaining.

  3. 17 hours ago, binhex said:

     

    The issue mentioned by 'everyone' is particular to PIA, as your not using provider PIA your issue isnt that, can you please do the following:-

     

    1. Delete any existing supervisord.log file located in /config/

    2. Stop the container

    3. delete the container (or if you're an unraid user skip this step).

    4. Set the env var key "DEBUG" to a value of "true".

    5. Start the container and wait 5 mins for it to completely finish initialising.

    6. Post the ENTIRE /config/supervisord.log file in the correct support thread for the container you're running.

     

    IMPORTANT - Make sure to remove any reference to your username and password from the supervisord.log BEFORE posting it.

     

    Followed directions to a T, thanks.

     

     

     

  4. @binhex

     

    Like everyone here I'm dead in the water, no ui available. Read through the last few pages but I'm not seeing a direct answer to my situation. My setting have been the same for a year with no issues. I use cyberghost vpn, NL servers. I restarted the container and grabbed what looks like a massive update, still no dice.

     

    Please let me know where to start. Thanks

     

  5. "[root@397f57fcee7e data]# ls -al /data

    total 0

    drwxrwxrwx 1 nobody users 117 Dec  1 09:08 .

    drwxrwxrwx 1 root  root  214 Dec  1 09:10 ..

    drwxrwxrwx 1 root  root  76 Dec  1 09:08 downloads

    drwxrwxrwx 1 nobody users 256 Dec  1 08:59

    <Name of Movie>"

     

    the file was still downloading to the wrong folder "/downloads" at the time of the cp command. The completed file moved, to where I don't know. "/data" was an established path and saved in Deluge before I ran any commands. All paths, completed, incomplete, etc, all point to "/data" which is "/mnt/user/media/downloads"

     

    Like Jon stated, these files are all....boinked....for lack of a better term. It's pretty amazing how a simple oversight can lead to some complex issues.

     

    ok cool, so i think your best plan of action then if the downloads are either corrupt or incomplete is to delete the container and re-create it, this will ensure that any partially downloaded files inside the container are gone and get you back to a working clean state where everything writes to /data, does this sound like a reasonable plan?, if you need instruction on how to do this then let me know and i will do a step by step guide, but you sound proficient enough to do this :-).

     

    Also to comment on your attachment, my folders NORMALLY have this type of structure, I don't haphazardly do anything, it was just a mental lapse on my part in an early AM fog

     

    I dont wish to come across as patronising, its just impossible for me to know how much knowledge each person has in regards to docker so i have to assume little knowledge and go from there, apologies if i offended.

     

    Oh not at all, no offense taken. I was just explaining myself, you weren't like that at all.

     

    I'm going to remove the container and restart I suppose, these movies that are missing/incomplete are just eating up storage at this point and I want them gone.

     

    This would be resolved by going into Apps, removing Deluge along with app data I assume or is this part of the Docker.img?

     

    A quick and dirty guide would be appreciated, if there's one out there I can search as well.

     

    Thanks again for all your help!  8)

  6. saw a file that is still downloading remains

    so your saying deluge is still downloading incorrectly to /downloads inside your container and NOT to /data?

     

    but the completed one is now gone

    so what is the path you have defined in deluge for completed stuff? if its NOT in /data or a subfolder of data then it will just move the completed download to somewhere else inside the container, you need to stop all downloads until this is straight.

     

    see attached screenshot for how i have mine configured, note how ALL paths start with /data.

     

    subsequently this also broke all the torrents seeding/downloading because we removed the folder

    issuing a cp will NOT move/delete anything, so it wont be this that broke anything seeding/download

     

    can you also perform 'ls -al /data' and check that /data does exist and you can see files/folders which reside on your unraid host aka /mnt/user/media/downloads

     

    "[root@397f57fcee7e data]# ls -al /data

    total 0

    drwxrwxrwx 1 nobody users 117 Dec  1 09:08 .

    drwxrwxrwx 1 root  root  214 Dec  1 09:10 ..

    drwxrwxrwx 1 root  root  76 Dec  1 09:08 downloads

    drwxrwxrwx 1 nobody users 256 Dec  1 08:59

    <Name of Movie>"

     

    the file was still downloading to the wrong folder "/downloads" at the time of the cp command. The completed file moved, to where I don't know. "/data" was an established path and saved in Deluge before I ran any commands. All paths, completed, incomplete, etc, all point to "/data" which is "/mnt/user/media/downloads"

     

     

     

    Like Jon stated, these files are all....boinked....for lack of a better term. It's pretty amazing how a simple oversight can lead to some complex issues.

     

    Also to comment on your attachment, my folders NORMALLY have this type of structure, I don't haphazardly do anything, it was just a mental lapse on my part in an early AM fog

     

  7. Awesome , thank you. I've found a "/downloads" folder inside of "root@...."

     

    I did a DIR and found my 2 movies. I'm not sure what this path is to copy it to /data/

     

    Right now I'm in the ssh at the prompt: "root@6ee028bb49bc downloads]#"

     

    I want to run the cp command from here but I have no clue what the path is to this downloads folder is. Simple but stupid, I know.

     

    Thank you.

     

    edit: found the pwd command which just says "/downloads" tired "cp /downloads /data" with a message "cp: omitting directory '/downloads'

     

    how about 'cp -R /downloads/* /data/'

     

    long pause, then back to the prompt, performed a dir and saw a file that is still downloading remains, but the completed one is now gone. I checked my /data/ folder (/mnt/user/media/downloads) and nothing...

     

    subsequently this also broke all the torrents seeding/downloading because we removed the folder. I wonder where the one completed file went..

  8. Awesome , thank you. I've found a "/downloads" folder inside of "root@...."

     

    I did a DIR and found my 2 movies. I'm not sure what this path is to copy it to /data/

     

    Right now I'm in the ssh at the prompt: "root@6ee028bb49bc downloads]#"

     

    I want to run the cp command from here but I have no clue what the path is to this downloads folder is. Simple but stupid, I know.

     

    Thank you.

     

    edit: found the pwd command which just says "/downloads" tired "cp /downloads /data" with a message "cp: omitting directory '/downloads'

     

  9. hello,

     

    I just realized I set my download path to one that does no exist "/downloads" and cannot find my download files via WinSCP.

     

    The actual path I setup for my downloads is "/data". I tried doing a Move Storage to /data but there are no files moved.

     

    Is there a default location where I may be able to find them? It appears the generic save points lie in /home/nobody/.... but I cannot find any files or folders past /home/.

     

    Would appreciate any help. Thanks.

  10. I'm having issues with getting certain files moved and then successfully reseeded.

     

    My process goes as follows:

     

    -Manually add torrent to DVPN

    -Download to cache drive

    -Seed completed file on cache drive for awhile

    -Stop DVPN, run Mover

    -Mover moves the whole file to my media share, where I drag and drop it to the appropriate folder

    -Start DVPN, right click torrent, move, move file to pathed folder on media share "/movedmovies"

    -Once path updates, on torrent I run Force Recheck

    -This is no longer working and starts a new download.

     

    I have several movies and shows successfully moved and seeding using this method.

     

    I've double checked my paths and spellings, reboot server, stopped started DVPN, removed and readded torrent trying to associate it to the file but it keeps holding on to this microscopic download which does no exist anywhere (.02%)

     

    Because this process has worked several times before I have no clue where to look for potential issues, please assist.

     

    Thanks.

     

    I would greatly appreciate some help here, thank you.

    OK I will take a look, but it could take me a little while to setup and try and replicate what your doing as my setup is quite different to that.

     

    Sent from my SM-G900F using Tapatalk

     

    Thanks Binhex.

     

    Unrelated question - How do I roll back to 1.3.12?

     

    This latest version is not supported by my torrent sites and I'm not getting cred for uploads an such.

     

    Thank you.

  11. I'm having issues with getting certain files moved and then successfully reseeded.

     

    My process goes as follows:

     

    -Manually add torrent to DVPN

    -Download to cache drive

    -Seed completed file on cache drive for awhile

    -Stop DVPN, run Mover

    -Mover moves the whole file to my media share, where I drag and drop it to the appropriate folder

    -Start DVPN, right click torrent, move, move file to pathed folder on media share "/movedmovies"

    -Once path updates, on torrent I run Force Recheck

    -This is no longer working and starts a new download.

     

    I have several movies and shows successfully moved and seeding using this method.

     

    I've double checked my paths and spellings, reboot server, stopped started DVPN, removed and readded torrent trying to associate it to the file but it keeps holding on to this microscopic download which does no exist anywhere (.02%)

     

    Because this process has worked several times before I have no clue where to look for potential issues, please assist.

     

    Thanks.

     

    I would greatly appreciate some help here, thank you.

  12. I'm having issues with getting certain files moved and then successfully reseeded.

     

    My process goes as follows:

     

    -Manually add torrent to DVPN

    -Download to cache drive

    -Seed completed file on cache drive for awhile

    -Stop DVPN, run Mover

    -Mover moves the whole file to my media share, where I drag and drop it to the appropriate folder

    -Start DVPN, right click torrent, move, move file to pathed folder on media share "/movedmovies"

    -Once path updates, on torrent I run Force Recheck

    -This is no longer working and starts a new download.

     

    I have several movies and shows successfully moved and seeding using this method.

     

    I've double checked my paths and spellings, reboot server, stopped started DVPN, removed and readded torrent trying to associate it to the file but it keeps holding on to this microscopic download which does no exist anywhere (.02%)

     

    Because this process has worked several times before I have no clue where to look for potential issues, please assist.

     

    Thanks.

  13. How do I associate my torrents once moved by Mover?

     

    I move files from /mnt/cache/media/downloads to /mnt/user/media/downloads.

     

    I'm no longer able to seed since torrents are looking for what I just moved. I tried using a Move Storage after the fact but I believe it doesn't work that way...

     

    How do I associate them again?

    Post your docker mappings. Does the docker have access to /mnt/user/media/downloads?

     

    I gather you got the IPT stuff figured out?

     

    Actually Jon I believe this is all related. I'm thinking I may have figured it out. I do have a /moved path to user folder.

     

    I'm adding my torrents back manually, pausing them, moving storage using "/moved", force rechecking and they're starting to seed. I believe this may be resolved but wow, it took a lot of trial and error. Thanks.

     

     

     

     

  14. How do I associate my torrents once moved by Mover?

     

    I move files from /mnt/cache/media/downloads to /mnt/user/media/downloads.

     

    I'm no longer able to seed since torrents are looking for what I just moved. I tried using a Move Storage after the fact but I believe it doesn't work that way...

     

    How do I associate them again?

  15. I have a new interesting development, it appears public site torrents are uploading. IPT has strict rules on client and VERSION of client you can use. Deluge/Transmission both fall out of their specs, which can lead to blocks/banning and misrepresented stats. Only way I can test IPT functionality using this knowledge is to fire up a VM, use the specific client, add the .torrents and try again to see if I can seed.

    Deluge 1.3.12 is what IPT shows as user agent on the peers page, successfully seeding through PIA currently. Do you have peer exchange and DHT disabled as required by IPT? (and all private trackers)

     

    Correct. Are you using the DelugeVPN container or the actual client for an OS?

  16. The confusing one that i'm not playing with is the seed time. By default, it's set to 7. With the timer set to 7, and say it only takes you 10 minutes to download your favorite linux distro, you will only seed this file for 70 minutes. Now, this makes some sense, except for some of those linux distros i'm seeding that will download in 10 minutes and seed for 2 weeks, so there seems to be no real rhyme or reason on how it decides what stays or goes.

     

    For example, last night, I downloaded 15 files. Of those 15 files, 14 were already deleted from my file system in the morning. 1 still existed and was seeding. I don't even have deluge with delete files after enabled. All I know, is it's making it tough for me to maintain some ratios lol

     

    There's a setting the removes torrents when a share ratio is met, make sure that's not checked.

     

    If CouchPotato or Sonarr are the programs adding torrents, make sure they are set to not remove the torrents as well.

     

    It's SickRage and yes, double checked that.

     

    I have a new interesting development, it appears public site torrents are uploading. IPT has strict rules on client and VERSION of client you can use. Deluge/Transmission both fall out of their specs, which can lead to blocks/banning and misrepresented stats. Only way I can test IPT functionality using this knowledge is to fire up a VM, use the specific client, add the .torrents and try again to see if I can seed.

  17. Share Ratio Limit: When it's seeded 200% of the download size it will stop.

    Share Time Ratio: It will seed for 7x the duration it took to download

    Seed Time (m): It will seed for this many minutes, 180.

     

    You might want to do some further research on deluge and how those settings interact with each other.

     

    I'd hazard a guess that it will stop seeding when one of those thresholds is reached, which is likely the Ratio Limit or Time in your case.

     

    All that makes sense, what doesn't make sense is why I'm not uploading, anything>:(

  18. Here are some screens to show you what I'm talking about.
    The torrents that you show seeding in deluge, how long have they been that way continuously? The IPT status isn't immediate, sometimes it can take a couple hours or more to update. I'd leave it alone, and check back with the IPT status later. Also, I'd have the torrent from this link https://torguard.net/checkmytorrentipaddress.php in your client, that way you can get an an easy update on what IP you are using.

     

    Its been seeding on and off for about 2 days now, intervals of at least 5hrs..

     

    I have that torrent and confirmed I'm tunneled. This is just absolutely bizarre.

  19. Switched to PIA, updated UN/PW, confirmed tunneling, still not seeding...
    What is your peers status on IPT? Does it show any of the files in your client currently listed either under seeders or leechers status? As long as the file is listed in the seeders section, you are fine, doesn't really matter whether or not someone is actively pulling data from you.

     

    Problem is I've never seen an upload or seeder out of 20+ torrents. Here are some screens to show you what I'm talking about.

     

    I'm not getting credit for my seeding time which has killed my ratio and thus, cannot download. If I seed for a certain period of time (grabbed or not) I get credit towards my ratio.

     

    Even when I'm downloading I'm not seeding from another site. Starting to think I have a router issue but I need more eyes and brains to help me rule out anything obvious.

     

    Capture2.JPG.cfe96b1686f372db9f2f320b09af5b76.JPG

    Capture3.JPG.5eb44265264203651b3b751ebc368d7e.JPG

    Capture4.JPG.a4c7578d9ef59c56e5b06baafd026b10.JPG

  20. No you don't need to do any port forwarding (at least I haven't and it works as expected) nor change any settings on the PIA website.

     

    Which server are you using and it's probably best now you changed VPN provider to delete ALL the appdata and the container and start from fresh.

     

    Credit to binhex I've never had a problem with this container so I'm confident "It'll do what it says on the tin"

     

    EDIT: Also post a screenshot of your config (hash out your username & password) and make sure you show us the advanced bit as well, and post some logs otherwise all we know is what you've told us which is that it isn't working, kind of makes it hard to help.  ;)

     

    Attachments of settings (UN/PW removed). Logs will come shortly.

    Capture1.JPG.5d2d9b64be84e428e6215fdb1170cc69.JPG

    Capture.JPG.4e7de71a4b006d1bc642e7b63347bc33.JPG

  21. Any reason why DelugeVPN would not upload seeding files? I'm not getting IPT credit for my seeding time and they're claiming it's the container. Any thoughts or settings I should be double checking?

    Which VPN provider and endpoint are you using?

     

    I'm using CyberGhost - OpenVPN settings (Netherlands)

    Per their FAQ, allowing P2P and opening ports are 2 different things. The premium service allows P2P, but they don't open ports for you. Since you do not have an open port to allow unsolicited incoming connections, you are not available for uploading to IPT. The only connections your client is making is to download, and if the peer you are downloading from also needs parts that you have, you will upload to them while you have that connection open, but as soon as the torrent client closes that connection you can no longer seed to them.

     

    TLDR, get another VPN provider that allows incoming ports. PIA is the easiest to set up, as all the configuration is done for you in the container.

     

    Switched to PIA, updated UN/PW, confirmed tunneling, still not seeding...

     

    Do I need to do any port forwarding on the router, or settings within PIA website?

  22. Any reason why DelugeVPN would not upload seeding files? I'm not getting IPT credit for my seeding time and they're claiming it's the container. Any thoughts or settings I should be double checking?

    Which VPN provider and endpoint are you using?

     

    I'm using CyberGhost - OpenVPN settings (Netherlands)

    Per their FAQ, allowing P2P and opening ports are 2 different things. The premium service allows P2P, but they don't open ports for you. Since you do not have an open port to allow unsolicited incoming connections, you are not available for uploading to IPT. The only connections your client is making is to download, and if the peer you are downloading from also needs parts that you have, you will upload to them while you have that connection open, but as soon as the torrent client closes that connection you can no longer seed to them.

     

    TLDR, get another VPN provider that allows incoming ports. PIA is the easiest to set up, as all the configuration is done for you in the container.

     

    Thank you for taking the time to provide me this. I have their premium service. If I'm understanding you correctly there is nothing that can be done here to make this work and I should get rid of this VPN?

×
×
  • Create New...