From owner-freebsd-ports-bugs@freebsd.org Mon May 11 14:12:24 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D5812E2B97 for ; Mon, 11 May 2020 14:12:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49LNDS0tTkz4cJB for ; Mon, 11 May 2020 14:12:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1E2982E2B96; Mon, 11 May 2020 14:12:24 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CCE42E2B95 for ; Mon, 11 May 2020 14:12:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49LNDR5rGkz4cJ7 for ; Mon, 11 May 2020 14:12:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C40241F980 for ; Mon, 11 May 2020 14:12:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 04BECN9c092461 for ; Mon, 11 May 2020 14:12:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04BECN7c092460 for ports-bugs@FreeBSD.org; Mon, 11 May 2020 14:12:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246371] net/rsync does not transfer net/samba file ACLs Date: Mon, 11 May 2020 14:12:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: byrnejb@harte-lyne.ca X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rodrigo@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 14:12:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246371 Bug ID: 246371 Summary: net/rsync does not transfer net/samba file ACLs Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rodrigo@FreeBSD.org Reporter: byrnejb@harte-lyne.ca Assignee: rodrigo@FreeBSD.org Flags: maintainer-feedback?(rodrigo@FreeBSD.org) Created attachment 214377 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214377&action= =3Dedit jail console listings with different chflags and securelevel settings Source:=20=20 DC1 (samba-01) Bhyve vm guest running FreeBSD-10.3p23 amdx64, samba-4.3.13_= 2, and rsync-3.1.3 Destination:=20 DC2 (samba-03) Iocage jail running FreeBSD-12.1p4 amdx64, samba-4.10.14, and rsync-4.10.14 DC1 is provisioned as an AD-DC. DC2 has been joined as a DC to DC1 DOMAIN. We are attempting to replicate DC1 sysvol to DC2 via rsync using ssh with r= oot user rsa authentication. [root@samba-03 ~]# rsync -XAav --delete-after --rsh=3D'ssh' [192.168.8.65]:/var/db/samba4/sysvol /var/db/samba4 !!Warning!! - Any deliberate attempt to access this resource without=20 legitimate authorization is a criminal offence (R.S.C. 1985, c. C-46 - Section 342.1). receiving file list ...=20 recv_acl_index: ACL_TYPE_ACCESS ACL index 16 > 0 rsync error: error in rsync protocol data stream (code 12) at acls.c(1119) [Receiver=3D3.1.3] --=20 You are receiving this mail because: You are the assignee for the bug.=