jayemecee

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jayemecee

  1. Again, thank you for you answer, as it turns out, you were right, my router reverted back to stock config and thought the proxmox server was 100mb. Thank you for pointing me in the right direction
  2. Yes, as i said, i was reaching upwards of 50MiB before the update, meaning, the saerver is capable of 1gb/s. thats why i think this is so strange and am asking is theres an easy way to speedtest inside a container
  3. so guys, im having trouble with speeds after latest update. At the moment im having maximum of 11 MiB download whatever I do... Before i could almost top my 1gb/s line. I tried redownloading some very seeded torrents and change the ammount active (from 1 to 5) and whatever i do, the download speed stays the same, about 11MiB. This is my rtorrent.rc. Should I change something? Just to be sure its a container problem, is there an easy way to speedtest inside the container? Thank you (If someone could edit my post to put my rtorrent.rc inside a text box i would appreciate it, as i dont know how to do it) # This is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish to enable. # Maximum number of simultaneous downloads and uploads slots (global slots!) (`max_downloads_global`, `max_uploads_global`) # #throttle.max_downloads.global.set = 300 #throttle.max_uploads.global.set = 300 # Global upload and download rate in KiB. "0" for unlimited. # #throttle.global_down.max_rate.set_kb = 0 #throttle.global_up.max_rate.set_kb = 0 # Maximum number of simultaneous downloads and uploads slots per torrent (`max_uploads`) Default: `50` for both # #throttle.max_downloads.set = 50 #throttle.max_uploads.set = 8 # Maximum and minimum number of peers to connect to per torrent. # #throttle.min_peers.normal.set = 100 #throttle.max_peers.normal.set = 200 # Same as above but for seeding completed torrents (-1 = same as downloading) # #throttle.min_peers.seed.set = 10 #throttle.max_peers.seed.set = 50 # Maximum number of connections rtorrent can accept/make (`sockets`) # #network.max_open_sockets.set = 1200 # Maximum number of open files rtorrent can keep open (you have to modify the system wide settings with ulimit!) (`set_max_open_files`) # #network.max_open_files.set = 600 # Maximum number of simultanious uploads per torrent. # #throttle.max_uploads.set = 15 # Default directory to save the downloaded torrents. # directory.default.set = /downloads/completed/ # Default session directory. Make sure you don't run multiple instance # of rtorrent using the same session directory. Perhaps using a # relative path? # session.path.set = /config/rtorrent/session/ # Watch a directory for new torrents, and stop those that have been # deleted. # #schedule2 = watch_directory,5,5,load.start=./watch/*.torrent #schedule2 = untied_directory,5,5,stop_untied= # Close torrents when diskspace is low. # #schedule2 = low_diskspace,5,60,close_low_diskspace=100M # The ip address reported to the tracker. # #network.local_address.set = 127.0.0.1 #network.local_address.set = rakshasa.no # The ip address the listening socket and outgoing connections is # bound to. # #network.bind_address.set = 127.0.0.1 #network.bind_address.set = rakshasa.no # Port range to use for listening. # network.port_range.set = 51413-51413 # Start opening ports at a random position within the port range. # network.port_random.set = no # Disable check for SSL cert for tracker # network.http.ssl_verify_peer.set = 0 # Check hash for finished torrents. Might be useful until the bug is # fixed that causes lack of diskspace not to be properly reported. # #pieces.hash.on_completion.set = no # Set whether the client should try to connect to UDP trackers. # trackers.use_udp.set = yes # Alternative calls to bind and ip that should handle dynamic ip's. # #schedule2 = ip_tick,0,1800,ip=rakshasa #schedule2 = bind_tick,0,1800,bind=rakshasa # Encryption options, set to none (default) or any combination of the following: # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext # # The example value allows incoming encrypted connections, starts unencrypted # outgoing connections but retries with encryption if they fail, preferring # plaintext to RC4 encryption after the encrypted handshake # protocol.encryption.set = allow_incoming,try_outgoing,enable_retry # Enable DHT support for trackerless torrents or when all trackers are down. # May be set to "disable" (completely disable DHT), "off" (do not start DHT), # "auto" (start and stop DHT as needed), or "on" (start DHT immediately). # The default is "off". For DHT to work, a session directory must be defined. # dht.mode.set = auto # UDP port to use for DHT. # dht.port.set = 49170 # Enable peer exchange (for torrents not marked private) # protocol.pex.set = yes # Set downlad list layout style. ("full", "compact") # #ui.torrent_list.layout.set = "full" # SCGI Connectivity (for alternative rtorrent interfaces, XMLRPC) # # Use a IP socket with scgi_port, or a Unix socket with scgi_local. # schedule can be used to set permissions on the unix socket. # scgi_port = 127.0.0.1:5000 #scgi_local = /home/user/rtorrent/rpc.socket #schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket" # Initialise ruTorrent plugins (required for rss and scheduler plugins) on startup # (normally triggered by a browser opening the web ui). # # The command below in practice does NOT always trigger (possible race condition?) and thus # the same command has been added to the script /home/nobody/initplugins.sh in order to # attempt to ensure all plugins are initialised. # execute = {/bin/bash,-c,/usr/bin/sleep 10s && /usr/bin/php /usr/share/webapps/rutorrent/php/initplugins.php admin &}
  4. Hi guys, Im having some issues with this installation. Fist of all is it possible to disable rutorrent authentication? how? tried setting -e ENABLE_RPC2=no and -e ENABLE_RPC2_AUTH=no to no avail. Now the biggest problem, no matter what i try, my rtorrent crashes (or so i think) in like 2 min intervals, with error: "[24.05.2019 04:09:33] Bad response from server: (500 [error,list]) Link to XMLRPC failed. May be, rTorrent is down?" Could someone help me? i tried lots of things but am stuck here.. thank you