similar to: [Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format"

2018 Jun 15
0
Bug: Loosing Group Permissions in Archive Mode with Sticky Bit and ACL Mask
Hello, I currently try to copy a directory locally between two ext4 filesystems while preserving permissions and ACLs using the -aAX options. Under some conditions, rsync does not copy the posix permissions completely, it changes the group::rwx to a group::--- permission. The latest rsync available on Debian Jessie is 3.1.1, but the changelog for 3.1.2 and 3.1.3 did not seem to mention such a bug
2017 Aug 23
7
[Bug 1176] New: Invalid identifiers produce unhelpful error messages
https://bugzilla.netfilter.org/show_bug.cgi?id=1176 Bug ID: 1176 Summary: Invalid identifiers produce unhelpful error messages Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: nft Assignee: pablo at
2009 Nov 18
2
parsing numeric values
Dear list, I'm seeking advice to extract some numeric values from a log file created by an external program. Consider the following example, input <- readLines(textConnection( "some text <ax> = 1.3770E-03 <bx> = 3.4644E-07 <ay> = 1.9412E-04 <by> = 4.8840E-08 other text <aax> = 1.3770E-03 <bbx> = 3.4644E-07
2003 Dec 05
2
attempting login with hostname not username
Hi. I'm running a RH 9 machine with Samba 3.0.0 as a domain member of a Win2003 ADS domain. I've setup samba w/ winbind and added a test share on the Linux box. I can see and access Windows shares from my Linux box, but I cannot access the Linux share from a Win2k machine. I can see the Linux machine and the just fine when browsing the network, but when I attempt to access the share I
2016 Feb 24
1
unhelpful error message on failed "virsh migrate"
Hello, I have two servers where I can push VMs from one to the other by issuing the command virsh migrate --live --persistent --copy-storage-all --verbose \ test6 qemu+ssh://kvmhost2/system on kvmhost1. I can get the VM back by issuing the equivalent command on kvmhost2: virsh migrate --live --persistent --copy-storage-all --verbose \ test6 qemu+ssh://kvmhost1/system After
2010 Feb 05
1
-Woverlength-strings / assert unhelpful interaction
$ gcc -O2 -c -Woverlength-strings stupid.c stupid.c: In function ?insert_lf_record?: stupid.c:22: warning: string length ?7394? is greater than the length ?509? ISO C90 compilers are required to support Without -O2 the error message goes away. Even ISO C99 compilers don't help - they raise the limit to a mere 4095 bytes. Rich. -- Richard Jones, Virtualization Group, Red Hat
2009 Dec 01
3
[LLVMdev] thumb2 folding of constant addresses unhelpful
When addresses are a displacement from a constant (this can happen in device drivers), the resulting address gets folded rather than using base+displacement addressing. This results in code bloat. Example test attached. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: const-addr.ll URL:
2009 Dec 01
0
[LLVMdev] thumb2 folding of constant addresses unhelpful
I'm not authorized to file bugs. Would someone please enter this? Thank you, bagel Evan Cheng wrote: > Right. I am aware of this problem but am not sure about what to do about it. > It's common for a number 32-bit immediates in the same block with the same > lower or higher 16-bit. Since the immediates will not be split until late in > codegen, the target independent
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
Not sure if people are already aware of this, but it might save someone some time in the future. I''ve been tracking down the following error today, it''s rather unhelpful in telling you where the problem is in your manifests: # puppetd --test info: Retrieving plugin err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could
2006 May 14
0
access from w2k professional client to sambaserver fails
Hi, how can I access to a sambaserver from a w2k-client. I've installed the latest sambaversion. On the w2k-client I see the sambaserver in the networksurrounding but I can't make a connection to the share on the linuxhost. A special acl-file is not installed on the linuxhost. What is nessessary that the connection to the sambaserver works properly. Regards, Ruprecht
2003 Jul 05
2
Unhelpful error message when matching hosts in access list [PATCH]
Greetings, As previously reported by me to the Debian bug tracking system: ---------------------------------------------------------------------- An access list in rsyncd.conf may contain hostnames as well as addresses. It may contain several patterns to match against. address_match (in access.c) does this by trying to match hostname and address against each of the patterns until a match is
2004 Feb 29
1
second samba server in my lan do not work
Hello, I have a problem with my samba-server running in a VirtualServer (http://user-mode-linux.sourceforge.net/). Internet | .------------------------------|-----. | LinuxHost | | | eth1=80.x.x.x | | .---------------------. | | | | VirtualServer (UML) | | | | |
2007 Jul 09
2
rsync and copying ACL
Hi ! I am trying to use rsync to copy ACL between two Windows hosts. First, I try locally on a Windows hosting an AD. If I use rsync 3, I get this (I get the same thing with latest snapshot): -bash-3.2$ ./rsync-HEAD-20070703-1547GMT/rsync.exe -aAv copieA/ copieB sending incremental file list recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at
2010 Feb 15
1
Odd failure ...
I'm trying to manually run the following rsync command on Win7 and it's failing ... not sure why. C:\"Program Files (x86)\cwRsync\bin\rsync.exe" -arupAv --progress --partial --filter=". /cygdrive/c/Users/KirAsh/Desktop/filter.txt" /cygdrive/e/ "/cygdrive/n/WD500/" sending incremental file list rsync: writefd_unbuffered failed to write 4 bytes to socket
2011 Apr 20
4
Two Questions
Sorry for the somewhat nondescript subject line, but I have two questions: 1. What is a really good book on R for a nonprogrammer? 2. How do I open more than one R Graphics: Device 2(ACTIVE). That what is the R command that I can use to keep more than one plot open. I am running a script from a book on Chemometrics that results in more than one graph during the execution, but
2001 Mar 22
1
authority to join a domain
I am trying to add a Samba 2.0.7 box to an existing domain. The Samba box will not be a domain controller; it's just going to be a nondescript member of the domain. The primary domain controller is running Windows 2000, but is also configured to emulate an NT4 PDC. Our system administrators did their side of things, and told me that user "domain\liblit" now has permission to add
2009 Jan 28
1
Some help with sudo on remote side of rsync
I have an rsync script that has worked well for me for quite a while now rsyncing RAID volumes attached to two servers, one on our LAN and one at our colocation facility. I have been struggling for months, however, to get the script to run without password prompts so I can run it on cron. The rsync script is running on the system at the colo and ?pulling? files from the LAN system
2016 Feb 17
2
Getting MachineInstr opcode mnemonics as strings
Hello all, Is there an easy way to get the human-readable opcode mnemonic (e.g., "MOV32ri64", "CMP32ri8", "JLE_1") for a MachineInstr? I am writing a backend analysis pass for security research, where the idea is for a researcher to examine the output of my pass and identify instructions from it for use in an attack. Right now I'm representing unique
2009 Feb 23
1
Help with R and MySQL
Hello, This forum has been very helpful to me in the past, and I've run out of ideas on how to solve my problem. I had been using R and MySQL (and Perl) together for quite some time successfully on my Windows XP machine. However, I recently had some problems with MySQL (the ibdata file had become 35GB on my hard drive, turns out it's a known bug with InnoDB), and ultimately the way I
2019 Aug 09
4
rsnapshots/rsync 2 shares
Slightly OT maybe: at a customer we run the main data share on the samba file server (access defined via Windows ACLs) ... so far no surprise ;-) then we let a 2nd server pull snapshots via rsnapshot (you know: https://rsnapshot.org/) and provide the resulting tree of snapshots via samba again: read-only, only for some admin users So far OK, runs for years (although it gets slower, other topic)