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 in log with CVS 2007-07-21  (Read 3212 times)

Daefen

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Error in log with CVS 2007-07-21
« on: July 21, 2007, 01:32:04 PM »

Hi,

I compiled the aMule-CVS-20070721 and I get this error on the log:

Code: [Select]
2007-07-21 13:23:50: FileFunctions.cpp(78): FileIO: Error on file copy from: /media/win_d/downloads/emule_temp/008.part.met to: /media/win_d/downloads/emule_temp/008.part.met.backup
2007-07-21 13:23:50: Logger.cpp(268): Error: Impossible to set permissions for the file '/media/win_d/downloads/emule_temp/008.part.met.bak' (error 1: Operación no permitida)
2007-07-21 13:23:50: FileFunctions.cpp(78): FileIO: Error on file copy from: /media/win_d/downloads/emule_temp/008.part.met to: /media/win_d/downloads/emule_temp/008.part.met.bak
2007-07-21 13:23:51: Logger.cpp(268): Error: Impossible to set permissions for the file '/media/win_d/downloads/emule_temp/004.part.met.backup' (error 1: Operación no permitida)
2007-07-21 13:23:51: FileFunctions.cpp(78): FileIO: Error on file copy from: /media/win_d/downloads/emule_temp/004.part.met to: /media/win_d/downloads/emule_temp/004.part.met.backup
2007-07-21 13:23:51: Logger.cpp(268): Error: Impossible to set permissions for the file '/media/win_d/downloads/emule_temp/004.part.met.bak' (error 1: Operación no permitida)
2007-07-21 13:23:51: FileFunctions.cpp(78): FileIO: Error on file copy from: /media/win_d/downloads/emule_temp/004.part.met to: /media/win_d/downloads/emule_temp/004.part.met.bak

Despite this problem the program seems to work fine so I don't know if this problem is normal considering that is a CVS version or this can be a serious problem.

PD: Sorry about my bad english :-\

EDIT: The partition where is trying to write is a vfat and it have enough free space.
« Last Edit: July 21, 2007, 01:44:37 PM by Daefen »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Error in log with CVS 2007-07-21
« Reply #1 on: July 21, 2007, 01:50:09 PM »

There are no (real) file permissions with vfat, IIRC. I think you can ignore this messages.

Please have in mind that fat32 allows only files up to 2GB.
Logged

Daefen

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Error in log with CVS 2007-07-21
« Reply #2 on: July 21, 2007, 02:33:23 PM »

Thanks, I did a little research and I find a solution to my problem: to skip this warning messages I have to put in the file /etc/fstab the option "quiet" in the vfat line.

Quote
Please have in mind that fat32 allows only files up to 2GB.
Actually, the limit is 4GB but this is enough for me and I use XP too so I have to live with this hehe.

Again, thanks ;)
Logged