在使用rsync时候出现rsync: Failed to exec ssh解决方法

上了一个精简的centos vps,装个rsync发现问题很大同步的时候提示下面错误

rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [sender=3.0.6]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in IPC code (code 14) at io.c(600) [sender=3.0.6]

更坑爹的是在网上找到的资料基本是废话 或者没人给出解决方案

后在一个国外网站上找到解决方法:

rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [sender=3.0.6]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in IPC code (code 14) at io.c(600) [sender=3.0.6]

i got the solution thanks for helping
i had to install openssh-clients
for rsync to work

于是安装了openssh-clients

我去还真可以了,这台坑爹了,系统坑爹网络上的也坑爹。

时间: 2024-10-10 16:49:26

在使用rsync时候出现rsync: Failed to exec ssh解决方法的相关文章

在使用rsync远端rsync: Failed to exec ssh: No such错误

1.两台电脑之间使用rsync传输文件10.41.1.78传输文件/etc/hosts至10.41.1.77的/mnt/ [[email protected] ~]# rsync -avz /etc/hosts -e 'ssh -p 22' [email protected]:/mnt/rsync: Failed to exec ssh: No such file or directory (2)rsync error: error in IPC code (code 14) at pipe.c

【转】 远程到服务器安装visualSVN server,出现Service 'VisualSVN Server' failed to start的解决方法

在帮助远程到服务器上安装visualSVN server的时候,出现Service 'VisualSVN Server' failed to start. 解决方法(先不要关闭安装弹出的错误窗口): 1 运行:services.msc,打开服务管理器,找到“VisualSVNServer”. 2 在服务上,点击右键--属性,打开“登录”选项卡.将“此帐户”改成“本地系统帐户”.再回到安装程序弹出窗口处,选择"Retry"即可. 在服务器上安装完SVN服务器后,也要做这一步,要不然其他电

SSH连接时出现Host key verification failed的原因及解决方法

SSH连接的时候Host key verification failed. [[email protected] swftools-0.9.0]# ssh 192.168.1.90@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

pip: failed to create process.解决方法

昨天在使用pip过程,pip提示:failed to create process. 解决方法:python -m pip install xxx 就可以了 如以matplotlib为例即:python -m pip install matplotlib 即可安装成功 原因:机器上存在多个版本的python 来自于https://www.cnblogs.com/gcgc/p/12066256.html 原文地址:https://www.cnblogs.com/tangsong41/p/12604

AR9331出现connect-debounce failed,port 1 disabled解决方法备忘

基于AR9331的路由器,自己画的pcb板子,竟然出现这个错误,百度下,貌似有不少人遇见过这个错误,但是在修改板子前我的固件用的是没问题的,USB完美使用 修改过板子后出现这个问题! hub 1-0:1.0 connect-debounce failed,port 1 disabled 后台串口不停的报这个错误. 最后发现是USB的数据线反了,哈哈,跳线反过来试试! 成功识别U盘没问题了! 备忘一下!

ADB Server Didn’t ACK ,failed to Start Daemon 解决方法

解决方法如下: 1.adb nodaemon server 查看不能执行的原因,输出: cannot bind ‘tcp:5037’ 2.定位到了是端口的问题!是5037端口被占用了! 3.netstat -ano | findstr 5037 查找谁占用了5037的进程,得到进程pid. 4.杀死该进程. windows显示进程使用tasklist来看. 可以在任务管理器中杀死,或者使用命令: taskkill /pid 端口号 -f

ADB Server Didn’t ACK ,failed to Start Daemon 解决方法(Eclipse中不显示device,即device离线)

关掉eclipse 在任务管理器中把adb.exe关掉 进入adb所在目录,然后执行adb start-server,成功执行则问题解决 问题应该就解决了,但如果 adb start-server 启动不起来! 最后发现了是端口占用的原因导致. 解决方法如下: 1.adb nodaemon server 查看不能执行的原因,输出: cannot bind ‘tcp:5037’ 2.定位到了是端口的问题!是5037端口被占用了! 3.netstat -ano | findstr 5037 查找谁占

SSH连接时出现Host key verification failed的原因及解决方法以及ssh-keygen命令的用法

解决办法: 使用 ssh-keygen -R hostname 命令 ssh-keygen -R xxx.xxx.xxx.xxx (服务器ip地址) 目的是清除你当前机器里关于你的远程服务器的缓存和公钥信息,注意是大写的字母“R”. 比如 ~/.ssh/known_hosts文件中有一条 172.28.3.55 的配置. 现在我们执行ssh-keygen -R hostname命令 [[email protected] ~]# vi ~/.ssh/known_hosts[[email prote

使用 rsync 出错:rsync: chgrp "XXXX" failed: Operation not permitted

You are probably running rsync like this: rsync -a dir/ remote:/dir/ The -a option according to the documentation is equivalent to: -rlptgoD       -a, --archive    archive mode; equals -rlptgoD (no -H,-A,-X) You probably want to remove the -o and -g