Rsync estranhamente é morto automaticamente e então o binário é quebrado

3

Eu tenho uma situação estranha com o Rsync na minha instância remota do Ubuntu 14.04.3 LTS (Trusty Tahir).

Sempre que eu o executo, ele é executado por um tempo (não concluído), então parece ser morto automaticamente. Depois disso, ele é quebrado (sem binário /usr/bin/rsync anymore), purgar e reinstalar, então o mesmo comportamento acontece novamente.

rsync --delay-updates -F --compress --archive --rsh 'ssh  -S none -o StrictHostKeyChecking=no' '--out-format=<<CHANGED>>%i %n%L' /tmp/production/tmp.CKlHWYgC6c/core/ /home/ubuntu/production/versions/build/prod-service_1.10.0_TEST/core/ 

<<CHANGED>>.d..t...... ./
<<CHANGED>>>f+++++++++ HOWTO.txt
<<CHANGED>>>f+++++++++ __init__.py
<<CHANGED>>>f+++++++++ app_store_customized.py
<<CHANGED>>>f+++++++++ av_appstore_package.py
<<CHANGED>>>f+++++++++ av_archive_file_handler.py
<<CHANGED>>>f+++++++++ av_build_relations.py
<<CHANGED>>>f+++++++++ av_build_ui_conditions.py
<<CHANGED>>>f+++++++++ av_cach.py
<<CHANGED>>>f+++++++++ av_countdown_caller.py
<<CHANGED>>>f+++++++++ av_glogin_dbsync.py
<<CHANGED>>>f+++++++++ av_local_module.py
<<CHANGED>>>f+++++++++ av_logger.py
...
...
<<CHANGED>>>f+++++++++ modules/av_cyren/avsdk/aivsecon-v2.def
<<CHANGED>>>f+++++++++ modules/av_cyren/avsdk/antivir-v2.def
<<CHANGED>>>f+++++++++ modules/av_cyren/avsdk/csamd
<<CHANGED>>>f+++++++++ modules/av_cyren/avsdk/csamd.conf
<<CHANGED>>>f+++++++++ modules/av_cyren/avsdk/libaivse000.so.5
Killed

ubuntu@ansible-tower-server:~$ rsync
-bash: /usr/bin/rsync: No such file or directory


ubuntu@ansible-tower-server:~$ sudo apt-get remove --purge rsync && sudo apt-get install rsync

...

tente re-executar o rsync, ele foi morto novamente.

Isso está acontecendo recentemente, anteriormente, ele funcionava corretamente. Alguma idéia?

Atualizado 1: versão rsync

rsync  version 3.1.0  protocol version 31
Copyright (C) 1996-2013 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
    64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
    append, ACLs, xattrs, iconv, symtimes, prealloc

Durante a execução do rsync (observe que eu não aloquei swap para essa instância)

ubuntu@ansible-tower-server:~$ free -m
             total       used       free     shared    buffers     cached
Mem:          7513       6467       1046         20        558       3909
-/+ buffers/cache:       1999       5514
Swap:            0          0          0

Atualização 2

Eu aumento a memória & swap, parece que não é um problema com a memória

             total       used       free     shared    buffers     cached
Mem:         15042       3043      11998         19        326       1225
-/+ buffers/cache:       1492      13550
Swap:         7337          0       7337

execute novamente com -vvvv

aqui onde foi morto (e perdeu o birário)

<<CHANGED>>>f+++++++++ modules/ap_cyren/ctasd/ctasd_initd
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /tmp/avanan/tmp.fzMHAGBzXU/core/modules/ap_cyren/ctasd/ctasd_initd
send_files(474, /tmp/avanan/tmp.fzMHAGBzXU/core/modules/ap_cyren/ctasd/libaivse000.so)
count=0 n=0 rem=0
send_files mapped /tmp/avanan/tmp.fzMHAGBzXU/core/modules/ap_cyren/ctasd/libaivse000.so of size 2080872
calling match_sums /tmp/avanan/tmp.fzMHAGBzXU/core/modules/ap_cyren/ctasd/libaivse000.so
<<CHANGED>>>f+++++++++ modules/ap_cyren/ctasd/libaivse000.so
rsync: [receiver] write error: Broken pipe (32)
[receiver] _exit_cleanup(code=10, file=io.c, line=837): entered
Killed
renaming modules/ap_cyren/ctasd/.libaivse000.so.9Ar2ch to modules/ap_cyren/ctasd/.~tmp~/libaivse000.so
ubuntu@ansible-tower-server:~$ rsync error: error in socket IO (code 10) at io.c(837) [receiver=3.1.0]
[receiver] _exit_cleanup(code=10, file=io.c, line=837): about to call exit(10)

Eu tentei com o rsync de 2 diretórios mais simples (menos arquivos) na máquina e funciona bem. Mas apenas com o rsync acima (de um diretório com mais de 2000 arquivos, incluindo textos, birários) ele falhou (além disso, destruiu a si mesmo)

    
por Arcobaleno 22.07.2016 / 07:35

0 respostas

Tags