search for: libattr

Displaying 20 results from an estimated 209 matches for "libattr".

2014 May 05
1
configure issue when libattr is in a non-standard location?
...ACL support. Why am I doing this? I have files that have extended ACLs that need to be preserved when another filesystem is rsync'd to it. The one Synology includes does not have ACL support (a feature request has been raised by someone else for this). In order to do that, I had to compile libattr and libacl from attr-2.4.47 and acl-2.2.52 respectively. They are installed in a non-standard location (/opt/local/attr and /opt/local/acl) as I want to keep "my" libraries separate from those bundled with the Synology. The libs and includes form those packages are then symlinked in t...
2015 Dec 04
2
Linux & NFSv4 ACLs
...l/unmarshall the > ACL data into EA's. I don't think that library is > installed (and there's no nfs4_acl-dev package). If I do a "ldd /usr/bin/nfs4_getfacl" here are the results: [root at pv-nas ~]# ldd `which nfs4_getfacl` linux-vdso.so.1 => (0x00007fffa76f6000) libattr.so.1 => /lib64/libattr.so.1 (0x00007ffe77f2c000) libc.so.6 => /lib64/libc.so.6 (0x00007ffe77b98000) /lib64/ld-linux-x86-64.so.2 (0x00007ffe7833d000) So, I don't see any shared library specifically for NFSv4 stuff, just the libattr dependency. I'm guessing this is what you mean -...
2001 Nov 26
2
Samba and ACLs
Hello, fist of all I'd like to thank all samba team for the great job it is doing: thanks very much to samba team! We are running a very large file server (nearly 300 users) based on Linux-XFS filesystem and SAMBA 2.2.1a. We are controlling XFS ACLs through WinNT/2K tool (right click, properties, security, permissions). We are not using winbind. We are using SECURITY=DOMAIN. The netbios
2007 May 02
0
mv error moving files from local partitiontoocfs2
...MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12b000) = 0x318d32b000 > > mmap(0x318d330000, 16328, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x318d330000 > > close(3) = 0 > > open("/home/oracle/product/10.2.0/db_1/lib/libattr.so.1", > O_RDONLY) = -1 ENOENT (No such file or directory) > > open("tls/x86_64/libattr.so.1", O_RDONLY) = -1 ENOENT (No > such file or directory) > > open("tls/libattr.so.1", O_RDONLY) = -1 ENOENT (No > such file or directory) > > open(&q...
2013 Dec 30
3
CentOS 6.4 Sernet Samba 4.1.3 ad -> no ACL Filesystem ?
...nutls-devel readline-devel python-devel gdb pkgconfig krb5-workstation zlib-devel setroubleshoot-server setroubleshoot-plugins policycoreutils-python libsemanage-python setools-libs-python setools-libs popt-devel libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel libsepol-devel libattr-devel keyutils-libs-devel cyrus-sasl-devel #yum install sernet-samba4-ad # samba-tool domain provision Realm: test.example.com Domain [test]: Server Role (dc, member, standalone) [dc]: dc DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]: bind9_flatfile Adminis...
2005 Jun 08
0
Shared libraries not found.
...so.7 => not found** libcups.so.2 => /usr/lib/libcups.so.2 (0x4001b000) **libssl.so.0.9.7 => not found** **libcrypto.so.0.9.7 => not found** libnsl.so.1 => /lib/libnsl.so.1 (0x40036000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004b000) libattr.so.1 => /lib/libattr.so.1 (0x40079000) libacl.so.1 => /lib/libacl.so.1 (0x4007c000) libresolv.so.2 => /lib/libresolv.so.2 (0x40082000) libdl.so.2 => /lib/libdl.so.2 (0x40094000) libpopt.so.0 => /usr/lib/libpopt.so.0 (0x40097000) libc.so.6 =>...
2004 Mar 29
2
ACL doesn't work
Hi all, linux:/var/log/samba # cat /etc/fstab | grep acl /dev/sda2 /shared ext3 defaults,acl 0 0 >From XP I connect to my server and try to set permission for my user's home directory, but when I click apply the checked checkboxs set back unchecked. :( linux:/var/log/samba # cat log.smbd [2004/03/29 16:06:31, 1]
2015 Dec 04
0
Linux & NFSv4 ACLs
...into EA's. I don't think that library is > > installed (and there's no nfs4_acl-dev package). > > If I do a "ldd /usr/bin/nfs4_getfacl" here are the results: > [root at pv-nas ~]# ldd `which nfs4_getfacl` > linux-vdso.so.1 => (0x00007fffa76f6000) > libattr.so.1 => /lib64/libattr.so.1 (0x00007ffe77f2c000) > libc.so.6 => /lib64/libc.so.6 (0x00007ffe77b98000) > /lib64/ld-linux-x86-64.so.2 (0x00007ffe7833d000) > > > So, I don't see any shared library specifically for NFSv4 stuff, just the libattr dependency. I'm guessing...
2002 Jul 19
0
SOLUTION :to can't copy files to samba volume
...ng to a samba share resulting in the "server is no longer available message". The problem was caused by the SGI libacl-2.0.9 upgrade. Seems like SGI broke some of the attr function calls from the acl lib into the attr lib. Since samba binaries tended to be linked ONLY to libacl, and not libattr this caused issues with samba. My solution on the machine with xfs-1.1. and libacl/libattr installed was to edit the source RPM with the following changes. Change the dependancy requirements in the source rpm spec file from requiring acl-devel to libacl-devl and libattr-devel. Enable ACL support...
2005 Mar 29
2
ACL support
...llowings changes: Rpm -i samba-3.0.13-1.src.rpm, so I have created the SPEC file. I have added --with-acl-support in the CFLAGS section in the SPEC file. Rpmbuild -bb specfile.spec. It compile the finally rpm without errors but when I install the package and make ldd /usr/sbin/smbd, I can't see libattr and libacl compiled in ... Where I wrong? Thanks. Marco.
2003 Feb 02
1
FreeBSD 5.0 + ACLs
Hi all, I am playing with a test box at the moment running a Samba 2.2.7a domain on FreeBSD 5.0. I wish to enable ACLs, but I am not exactly sure what I am supposed to expect once they are enabled. I have created a UFS2 partition and enabled ACL support using tunefs. Since doing that, I have been able to connect to the Samba shares and modify ACLs, but so far the only things I have been able to
2009 Jul 29
1
winbind + rpc windows
....so.0.1 7fdcf9e25000-7fdcf9e26000 r--p 00006000 09:02 25166726 /usr/lib/libkrb5support.so.0.1 7fdcf9e26000-7fdcf9e27000 rw-p 00007000 09:02 25166726 /usr/lib/libkrb5support.so.0.1 7fdcf9e27000-7fdcf9e2b000 r-xp 00000000 09:02 25165960 /lib/libattr.so.1.1.0 7fdcf9e2b000-7fdcfa02a000 ---p 00004000 09:02 25165960 /lib/libattr.so.1.1.0 7fdcfa02a000-7fdcfa02b000 r--p 00003000 09:02 25165960 /lib/libattr.so.1.1.0 7fdcfa02b000-7fdcfa02c000 rw-p 00004000 09:02 25165960 /lib/libattr.so.1.1.0...
2005 Feb 28
4
ACL Question [Repost]
OK so I've got samba-3.0.11 compiled with ACL support. I've running 2.4.25 with the ACL/ATTR patch applied. I can read and set ACLS's using the getfacl/setfacl programs. ldd /usr/sbin/smbd shows it's linked to libattr.so.1 and libacl.so.1. I can read ACL with the smbcacls program, but when I try to set them I get: ERROR: Unable to open credentials file! Also from the windows side, in the properties of a file in it show the users and groups for that file but it lists the perms is all blank, and when I try t...
2011 Oct 27
1
[Bug 8549] New: double free or corruption
.../lib64/libpopt.so.0.0.0 37ae809000-37aea08000 ---p 00009000 08:03 148003 /lib64/libpopt.so.0.0.0 37aea08000-37aea09000 rw-p 00008000 08:03 148003 /lib64/libpopt.so.0.0.0 37b6200000-37b6204000 r-xp 00000000 08:03 148472 /lib64/libattr.so.1.1.0 37b6204000-37b6403000 ---p 00004000 08:03 148472 /lib64/libattr.so.1.1.0 37b6403000-37b6404000 rw-p 00003000 08:03 148472 /lib64/libattr.so.1.1.0 37ba200000-37ba207000 r-xp 00000000 08:03 148475 /lib64/libacl.so.1.1.0...
2003 Aug 25
1
2.6.0-test4+EA, security label
...Entry 'ptx' in /usr/bin (110298) has an incorrect filetype (was 7, should be 0).Fix<y>? no However the symlinks seem to be ok, as I can use them fine. This is on a freshly installed system, and I only got the errors after setting the labels. The setfiles utility uses libattr 2.4.7 to set the security labels, and the labels all appear to be ok. beta root # e2fsck -V e2fsck 1.34 (25-Jul-2003) Using EXT2FS Library version 1.34, 25-Jul-2003
2002 Jul 25
2
pam_smbpass.so won't load
...(0x4007e000) libacl.so.1 => /lib/libacl.so.1 (0x40086000) libdl.so.2 => /lib/libdl.so.2 (0x4008d000) libnsl.so.1 => /lib/libnsl.so.1 (0x40090000) libc.so.6 => /lib/libc.so.6 (0x400a4000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x401c1000) libattr.so.1 => /lib/libattr.so.1 (0x401ee000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) so it is not linked to libldap any ideas what's up here? does this make sense? =================================================================== RCS file: /cvsroot/samba/source/Makef...
2003 Nov 23
2
Samba with Posix ACL support
Hi! Has anyone got any "success story" or any good advice of using Posix ACLs (or Enhanced Attributes) with Samba? I'm using Debian woody with 2.4.22 linux, ext3fs and Samba 3. -- Pirkka
2005 Feb 17
0
ACL Access Denied from Windows XP workstation
...) libssl.so.4 => /lib/libssl.so.4 (0x00f9a000) libcrypto.so.4 => /lib/libcrypto.so.4 (0x0034c000) libnsl.so.1 => /lib/libnsl.so.1 (0x00317000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00973000) libpam.so.0 => /lib/libpam.so.0 (0x00134000) libattr.so.1 => /lib/libattr.so.1 (0x0020a000) libacl.so.1 => /lib/libacl.so.1 (0x0013c000) libdl.so.2 => /lib/libdl.so.2 (0x00b7b000) libpopt.so.0 => /usr/lib/libpopt.so.0 (0x00142000) libc.so.6 => /lib/tls/libc.so.6 (0x00b7f000) libsasl2.so.2 => /...
2011 Aug 03
1
Need to correct samba4 how to ?
...Installation on CentOS6. I did as below : For RedHat 6.x: $ yum install gtkhtml setroubleshoot-server setroubleshoot-plugins policycoreutils-python libsemange-python setools-libs-python setools-libs popt-devel libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel libsepol-devel libattr-devel keyutils-lib-devel zlib-devel cyrus-sasl-devel And configure script failed. ######################################### ./configure.developer : Could not find the python development headers /root/download/samba-4.0.0alpha16/wscript:70: error: the configuration failed (see '/root/downlo...
2015 Dec 04
2
Linux & NFSv4 ACLs
----- Original Message ----- > From: "Jeremy Allison" <jra at samba.org> > To: "Nick E Couchman" <nick.couchman at seakr.com> > Cc: samba at lists.samba.org > Sent: Thursday, December 3, 2015 6:13:51 PM > Subject: Re: [Samba] Linux & NFSv4 ACLs > On Thu, Dec 03, 2015 at 06:03:39PM -0700, Nick Couchman wrote: >> >> > On Dec 3,