aMule Forum

English => en_Bugs => Topic started by: OldFrog on January 10, 2006, 07:30:02 AM

Title: 20060110 - Trouble with shared dir
Post by: OldFrog on January 10, 2006, 07:30:02 AM
In the CVS SNAPSHOT as of today, the log displays a lot of errors reading the shared directories at startup (ext3), and the list shows only the temp files. No trouble with CVS-2006-01-09
Title: Re: 20060110 - Trouble with shared dir
Post by: Gerd78 on January 10, 2006, 10:03:54 AM
Same problem here on my box, with the shared directory on a ReiserFS 3.6 file system.

Console output looks normal:
Code: [Select]
$ LC_ALL=C amule
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Loading temp files from /home/***USERNAME***/.aMule/Temp.
Loading PartFile 12 of 12
All PartFiles Loaded.
ListenSocket: Ok.

External connections disabled in config file
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Adding file /home/***USERNAME***/.aMule/Temp/027.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/023.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/022.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/021.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/019.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/017.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/015.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/002.part.met to shares
Adding file /home/***USERNAME***/.aMule/Temp/001.part.met to shares
Empty dir /home/***USERNAME***/.aMule/Incoming shared
But log file shows this message for every file in a shared directory:
Code: [Select]
2006-01-10 10:14:28: Connecting
2006-01-10 10:14:29: AICH Thread: Syncronization thread started.
2006-01-10 10:14:29: AICH Thread: Masterhashes of known files have been loaded.
2006-01-10 10:14:29: AICH Thread: No new files found.
2006-01-10 10:14:29: AICH Thread: Terminated.
2006-01-10 10:14:29: Servers: Trying to connect
2006-01-10 10:14:29: Connecting to Razorback 2.0 (195.245.244.243 - 195.245.244.243:4661)
2006-01-10 10:14:29: Read 177 Kad contacts
2006-01-10 10:14:33: Creditfile loaded, 1001 clients are known

2006-01-10 10:14:33:  - This is aMule CVS using wxGTK2 v2.7.0 (Unicoded) (Snapshot: Tue Jan 10 07:02:09 CET 2006) based on eMule.
2006-01-10 10:14:33:    Running on Linux 2.6.13-15.7-default i686
2006-01-10 10:14:33:  - Visit [URL]http://www.amule.org[/URL] to check if a new version is available.

2006-01-10 10:14:33: Loading ipfilter.dat files.
2006-01-10 10:14:33: Loaded 0 IP-ranges from 'ipfilter.dat'. 0 malformed lines were discarded.
2006-01-10 10:14:33: Loaded 0 IP-ranges from 'ipfilter_static.dat'. 0 malformed lines were discarded.
2006-01-10 10:14:33: Loading server.met file: /home/***USERNAME***/.aMule/server.met
2006-01-10 10:14:33: 250 servers in server.met found
2006-01-10 10:14:33: Found 12 part files
2006-01-10 10:14:33: External connections disabled in config file
2006-01-10 10:14:33: MuleUDPSocket: Created Server UDP-Socket at port 4665
2006-01-10 10:14:33: MuleUDPSocket: Created Client UDP-Socket at port 4672
2006-01-10 10:14:33: CFile: Error when opening file (***FILENAME***): No such file or directory
The last line is repeated for every shared file.

The files are there, nothing was modified in the shared directory.
Title: Re: 20060110 - Trouble with shared dir
Post by: Xaignar on January 10, 2006, 10:42:15 AM
Whoops. My fault.