您现在的位置是:网站首页> 内容页
failed to create pid file /var/run/rsyncd.pid: File exists报错
- 杏彩官网平台首页
- 2019-09-29
- 100人已阅读
[root@pcidata-jenkins ansible_playbooks]# ps aux|grep rsyncroot 1799 0.0 0.0 114652 480 ? Ss Jun29 0:00 rsync --daemonroot 61754 0.0 0.0 112664 972 pts/2 S+ 11:17 0:00 grep --color=auto rsync[root@pcidata-jenkins ansible_playbooks]# kill -9 1799You have new mail in /var/spool/mail/root[root@pcidata-jenkins ansible_playbooks]# rsync --daemonfailed to create pid file /var/run/rsyncd.pid: File exists[root@pcidata-jenkins ansible_playbooks]# ps aux|grep rsyncroot 61790 0.0 0.0 112660 968 pts/2 S+ 11:18 0:00 grep --color=auto rsync[root@pcidata-jenkins ansible_playbooks]# rsync --daemonfailed to create pid file /var/run/rsyncd.pid: File exists
#删除 /var/run/rsyncd.pid即可[root@pcidata-jenkins ansible_playbooks]# rm -fr /var/run/rsyncd.pid [root@pcidata-jenkins ansible_playbooks]# rsync --daemon
1 0 9)