This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "cannot set time" on FAT32 - after installing cygwin-1.5.13-1


Corinna Vinschen wrote:

Can you run strace on this cvs checkout?  The calls to SetFileTime
have debug messages attached which you will see when scanning the
strace.  One prints a message along the lines of "SetFileTime (%s) failed",
the other error message is within a short range after a line with text like
"incoming lastaccess <hexnumber> <hexnumber>".


Well, I found this in the 1.5.13-1 strace output file:


  867 3751972 [main] cvs 925621 fhandler_disk_file::utimes: incoming lastaccess 422832B6 00000000
  196 3752168 [main] cvs 925621 fhandler_base::close: closing '/cygdrive/d/mozilla_source/mozilla/client.mk' handle 0x20
  120 3752288 [main] cvs 925621 seterrno_from_win_error: /netrel/src/cygwin-1.5.13-1/winsup/cygwin/fhandler_disk_file.cc:835 windows error 5
 4058 3756346 [main] cvs 925621 geterrno_from_win_error: windows error 5 == errno 13
  845 3757191 [main] cvs 925621 geterrno_from_win_error: windows error 5 == errno 13
  175 3757366 [main] cvs 925621 utimes: -1 = utimes (client.mk, 0x7EAB30)
  363 3757729 [main] cvs 925621 fhandler_base::write: binary write
U mozilla/client.mk

Is that what you need?


Jacek

--
Jacek Piskozub
	Institute of Oceanology PAS, Sopot, Poland
	mailto:piskozub@iopan.gda.pl
	http://water.iopan.gda.pl/~piskozub



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]