aMule Forum
English => en_Bugs => Topic started by: vdb on June 04, 2006, 01:10:49 PM
-
I don't know if this is just something that happens to me, but I have witnessed this 3 times already with 2.1.2:
- I use the amuled on a Linux Mandrake 10.0 server and webserver / amulegui to control it.
- After moving downloaded files around on the filesystem I force a re-check of all shared files by using the "reload shared" button on the web GUI, the remote GUI or via the command line.
- In case of using the web gui or the remote gui the shareddir.dat file is cleaned out, 0 bytes, no data left at all.
- Using the command line this has not happened yet, it seems that the command line is the safest way of reloading the shared files list.
I have witnessed this bug once before on aMule 2.0.3, but not on 2.1.1. Which is what made me create a backup of the shareddir file everytime I change it....
Anybody have any idea what is going on here?
-
Same thing happens here:
$ cat ~/.aMule/shareddir.dat
$
And I've just started (5 minuts ago, 20060603) amuled and files in directories that were in shareddir.dat were loaded correctly.
So the issue seems to lay in some piece of code that empty shareddir.dat file, even before reloading shared, that show the issue indeed.
-
Well, I am disappointed to report that amulecmd also displays this behaviour: Type "reload shared" and the shareddir.dat file is history. :(
-
me too
v2.1.3
when amulegui lanched ,the shareddir.dat would be erased to zero immediately!
-
http://bugs.amule.org/view.php?id=945
-
Hi
Cause I don't change shareddir frequently , I now use
chattr +i ^/.aMule/shareddir.dat
it dose work :] but you must be root at first :D