ptr78

Members
  • Posts

    30
  • Joined

  • Last visited

ptr78's Achievements

Noob

Noob (1/14)

1

Reputation

  1. After some digging I found this: https://github.com/qbittorrent/qBittorrent/issues/17545#issuecomment-1232810370 @binhex, is the latest docker built using the libtorrent 1.2.x?
  2. Has the issue with libtorrent 2.x been fixed yet (crashes-since-updating-to-v611x-for-qbittorrent-and-deluge-users)? I'm still on v4.3.9 but would prefer to use a more recent release. The "hugepages" fix didn't work for me. Thank you for any info!
  3. Regarding DNS-definition found this from AirVPN Specs (https://airvpn.org/specs/ ) So, would it be possible to implement a feature which replaces an original DNS server definition in /etc/resolv.conf after the OpenVPN client has started successfully? That is, first using for example 1.1.1.1 when connecting to a VPN server and after the connection has been made successfully replace DNS server definitions with another definitions (here 10.4.0.1). Even better would be if the new DNS server definition could be dynamically set as the ip address returned by getvpnextip.sh.
  4. I'm using AirVPN and have the same issue. I'm still on 4.3.9-2-01 and for few weeks on Unraid 6.11.5. Torrents load OK, only the traffic via the proxy doesn't work as it should. Did you find any solution other than not using the proxy? @binhex, is this something you have heard before?
  5. Clearing the browser cache did the trick. Oh well, should have done that immediately...
  6. OK, good, thank you! I was wondering that after setting the location, will qbittorrent move files to the default save directory after a file download has been completed. Are you or anyone else having the issue of empty status info / tabs?
  7. First of all, thank you for a very fast response! Do you know how can I return the incomplete torrents to their correct directory?
  8. Hi, I did an update from 4.3.9-2-01 to 4.4.5-2-02 and had the following issues The settings were reset default values. Unfinished download were moved from incomplete torrents directory to the default save path. How can this be corrected? I noticed that the "status tabs" (i.e., General, Trackers, Peers, HTTP Sources and Content) remain empty for all the torrents. In 4.3.9 this showed torrent related info normally. Has anybody else had these issues with any 4.4.x version of the software? Thank you for any help!
  9. I'm still on version 4.3.9-2-01. @binhex, I remember that earlier you were also waiting before upgrading from that version. Have you since upgraded and what version are you currently using? Thank you for the info!
  10. Solved. Rebooted the desktop computer where I was connected to the Unraid Server and the log file entries stopped to be generated. So, it was something on there.
  11. I have experiencing very slow Unraid WebGUI speeds lately. I checked the log and there are these two lines recurring: Oct 27 08:54:51 Tower nginx: 2020/10/27 08:54:51 [crit] 5843#5843: *1992 connect() to unix:/var/tmp/qBittorrentVPN.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.XXX.YYY, server: , request: "GET /dockerterminal/qBittorrentVPN/token HTTP/1.1", upstream: "http://unix:/var/tmp/qBittorrentVPN.sock:/token", host: "tower", referrer: "http://tower/dockerterminal/qBittorrentVPN/" Oct 27 08:54:51 Tower nginx: 2020/10/27 08:54:51 [crit] 5843#5843: *2050 connect() to unix:/var/tmp/qBittorrentVPN.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.XXX.YYY, server: , request: "GET /dockerterminal/qBittorrentVPN/ws HTTP/1.1", upstream: "http://unix:/var/tmp/qBittorrentVPN.sock:/ws", host: "tower" I also got the following notification email form the unraid server: The email title: cron for user root /usr/bin/run-parts /etc/cron.daily 1> /dev/null The email contents: error: error setting owner of /var/log/nginx/error.log to uid 0 and gid 0: Operation not permitted I have not changed the docker config for at least 6 months. Any ideas what might cause this? All help truly appreciated.
  12. There is a configuration item that forces a check after a download has completed. It is disabled by default. Enabling it prevents the above issue. Config item: Advanced\RecheckOnCompletion=true
  13. Good comments from AirVPN providers regarding wireguard: https://airvpn.org/forums/topic/24292-wireguard/?tab=comments#comment-104315
  14. Hi, I have a wireguard remote tunneled access up and running and it works beautifully. However, how can I configure the wireguard client so that it would not use the tunnel for local addressed (192.168.1.0/24)? I thought that it would have been discussed already but I didn't find it. So, is there a way to exclude the local packets to be sent to the tunnel? The client is Windows10 computer. Any help very much appreciated, thank you! >>> Found a solution (kind of) with more googling. Seems that it is a Wireguard Windows client issue. https://williamjshipman.wordpress.com/2019/12/31/wireguard-vpn-on-windows/