Displaying 20 results from an estimated 200 matches similar to: "DO NOT REPLY [Bug 4327] New: Sudden rsync errors"
2011 Aug 30
1
[Bug 8423] New: Listing a non-existent remote directory hangs
https://bugzilla.samba.org/show_bug.cgi?id=8423
Summary: Listing a non-existent remote directory hangs
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
2002 May 24
1
Rsync hanging
Trying to figure out this problem. RSYNC maybe once a day or so will just
hang and sit there... strace attached to the process produces the
following... I wonder where the loop is. Anything I can do to help would
be fabulous. Most of the time it works fine. Very strange.
--
Mike
gettimeofday({1022283618, 513186}, NULL) = 0
wait4(22167, 0xbffff9e8, WNOHANG, NULL) = 0
gettimeofday({1022283618,
2019 Nov 03
1
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
On Saturday, November 2, 2019 10:40:45 PM EET Stephan Bosch <stephan at rename-it.nl> wrote:
> I think we already know about this issue (tracked as DOP-942). It
> apparently happens because qmail masks the SIGCHLD signal while Dovecot
> doesn't unmask it before waiting for children.
You're right.
Isn't this a simple fix - a call to sigprocmask ?
This should not be a
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.
2003 Apr 02
1
Kernel lockup (kjournald?)
I am getting an odd situation when backing up a number of ext3 filesystems
and was wondering if it could be caused by journalling. Over the space of
a minute the load average will jump from 2 to over 40 and the system will
be unresponsive for anywhere from 8 to 25 minutes. I am going to be trying
a number of things, but was wondering if anyone could see the reason for
the high load given the
2013 Nov 20
1
Samba4 and GSSAPI based authentication for OpenSSH
I seem to be having the same issue as
https://lists.samba.org/archive/samba/2012-December/170426.html. I
don't see that he ever reached a solution.
Nov 20 16:02:58 appdb01-qa sshd[31622]: debug1: Unspecified GSS
failure. Minor code may provide more information\nNo key table entry
found matching host/appdb01-qa.mediture.dom@\n
Nov 20 16:02:58 appdb01-qa sshd[31623]: debug1:
2002 Jun 24
0
Rsync 2.5.5: FreeBSD mknod can't create FIFO's
The following patch (adapted to rsync 2.5.5 from the one posted in
Dec. 2000, http://lists.samba.org/pipermail/rsync/2000-December/003349.html)
is necessary to prevent rsync from failing on creating FIFOs or UNIX
sockets on FreeBSD. Any chance for it to be integrated in a future
release of rsync?
Thomas.
diff -ur work/rsync-2.5.5/config.h.in work.patch/rsync-2.5.5/config.h.in
---
2002 Aug 09
0
still seeing hangs -- strace
I still see 2.5.5 hangs where the destination rsync exits (for whatever
reason -- I don't see any errors) and the source waits on something
forever. The interesting thing about it is when I strace the child rsync
pid on the source side then rsync exits as it should. Strace must
introduce a timing delay of some sort that allows one of the processes
to properly detect the end of channel. I
2017 Sep 25
2
System shutdown on OOM
Hello all,
had an issue on with a virtualmachine on XenServer 7.0 yesterday. It is
a Centos 7.4.1708 and in a OOM situation it just shut down.
No kernel panic where I could see a message, but it just turned itself off.
All I could see in the /var/log/messages was the following:
------------------------------------------------------------------------
Sep 24 03:11:08 hostname xe-daemon: Running
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
Changes:
* Removed utimes() posix hack since scp.c moved to utimes()
* Fixed waitpid() to be more proper. It was driving me nuts.
* Made setsid() a #define in next-posix.h
* Removed WCOREDUMP() from next-posix.h since we really don't support
it and now #ifdef .. #else .. #endif around the single place it was
used.
* Fixed typecasting issue in sshd.c with sizeof() returning "long
2005 Dec 11
0
generator hanging when used with stunnel
I''m working on the problem I''m having with the generator hanging on the server when
the client side dies. This only happens when I''m connecting through stunnel.
This is the strace output I''m getting, but I''m not sure how to interpret
the output. Can anyone help?
write(4, "2005/10/03 13:58:12 [16992] recv"..., 137) = 137
select(8, [7], [3],
2003 Jun 26
0
Fwd: Segfault in Samba
I have been forwarded this from one of our servers, which we have recently
( 2 days ) updated to Samba 3.0beta1 (Debian's 'unstable' package) from
Samba 2.2.8a
This is the second time it this happens in a period of 24h.
Everything else in this server is working fine. Any comment on this? Is
this a known limitation / situation ?
Thanks in advance.
J.L.
---- 8< ----
2001 Nov 10
0
my rsyncs don't exit
I'm having a problem where my rsync processes don't exit.
They finish their task.. but they don't exit. I'll see at the
end, if i'm running -vv, something like:
total: matches=727 tag_hits=771 false_alarms=0 data=2034655738
but the process continues to run, but not do anything apparent.
If I strace the process, I see a ton of:
select(0, NULL, NULL, NULL, {0, 1000}) = 0
2001 Nov 13
0
more info for rsyncs not exiting problem
Apologies for not including this info in the first place!
My rsycn version is:
rsync version 2.4.6 Copyright Andrew Tridgell and Paul Mackerras
And my OS is:
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.2-2 on an i686
--jessica
On Fri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote:
>
> I'm having a problem where my rsync processes don't exit.
>
> They finish
2002 Nov 25
1
unexpected tag 90
Hi,
i've been using rsync for about 3 years to keep common a set of shared
applications on 40 linux boxes. No problems with it on redhat 6.2, but
now I have about 4 redhat 7.3 boxes and the rest 7.2 and when I try to
rsync the common directory I am getting 'unexpected tag 90' errors.
the command I am running is:
strace /usr/bin/rsync -e ${SSH} -avx --delete --exclude
2006 Dec 21
0
Rsync wont synchronize some directories
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync wont synchronize some directories
Hello, I'm trying to synchronize 2 servers. I set own module for each
directory. Most of them do synchronize, but not the most important one
with the 33Gb of date.
I run truss in order to get the detailed output
russ rsync -atlrpogHvv ilya@myip::public
- - --password-file=/root/rsync_pass /home/public
2014 Apr 16
1
[Bug 10555] New: checksum-reading.diff causes rsync to segfault with large amount of files
https://bugzilla.samba.org/show_bug.cgi?id=10555
Summary: checksum-reading.diff causes rsync to segfault with
large amount of files
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at
2002 May 30
0
update on hung rsyncs
Some new data on my rsync hangs:
I run about 1500 rsync sessions over ssh daily. In the last 8 days that
adds up to about 12k rsync sessions. Of those 12k sessions, 10 are right
now sitting in a hung state. The rsync process on the destination has
exited, but both rsync processes on the source are still
running/waiting/hung. I use a timeout of 3600 (but this doesn't seem to
work for this
2016 Dec 02
0
segfault at 968 Error
Any update on this issue.
On Wed, Nov 30, 2016 at 6:29 PM, VigneshDhanraj G <
vigneshdhanraj.g at gmail.com> wrote:
> Hi Team,
>
> While Running rsync rsync://username at ip:873 , I am getting following
> error.
>
> rsync: safe_read failed to read 1 bytes [Receiver]: Connection reset by
> peer (104)
> rsync error: error in rsync protocol data stream (code 12) at
2016 Dec 02
0
segfault at 968 Error
Thanks, same file consistently it is crashing.
On Fri, Dec 2, 2016 at 12:44 PM, <devzero at web.de> wrote:
> does it crash reproducable at the same file or is it randomly?
>
> Am 2. Dezember 2016 07:50:20 MEZ, schrieb VigneshDhanraj G <
> vigneshdhanraj.g at gmail.com>:
>
>> Any update on this issue.
>>
>> On Wed, Nov 30, 2016 at 6:29 PM,