Displaying 20 results from an estimated 1000 matches similar to: "rsync sysvol replication failing"
2020 May 16
2
Upgrade from 4.11.6 to 4.12.2 created authentication issues
On 5/16/2020 2:02 PM, Rowland penny via samba wrote:
> On 16/05/2020 18:41, James Atwell wrote:
>>
>> On 5/16/2020 9:55 AM, Rowland penny via samba wrote:
>>> On 16/05/2020 14:40, James Atwell wrote:
>>>>
>>>> On 5/16/2020 5:00 AM, Rowland penny via samba wrote:
>>>>> On 15/05/2020 19:52, James Atwell via samba wrote:
2017 Mar 20
2
Bidirectional Rsync/Unison based SysVol replication workaround
Hi
I use /usr/bin/rsync -XAavz --log-file /var/log/sysvol-sync.log
--delete-after -f"+ */" -f"- *" /var/lib/samba/sysvol
root at DC2:/var/lib/samba && /usr/bin/unison &> /dev/null
and works ok
but not working with crontab
*/5 * * * * root /usr/bin/rsync -XAavz --log-file
/var/log/sysvol-sync.log --delete-after -f"+ */" -f"- *"
2017 Nov 03
0
sysvol replcation rsync error
Best guess..
Can you check this :
( from the wiki )
Good:
rsync --dry-run -XAavz --delete-after --password-file=/usr/local/samba/etc/rsync-sysvol.secret rsync://sysvol-replication@{IP-of-you-PDC}/SysVol/ /path/to/your/sysvol/folder/
Wrong.
rsync --dry-run -XAavz --delete-after --password-file=/usr/local/samba/etc/rsync-sysvol.secret rsync://sysvol-replication@{IP-of-you-PDC}/SysVol/*
2017 Nov 03
2
sysvol replcation rsync error
On Fri, 3 Nov 2017 10:18:14 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Best guess..
>
> Can you check this :
>
> ( from the wiki )
> Good:
> rsync --dry-run -XAavz --delete-after
> --password-file=/usr/local/samba/etc/rsync-sysvol.secret
> rsync://sysvol-replication@{IP-of-you-PDC}/SysVol/ /path/to/your/sysvol/folder/
2017 Nov 03
3
sysvol replcation rsync error
Hello,
1) fs acl support
I use XFS
I did the tests ( https://wiki.samba.org/index.php/File_System_Support
) and no errors
[root at dc1ucp ~]# setfattr -n user.test -v test test.txt
[root at dc1ucp ~]# setfattr -n security.test -v test2 test.txt
[root at dc1ucp ~]# getfattr -d test.txt
# file: test.txt
user.test="test"
[root at dc1ucp ~]# getfattr -n security.test -d test.txt
# file:
2013 Aug 29
1
Sysvol replication problem
Hello fellow Samba users,
I have a question that is related to sysvol replication. I have for now
two Samba DC's that are functioning as DNS and Active Directory roles in
my network.
As samba for now does not support sysvol replication, I am replicating
sysvol shares via rsync with -XAavz attributes as suggested in samba wiki.
The issue is that getfacl on these two servers return
2015 Oct 04
0
sysvol acl's broken beyond repair
On 04/10/15 12:00, Krutskikh Ivan wrote:
> ok, I've investigated the problem more closely. First of all, I didn't
> mention that I have 2 domain controllers: dc(initial) and bdc (backup).
> Rsync command
>
> /usr/bin/rsync -XAavz --delete-after dc:/usr/local/samba/var/locks/sysvol/*
> /usr/local/samba/var/locks/sysvol/
>
> fires every 5 minutes on bdc.
>
>
2015 Oct 04
2
sysvol acl's broken beyond repair
ok, I've investigated the problem more closely. First of all, I didn't
mention that I have 2 domain controllers: dc(initial) and bdc (backup).
Rsync command
/usr/bin/rsync -XAavz --delete-after dc:/usr/local/samba/var/locks/sysvol/*
/usr/local/samba/var/locks/sysvol/
fires every 5 minutes on bdc.
However, if I try to gpupdate from bdc I get the above error. Gpupdating
from dc works
2020 May 17
2
Upgrade from 4.11.6 to 4.12.2 created authentication issues
On 5/17/2020 5:29 AM, Rowland penny via samba wrote:
> On 17/05/2020 00:24, James Atwell wrote:
>>>> So I suppose I still have trouble with my domain.
>>>>
>>>> root at pfdc1:/# net ads user info administrator -U administrator
>>>>
>>>> Enter administrator's password:
>>>> kerberos_kinit_password SAMBA at SAMBA.LOCAL
2020 May 17
0
Upgrade from 4.11.6 to 4.12.2 created authentication issues
On 17/05/2020 16:54, James Atwell wrote:
>
> Strange results on a domain member
>
> jatwell at osticket:~$ net ads user info administrator -U administrator
> Enter administrator's password:
> create_local_private_krb5_conf_for_domain: smb_mkstemp failed, for
> file /var/run/samba/smb_tmp_krb5.Bgy6b4. Errno Permission denied
>
That works for me, but on Devuan (Debian
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version.
-vv says port number is 0.
% rsync -vv host.domain::any
opening tcp connection to host.domain port 0
rsync: failed to connect to host.domain: Can't assign requested address (49)
rsync error: error in socket IO (code 10) at clientserver.c(94)
And --port=873 cannot be used in client mode now.
I made a small sample patch.
(Sorry, I
2008 Feb 20
1
[PATCH] build fix without iconv support
diff --git a/clientserver.c b/clientserver.c
index 2d7c28f..694a72d 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -806,6 +806,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host)
exit_cleanup(RERR_UNSUPPORTED);
}
+#ifdef ICONV_OPTION
if (!iconv_opt) {
if (ic_send != (iconv_t)-1) {
iconv_close(ic_send);
@@ -816,6 +817,7 @@ static int
2017 Nov 03
5
sysvol replcation rsync error
Hello ,
( samba 4.6.9 - centos 6 DC1 centos DC2 )
I tried to sync sysvol as described in
https://wiki.samba.org/index.php/Rsync_based_SysVol_replication_workaround
between two DC
but rsync shows some errors like this
rsync: set_acl:
sys_acl_set_file(apam-ad.apam.it/Policies/{D725AAC4-27E8-46AC-918D-55B560988386}/Machine/Applications/{031B2C75-D832-429B-B4C4-226BAA665E3A}.aas,
2017 Oct 27
1
[Bug 13105] New: 1byte heap overflow in sanitize_path
https://bugzilla.samba.org/show_bug.cgi?id=13105
Bug ID: 13105
Summary: 1byte heap overflow in sanitize_path
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2002 Apr 03
4
Patch to avoid 'Connection reset by peer' error for rsync on cygwin
The problem is caused because rsync does not close its sockets, and WinSock is a
quite strict on this. The solution is to shutdown and close the fd.
This is a 5-minute hack I've done to fix the obvious occurrences of the problem.
It might be better to extend rsyncs cleanup functions for this, but here it is
anyway to alert people to the problem and its fix.
Max.
BEGIN PATCH
diff -mru
2017 Oct 31
0
[Bug 13113] New: receive_xattr heap overflow when prepending RSYNC_PREFIX
https://bugzilla.samba.org/show_bug.cgi?id=13113
Bug ID: 13113
Summary: receive_xattr heap overflow when prepending
RSYNC_PREFIX
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned
2008 Jun 05
1
rsync to mirror
Hello All,
I am running mirror of a website i update my mirror using rsync but when i
run
rsync -avvvvvvzC --timeout=600 --delete --delete-after
rsync.voip-info.org::voipmirror voip-info/
I get this error
opening tcp connection to rsync.voip-info.org port 873
rsync: failed to connect to rsync.voip-info.org: Connection timed out (110)
_exit_cleanup(code=10, file=clientserver.c, line=94):
2002 May 09
0
[PATCH] (Resubmission) 'Connection reset by peer' with rsync server on cygwin
Hello? Concerns were raised about the action of shutdown() on Unices - I replied
with evidence suggesting that this would not be a problem. I have not heard
anything since. If this has to be held over to 2.6.0, fair enough - but please
tell me whether itjust needs time, or me to go and fix something???
Thanks
Max.
BEGIN PATCH
diff -mru rsync-2.5.5/clientserver.c
2004 Jan 26
1
patch for linux capabilities
I was wondering if it might be possible for an rsync developer to
look over the attached patch (tested on Linux 2.4.24 against the
rsync-2.6.0 release), and offer suggestions on how I could improve it.
Basically I want to use Linux finer grained capabilities to retain
only CAP_SYS_CHROOT & CAP_DAC_READ_SEARCH when rsync drops root
privs. That way I can take whole system backups as a (mostly)
2004 Jun 25
4
A question about connection refused
I install rsync in computer and run it as a daemon successfully, but when I
run rsync command on another end to connect it. There is a error.
The output is :
opening tcp connection to 192.168.0.43 port 873
rsync: failed to connect to 192.168.0.43: Connection refused
_exit_cleanup(code=10, file=clientserver.c, line=93): entered
rsync error: error in