Results 1 to 3 of 3

Thread: Help in linux and utorrent

  1. #1
    0110's Avatar Poster BT Rep: +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65
    Join Date
    Dec 2006
    Posts
    1,338
    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??



  2. BitTorrent   -   #2
    Xhester's Avatar Linux Lover BT Rep: +4
    Join Date
    Apr 2008
    Posts
    99
    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 )

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

    Or try this logged as root:

    Code:
    ulimit -n 4096
    Hope this helps
    Last edited by Xhester; 04-21-2008 at 02:01 AM.
    "Software is like sex: it's better when it's free"
    Linus Torvalds


  3. BitTorrent   -   #3
    0110's Avatar Poster BT Rep: +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65BT Rep +65
    Join Date
    Dec 2006
    Posts
    1,338
    Quote Originally Posted by Chester View Post
    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 )

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

    Or try this logged as root:

    Code:
    ulimit -n 4096
    Hope this helps
    i will try

    Thanks Chester



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •