Dear Support, I'm newbie for this redhat 9 and samba 3.0, i having a problem on paradox database with samba file server, can any support would like to help. Your help is much appreciated. Will i have 30 PC running on WIn95 & Win98 and application Corel Paradox 8. I already configure samba as below, it having locking problems and slow. # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2003/11/12 09:09:38 # Global parameters [global] log file =3D /var/log/samba/%m.log ldap ssl =3D no passwd chat =3D *New*password* %n\n *Retype*new*password* %n\n *passwd: *all*authentication*tokens*updated*succe ssfully* obey pam restrictions =3D Yes socket options =3D TCP_NODELAY SO_RCVBUF=3D8192 SO_SNDBUF=3D8192 username map =3D /etc/samba/smbusers passwd program =3D /usr/bin/passwd %u dns proxy =3D No netbios name =3D RH9 printing =3D cups server string =3D rh9 lock spin count =3D 100 unix password sync =3D Yes workgroup =3D MYGROUP os level =3D 20 lock spin time =3D 50 printcap name =3D lpstat max log size =3D 100 pam password change =3D Yes [homes] comment =3D Home Directories valid users =3D %S read only =3D No create mask =3D 0664 directory mask =3D 0775 browseable =3D No [printers] comment =3D All Printers path =3D /var/spool/samba printable =3D Yes browseable =3D No [q] comment =3D Cimpack path =3D /q read only =3D No create mask =3D 0777 directory mask =3D 0777 guest ok =3D Yes [s] comment =3D S path =3D /S/ read only =3D No guest ok =3D Yes [marketing] path =3D /Marketing read only =3D No create mask =3D 0777 directory mask =3D 0777 guest ok =3D Yes=20 Thanks. Regards, STEWART CHEWFrom edd.payne at ulu.lon.ac.uk Wed Dec 10 10:04:55 2003 From: edd.payne at ulu.lon.ac.uk (Edd Payne) Date: Wed Dec 10 10:05:45 2003 Subject: [Samba] Samba 3.0.0 nt acl In-Reply-To: <3932C7503433DA4B9B27D9FCF4F9C0560AAA41@mail.udi.local> References: <3932C7503433DA4B9B27D9FCF4F9C0560AAA41@mail.udi.local> Message-ID: <200312101004.55578.edd.payne@ulu.lon.ac.uk> I'm also having problems with ACLs, but on an ext3 file system with the acl patch from http://acl.bestbits.de compiled in to the kernel (which I put an -acl on the end of to make sure I was using the right one). The configure script doesn't seem to recognise the ACL support. Some output is below - if anything else is needed please let me know :o) # mount /dev/hda2 on <mountpoint> type ext3 (rw,acl) # uname -a Linux <hostname> 2.4.22-acl #2 Mon Nov 24 14:30:54 GMT 2003 i686 i686 i386 GNU/Linux # ./configure --with-quotas --with-acl-support --enable-cups <snip> checking whether to support ACLs... checking for getxattr in -lattr... no checking for acl_get_file in -lacl... no checking for ACL support... no </snip> Red Hat 9.0 (custom kernel), Samba 3.0.0 (release) Am I missing some (kernel) headers or is something else going on here? I'd prefer to stick with ext3 if at all possible (part of disaster recovery plan)... Incidentally I can use getfacl to see acls on files in this partition, although I haven't tried setting any by hand as I'd rather NT took care of all that. ta, edd On Wednesday 10 Dec 2003 5:19 am, Sam Saqr wrote:> I've upgraded to Samba 3.0 (samba-3.0.0.tar.bz2) from 2.2.7a and I am > having troubles with the acl-support. > I am running xfs with ACLs enabled and ACLs did work on Samba 2.2.7 > I've compiled samba 3 --with-acl-support --with-winbind --with-quotas > But I still can't get the ACLs to work. Am I missing something?