The smb2.notify test hangs at the following point: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [root@localhost bin]# ./smbtorture //192.168.1.116/public -Uroot%ctdb smb2.notify Using seed 1303814912 time: 2011-04-26 16:18:32.145129 progress: 14 test: valid-req time: 2011-04-26 16:18:32.148205 TESTING VALIDITY OF CHANGE NOTIFY REQUEST time: 2011-04-26 16:18:32.299843 failure: valid-req [ (../source4/torture/smb2/notify.c:110) Incorrect status NT_STATUS_EAS_NOT_SUPPORTED - should be NT_STATUS_OK ] test: tcon time: 2011-04-26 16:18:32.299957 TESTING SIMPLE CHANGE NOTIFY Testing notify mkdir Testing notify rmdir >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
What are you running this test against ? You'd get this if running against a system that doesn't support extended attributes. Jeremy.
We have tested this on RHEL6 with Lustre 2.0, which has EA support by default. In the smb.conf file also we have marked 'ea support = yes'.
Ok, can you post a debug level 10 log from smbd when you're running this test against the Lustre backend. I don't have access to such a system so you're going to have to work with me on this to debug. Jeremy.