Displaying 20 results from an estimated 4000 matches similar to: "Rsync Hang with multiple files"
2018 Feb 07
1
geo-replication command rsync returned with 3
Hi,
?
Kotresh workaround works for me. But before I tried it, I created some strace-logs for Florian.
setup: 2 VMs?(192.168.222.120 master, 192.168.222.121 slave), both with a volume named vol with Ubuntu?16.04.3,?glusterfs 3.13.2, rsync 3.1.1 .
?
Best regards,
Tino
?
root at master:~# cat /usr/bin/rsync
#!/bin/bash
strace -o /tmp/rsync.trace -ff /usr/bin/rsynco "$@"
?
One of the traces
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
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
Here's the details and some debugging I did for starters, but I have no
idea where to proceed from here. Help please? Command to reproduce should
be in the strace output below.
-Dan
P.S. Sorry for sending this a few times; I think only one will make it
through to the list since I wasn't subscribed initially.
$ rsync --version
rsync version 3.1.0 protocol version 31
Copyright (C)
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)
2014 Sep 26
0
wbindo slow
good morning everyone.
I apologize if it is recurrent. But not yet found a solution.
I have a problem of slowness when running "wbinfo -u" command. Analyzing
the outputs of "strace" command, I noticed some timeout.
After several searches, I found information that indicated remove dead
domains. I do not have these domains. I performed a fresh installation.
My scenario is a
2014 Oct 04
1
wbinfo slow
Good afternoon.
Guys, I still can not solve this problem.
Some help?
Thanks
2014-09-26 11:17 GMT-03:00 Christovam Paynes Silva <christovamps at gmail.com>:
> good morning everyone.
>
>
>
> I apologize if it is recurrent. But not yet found a solution.
> I have a problem of slowness when running "wbinfo -u" command. Analyzing
> the outputs of
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
>
2018 Jan 22
1
Samba 4.7 don't start on F27
it's not very helpful when the process exists without any output
[root at srv-rhsoft:~]$ /usr/sbin/smbd -D
[root at srv-rhsoft:~]$ /usr/sbin/smbd --foreground
[root at srv-rhsoft:~]$ ps aux | grep smb
root 8877 0.0 0.0 10904 960 pts/1 S<+ 15:04 0:00
/usr/bin/grep --color smb
[root at srv-rhsoft:~]$ rpm -qa | grep samba
samba-libs-4.7.4-2.fc27.x86_64
2007 May 02
0
mv error moving files from local partitiontoocfs2
Thanks. It works!
Besides disabling selinux, we updated to 1.2.5-1 today, since it plays nicer to oracle RAC (installed on the same 2 node cluster) by way of rebooting instead of panicing the kernel when one of the private nics is disconnetcted.
While I'm on that topic, do you know it there is any possibility of telling the ocfs2 daemon which node is the preferred one to kill in a
2014 Jan 03
1
SSSD and usermod
Hi!
How to get usermod working with SSSD/389DS ?
We have SSSD set up on our server and it uses 389DS.
SSSD was enabled with the following command:
authconfig --enablesssd --enablesssdauth --ldapbasedn=dc=example,dc=com
--enableshadow --enablemkhomedir --enablelocauthorize --update
Running for example "usermod -L username" returns:
usermod: user 'username' does not exist in
2019 May 07
0
Staged installation fail on some file systems
Thanks for the report.? According to my reading, this use of "mv" is ok
and the renameat2() call which the invocation of "mv" leads to is also
ok and allowed by POSIX in this context. It could only fail with EEXIST
if the target directory (path/pkg) was not empty. So far I've not been
able to reproduce but we could fall back to copy like on Windows.
Best
Tomas
On
2019 May 09
0
Staged installation fail on some file systems
On 5/7/19 6:18 PM, Henrik Bengtsson wrote:
> On Tue, May 7, 2019 at 9:05 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>> Thanks for the report. According to my reading, this use of "mv" is ok
>> and the renameat2() call which the invocation of "mv" leads to is also
>> ok and allowed by POSIX in this context. It could only fail with EEXIST
2018 Jun 27
0
dovecot-2.3.36 and flush
Hi
I have a problem with doveadm and flush
# 2.2.36 (1f10bfa63): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.rc1 (debaa297)
# OS: Linux 3.16.0-5-amd64 x86_64 Debian 8.10
example:
#doveadm director status
mail server ip tag vhosts state state changed users
10.0.100.24??????? 1????? up??? -???????????? 65
10.0.100.25??????? 100??? up??? -???????????? 989
#doveadm director flush
2013 Nov 13
1
ldb-tools problem
I installed ldb-tools on CentOS 5.10 and I am getting "ldbsearch: symbol
lookup error: /usr/lib64/libldb.so.0: undefined symbol:
tevent_set_debug". Any idea's? Not sure where to post this question. I
am using this for samba4wins.
Jonn
strace ldbsearch
execve("/usr/bin/ldbsearch", ["ldbsearch"], [/* 22 vars */]) = 0
brk(0) =
2005 Mar 15
1
Drac and Dovecot, almost there ...
I have dracd and dovecot up and running and trying to get the two
connected. I'm using the FC3 rpms from callimg yum install.
I've downloaded the drac patch from http://dovecot.org/patches/drac.c
and compiled it with both
gcc -Wall -W -shared -fPIC -DHAVE_CONFIG_H -I$dovecot
-I$dovecot/src/lib drac.c -o drac.so -ldrac
and
gcc -Wall -W -shared -fPIC -DHAVE_CONFIG_H -I$dovecot
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 16:31, Robert Hartmann wrote:
> Hi,
>
> i am really depressed at this moment. I set up an domain controller
> using samba4 and an raspberry pi.
>
> I can join the domain and everything works BUT kerberos has some
> strange problems resolving my raspberry hostname.
>
> First of all some information:
>
> Raspberry pi is DHCP Server and DNS-Server
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 18:45, Robert Hartmann wrote:
>
> Hi,
>
> /etc/resolv.conf looks exactly like this:
>
> domain family.rapsberry.local
> search family.rapsberry.local
> nameserver 192.168.178.222
>
> So to answer your question: yes the only Nameserver the raspberry has
> is itself.
>
Hi, firstly, you might as well remove the 'domain' line, it will be
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
Hi Timo,
Periodic segfaults with doveadm proxy list:
root at director1:~) doveadm proxy list
doveadm(root): Error: LIST failed: Disconnected
Segmentation fault (core dumped)
Sometimes it's just the 'LIST failed' error, other times it's the error with
the segfault. Usually the first attempt to call it works, subsequent attempts
fail.
I've attached a strace log of it in
2016 Feb 16
2
BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"
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 rsync. When using the
rsync option, it fails.
Server:
Debian Jessie.
BackupPC 3.3.1 built from source, executed by user "backup-user".
Rsync 3.1.2 built from source with the default options.
Client
Debian Jessie.
Rsync 3.1.2 built from source with the
2011 Dec 28
1
/usr/lib/dovecot/imap ignores log settings?
Hi Dovecot peeps,
I'm enjoying running /usr/lib/dovecot/imap directly as a PREAUTH IMAP pipe.
I find that it outputs log messages whose severity is INFO to stdout. I'm
running it as follows:
/usr/lib/dovecot/imap -c /tmp/dovecot.conf
and I see the following messages output to stdout:
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY