Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 21:03:45 +0100
From:      Alexander Langer <alex@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/mail/postfix Makefile
Message-ID:  <20010310210345.A45755@cichlids.cichlids.com>
In-Reply-To: <XFMail.010310113931.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Sat, Mar 10, 2001 at 11:39:31AM -0800
References:  <200103101720.f2AHKus41531@freefall.freebsd.org> <XFMail.010310113931.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake John Baldwin (jhb@FreeBSD.org):

> Errr, you do know that you can control how unaligned accesses work on the alpha
> via sysctls right?

No, I didn't know this but it's good to know :-)

> the sigbus sysctl on.  Granted, they are a killer performance wise, but the
> program will still run, so I'm not sure marking this broken is correct.

It didn't work:

root@parca /var/mail $ mail alex@localhost
Subject: bla
.
EOT
Null message body; hope that's ok
root@parca /var/mail $ pid 325 (sendmail): unaligned access:
va=0x12003225c pc=0x12000edf0 ra=0x12000eeb8 op=ldt
pid 325 (sendmail): unaligned access: va=0x120032264 pc=0x12000edf4
ra=0x12000eeb8 op=ldt
pid 325 (sendmail): unaligned access: va=0x12003226c pc=0x12000edf8
ra=0x12000eeb8 op=ldt
pid 326 (postdrop): unaligned access: va=0x12002c25c pc=0x12000a890
ra=0x12000a958 op=ldt
pid 326 (postdrop): unaligned access: va=0x12002c264 pc=0x12000a894
ra=0x12000a958 op=ldt
pid 326 (postdrop): unaligned access: va=0x12002c26c pc=0x12000a898
ra=0x12000a958 op=ldt
root@parca /var/mail $ tail /var/log/maillog
...
Mar 10 19:59:11 parca postfix/pickup[271]: 78E34113: uid=0 from=<root>
Mar 10 19:59:11 parca postfix/cleanup[302]: 78E34113:
message-id=<20010310185911.78E34113@parca.cichlids.com>
Mar 10 19:59:11 parca postfix/qmgr[272]: 78E34113:
from=<root@parca.cichlids.com>, size=309, nrcpt=1 (queue active)
Mar 10 19:59:11 parca postfix/qmgr[272]: 78E34113:
to=<alex@localhost.cichlids.com>, relay=none, delay=0, status=deferred
(unknown mail transport error)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

alex's mailbox isn't filled.

Alex
-- 
cat: /home/alex/.sig: No such file or directory

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010310210345.A45755>