search for: extattr

Displaying 20 results from an estimated 24 matches for "extattr".

Did you mean: ext_attr
2010 Sep 21
1
Old FreeBSD4.11 build.
...--enable-xattr-support The output seems somewhat normal for configure: ... checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... yes checking sys/extattr.h presence... yes checking for sys/extattr.h... yes ... checking whether to support extended attributes... Using FreeBSD extattrs I then run make where I get the following error: ... gcc -I. -I. -static -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/pool_alloc.c...
2008 Mar 05
0
--fake-super and xattr between Linux and Solaris 10
...but when configuring rsync 3 under Solaris, attribute support doesn't appear to be enabled: -bash-3.00$ ./configure --prefix=/home/coreyfro | grep attr checking sys/attr.h usability... no checking sys/attr.h presence... no checking for sys/attr.h... no checking for getxattr... no checking for extattr_get_link... no checking for setattrlist... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... no che...
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
...ode: > retiring inode(140733193388032) lru=348/1024 active=56 purge=1 > pending frames: > frame : type(1) op(LOOKUP) > > patchset: cb602a1d7d41587c24379cb2636961ab91446f86 + > signal received: 11 > configuration details:db.h 1 > dlfcn 1 > libpthread 1 > spinlock 1 > extattr.h 1 > st_atimespec.tv_nsec 1 > package-string: glusterfs 2.0.0rc4 > server-log: http://www.physik.tu-berlin.de/~frendor/glusterfs/second_glusterfsd_cut.log client-log: http://www.physik.tu-berlin.de/~frendor/glusterfs/second_glusterfs_client_cut.log Thanks alot for you help Stefan ----...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...ACL test results... Using posix ACLs checking for acl_get_perm_np... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking whether to support extended attributes... Using OS X xattrs configure: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy con...
2019 Aug 09
0
[PATCH] meminfo.c32: Remove unneeded 'x' characters from output
...- printf("%8x %016" PRIx64 "x %016" PRIx64 "x %016" PRIx64 "x %d [%x]", + printf("%8x %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %d [%x]", ireg.ebx.l, ed.base, ed.len, ed.base + ed.len, ed.type, ed.extattr); } else { /* ebx base length end */ - printf("%8x %016" PRIx64 "x %016" PRIx64 "x %016" PRIx64 "x %d [-]", + printf("%8x %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %d [-]", ireg.ebx.l, ed.base,...
2009 Aug 24
1
support for ext-attrs on non-supporting FS's
Maybe rsync could support extattrs on non-supporting fs's with a .<fn>.xattr file stored at the same place as the <fn>: If a user used a switch to emulate 'xattrs', then on a fs that didn't support real .xattrs one could still ACL and other .xattr info. If a user ran rsync w/o that switch such f...
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...R_SIZE; a->size = st->st_size; a->flags |= SSH2_FILEXFER_ATTR_UIDGID; @@ -69,8 +81,32 @@ stat_to_attrib(const struct stat *st, At a->flags |= SSH2_FILEXFER_ATTR_PERMISSIONS; a->perm = st->st_mode; a->flags |= SSH2_FILEXFER_ATTR_ACMODTIME; + a->ext_flags |= SSH2_FXE_EXTATTR_ATIME; + a->ext_flags |= SSH2_FXE_EXTATTR_MTIME; a->atime = st->st_atime; a->mtime = st->st_mtime; + a->ext_flags |= SSH2_FXE_EXTATTR_CTIME; + a->ctime = st->st_ctime; + a->ext_flags |= SSH2_FXE_EXTATTR_ATIMENSEC; + a->atimensec = st->st_atimensec; + a->ext_f...
2008 May 10
1
Failed to create rounding.h!
...no checking acl/libacl.h presence... no checking for acl/libacl.h... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking popt.h usability... no checking popt.h presence... no checking for popt.h... no checking popt/popt.h usability... no checking popt/popt.h presence... no checking for popt/popt.h... no checking whether...
2014 Nov 22
1
Get rid of printf format warning format ‘%llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’
...cx.l >= 24) { /* ebx base length end type */ - printf("%8x %016llx %016llx %016llx %d [%x]", + printf("%8x %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %d [%x]", ireg.ebx.l, ed.base, ed.len, ed.base + ed.len, ed.type, ed.extattr); } else { /* ebx base length end */ - printf("%8x %016llx %016llx %016llx %d [-]", + printf("%8x %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %d [-]", ireg.ebx.l, ed.base, ed.len, ed.base + ed.len, ed.type); ed.extattr =...
2016 Apr 18
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
...2#section-5 SFTP clients can send xattrs as ATTR_EXTENDED key/value pairs in SETSTAT/FSETSTAT requests; OpenSSH should send the xattrs in READDIR and STAT et al requests the same way. This would still require patching OpenSSH's SFTP server to use the platform-specific extended attribute APIs (extattr(9) for BSDs, xattr(8) for Linux, with Mac providing something similar to Linux but with different function signatures). It would also leave open the question of how an SFTP client could _remove_ an extended attribute from a file; the Draft for SFTP does not provide a way of doing so. One MIGHT ar...
2006 Nov 01
2
unsuccessful configure with 2.6.8 and acls and extended attributes...
...53: warning: assignment makes pointer from integer without a cast *** Error code 1 Stop in /tmp/rsync-2.6.8. In the list archives, I see someone has this exact same problem with 2.6.6: http://lists.samba.org/archive/rsync/2005-August/013336.html So is it just so rare to configure with acls and extattr that nobody notices that it doesn't work ? Thanks.
2016 May 03
2
Migration to vfs_fruit with existing AppleDouble files?
If the code to convert FinderInfo is in a version later than 4.3.6 then I can request FreeNAS update their version. Can you let me know? Thanks! -Scott On Wed, Apr 27, 2016 at 1:49 PM, Ralph Boehme <slow at samba.org> wrote: > On Wed, Apr 27, 2016 at 10:50:12AM -0700, Scott Call wrote: > > (apologies to Ralph, I replied directly to him w/o copying the lists, so > > here we
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625 Summary: "Don't know how to make ./*.c" Product: rsync Version: 3.0.7 Platform: s390 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: sebastian.hoffman at
2008 Apr 07
3
rsync installation _error exit code1
...... no checking acl/libacl.h presence... no checking for acl/libacl.h... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking popt.h usability... no checking popt.h presence... no checking for popt.h... no checking popt/popt.h usability... no checking popt/popt.h presence... no checking for popt/popt.h... no checking whether...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...hecking sys/attributes.h presence... no checking for sys/attributes.h... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking sys/p...
2018 Apr 25
3
Problem adding replicated bricks on FreeBSD
Hi Folks, I'm trying to debug an issue that I've found while attempting to qualify GlusterFS for potential distributed storage projects on the FreeBSD-11.1 server platform - using the existing package of GlusterFS v3.11.1_4 The main issue I've encountered is that I cannot add new bricks while setting/increasing the replica count. If I create a replicated volume "poc"
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...hecking sys/attributes.h presence... no checking for sys/attributes.h... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking for sys/uio.h... (cached) yes checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking sys/proplist.h usability... no checking sys/proplist.h presence......
2010 May 11
1
Samba 3.5.2 compile on AIX
...hecking sys/attributes.h presence... no checking for sys/attributes.h... no checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking for sys/uio.h... (cached) yes checking sys/ea.h usability... yes checking sys/ea.h presence... yes checking for sys/ea.h... yes checking sys/proplist.h usability... no checking sys/proplist.h presence....
2010 Nov 01
1
Samba 4 on osx
...ng for header valgrind.h : no Checking for header valgrind/valgrind.h : no Checking for header valgrind/memcheck.h : no Checking for header nss_common.h : no Checking for header nsswitch.h : no Checking for header ns_api.h : no Checking for header sys/extattr.h : no Checking for header sys/ea.h : no Checking for header sys/proplist.h : no Checking for header sys/cdefs.h : yes Checking for header utmp.h : yes Checking for header utmpx.h : yes Checking for header lastlog.h : no...
2010 Oct 07
1
OSX and samba4 git
...ng for header valgrind.h : no Checking for header valgrind/valgrind.h : no Checking for header valgrind/memcheck.h : no Checking for header nss_common.h : no Checking for header nsswitch.h : no Checking for header ns_api.h : no Checking for header sys/extattr.h : no Checking for header sys/ea.h : no Checking for header sys/proplist.h : no Checking for header sys/cdefs.h : yes Checking for header utmp.h : yes Checking for header utmpx.h : yes Checking for header lastlog.h : no...