1.安装编译报错configure: error: no acceptable C compiler found in $PATH 问题解决
rpm -Uvh *.rpm --nodeps --force
2.rsync: failed to connect to 172.16.6.101 (172.16.6.101): No route to host (113)
防火墙 setenforce 0 /etc/sysconfig/selinux
3.@ERROR: Unknown module 'root'
设置module名
手动:
rsync -vzrtopg --progress --delete root@172.16.6.101::test /home/rsync_file/ --password-file=/usr/local/rsync/etc/rsyncd.passwd #同步主机
rsync -vzrtopg --progress --delete root@172.16.6.85::test /home/rsync_file/ --password-file=/usr/local/rsync/etc/rsync2.pass #覆盖主机
rsync -vzrtopg --progress --delete /home/rsync_file/ root@172.16.6.101::test --password-file=/usr/local/rsync/etc/rsyncd.passwd
博客主要介绍了几个常见问题的解决办法,包括安装编译报错“no acceptable C compiler found in $PATH”,使用“rpm -Uvh *.rpm --nodeps --force”解决;rsync连接失败“ No route to host”,通过防火墙设置解决;以及“Unknown module 'root'”问题,给出了设置module名及同步、覆盖主机的rsync命令。

7672

被折叠的 条评论
为什么被折叠?



