我为完整性检查安装了tripwire。我想要tripwire检查网络上一些NFS安装的文件夹,但它说:
**The object: "/mnt/nfs/etc" is on a different file system...ignoring.
The object: "/mnt/nfs/home" is on a different file system...ignoring.**我怎么才能解决跳过这个问题?
发布于 2016-06-02 16:12:33
添加到您的配置
CROSSFILESYSTEMS=true这应该让它跟随NFS挂载。(至少在开源版)。
发布于 2016-06-03 08:54:59
谢谢,成功了。它在网上是不可用的。您对这个不存在的目录有任何了解吗:
### Warning: File system error.
### Filename: /bin/pgawk
### No such file or directory
### Continuing...
### Warning: File system error.
### Filename: /bin/zsh
### No such file or directory
### Continuing...
### Warning: File system error.
### Filename: /bin/ksh
### No such file or directory
### Continuing...
### Warning: File system error.
### Filename: /bin/tcsh
### No such file or directory
### Continuing...
### Warning: File system error.
### Filename: /dev/cua0
### No such file or directory
### Continuing...
### Warning: File system error.
### Filename: /dev/initctl
### No such file or directory
### Continuing...我在策略配置中对它进行了注释,但是没有什么改变。
https://unix.stackexchange.com/questions/287255
复制相似问题