22 Şubat 2012 Çarşamba

Centos Rpc Kullanımında Yaşadığım Bir Sorun ve Çözümü

CentOs 6.0 da rsync komutu kullanırken aşağıdaki hatayı aldım. -bash-3.2# rsync -avz -e ssh --delete /home/test.php root<at>hostname:/home/  rsync: Failed to exec ssh: No such file or directory (2)  rsync error: error in IPC code (code 14) at pipe.c(83) [sender=2.6.8]  rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32) rsync error: error in IPC code (code 14) at io.c(1119) [sender=2.6.8]  Çözümü ise çok basitti. yum install openssh-clients

Hiç yorum yok:

Yorum Gönder