In message <056601c1ead0$4fcc70e0$[EMAIL PROTECTED]>, Robert Blayzor writes: >value jumps at the rate of about 20 per second. I don't remember pre >4.5-stable boxes doing this, but I could be wrong. Like I said, the >server seems to be running fine and performance is great... Any ideas >or comments?
>Server Ret-Failed > 174405 This is just telling you the number of operations that returned a failure code to the client. It includes all of the "normal" errors you get when accessing files (file not found, file exists, no space left on device, is a directory etc. etc.), so there is nothing unusual about seeing this number grow quite quickly. To see the actual errors, run tcpdump with a suitably large snaplen and look at the lines containing "ERROR" and the preceding requests. You'll probably mainly see stuff like programs looking for optional config files or trying each component of $PATH. Ian To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message