In the last episode (Nov 21), David Smithson said:
> Hi.  I'm seeking suggestions for sysctl variables to use on a
> highly-taxed mission-critical file-server.  This computer exports two
> 630GB arrays via SAMBA over gigabit on 3ware escalades.  Anyone have
> any tips?
> 
> The reason I'm asking is because smbd has been dropping processes
> lately.  I recently added more render engines to our stack, so the
> file-server seems to be choking somewhere.
> 
> dmesg shows:
> 
> -snip-
> Nov 21 04:33:15 fnord /kernel: pid 1866 (smbd), uid 1005: exited on signal 6
> Nov 21 04:20:01 fnord /kernel: Limiting icmp unreach response from 208 to
> 200 packets per second
> -snip-

Signal 6 is the abort signal, which means that smbd killed itself due
to some unrecoverable error.  If it's always smbd dying, check
/var/log/log.smbd and /var/log/messages for possible errors, and if you
can't find any, try running smbd on a vty (i.e. don't background it)
and see if it prints anything to stderr when it dies.  You might have
found a bug in samba.

The icmp message is simply a side-effect of smbd dying.  You can ignore
it.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to