PDA

View Full Version : box error



kyrcer
08-23-2008, 12:09 PM
I got error when I seed packs where is more than 1000 files. error too many open files. I have debian 4.0 and utorrent 1.8.0 use kimisufi reloaded 08 ovh

waki
08-24-2008, 03:24 PM
why don't you use rtorrent on debian? much better

c0njur
08-24-2008, 08:30 PM
As root edit the file /etc/security/limits.conf and append the line
Code:

<your username> hard nofile 8192


to increase the limit from 1024 to 8192. You will have to logout and login again to make the new setting work. Verify that it is set correctly with ulimit -n (as user).http://forum.utorrent.com/viewtopic.php?pid=225440

tehmrserver
08-24-2008, 10:12 PM
try utorrent 1.7.7

bladesharp
08-27-2008, 07:10 AM
As root edit the file /etc/security/limits.conf and append the line
Code:

<your username> hard nofile 8192


to increase the limit from 1024 to 8192. You will have to logout and login again to make the new setting work. Verify that it is set correctly with ulimit -n (as user).http://forum.utorrent.com/viewtopic.php?pid=225440


This will not solve that problem, i have already tried