cheez

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

cheez's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Try this bad boy for clearing the logs logs=$(find /var/lib/docker/containers/ -name '*.log');for log in $logs; do cat /dev/null > $log;done
  2. Look at my post above it might help a little.
  3. Hey everyone, Just got my unraid setup today and I can't believe its gone so smoothly. Binhex your docker image's are amazing. My only issue so far has that when I restart the docker instance of arch-delugevpn the plugins I enabled are all disabled. Has anybody had any success with enabling plugins after restart? One other thing is that the settings of the plugin are retained just the enabled state is not persisted. Edit: I've worked it out. In the config file manually edit core.conf to include the plugin you want e.g. "enabled_plugins": ["Scheduler"], Also if you want the scheduler plugin you will need to use an old version. I have attached the 1.3.11 version I complied then you should be smooth sailing Scheduler-0.2-py2.7.egg.zip