Another app is currently holding the yum lock; waiting for .....cureCRT如何进行上传以及问题的解决!!(亲手尝试!)
SecureCRT上传问题的结解决:
- 输入rz的时候会自动弹出一个输入框,选择你要上传的内容,再次输入rz就会进行上传
- 弹出窗口意味着成功
- (如果没有弹出,上传的框????)
- 输入 rz 的时候没有反应??
- 解决办法:需要安装:yum -y install lrzsz
- 安装的时候可能会出现如下情况:Another app is currently holding the yum lock; waiting for it to exit...
#yum -y install vixie-cron Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 34 M RSS ( 49 MB VSZ) Started: Thu Aug 6 21:06:33 2020 - 9:14:09 ago State : Sleeping, pid: 2950.
- 问题分析:说明你的程序 yum 程序正在运行中,需要杀掉这个进行.
-
然后可以进行安装:yum -y install lrzsz
- 安装的的时候可能会报错: yum提示Another app is currently holding the yum lock; waiting for it to exit...
- 解决办法: 强制关闭命令 : rm -f /var/run/yum.pid
- 然后安装:yum -y install lrzsz
- 再次点击rz的时候 ,就会弹出一个界面
ok上传的问题就解决了
知识点加油站:
- rz(received): 为服务器接收文件,既将文件从本地上传到服务器。
- sz(send):输入sz时、意为服务器要发送文件,既从服务器发送文件到本地,或是说本地从服务器上下载文件。
注意:使用rz的时候,选中文件之后,再次执行rz的时候,完成上传的动作