#236 closed defect (fixed)
Samhain blocks on hanging NFS mounts
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.3 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
The file integrity check (and potentially the SUID check as well) will block if an NFS mount is hard-mounted and not available (server down). It seems that the only way to circumvent this is to run the stat/lstat commands in a subprocess, and kill/respawn the subprocess if it hangs.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [315].