aMule Forum
English => aMule Help => Topic started by: hopelessone on January 13, 2008, 11:49:19 AM
-
Hi,
In todays aMuled i get many Error logs for:
2008-01-13 19:37:01: Logger.cpp(268): Error: can't open file '/media/hdd_4/Temp/052.part.met' (error 2: No such file or directory)
I checked the directory and it's there !!??
and
2008-01-13 19:36:48: Logger.cpp(268): Error: can't open file '/media/hdd_4/Temp/374.part.met' (error 24: Too many open files)
2008-01-13 19:34:47: ClientCreditsList.cpp(364): Credits: Error while creating signature: OS_Rng: open /dev/urandom operation failed with error 24
i haven't seen these errors for about 1 & 1/2 weeks with other aMuled's
now i have the standard 1024 files set...in aMule i don't get this log error...I'm using wxWidgets 2.8.7..
Can i increase the number of open files safely with aMuled?
should i run aMuled in GDB??
I await you commands oh mighty one(s)..
-
if i go into aMuleGUI for the stats (cauze i don't know the command for it in aMuleCMD)...
i get:
Active Connections:453
Max Connection Limit Reached: Never
Peak Connections: 622
Active Downloads(chunks): 81
Active Uploads: 53
Any ideas on how i fix me mule?
-
If you use linux, can you try checking how many files are actually opened by aMuled when you get that error?
Something like this should do:
ls /proc/$(pidof amuled)/fd|wc -l
Also, how many downloads do you have, and how many shared files?
-
Hi,
DownloadQueue.cpp(172): Found 503 part files
SharedFileList.cpp(382): Found 1047 known shared files, 1 unknown
i will have to wait for the errors...but currently..
ls /proc/$(pidof amuled)/fd|wc -l
757