日志6 nfs:日志不显示在任何地方
有人可以告诉我哪里NFSlogincentos 6? 或者,也许我可以告诉NFS发送日志? 目前似乎没有这样的设置。 试图让事情没有日志工作是相当令人沮丧的。 [root@houston netshare]# locate nfs| grep log [root@houston netshare]# [root@houston netshare]# grep -Rni "nfs" /var/log /var/log/anaconda.storage.log:23:20:41:33,962 DEBUG : registered device format class NFS as nfs /var/log/anaconda.storage.log:24:20:41:33,962 DEBUG : registered device format class NFSv4 as nfs4 这是一个从livecd和Yum更新已经运行了一天的老6安装。 [root@houston ~]# cat /etc/exports /var/netshare 10.10.0.10(rw,sync,no_root_squash) /var/netshare/esxi1 192.168.111.119(rw,sync,no_root_squash) /var/netshare 192.168.111.101(rw,sync.no_root_squash) [root@houston ~]# chkconfig –list | […]