3.0.0 test failure MacOS X 10.4.11

Axel Rose axel.roeslein at googlemail.com
Sun Mar 2 19:48:45 GMT 2008


Hello all,

I was eager to test the fresh release with MacOS X using "bbouncer"

This is how I compiled and run the tests:

  patch -p1 <patches/osx-create-time.diff
  patch -p1 <patches/fileflags.diff
  ./prepare-source
  patch -p1 <patches/backup-dir-dels.diff
 ./configure
  make
  make test
  sudo make install

Then compiling and running "bbouncer" from
<http://www.n8gray.org/blog/2007/04/27/introducing-backup-bouncer/>

  ./bbouncer create-vol mysource
  ./bbouncer create-vol mybackup
  sudo rm -rf /Volumes/mybackup/*

rsync -aHAX --fileflags /Volumes/mysource/ /Volumes/mybackup/

reports
---
rsync: get_xattr_names: llistxattr("90-fifo/some-fifo",1024) failed:
Operation not permitted (1)
rsync: get_xattr_names: llistxattr("95-devices/devvn0",1024) failed:
Operation not permitted (1)
rsync: get_xattr_names: llistxattr("95-devices/devzero",1024) failed:
Operation not permitted (1)
rsync: rename "/Volumes/backup/60-bsd-flags/.file-with-flags.69Sr4f" ->
"60-bsd-flags/file-with-flags": Operation not permitted (1)
rsync: rsync_xal_set: lsetxattr("60-bsd-flags/dir-with-flags","
com.apple.crtime96") failed: Operation not permitted (1)
rsync error: some files could not be transferred (code 23) at main.c(1060)
[sender=3.0.0]
---

./bbouncer verify -d /Volumes/source/ /Volumes/backup/
Verifying:    basic-permissions ... ok
Verifying:           timestamps ...
   Sub-test:    modification time ... ok
ok
Verifying:             symlinks ... ok
Verifying:    symlink-ownership ... ok
Verifying:            hardlinks ... ok
Verifying:       resource-forks ... ok
Verifying:         finder-flags ... ok
Verifying:         finder-locks ... ok
Verifying:        creation-date ... ok
Verifying:            bsd-flags ... ls: ./file-with-flags: No such file or
directory
FAIL
Verifying:       extended-attrs ...
   Sub-test:             on files ... ok
   Sub-test:       on directories ... ok
   Sub-test:          on symlinks ... ok
ok
Verifying: access-control-lists ...
   Sub-test:             on files ... ok
   Sub-test:              on dirs ... ok
ok
Verifying:                 fifo ... FAIL
Verifying:              devices ... FAIL
Verifying:          combo-tests ...
   Sub-test:  xattrs + rsrc forks ... ok
   Sub-test:     lots of metadata ... ok


Does anybody see what might be wrong in my setup?

Thanks for your time,
Axel.
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the rsync mailing list