similar to: XATTR and extra meta data sync between nodes

Displaying 20 results from an estimated 4000 matches similar to: "XATTR and extra meta data sync between nodes"

2019 Dec 13
2
Preserving ext2-4 attributes
I have searched for this topic on the mailing list and on Google without finding anything. Is this already a well known issue? The problem is that rsync does not preserve ext2-4 attributes (even when using the -a, -A, and -X flags). Note that these are different from extended attributes: Extended attributes are manipulated using programs such as getfattr and setfattr (on Unix-like systems),
2014 Sep 13
2
C5 : Deleting un-deletable files ?
During a routine trawl through the ext3 files, I found some astronomical file sizes, billions and billions of GB. They also has strange user and group names. I can not delete these "weird files" (the term used by the operating system utilities). Here are a few examples. The original files were created on Windoze 98 version 2 circa 2001. > 2411957 p--x---rwx 65487 299196551
2006 Jul 10
2
chattr +T not implemented?
We run a third party application that creates an inordinate amount of subdirectories in a single directory. To speed up I/O, I wanted to set the T attribute on the directory that will hold the subdirectories. The "chattr +T /usr/local/lepus-bb/a-0607" command returns status 0, but when I verify the setting, the attribute isn't there: # lsattr -d /usr/local/lepus-bb/a-0607
2005 Jun 13
0
[Bug 2793] New: xattr support fails with multiples attributes
https://bugzilla.samba.org/show_bug.cgi?id=2793 Summary: xattr support fails with multiples attributes Product: rsync Version: 2.6.5 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: pierre@tuxfamily.org
2015 Jul 31
1
vfs fruit unable to create xattr and ACL from OS X 10.10.4
> On 29 Jul 2015, at 10:02, Ralph Böhme <rb at sernet.de> wrote: > Hm, works for me: > > mac$ mount | grep smb > //ralph at 10.10.11.100 <mailto:ralph at 10.10.11.100>/AAPL on /Volumes/AAPL (smbfs, nodev, nosuid, mounted by ralph) > mac$ touch /Volumes/AAPL/test > mac$ xattr -w foo bar /Volumes/AAPL/test > mac$ xattr -l /Volumes/AAPL/test > foo: bar >
2017 Jan 13
0
Unable to edit resolv.conf - SOLVED
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Gordon > Messmer > Sent: Friday, January 13, 2017 10:42 AM > To: CentOS mailing list > Subject: Re: [CentOS] Unable to edit resolv.conf > > On 01/13/2017 07:07 AM, TE Dukes wrote: > > I may have. If so, is there a way to undo it? > > > You can determine whether
2010 Mar 03
1
support xattr, quota on RHEL5 of OCFS2 1.4
Hi I'd like to know if OCFS2 1.4 on RHEL5 with the REDHAT latest kernel supports disk quotas, the xattr and acl. I could have done something wrong but only the acl seem to work. Apparently instead on FC12, where support is enabled in the kernel itself OCFS grep / boot / config * CONFIG_OCFS2_FS = m CONFIG_OCFS2_FS_O2CB = m CONFIG_OCFS2_FS_USERSPACE_CLUSTER = m # CONFIG_OCFS2_FS_STATS is
2011 Feb 02
0
rsync -a doesn't copy ext3 attributes
Hi folks, I just stumbled upon the fact that rsync doesn't preserve at least the ext3 "immutable" flag - while it should do so when using -a, IMHO. Quick test case (tested on CentOS 5.5 w/ rsync 2.6.8 as well as on Fedora 13 w/ rsync 3.0.7): # touch testfile # chattr +i testfile # rsync -a testfile testfile2 # lsattr testfile* ----i----------
2015 Jul 08
0
[PATCH 2/5] labels: move e2label to ext2.c and call it locally
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- daemon/daemon.h | 1 + daemon/ext2.c | 29 +++++++++++++++++++++++------ daemon/labels.c | 24 +----------------------- 3 files changed, 25 insertions(+), 29 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 783d739..0731b09 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -224,6 +224,7 @@ extern int
2002 Apr 01
3
Cannot delete a file on 2.4.18
Hi, I get the error "Operation not permitted" when I try to delete a file as root, see some commands below. - there is no "i" attribute - it's a problem with the files and not the upper directories since I can delete a similar file in the same directory - fsck -f doesn't find any error on the partition - the partition is mounted rw If this is not the right place to
2013 Jan 24
2
[Bug 9594] New: Error transferring user and non-user xattr using --fake-super under Linux
https://bugzilla.samba.org/show_bug.cgi?id=9594 Summary: Error transferring user and non-user xattr using --fake-super under Linux Product: rsync Version: 3.1.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2018 Mar 25
0
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
On 03/24/2018 08:20 PM, Ken McDonald via samba wrote: > Can I use a command like this to clone an NT ACL? > > getfattr -n security.NTACL templateFile | sed -e > 's/templateFile/realFile/' | sudo setfattr --restore=- > > I can see that the attribute gets copied over but when I view the ACL > in Windows security tab it's not the same ACL, it's much bigger and
2006 Sep 15
1
Xen Installation problems
Hello Xen Users, I am facing a problem getting my installation of XEN boot up on a Red Hat Linux Guest OS. What''s happening is that the grub loader tries to install Xen but after a while it crashes and starts rebooting recursively. I have tried both the entries listed below. I am using the following entries in the grub.conf file: title Xen-bhatia 3.0 / XenLinux-bhatia 2.6.16
2018 Mar 25
2
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
Can I use a command like this to clone an NT ACL? getfattr -n security.NTACL templateFile | sed -e 's/templateFile/realFile/' | sudo setfattr --restore=- I can see that the attribute gets copied over but when I view the ACL in Windows security tab it's not the same ACL, it's much bigger and includes all kinds of default-like stuff. I'm trying to find a way to update
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
[Please follow up on libguestfs@redhat.com, there is no need to subscribe] On Mon, Jun 13, 2016 at 04:03:20PM +0200, Vlastimil Burián wrote: > Hello Richard, > > I need a little help with libguestfs-tools > > I used it as follows: > > |sudo guestmount -a thevirtualdisk.vhdx -i /mnt/anydirectory | > > > But so far I have no clue as to if it is possible and if
2016 Dec 06
0
samba 4.5.1 tdb panic with ZFS
On 06/12/2016 14:48, Brian Candler wrote: > root at wrn-dc1:~# samba-tool domain provision --server-role=dc > --use-rfc2307 --dns-backend=SAMBA_INTERNAL --realm=AD.EXAMPLE.NET > --domain=AD > Administrator password will be set randomly! > You are not root or your system do not support xattr, using tdb > backend for attributes. Aside: the zfs "xattr" property is
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary
2008 Sep 08
3
Support for different Architectures
Dear All, I am new to FLAC. I have to port FLAC on sh4 architecture. Can somebody please let me know which architectures FLAC supports today? Also if somebody has an idea about the functionality of the code written in assembly, it would be of great help. Thanks and Regards Divyahaas Bhatia Senior Technical Leader Pace Micro Technology (India) Private Limited Bringing Technology
2023 Feb 07
1
File\Directory not healing
Hi All. Hoping you can help me with a healing problem. I have one file which didn't self heal. it looks to be a problem with a directory in the path as one node says it's dirty. I have a replica volume with arbiter This is what the 3 nodes say. One brick on each Node1 getfattr -d -m . -e hex /path/to/dir | grep afr getfattr: Removing leading '/' from absolute path names
2017 Jan 13
1
Unable to edit resolv.conf
-----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Albert McCann Sent: Friday, January 13, 2017 8:51 AM To: 'CentOS mailing list' Subject: Re: [CentOS] Unable to edit resolv.conf > -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of TE Dukes > Sent: Friday, January 13, 2017 7:50 AM > To: