View Full Version : Help in linux and utorrent
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 :)
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
Powered by vBulletin® Version 4.2.3 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.