D
Deleted member 90346
Guest
Greetings,
I've been having an issue with one of my LXC recently. Started about a month ago. Tranmission web gui keeps throwing the Error: Unable to save resume files: too many open files. At first i tought that this was a Tranmisson error however the more i looked into it the more it became apparent that this was just a nofile limit being enforced by either the host or the lxc itself.
I've googled and tried most of the things allready regarding increasing the file limit ( and as far as i can tell i have it set up properly) but everytime i have some downloads running the error comes back. This command:
Is there anyone around that can either give me a step by step rundown of what to do so i can retrace my steps and see if i'm doing everything correctly? If anyone else has any idea as to what might cause i would love to hear it.
With kind regards,
I've been having an issue with one of my LXC recently. Started about a month ago. Tranmission web gui keeps throwing the Error: Unable to save resume files: too many open files. At first i tought that this was a Tranmisson error however the more i looked into it the more it became apparent that this was just a nofile limit being enforced by either the host or the lxc itself.
I've googled and tried most of the things allready regarding increasing the file limit ( and as far as i can tell i have it set up properly) but everytime i have some downloads running the error comes back. This command:
lsof | awk '$4 ~ /[0-9]+[rwu -].*/{p[$1"t"$2"t"$3]=p[$1"t"$2"t"$3]+1}END{for (i in p) print p[i],i}' | sort -n | tail
shows my debian-tranmission user howering around 1000 nofiles. It caps at 1024 which is the default value for nofile. I have however , like mentioned above, upped this limit.Is there anyone around that can either give me a step by step rundown of what to do so i can retrace my steps and see if i'm doing everything correctly? If anyone else has any idea as to what might cause i would love to hear it.
With kind regards,
Last edited by a moderator: