Hi, I was testing this snapshot as part of my exploration into how long path name support is coming on, specifically for rsync. It seems to be going very well; thanks for all the improvements. I did notice a couple of things:
$ ls -l ~ ls: cannot access /cygdrive/c/Users/jabley/Application Data: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/Cookies: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/Local Settings: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/My Documents: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/NetHood: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/PrintHood: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/Recent: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/SendTo: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/Start Menu: Input/Output error ls: cannot access /cygdrive/c/Users/jabley/Templates: Input/Output error total 23969 drwx------+ 5 jabley Domain Users 0 Apr 12 2007 AppData ??????????? ? ? ? ? ? Application Data drwx------+ 2 jabley Domain Users 0 Apr 12 2007 Contacts ??????????? ? ? ? ? ? Cookies drwxr-xr-x+ 6 jabley Domain Users 0 Feb 18 22:03 Data drwx------+ 2 jabley Domain Users 8192 Feb 18 11:28 Desktop ... I'm not sure what's changed so that I can no longer list the directories. What is probably a related issue, from the rsyncd log when I was pulling stuff from the Windows Vista machine (with rsync --daemon running on Windows) onto my Ubuntu machine: 2008/04/01 20:58:50 [324] rsyncd version 2.6.9 starting, listening on port 2222 2008/04/01 20:59:25 [5828] name lookup failed for 192.168.0.7: temporary failure in name resolution. 2008/04/01 20:59:25 [5828] connect from UNKNOWN (192.168.0.7) 2008/04/01 20:59:25 [5828] rsync on jabley/ from UNKNOWN (192.168.0.7) 2008/04/01 20:59:25 [5828] building file list 2008/04/01 20:59:25 [5828] rsync: readlink "/Application Data" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/Cookies" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/Local Settings" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/My Documents" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/NetHood" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/PrintHood" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/Recent" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/SendTo" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/Start Menu" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] rsync: readlink "/Templates" (in jabley) failed: Input/Output error (5) 2008/04/01 20:59:25 [5828] file has vanished: "/proc" (in jabley) 2008/04/01 21:01:42 [5828] rsync: readlink "/AppData/Local/Application Data" (in jabley) failed: Input/Output error (5) 2008/04/01 21:01:42 [5828] rsync: readlink "/AppData/Local/History" (in jabley) failed: Input/Output error (5) 2008/04/01 21:01:42 [5828] rsync: readlink "/AppData/Local/Temporary Internet Files" (in jabley) failed: Input/Output error (5) 2008/04/01 21:02:04 [5828] rsync: readlink "/Documents/My Music" (in jabley) failed: Input/Output error (5) 2008/04/01 21:02:04 [5828] rsync: readlink "/Documents/My Pictures" (in jabley) failed: Input/Output error (5) 2008/04/01 21:02:04 [5828] rsync: readlink "/Documents/My Videos" (in jabley) failed: Input/Output error (5) 2008/04/01 21:14:43 [5828] rsync: send_files failed to open "/NTUSER.DAT" (in jabley): Device or resource busy (16) 2008/04/01 21:14:46 [5828] rsync: send_files failed to open "/ntuser.dat.LOG1" (in jabley): Device or resource busy (16) 2008/04/01 21:14:46 [5828] rsync: send_files failed to open "/ntuser.dat.LOG2" (in jabley): Device or resource busy (16) 2008/04/01 22:03:07 [5828] rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.6.9/main.c(683) [sender=2.6.9] HTH, Cheers, James -- 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/