Results 1 to 7 of 7

Thread: Transmission torrent error: "too many open files"

  1. #1
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Transmission torrent error: "too many open files"

    I randomly get an error on some torrent files in Transmission:
    Code:
    too many open files
    Usually, clicking on "Start" resolves this error. Any thoughts?

  2. #2
    Join Date
    Dec 2008
    Location
    Northwest Ohio
    Beans
    1,581
    Distro
    Lubuntu 13.10 Saucy Salamander

    Re: Transmission torrent error: "too many open files"

    Hi,
    I haven't personally seen that error in transmission before, but I found a link that might have a possible solution for you.
    https://bugs.launchpad.net/ubuntu/+s...on/+bug/406486
    Hope this helps.
    James

  3. #3
    Join Date
    Apr 2006
    Location
    Coventry
    Beans
    1,379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Transmission torrent error: "too many open files"

    Thanks that was really helpful! Usually I ignore Launchpad bug reports as they are VERY long and don't really have any conclusion, but glad this helped. Of course I don't know if this worked (will have to add torrents and see if the error appears again).

    The fix is:

    Code:
    $ sudo -s
    $ echo "* - nofile 1536" >> /etc/security/limits.conf
    $ exit

  4. #4
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Transmission torrent error: "too many open files"

    I get permission denied on that even though I did sudo and password.

  5. #5
    Join Date
    Dec 2008
    Location
    Northwest Ohio
    Beans
    1,581
    Distro
    Lubuntu 13.10 Saucy Salamander

    Re: Transmission torrent error: "too many open files"

    Hi cmcanulty,
    If the above codes don't work you could always open the file directly.
    Code:
    sudo gedit /etc/security/limits.conf
    Then add the following line to the end of limits.conf .
    Code:
    * - nofile 1536
    So that it appears like this:
    #* soft core 0
    #root hard core 100000
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #ftp - chroot /ftp
    #@student - maxlogins 4

    # End of file
    * - nofile 1536
    Hope that helps.
    James

  6. #6
    Join Date
    Sep 2008
    Beans
    3

    Re: Transmission torrent error: "too many open files"

    the sugestion of ankspo71
    worked for me

    thanks


  7. #7
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Transmission torrent error: "too many open files"


    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

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
  •