cwRsync 错误 uid/gid 4294967295 (-1) is impossible to set on
更新时间:2016年08月25日 19:24:20 投稿:mdxy-dxy
今天在同步文件的时候,因为用了4.3的新版本,出现了这个问题,cwRsync 错误 uid/gid 4294967295 (-1) is impossible to set on,后来参考下面的方法解决了,特分享一下方便需要的朋友
cwRsync 4.2在同步的时候会有错误:
uid 4294967295 (-1) is impossible to set on "/cygdriver/..."
或者
gid 4294967295 (-1) is impossible to set on "/cygdriver/..."
这是程序的bug,但不影响使用。
如果不想看到提示这些错误
1、可以在客户端命令行加参数 --no-super
2、在服务器端的配置文件中添加:
uid = 0
gid = 0
fake super = yes
通过上面的方法完美解决了问题。
相关文章
忘记Grafana不要紧2种Grafana重置admin密码方法详细步骤
这篇文章主要介绍了忘记Grafana不要紧2种Grafana重置admin密码方法详细步骤,需要的朋友可以参考下2022-04-04
最新评论