Connectathon basic test4 fails

View: New views
3 Messages — Rating Filter:   Alert me  

Connectathon basic test4 fails

by Suresh Jayaraman-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Against Win2k3 server the basic connectathon test4 is failing when
mounted with the options (user=cguest, uid=cguest, gid=users,
file_mode=0640, dir_mode=0755) with the current cifs mainline code. As a
simple test case chmod on a file returns -95 (-EOPNOTSUPP) error.

I have not tried debugging it, yet? But it appears that setxattr returns
success and the following getxattr call returns error. Is this the
expected behavior or a regression?

Thanks,

--
Suresh Jayaraman
_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

Re: Connectathon basic test4 fails

by Jeff Layton-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 2009-07-01 at 17:31 +0530, Suresh Jayaraman wrote:

> Hi all,
>
> Against Win2k3 server the basic connectathon test4 is failing when
> mounted with the options (user=cguest, uid=cguest, gid=users,
> file_mode=0640, dir_mode=0755) with the current cifs mainline code. As a
> simple test case chmod on a file returns -95 (-EOPNOTSUPP) error.
>
> I have not tried debugging it, yet? But it appears that setxattr returns
> success and the following getxattr call returns error. Is this the
> expected behavior or a regression?
>
> Thanks,
>

Isn't that the setattr test? Given that win2k3 doesn't support unix
extensions, I think a failure there is expected. When unix extensions
aren't enabled I usually switch that to use test4a instead of test4.

--
Jeff Layton <jlayton@...>

_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

Re: Connectathon basic test4 fails

by Suresh Jayaraman-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jeff Layton wrote:

> On Wed, 2009-07-01 at 17:31 +0530, Suresh Jayaraman wrote:
>> Hi all,
>>
>> Against Win2k3 server the basic connectathon test4 is failing when
>> mounted with the options (user=cguest, uid=cguest, gid=users,
>> file_mode=0640, dir_mode=0755) with the current cifs mainline code. As a
>> simple test case chmod on a file returns -95 (-EOPNOTSUPP) error.
>>
>> I have not tried debugging it, yet? But it appears that setxattr returns
>> success and the following getxattr call returns error. Is this the
>> expected behavior or a regression?
>>
>> Thanks,
>>
>
> Isn't that the setattr test? Given that win2k3 doesn't support unix
> extensions, I think a failure there is expected. When unix extensions
> aren't enabled I usually switch that to use test4a instead of test4.
>

Yes, it seems expected. Sorry about the noise..


--
Suresh Jayaraman
_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client