aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: error 24 : too much open files  (Read 1847 times)

Dominique

  • Approved Newbie
  • *
  • Karma: 4
  • Offline Offline
  • Posts: 23
  • Ask me!
error 24 : too much open files
« on: October 16, 2005, 09:22:53 PM »

I get the following
Code: [Select]
info: Could not create backup of 'path/to/152.part.met' (error 24 : too much open files)and
Code: [Select]
impossible d'ouvrir le fichier de configuration utilisateur
cannot open the user's configuration file

What can i do? Remove some files of the download list or change some options in the preferences?
Logged

Dominique

  • Approved Newbie
  • *
  • Karma: 4
  • Offline Offline
  • Posts: 23
  • Ask me!
and error 2
« Reply #1 on: October 16, 2005, 09:26:55 PM »

I get another error:
Code: [Select]
info : Could not create backup of '/path/to/264.part.met' (error 2 : no file or directory of this type)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: error 24 : too much open files
« Reply #2 on: October 17, 2005, 08:33:49 AM »

there are system limits on how much files at once you can possibly open,
and if you really have 264 downloads or even more, it could be you reached that limit...

so stop some, and finish a couple, then restart teh rest...

to figure out how much is the limit, try google or your distri forum ;)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Dominique

  • Approved Newbie
  • *
  • Karma: 4
  • Offline Offline
  • Posts: 23
  • Ask me!
Re: error 24 : too much open files
« Reply #3 on: October 17, 2005, 09:53:39 PM »

I have left for download only the files for which i have allready some parts, that is 97 files. All the others are stopped. But the problem remain the same.

Have a file only one download, or can a file have many downloads and many parts on the harddisk?

The good thing is at amule seam to work. Is it a risk to have corrupted files?

#####################################

A guy is in big trouble with his PC. He call a repair shop:
- Hi, i have a windows box.
- Yes. :]
- It doesn't work.
- You have allready say that.
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: error 24 : too much open files
« Reply #4 on: October 17, 2005, 11:24:22 PM »

Well, there may be several files associated with each download: the xxx.part file, which contains the partially downloaded file's data; the xxx.part.met file, which keeps track of information about the file being downloaded, the xxx.part.met.bak, which is the backup of xxx.part.met; xxx.part.met.seeds, which keeps a few sources for rare downloads between aMule sessions.

However, only the xxx.part files are kept open all the time.  The other files are only open momentarily when they are read or written.

Remember, though, that open sockets (network connections) also count against your limit of open files.  So, if the number of xxx.part files plus the number of connections approaches the limit, then you will start to have problems.
Logged