[opensuse-kernel] toogle CONFIG_CIFS_SMB2 y
Hi: Will be cool if CONFIG_CIFS_SMB2 is enabled in our kernels... yes.. it is experimental but requires explicit mount option to enable so I guess it is safe for regular users and handy for us in the bleeding edge. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Op 05-11-12 15:01, Cristian Rodríguez schreef:
Hi:
Will be cool if CONFIG_CIFS_SMB2 is enabled in our kernels... yes.. it is experimental but requires explicit mount option to enable so I guess it is safe for regular users and handy for us in the bleeding edge.
That would be nice indeed, and without initd enabeling swat? -- Have a nice day, Oddball. OS: Linux 3.7.0-rc3-2-desktop i686 Huidige gebruiker: oddball@EeePc-Rob-SFN9 Systeem: openSUSE 12.2 (i586) KDE: 4.9.2 "release 511" -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
El 05/11/12 12:08, Oddball escribió:
That would be nice indeed, and without initd enabeling swat?
This is the kernel-level protocol..nothing to do with samba/swat/init -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Op 05-11-12 16:10, Cristian Rodríguez schreef:
El 05/11/12 12:08, Oddball escribió:
That would be nice indeed, and without initd enabeling swat?
This is the kernel-level protocol..nothing to do with samba/swat/init
Indeed, no need for that anymore? -- Have a nice day, Oddball. OS: Linux 3.7.0-rc3-2-desktop i686 Huidige gebruiker: oddball@EeePc-Rob-SFN9 Systeem: openSUSE 12.2 (i586) KDE: 4.9.2 "release 511" -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Op 05-11-12 16:08, Oddball schreef:
Op 05-11-12 15:01, Cristian Rodríguez schreef:
Hi:
Will be cool if CONFIG_CIFS_SMB2 is enabled in our kernels... yes.. it is experimental but requires explicit mount option to enable so I guess it is safe for regular users and handy for us in the bleeding edge.
That would be nice indeed, and without initd enabeling swat?
sorry, xinetd... -- Have a nice day, Oddball. OS: Linux 3.7.0-rc3-2-desktop i686 Huidige gebruiker: oddball@EeePc-Rob-SFN9 Systeem: openSUSE 12.2 (i586) KDE: 4.9.2 "release 511" -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 11/05/2012 07:31 PM, Cristian Rodríguez wrote:
Hi:
Will be cool if CONFIG_CIFS_SMB2 is enabled in our kernels... yes.. it is experimental but requires explicit mount option to enable so I guess it is safe for regular users and handy for us in the bleeding edge.
Yes, I tend to agree that though it is experimental it would probably be safe and with the apparent performance improvements and features it brings in, it might be worthwhile to enable it for users to play around with it. However, I'll look at the code more closely and think about it little more deeply before enabling it. Thanks Suresh -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
El 06/11/12 03:45, Suresh Jayaraman escribió:
However, I'll look at the code more closely and think about it little more deeply before enabling it.
I hope you find time to check this out so I can test it ;) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 11/15/2012 11:10 PM, Cristian Rodríguez wrote:
El 06/11/12 03:45, Suresh Jayaraman escribió:
However, I'll look at the code more closely and think about it little more deeply before enabling it.
I hope you find time to check this out so I can test it ;)
After discussing with other upstream developers, it seems it is quite unlikely to break anyone who is just using CIFS. Enabled it on master. Happy Testing! -- Suresh Jayaraman -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
El mar 20 nov 2012 09:06:03 CLST, Suresh Jayaraman escribió:
On 11/15/2012 11:10 PM, Cristian Rodríguez wrote:
El 06/11/12 03:45, Suresh Jayaraman escribió:
However, I'll look at the code more closely and think about it little more deeply before enabling it.
I hope you find time to check this out so I can test it ;)
After discussing with other upstream developers, it seems it is quite unlikely to break anyone who is just using CIFS.
Enabled it on master. Happy Testing!
Ok, thank you. got a question.. do I need an special userspace cifs-utils or similar ? trying to mount with vers=2 or vers=2.0 complains that either are EINVAL ;) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 11/21/2012 09:26 AM, Cristian Rodríguez wrote:
El mar 20 nov 2012 09:06:03 CLST, Suresh Jayaraman escribió:
On 11/15/2012 11:10 PM, Cristian Rodríguez wrote:
El 06/11/12 03:45, Suresh Jayaraman escribió:
However, I'll look at the code more closely and think about it little more deeply before enabling it.
I hope you find time to check this out so I can test it ;)
After discussing with other upstream developers, it seems it is quite unlikely to break anyone who is just using CIFS.
Enabled it on master. Happy Testing!
Ok, thank you. got a question.. do I need an special userspace cifs-utils or similar ? trying to mount with vers=2 or vers=2.0 complains that either are EINVAL ;)
(just back from vacation) Try mounting with "mount -t smb2 ...". I don't think "vers=" ever worked properly for CIFS. -- Suresh Jayaraman -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
El lun 26 nov 2012 03:22:01 CLST, Suresh Jayaraman escribió:
Try mounting with "mount -t smb2 ...". I don't think "vers=" ever worked properly for CIFS.
Hi: There is no such smb2 filesystem type..at least not in factory with latest kernel head. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Monday 2012-11-26 19:12, Cristian Rodríguez wrote:
El lun 26 nov 2012 03:22:01 CLST, Suresh Jayaraman escribió:
Try mounting with "mount -t smb2 ...". I don't think "vers=" ever worked properly for CIFS.
There is no such smb2 filesystem type..at least not in factory with latest kernel head.
It's sad to see people don't even try executing, or at least researching, what they suggest to others. :-/ -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 11/26/2012 11:42 PM, Cristian Rodríguez wrote:
El lun 26 nov 2012 03:22:01 CLST, Suresh Jayaraman escribió:
Try mounting with "mount -t smb2 ...". I don't think "vers=" ever worked properly for CIFS.
Hi:
There is no such smb2 filesystem type..at least not in factory with latest kernel head.
Sorry my information was quite stale. The mount option to be used is "vers=2.1". But, when I try to use this against a Samba Server, I too get -EINVAL and this looks like a kernel issue where Negotiate Protocol is failing for some reason. Which Server you are using? Does "vers=2.1" work for you? -- Suresh Jayaraman -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
And Samba doesn't seem to support SMB2.1 (only 2.0). So as it stands it doesn't seem possible to use SMB client (that requires vers=2.1) be used with the SAMBA server. On 27-Nov-2012, at 2:39 PM, "Suresh Jayaraman <sjayaraman@suse.com>" <SJayaraman@suse.com> wrote:
On 11/26/2012 11:42 PM, Cristian Rodríguez wrote:
El lun 26 nov 2012 03:22:01 CLST, Suresh Jayaraman escribió:
Try mounting with "mount -t smb2 ...". I don't think "vers=" ever worked properly for CIFS.
Hi:
There is no such smb2 filesystem type..at least not in factory with latest kernel head.
Sorry my information was quite stale. The mount option to be used is "vers=2.1".
But, when I try to use this against a Samba Server, I too get -EINVAL and this looks like a kernel issue where Negotiate Protocol is failing for some reason.
Which Server you are using? Does "vers=2.1" work for you?
-- Suresh Jayaraman -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (4)
-
Cristian Rodríguez
-
Jan Engelhardt
-
Oddball
-
Suresh Jayaraman