search for: linux_target

Displaying 2 results from an estimated 2 matches for "linux_target".

Did you mean: _linux_target
2013 Feb 08
0
Rsync not preserving file permissions of ACL files from solaris to Linux
...SunOS Solaris 5.9 Rsync version 3.0.2 protocol version 30 Target Machine: Linux x86_64 Oracle Enterprise Linux 5x Rsync version 3.0.6 protocol version 30 MY rsync command- run from Solaris: rsync -arvipAH $Solaris_Source $linux_Target For eg: I have synced a file with permission [---r-----+ ] solaris-> Linux, and it is copied as [ ---rw----+ ] in Linux target. The umask for user and directory are set identical to source. I am not facing the same issue if I rsync from Linux to Solaris it copied the file as it is. I am run...
2013 May 20
1
[PATCH] xfstests: btrfs 308: regression test for btrfs send
...1 + 5 files changed, 107 insertions(+), 1 deletions(-) create mode 100644 src/hold-open.c create mode 100644 tests/btrfs/308 create mode 100644 tests/btrfs/308.out diff --git a/src/Makefile b/src/Makefile index c18ffc9..3ab9a21 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \ locktest unwritten_mmap bulkstat_unlink_test t_stripealign \ bulkstat_unlink_test_modified t_dir_offset t_futimens t_immutable \ stale_handle pwrite_mmap_blocked t_dir_offset2 seek_sanity_test \ - seek_copy_test t_readdir_1 t_re...