Re: HEADSUP: Sleep queues added to kernel, so be careful.

From: Vincent Poy (vince_at_oahu.WURLDLINK.NET)
Date: 02/29/04

  • Next message: FreeBSD Tinderbox: "[current tinderbox] failure on i386/pc98"
    Date: Sat, 28 Feb 2004 15:08:19 -1000 (HST)
    To: Craig Rodrigues <rodrigc@crodrigues.org>
    
    

    On Sat, 28 Feb 2004, Craig Rodrigues wrote:

    > On Sat, Feb 28, 2004 at 02:45:39PM -1000, Vincent Poy wrote:
    > > Flushed all rules.
    > > 00050 divert 8668 ip from any to any via xl0
    > > 00100 allow ip from any to any via lo0
    > > 00200 deny ip from any to 127.0.0.0/8
    > > 00300 deny ip from 127.0.0.0/8 to any
    > > 65000 allow ip from any to any
    > > Firewall rules loaded, starting divert daemons: natd
    > > natd: Unable to bind divert socket.: Can't assign requested address.
    > > Firewall logging enabled
    > > net.inet.ip.fw.enable: 1 -> 1
    > >
    > > I can't tell when this broke as I mentioned, the last -CURRENT
    > > buildworld I was running on was September 23, 2003 before going with this
    > > one at 4AM -800.
    >
    >
    > The last buildworld I did was on Jan. 31, 2004.
    > I did not have this problem with that buildworld.

            Atleast that rules out the /bin and /sbin being dynamically linked
    issue since I went from static linked to dynamic linked for those two when
    I upgraded. January 31 is about 4 weeks ago and the last ipfw src tree
    change was 5 weeks ago so that probably rules that out as well. The only
    thing I noticed is that src/sbin/natd/Makefile was last changed on
    February 23, 2004 with revision 1.9:

    ===================================================================
    RCS file: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -p -r1.8 -r1.9
    --- src/sbin/natd/Makefile 2002/04/12 19:11:09 1.8
    +++ src/sbin/natd/Makefile 2004/02/23 20:13:55 1.9
    @@ -1,8 +1,8 @@
    -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v 1.8
    2002/04/12 19:11:09 ru Exp $
    +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v 1.9
    2004/02/23 20:13:55 johan Exp $

     PROG = natd
     SRCS = natd.c icmp.c
    -WARNS= 0
    +WARNS?= 0
     LDADD = -lalias
     DPADD = ${LIBALIAS}
     MAN = natd.8

            I wonder if changing the "WARNS?=" back to "WARNS= 0" will
    actually fix the problem.

    Cheers,
    Vince - vince@WURLDLINK.NET - Vice President ________ __ ____
    Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ]
    WurldLink Corporation / / / / | / | __] ]
    San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ]
    HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]
    Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: FreeBSD Tinderbox: "[current tinderbox] failure on i386/pc98"

    Relevant Pages

    • Re: moused related panic
      ... > This was on a console running with 132x25 mode. ... retrieving revision 1.38 ... diff -u -u -r1.38 scmouse.c ... Craig Rodrigues ...
      (freebsd-current)
    • Re: moused related panic
      ... Now mouse cursor not moved. ... > retrieving revision 1.38 ... > Craig Rodrigues ... To unsubscribe, ...
      (freebsd-current)