sendmail coredumped
Marius Strobl
marius at alchemy.franken.de
Sun Dec 7 05:10:13 PST 2003
On Sun, Dec 07, 2003 at 05:06:59PM +0500, Roman Streltsov wrote:
> Hello everybody,
>
> I CVSuped 1 dec after month pause. In boot phase I have messages
>
> pid 325 (sendmail), uid 0: exited on signal 11
> pid 327 (sendmail), uid 0: exited on signal 11
> pid 329 (sendmail), uid 0: exited on signal 11
> pid 331 (sendmail), uid 0: exited on signal 11
> pid 333 (sendmail), uid 0: exited on signal 11
> pid 335 (sendmail), uid 0: exited on signal 11
> pid 337 (sendmail), uid 0: exited on signal 11
>
>
> I deny sendmail start in rc.conf
> sendmail_enable="NONE"
>
> and I have option in /etc/make.conf
> NO_SENDMAIL=yes
>
> I don't use sendmail and the trouble is not principial just it isn't nice
>
> Any ideas?
>
Your old sendmail binary fails because of the changes in the struct statfs
(see 20031112 in src/UPDATING) and because you have NO_SENDMAIL=yes in
/etc/make.conf it wasn't rebuilt. You see those messages because sendmail
probably still gets called by the periodic(8) scripts.
More information about the freebsd-current
mailing list