Re: FreeBSD Security Advisory FreeBSD-SA-13:05.nfsserver [REVISE

看板FB_security作者時間12年前 (2013/04/30 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/4 (看更多)
FreeBSD Security Advisories wrote: > To determine which implementation an NFS server is running, run the > following command: > > # kldstat -v | grep -cw nfsd > > This will print 1 if the system is running the new NFS implementation, > and 0 otherwise. It output "2" on my 9.1-RELEASE-p2 with new NFSD as output of kldstat -v return two lines containing word 'nfsd': > 6 1 0xffffffff80c14000 2b38b nfsd.ko (/boot/kernel/nfsd.ko) > Contains modules: > Id Name > 202 nfsd Someone may be confused by non 0/1 result not catched in advisory. Either kldstat -v | grep -wc nfsd.ko or kldstat | grep -wc nfsd should be used instead the command recommended in advisory to obtain 0/1 result. Regards Dan _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
文章代碼(AID): #1HVlJYXX (FB_security)
文章代碼(AID): #1HVlJYXX (FB_security)