Displaying 7 results from an estimated 7 matches for "racl".
Did you mean:
race
2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
This is a PoC patch for NFSv4/ZFS ACLs.
The objective of the patch is that rsync --acls support NFSv4/ZFS ACLs
without requiring a new command line option
NFSv4 ACLs can't be represented using POSIX draft ACLs, if an NFSv4 ACL is
present a separate POSIX draft ACL will not be present and there are new
APIs
to access NFSv4 ACLs. So we need to distinguish between NFSv4 ACLs and
POSIX
ACLs in
2008 Dec 15
2
rsync 3.0.4 ACL corruption
Hi,
I use rsync 3.0.4 on two opensuse 11 machines.
Every night, a big tree of machine A is synced to machine B.
These machines are samba PDC and BDC, users and groups are ldap-based,
and ACLs are heavily used. There are about 2.8 million files and dirs,
2.2 terabytes of data, and a complete ACL list produced with getfacl has
some 600 megabytes.
I've just noticed that ACLs get partially
2004 Aug 18
0
Re: m_ed,ical m'i,racle
...f a great cup,
with another rugged mountain showing on the other side of it, and soft and
pretty green hills at the ends
-----Original Message-----
From: Jeni Morgan [mailto:i@cyuwbix.com]
To: dean okeefe; roderick lanfair; glen lanius
Sent: Thursday, March, 2004 12:52 PM
Subject: med-ical m.iracle
yet our results do not point to a clinical benefit with combination therapy
With these infections further studies should assess whether the addition of
an aminoglycoside is justified
zarpar12 recalcitrante 03senegalesa tingiblediarrea
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
...rms(), which is being called within set_acl().
The piece of code in change_sacl_perms() which is causing the problem is
apparently:
case SMB_ACL_MASK:
#ifndef ACLS_NEED_MASK
/* mask is only empty when we don't need it. */
if (racl->mask == ACL_NO_ENTRY)
break;
#endif
COE2( store_access_in_entry,((mode >> 3) & 7, entry) );
break;
As far as I can tell, this is setting the mask value based upon the file's
group mode. But I don...
2002 Jul 15
1
*****SPAM***** Location Based Services in Oracle 9i, iSeminar- Today, 7/15 @2PM EST
...ror...
SPAM: Hit! (1.8 points) BODY: Tells you to click on a URL
SPAM:
SPAM: -------------------- End of SpamAssassin results ---------------------
------=_Part_2566_701327617.1026758238617
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<html><head><title>Oracle Internet Sales Division : eNewsletter</title></he=
ad><body bgcolor=3D"#FFFFFF" link=3D"#000000" vlink=3D"#000000" alink=3D"#F=
F0000" LEFTMARGIN=3D0 TOPMARGIN=3D0><BR>
<table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D&quo...
2006 Dec 01
1
Bug#401189: rsync: using rltvz options spews sys_acl_get_file messages
...16:43.000000000 +0100
@@ -515,7 +515,7 @@
free_acl(sxp);
return -1;
}
- } else if (errno == ENOTSUP) {
+ } else if (errno == ENOTSUP || errno == ENOSYS) {
/* ACLs are not supported, so pretend we have a basic ACL. */
if (type == SMB_ACL_TYPE_ACCESS)
rsync_acl_fake_perms(racl, sxp->st.st_mode);
@@ -1058,6 +1058,9 @@
if (sacl == NULL) {
/* Couldn't get an ACL. Darn. */
switch (errno) {
+ case ENOSYS:
+ /* ACL functions aren't implemented... */
+ break;
case ENOTSUP:
/* ACLs are disabled. We could yell at the user to turn them on, but... *...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...ng ./config.status
config.status: creating Makefile
config.status: creating lib/dummy
config.status: creating zlib/dummy
config.status: creating popt/dummy
config.status: creating shconfig
config.status: creating config.h
rsync 2.6.9 configuration successful
errors noted when running make:
racls.c: In function 'save_idas':
acls.c:243: error: 'ACL_USER' undeclared (first use in this function)
acls.c:243: error: (Each undeclared identifier is reported only once
acls.c:243: error: for each function it appears in.)
acls.c: In function 'unpack_smb_acl':
acls.c:284: erro...