Search found 2 matches

by ron199x
Sun Mar 20, 2016 9:30 am
Forum: Support
Topic: No space left on device [solved]
Replies: 6
Views: 26512

Re: No space left on device [solved]

I had the same issue, although my disk still had over 700GB free. I did disk check, and it seems to be good again. Disk check via fsck. Was using lvm.
by ron199x
Sun Mar 13, 2016 8:28 am
Forum: General
Topic: whitelist - don't forget localhost for app integration
Replies: 0
Views: 4152

whitelist - don't forget localhost for app integration

Hi all,

Just thought I'd give my 2c on an issue I've been encountering with flexget connecting to transmission.

Don't forget if you're going to use a white list with a permitted 'subnet', don't forget to add localhost:
"rpc-whitelist": "192.168.1.*,127.0.0.1",
"rpc-whitelist-enabled": true ...