Elevator

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Elevator's Achievements

Noob

Noob (1/14)

2

Reputation

  1. +1, I have the same annoyance. I have also noticed the exact same things as you describe (even the GUI just hanging). Although I haven't identified the cause, same issues with AutoTools automove, ratiogroups and other automation plugins not working after a while. Even with everything correctly configured and verified working in tests, it seems pretty random when the automation will actually work due to this.
  2. Yepp! Seems like disk fragmentation or the filesystem was the problem. I'm not too knowledgeable on filesystems but I just formatted the drive to ext4 instead of NTFS (used with NTFS-3G) since I know it preallocates way better, and it seems to have solved the problem. Thanks for the heads up, wouldn't have looked into it otherwise!
  3. Anyone else have problems with deluge spiking (personally, it goes from 10mb/s - loses connection for a sec (iptables protection?) - comes back and is at 1000kb/s and climbing back up to 10mb/s before the process repeats itself in 20~ seconds)? I'm thinking it's the "fastresume" file from deluge or somehow the 30 second tun-ip/port polling from deluge-script that is causing it. Just wondering if other people have the same problem? btw, I went through some of the supervisor logs posted here to troubleshoot, and I can see that a lot of you don't obfuscate your VPN username+password in the log file so it's just there in clear-text. Might wanna remove that info before you post so that your accounts don't get hijacked.
  4. Yes you are correct. I'm running ubuntu server 16.04 LTS. Also, I can run the arch-delugevpn container just fine (if that matters at all).
  5. Hey, I'm having troubles initiating the tun device I've skimmed through my supervisor.log and the only "error" or problem is with the following step: 2018-01-29 09:57:23, 998 DEBG 'start-script' stdout output: [info] Attempting to load tun module... 2018-01-29 09:57:23, 999 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory 2018-01-29 09:57:23, 999 DEBG 'start-script' stdout output: [crit] Unable to load tun module, cannot continue As you can see, it fails finding the tun.ko module. When checking manually, there is no /lib/modules nor tun.ko module folder within the container. Any ideas?