Re: kern/121274: [panic] Panic in ether_input() with different NIC's.

2008-03-02 Thread Sean Farley
The following reply was made to PR kern/121274; it has been noted by GNATS. From: Sean Farley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/121274: [panic] Panic in ether_input() with different NIC's. Date: Sun, 2 Mar 2008 15:37:24 -0600 (CST)

Re: kern/121274: [panic] Panic in ether_input() with different NIC's.

2008-03-02 Thread Sean Farley
The following reply was made to PR kern/121274; it has been noted by GNATS. From: Sean Farley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/121274: [panic] Panic in ether_input() with different NIC's. Date: Sun, 2 Mar 2008 17:51:35 -0600 (CST) I am currently runn

Sendmail outgoing bind() fails on PPP

2001-04-26 Thread Sean Farley
I previously posted this on comp.mail.sendmail and freebsd-questions. After no answer and some extra testing, I believe this probably belongs here. I need some help debugging a problem I am having with setting up Sendmail. Previously, I have been using Exim, but I have decided to try my

Re: Sendmail outgoing bind() fails on PPP

2001-04-26 Thread Sean Farley
On Fri, 27 Apr 2001 12:36, [EMAIL PROTECTED] wrote: > >I only wish it to receive on the LAN (192.168.1.0) and the analog modem > >(216.140.158.72). This is easy to change (DAEMON_OPTIONS), but I just > >can't get confCLIENT_OPTIONS to work. From looking at sendmail.cf, I can > >see that it is b

Solution: Sendmail outgoing bind() fails only PPP

2001-04-27 Thread Sean Farley
I found the bug. The socket was IPv6, but the bind used an IPv4 sockaddr struct. Patch attached. Sean --- [EMAIL PROTECTED] PGP key: http://www.farley.org/~sean/pgp.key --- daemon.c.orig Fri Apr 27 14:27:51 2001 +++ daemon.cFri Apr 27 14:28:14 2001 @@ -2012,7

Re: Sendmail outgoing bind() fails on PPP

2001-04-29 Thread Sean Farley
please file a bug report to sendmail.org. > > It seems Sean Farley has already done the patch. Thank you Sean. You are welcome. Now the question is: should I report the bug and fix through send-pr? I have already sent the patch to [EMAIL PROTECTED] Sean --- [EMA