similar to: (no subject)

Displaying 20 results from an estimated 2000 matches similar to: "(no subject)"

2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel under 2.6.7, and I still occasionally get the same problem. It seems to be around 50% of the time. Here's some strace output from the generator and receiver from two runs, one where the generator exits properly, and one where it doesn't. Run 2 hangs indefinately. Run 1 Generator: Process 14581 attached - interrupt
2006 Oct 28
1
Cygwin rsync to RH rsync server
Ok I updated both systems to rsync-2.6.8 and found the info on setting strace on the server. Here are the trace logs, there are two calls the first is just the module list which finishes normally the second is the file list in the test module which fails after the list. By the way I have no idea what any of this means (sorry if I'm not supposed to post traces to the list)
2011 Jan 09
4
DO NOT REPLY [Bug 7903] New: Cannot complete sync
https://bugzilla.samba.org/show_bug.cgi?id=7903 Summary: Cannot complete sync Product: rsync Version: 3.0.7 Platform: x64 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: triune at gmail.com QAContact: rsync-qa
2006 Nov 23
0
Error while transfering large files
Hi, I'm using rsync to backup my data from my Linux machine (SUSE10.1) and Windows (XP) I've mounted a windows share on my linux and I'm trying now to copy files to the windows with rsync. The windows share is a NTFS filesystem It's all working except I have a error on large files. This is the command that I'm trying: rsync -a --no-o --delete
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 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux. situation as below: source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works: rsync -avzu
2006 Mar 06
1
how to distinguish local add and remote delete?
hi,all, I have a question about how to distinguish local add and remote delete? hope to get answer from any of you, thank you in advanced. how to distinguish local add and remote delete: Local is machine A, Rsync client, remote is machine B, Rsync server. In our application, A and B are load balance and have same import. file changes may happend in machin A or machine B. So each time, A
2006 Nov 30
1
rsync stuck after correctly sending the file
Hi all, I'm using rsync to replicate a cvs repository, it is working quite good except that I occassionnaly see rsync stucked after having transfered a file, it is always on a big ,v file containing multiple version of big binary file. I haven't gathered the netstat information on the frozen process (it is not easy to reproduce the problem), but I have the strace information : - the
2005 Sep 22
2
repeatable disconnections when rsyncing over ssh
Hi, I have a problem with rsyncing large data sets (consisting bunch of small files) over ssh. rsync 2.6.6 on both sides. Linux 2.6.10 on receiving side, 2.6.12.6 on sending side. This strace is from rsyncing over 2Mbit link but I can repeat it over 100Mbps lan, too (while testing on lan 2.6.11.3 was on sending and 2.6.12.6 on receiving side). I wonder what can be problem here? Some
2007 Sep 05
0
(no subject)
thank you very much for you all. I will try your suggestion ,thx. =20 Best Regards --------------------------------------------- yhhuang =BB=C6=D3=C2=BB=D4 Server Dept. TeleNav Shanghai Inc. Tel:(21)6337 2220 ext 8651 www.telenav.com -----=D3=CA=BC=FE=D4=AD=BC=FE----- =B7=A2=BC=FE=C8=CB: Wayne Davison [mailto:wayned@samba.org]=20 =B7=A2=CB=CD=CA=B1=BC=E4: 2006=C4=EA3=D4=C26=C8=D5 23:46
2008 Aug 11
0
rsync failure with error 12
I am running rsync over a VPN. The connection has been stable for some time, but recently it has started failing. I am including the strace of the failure below. Basically, the client disconnects typically with an error 12. I have 3 other clients using the same openvpn/rsync configuration, and those are stable, so I am fairly confident this is something on this particular link. The
2007 Jan 09
1
DO NOT REPLY [Bug 4327] New: Sudden rsync errors
https://bugzilla.samba.org/show_bug.cgi?id=4327 Summary: Sudden rsync errors Product: rsync Version: 2.6.8 Platform: All URL: http://www.ercbroadband.org OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2013 Jan 03
1
rsync 3.0.9 hangs on large file
Hi Folks, Similar to an earlier thread, but slightly more ordinary. My old rsync backup script, which worked fine under Ubuntu 12.04, hangs on Ubuntu 12.10 (rsync 3.0.9) and a 250 MB file. Command line as follows: rsync --itemize-changes --human-readable --progress --delete \ --delete-excluded --compress --bwlimit=18 --recursive --archive \ --partial --partial-dir=~/partial
2004 Nov 26
0
Dovecot 1.0-test52 and LDAP authentication
Hi all! I have upgraded Dovecot 0.99.11 installation that's worked with LDAP to Dovecot 1.0-test52 and I can't get LDAP to work. I noticed the /etc/dovecot.conf is slightly different, so I have adjusted changes. If I use the standard auth (passw & pam) everything works fine, however when I user ldap for auth Dovecot starts but then dies: dovecot: Nov 26 14:14:36 Error: Auth process
2017 Mar 14
3
Having problem getting Asterisk to work on CentOS 7
Thank you Tzafrir. I had been using different users in earlier attempts to make this work. Decided to try everything where root is the only user, simply to verify it's working. For problem 2, where asterisk is writing to the log but doesn't seem to receive the SIP packets even though tcpdump indicates they are making it to the box on 5060, I am starting asterisk while logged in as root.
2005 Nov 06
0
[Bug 3244] crash with large directories
https://bugzilla.samba.org/show_bug.cgi?id=3244 ------- Additional Comments From dan1@edenpics.com 2005-11-06 11:33 ------- Regarding last report, here is some more information about that bug: I tried to increase the limits with ulimit before running Rsync to the following values, but the problem is still the same and the failure remains at the exact same line. Here are the limits I used:
2008 Mar 10
2
SWAT Won't Start - Alarm Clock
Hey everyone, If anyone could help me with this problem, I'd greatly appreciate it. Whenever I try to start swat (from the command-line by invoking /usr/sbin/swat), it sits there for a very long time as if it's running, but any attempt to use telnet to the port or point my browser at it results in nothing, as if swat were just not running. Firewalling is no issue, I've disabled
2006 Mar 24
0
Hang after upgrade to 1.1RC1 and Edge
The same application, working fine under 1.0, but after upgrade to 1.1RC1 (include edge Rails 4021) the cpu keeps spinning (took 85%) and the rest was taken by Postgresql. Looks like Rails keep sending sql statement to the database. I did a strace and following messages repeat: send(8, "Q\0\0\0\nBEGIN\0", 11, 0) = 11 rt_sigaction(SIGPIPE, {0xb7ec06bc, [], SA_RESTART}, {SIG_IGN},
2016 Feb 16
0
BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Did you do the clean shell test? /usr/bin/ssh -q -x -l backup-user 192.168.10.20 true > testfile After running that, testfile should be 0 bytes. On 02/15/2016 08:13 PM, Francisco López wrote: > Hello, > > I just installed BackupPC in a Debian box to use it as backup > server. As you know, this software makes use, among others, of >
2005 Mar 05
2
dovecot-pgsql.conf can't find in chroot? (debian)
Plagued with an error I can't get past: ==> dovecot_info.log <== dovecot: Mar 04 22:09:06 Info: Dovecot starting up ==> dovecot.log <== dovecot-auth: Mar 04 22:09:07 Fatal: Can't open configuration file /usr/local/etc/dovecot-pgsql.conf: No such file or directory dovecot: Mar 04 22:09:07 Error: child 18211 (auth) returned error 89 dovecot: Mar 04 22:09:07 Error: Auth process