Is it still true that in order for a Linux hosted Samba server to have NT ACL support, the Linux box must have an ACL aware file system such as XFS or Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4 of "Teach Yourself Samba in 24 Hours". In the time since that book was written, has an easier method been developed, or has a Linux-distro-supplied ACL aware filesystem emerged? I'd like to avoid a kernel compile if it can be avoided. Thanks Steve -- _____________________________________________________________ Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist http://www.troubleshooters.com Troubleshooters.Com Webmaster (Legal Disclaimer) Follow these suggestions at your own risk. -------------------------------------------------------------
Hi Steve, don't know the answer, but a word of encouragement, I went on the RH 300 course last week, way out my league at the mo, but we recompiled a kernel, I couldn't believe how easy it was. A tip though, use the verbose option and get it to log processes to a file, this way you can go back and see that all went well. Another point worth mentioning, it does take some time, so only attempt it when time and people needing the server allows. Chow, Trevor. =====================Stussy said:"Knowledge is King! =====================----- Original Message ----- From: "Steve Litt" <slitt@troubleshooters.com> To: <samba@lists.samba.org> Sent: Tuesday, August 27, 2002 3:04 AM Subject: [Samba] ACL support?> Is it still true that in order for a Linux hosted Samba server to have NTACL> support, the Linux box must have an ACL aware file system such as XFS or > Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4of> "Teach Yourself Samba in 24 Hours". In the time since that book waswritten,> has an easier method been developed, or has a Linux-distro-supplied ACLaware> filesystem emerged? > > I'd like to avoid a kernel compile if it can be avoided. > > Thanks > > Steve > > -- > _____________________________________________________________ > Steve Litt > Author: > * Universal Troubleshooting Process courseware > * Troubleshooting Techniques of the Successful Technologist > * Rapid Learning: Secret Weapon of the Successful Technologist > http://www.troubleshooters.com > > Troubleshooters.Com Webmaster > (Legal Disclaimer) Follow these suggestions at your own risk. > ------------------------------------------------------------- > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
On Tuesday 27 August 2002 03:04, Steve Litt wrote:> Is it still true that in order for a Linux hosted Samba server to have NT > ACL support, the Linux box must have an ACL aware file system such as XFS > or Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter > 4 of "Teach Yourself Samba in 24 Hours". In the time since that book was > written, has an easier method been developed, or has a > Linux-distro-supplied ACL aware filesystem emerged?Check http://oss.sgi.com/projects/xfs/faq.html#nativesupport for out-of-the-box xfs support. SuSE 8.0 supports ACLs and Quotas for XFS. (I use this), and I'd think the others do this, too.> I'd like to avoid a kernel compile if it can be avoided.If you use a distro that doesn't come with a heavily patched kernel (like SuSE *sic*), compiling a kernel isn't that hard. You should do it for kicks, on a box that isn't mission critical just to try it out once.. :) Cheers, Kai -- Kai Blin Linux system administrator Tel: Ring-86592 Allgemeine Chirurgie Universitaetsklinikum Tuebingen Q: Why did the chicken cross the road? A: He was giving it last rites.
I've heard reports that RedHat 8 Beta includes ext3 ACL support. Might be an option if you like RedHat and can wait for the final release.> -----Original Message----- > From: Steve Litt [mailto:slitt@troubleshooters.com] > Sent: Monday, August 26, 2002 9:04 PM > To: samba@lists.samba.org > Subject: [Samba] ACL support? > > > Is it still true that in order for a Linux hosted Samba > server to have NT ACL > support, the Linux box must have an ACL aware file system > such as XFS or > Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this > in chapter 4 of > "Teach Yourself Samba in 24 Hours". In the time since that > book was written, > has an easier method been developed, or has a > Linux-distro-supplied ACL aware > filesystem emerged? > > I'd like to avoid a kernel compile if it can be avoided. > > Thanks > > Steve
Mandrake 8 allows you to choose XFS as the filesystem at install time - not that I am a big fan of Mandrake but makes a nice way to set up a test system or quick replacement server. -----Original Message----- From: David Morel [mailto:david.morel@amakuru.net] Sent: 28 August 2002 08:40 To: David Brodbeck; 'Steve Litt'; samba@lists.samba.org Subject: Re: [Samba] ACL support? Gentoo supports ACLS ----- Original Message ----- From: "David Brodbeck" <DavidB@mail.interclean.com> To: "'Steve Litt'" <slitt@troubleshooters.com>; <samba@lists.samba.org> Sent: Tuesday, August 27, 2002 7:25 PM Subject: RE: [Samba] ACL support?> I've heard reports that RedHat 8 Beta includes ext3 ACL support. Might be > an option if you like RedHat and can wait for the final release. > > > -----Original Message----- > > From: Steve Litt [mailto:slitt@troubleshooters.com] > > Sent: Monday, August 26, 2002 9:04 PM > > To: samba@lists.samba.org > > Subject: [Samba] ACL support? > > > > > > Is it still true that in order for a Linux hosted Samba > > server to have NT ACL > > support, the Linux box must have an ACL aware file system > > such as XFS or > > Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this > > in chapter 4 of > > "Teach Yourself Samba in 24 Hours". In the time since that > > book was written, > > has an easier method been developed, or has a > > Linux-distro-supplied ACL aware > > filesystem emerged? > > > > I'd like to avoid a kernel compile if it can be avoided. > > > > Thanks > > > > Steve > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/2002
Check http://acl.bestbits.at Steve Litt wrote:> Is it still true that in order for a Linux hosted Samba server to have NT ACL > support, the Linux box must have an ACL aware file system such as XFS or > Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4 of > "Teach Yourself Samba in 24 Hours". In the time since that book was written, > has an easier method been developed, or has a Linux-distro-supplied ACL aware > filesystem emerged? > > I'd like to avoid a kernel compile if it can be avoided. > > Thanks > > Steve >-- _/_/_/ _/_/_/ _/_/_/_/ _/_/_/ Adam Herbert _/ _/ _/ _/ _/ _/ _/ Franklin American Mortgage Co. _/_/ _/_/_/ _/ _/ _/ _/ v615.778.1116 _/ _/ _/ _/ _/ _/ _/_/_/ aherbert@franklinamerican.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3289 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.samba.org/archive/samba/attachments/20020902/3b578622/smime.bin
Mandrake 8 has XFS support at install time. -----Original Message----- From: Adam Herbert [mailto:aherbert@franklinamerican.com] Sent: 03 September 2002 01:51 To: Steve Litt; Samba Mailing List Subject: Re: [Samba] ACL support? Check http://acl.bestbits.at Steve Litt wrote:> Is it still true that in order for a Linux hosted Samba server to have NTACL> support, the Linux box must have an ACL aware file system such as XFS or > Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4of> "Teach Yourself Samba in 24 Hours". In the time since that book waswritten,> has an easier method been developed, or has a Linux-distro-supplied ACLaware> filesystem emerged? > > I'd like to avoid a kernel compile if it can be avoided. > > Thanks > > Steve >-- _/_/_/ _/_/_/ _/_/_/_/ _/_/_/ Adam Herbert _/ _/ _/ _/ _/ _/ _/ Franklin American Mortgage Co. _/_/ _/_/_/ _/ _/ _/ _/ v615.778.1116 _/ _/ _/ _/ _/ _/ _/_/_/ aherbert@franklinamerican.com --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/2002