MrMeeb

Members
  • Posts

    4
  • Joined

  • Last visited

MrMeeb's Achievements

Noob

Noob (1/14)

1

Reputation

  1. As an extension of this post, the missing package is libcurl4. For the timebeing, this can be fixed by installing libcurl4 via the container's console, during initial download of the server files. Any attempt to do so after the container has download its game files will fail due the bootloop caused by the missing dependency.
  2. Hi guys, hope you're all keeping well. I have an unraid server with an Intel S2600CP motherboard. It has 5-6 PWM fan control headers, but no matter what I've tried, I cannot make the BIOS manually adjust fans based on temps. I believe this is something to do with using an 'unsupported' case (i.e, anything other than the 2 or 3 cases this motherboard was integrated into when sold as a complete system), so the fans are just ramped to 100% at all times. I have attempted the various solutions suggested in the STH forums, with no success Up until now, I've managed to reduce the fan speeds using noctua low-noise adapters. I believe they're basically just inline resistors. But fan speed is still fixed, and too noisy for my liking, especially now my circumstances are changing and the server will be living in the same room that I work in. I have been thinking about alternative ways to control the fans. Anything that involves the PWM headers on the motherboard won't work, but what about an 'external' PWM controller? The two I've found that seem to be fully independent are the NZXT AC-2RGBC-B1 and the Corsair Commander Pro, since they are both controlled via their respective softwares. This, of course, isn't ideal; the software is all Windows-only, and a Windows 10 VM wouldn't know what the CPU temps. Not to mention that the Corsair option is very pricey! What I'm wondering though is that, even without the controller software, would the NZXT controller show up as a generic PWM controller within unraid? It connects to the motherboard via an internal USB2.0 header, so would it then be controllable by an Unraid plugin without the NZXT software? I'd appreciate any input, or alternative suggestions. Thanks!
  3. Just got rTorrentVPN installed, and got it setup with the PIA France server, using GCM (as according to the FAQ, but also tried the GCM cfg downloaded straight from my user page on PIA, seeing the same behaviour). Having a problem where starting a download will cause a single core on the server to be pinned at 100%, and rTorrent to become entirely unresponsive...eventually the webui will say it cannot connect. Observing the log in debug mode, I don't see anything that could suggest why. Interestingly, when I first installed the container, and tried an Ubuntu iso torrent, it worked perfectly, seeing about 200mbit down, and 70% load on a single core while doing so. However, when I came back to it (after a server reboot) to test a much larger download, this behaviour has sadly disappeared, leading to what I described. Downloading and running speedtest-cli from within the container does not cause the same CPU pinning, and gets around 300mbit down through the VPN tunnel, so seems like it's something more closely related to rTorrent? Any ideas?
  4. Hey, new to the whole docker scene, and even newer to rtorrent vpn, and I'm having issues getting it to start. I was wondering if I could get some help? Running Ubuntu 18.04 on a VM on a Windows 10 machine Running rtorrent vpn with docker compose. compose here: rtorrent-vpn: image: binhex/arch-rtorrentvpn container_name: rtorrentvpn restart: always cap_add: - NET_ADMIN ports: - "9080:9080" - "9443:9443" - "8118:8118" - "3000:3000" volumes: - /etc/localtime:/etc/localtime:ro - ${USERDIR}/docker/rtorrent/config:/config - ${USERDIR}/docker/rtorrent/data:/data environment: - VPN_ENABLED=yes - VPN_USER=******* - VPN_PASS=******* - VPN_PROV=pia - STRICT_PORT_FORWARD=yes - ENABLE_PRIVOXY=yes - ENABLE_FLOOD=yes - ENABLE_AUTODL_IRSSI=yes - LAN_NETWORK=192.168.1.1/24 - NAME_SERVERS=209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4 - DEBUG=true - PHP_TZ=UTC - UMASK=022 - PGID=${PGID} - PUID=${PUID} When I start it, these are the logs: https://pastebin.com/FH1V1Y9M Something doesn't seem right, and I can't connect to flood either through my reverse proxy or through localhost. I'd really appreciate any help if you want to contact me any way other than this, where conversing would be easier, I am on discord: MrMeeb#8289