Date: Sun, 7 Dec 2003 14:10:05 +0100 From: Marius Strobl <marius@alchemy.franken.de> To: Roman Streltsov <warlock@voip.kg> Cc: freebsd-current@freebsd.org Subject: Re: sendmail coredumped Message-ID: <20031207141005.A93967@newtrinity.zeist.de> In-Reply-To: <200312071706.59265.warlock@voip.kg>; from warlock@voip.kg on Sun, Dec 07, 2003 at 05:06:59PM %2B0500 References: <200312070945.hB79jKds039814@www.kukulies.org> <20031207113607.GB301@rbg.informatik.tu-darmstadt.de> <200312071706.59265.warlock@voip.kg>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031207141005.A93967>