PDA

View Full Version : Help in linux and utorrent



0110
04-21-2008, 01:37 AM
i have installed utorrent in a Linux server but i keep getting this error and torrents stops

Too many open files

any one know how to solve this??

Xhester
04-21-2008, 01:58 AM
Just install uTorrent 1.8 they fix that bug in that version :) or try this:

Add the following to /etc/security/limits.conf (sudo gedit /etc/security/limits.conf )


<your username> hard nofile 8192Where 8192 is the number of open files you can have :)

Or try this logged as root:


ulimit -n 4096

Hope this helps :)

0110
04-21-2008, 02:01 AM
Just install uTorrent 1.8 they fix that bug in that version :) or try this:

Add the following to /etc/security/limits.conf (sudo gedit /etc/security/limits.conf )


<your username> hard nofile 8192Where 8192 is the number of open files you can have :)

Or try this logged as root:


ulimit -n 4096Hope this helps :)

i will try

Thanks Chester