similar to: Conflicting timestamps in rsyncd.log

Displaying 20 results from an estimated 10000 matches similar to: "Conflicting timestamps in rsyncd.log"

2008 Aug 05
1
Strange time in rsyncd logfile
Hello. What can it be, the rsyncd shows the wrong date or something is wrong with my setings? rsyncd server: # date Tue Aug 5 14:14:12 MSD 2008 rsync client: # date Tue Aug 5 14:14:45 MSD 2008 Log from a server: 2008/08/05 14:00:13 [22351] rsync on common/ from rsync_common@hostname (13.18.17.08) 2008/08/05 10:00:13 [22351] building file list 2008/08/05 10:00:14 [22351] sent 32852 bytes
2011 Jun 01
6
[Bug 8198] New: rsync does not set TZ variable after chroot(), which confuses logging timestamps
https://bugzilla.samba.org/show_bug.cgi?id=8198 Summary: rsync does not set TZ variable after chroot(), which confuses logging timestamps Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2005 Jul 14
1
rsync.log - two differ timestamps
Just upgraded from rsync 2.6.2 protocol version 28 to 2.6.3 protocol version 28. Linux kernel upgraded from 2.6.5-1 to 2.6.9-11. From the client side, I issued... rsync -av web::app_web /app > /dev/null From the server side, the config shows... [app_web] comment = Moving webs Inside & Outside path = /app auth users = root secrets file = /etc/rsyncd.secrets read only = true
2008 Apr 03
1
3.0.1pre3 - date/time discrepancy in the log
I'm using the very latest 'version 3.0.1pre3 protocol version 30', on both ends, and have seen a date/time discrepancy in the log on the receiver. The sending machine (machineA) is in US CDT while the receiver is in US PDT. Both sender and receiver have their time set correctly. a contiguous snippet from the log on the receiver : (note the first three timestamps are correct:)
2006 Jan 24
0
errors messages : rsyncd 2.6.x + backupPC 2.1.2
hello, I get some error messages when using BackupPC with rsyncd-style backup: - on the backup server : BackupPC 2.1.2, using its own rsync perl module - on the box being backed up : rsync 2.6.6 , runing as a daemon (rsyncd) the area to be backed up is rather big : ~120 Gb the rsyncd daemon is configured with a big timeout = 7200 a) this is what I get on the backup server
2011 Mar 15
1
"Connection reset by peer" withing a rsyncd strace log
hello, running an rsyncd server I get the following into the error log when trying to sync on a module : (...) Mar 15 15:32:44 xxxxxx rsyncd[5202]: building file list Mar 15 15:34:55 xxxxxxxxx rsyncd[5202]: rsync: writefd_unbuffered failed to write 4092 bytes to socket [sender]: Connection reset by peer (104) Mar 15 15:34:55 xxxxxxxxxx rsyncd[5202]: rsync error: error in rsync protocol data
2007 Sep 26
7
Auto create folder(s)
Hi All, does anyone know of a way to automatically create user folder(s)? Like creating a Spam folder on login if not already there. I've googled a bit but couldn't find anything relevant. Any advice appreciated R /Lars
2007 Sep 30
1
Problem with manually moving maildir files between folders
dovecot --version 1.1.beta1 With previous versions of Dovecot I could manually move maildir files between folders and the index would automatically update when entering the folder with Thunderbird. However, with 1.1.beta1, I am seeing the following when entering the folder, when attempting to rebuild the indexes via Thunderbird, or when attempting to force the download of all messages in the
2003 Jan 22
1
Rsyncd - Help me
Hello, I'm trying to do my rsync to copy a mirror of my site in another webserver. I am trying to use RSYNCD . How I'll do for my rsync to copy my site website in the mirror ? Which is a command to copy the mirror with the password ? I've this websites about rsync http://sunsite.dk/info/guides/rsync/rsync-mirroring.html http://rsync.samba.org Somebody could help me? or Link ? Doc
2005 Jan 12
1
Timezone error with chrooted rsync version 2.6.3pre1
Hi, I am not sure it this still is a point, but I just discovered that a chrooted rsync version 2.6.3pre1 is forgetting the time zone underways: Jan 12 07:00:01 ftp4 rsyncd[11091]: rsync on dobes/ from dobes@edoc1.gwdg.de (134.76.28.251) Jan 12 06:00:39 ftp4 rsyncd[11091]: wrote 732542 bytes read 182 bytes total size 553909487945 Logging is done with syslog. Time zone is GMT+1, the system
2013 Aug 05
2
rsyncd: --temp-dir outside of module or target target
Hi, I'm running rsyncd in daemon mode started via xinetd. My /etc/rsyncd.conf looks like: [cache] path = /mnt/tst_vol_aws/sat_p_cache/ comment = Cache Directory use chroot = false read only = false uid = someone gid = someone dont compress = * On the client I run: /usr/bin/rsync --delete --ignore-errors -gpzsoltD --temp-dir=/mnt/tst_vol_aws/tmp/rsync -r
2014 Dec 17
3
[Bug 11013] New: [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage
https://bugzilla.samba.org/show_bug.cgi?id=11013 Bug ID: 11013 Summary: [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5
2006 May 03
2
Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]
Hi guys: First post for me on this list. THE PROBLEM =========== I have several linux servers (ranging from Redhat 7.3 to FC3) that use Rsync (version 2.6.8 and 2.6.7, read on for reasons) to backup their data. A typical rsync backup script looks like this: ------------------------------------------------------------------------------------------ #!/bin/sh RSYNC_PASSWORD=<PASSWORD> rsync
2017 Jan 13
1
Rsync tries to access unnecessary files/dirs after chrooting itself.
Hi. While debugging some encfs errors in the logs, I realized they are being generated because rsync (chrooted inside a encfs file system, --reverse) is trying to access files like: /root/.popt, /etc/localtime etc. This doesn't seem to be related to ID-name mapping as I already have numeric ids enabled in config. Here is the relevant strace output: [pid 25549] chroot("/chroot")
2006 Nov 28
3
DO NOT REPLY [Bug 4263] New: Symlinks gets corruped when rsyncd is used to 'put' the symlink.
https://bugzilla.samba.org/show_bug.cgi?id=4263 Summary: Symlinks gets corruped when rsyncd is used to 'put' the symlink. Product: rsync Version: 2.6.8 Platform: Sparc OS/Version: Solaris Status: NEW Severity: critical Priority: P3 Component: core AssignedTo:
2014 Dec 03
1
Aw: Re: Re: encrypted rsyncd - why was it never implemented?
> The benefit of rsync over ssh secured by rrsync is that it is more > like what rsync users are already used to. i don`t like rsync over ssh in an environemt with users you can?t trust. from a security perspective, i think such setup is broken by design. it`s a little bit like giving a foreigner the key to your front door and then hope that the door in the corridor to your room will be
2006 Jun 15
3
DO NOT REPLY [Bug 3839] New: The '/' in the Softlink is missing on the remote Rsyncd server !
https://bugzilla.samba.org/show_bug.cgi?id=3839 Summary: The '/' in the Softlink is missing on the remote Rsyncd server ! Product: rsync Version: 2.5.7 Platform: x86 OS/Version: Windows 98 Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2002 May 11
0
rsyncd 2.4.6 on RedHat 7.2
Hi, I've having some difficulty using rsync from a client to a rsyncd Server (RedHat 7.2). Although the same command works fine on the server. I can view the list from client using - rsync i1:: Using the following cmd to connect from client (i2) to rsyncd server (i1): rsync -trlvz i1::i1-test /home/test /var/log/message file on i1 shows the following error: May 11 10:40:39 i1
2005 Apr 25
3
rsyncd server daemon not allowing connections
Gang, I've read the manual(s), surfed google, spent about 5 hours on this, to no avail.... I'm trying to run rsync in server mode and it appears to start normally, but it refuses all connections (refuses connection when I tried telnetting in on localhost 873!). I've turned off all firewalls on this server (do I dare tell you guys that?...), which is fine: it is on a local network. I
2018 Jan 09
0
[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client
https://bugzilla.samba.org/show_bug.cgi?id=13207 Bug ID: 13207 Summary: rsyncd doesn't send output of failed pre-xfer exec script to client Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core