On Sep 30 2016, Tobias Ammann <[email protected]> wrote: > Hello, > > I tried installing S3QL on my OS X 10.11.6 El Capitan with FUSE for > macOS 3.5.2 today. When I ran the tests they failed in various places > (see attached error logs). Another error (no log) mentioned > /usr/bin/sudo, thus I also ran the tests under sudo. > > I followed: > http://www.rath.org/s3ql-docs/installation.html > [...] > tests/t4_fuse.py::TestFuse::test FAILED [...] > Traceback (most recent call last): > File "/Users/ta/Downloads/s3ql-2.20/bin/mount.s3ql", line 26, in <module> > s3ql.mount.main(sys.argv[1:]) > File "/Users/ta/Downloads/s3ql-2.20/src/s3ql/mount.py", line 219, in main > operations.destroy() > File "/Users/ta/Downloads/s3ql-2.20/src/s3ql/fs.py", line 120, in destroy > self.forget(list(self.open_inodes.items())) > File "/Users/ta/Downloads/s3ql-2.20/src/s3ql/fs.py", line 1168, in forget > inode = self.inodes[id_] > File "/Users/ta/Downloads/s3ql-2.20/src/s3ql/inode_cache.py", line 163, in > __getitem__ > raise KeyError('No such inode: %d' % id_) > KeyError: 'No such inode: 4'
This looks like a bug, thanks for the report! Could you please report it at https://bitbucket.org/nikratio/s3ql/issues so that I don't forget about it? I'm surprised that it works as root. Are you sure that this wasn't just a coincidence (in other words, if you run the test a few times it also sometimes works as a regular user, and it sometimes fails as root)? > ----------------------------- Captured stderr call > ----------------------------- > WARNING: Maximum object sizes less than 1 MiB will degrade performance. > rsync: -aHAX: unknown option > rsync error: syntax or usage error (code 1) at > /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/main.c(1333) > [client=2.6.9] Apparently OS X rsync doesn't know the same options as standard rsync. Could you find out which of the options (-a, -H, -A or -x) it does not like? Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
