ifconfig -a blows up if /etc/mac.conf isn't installed

From: Kenneth D. Merry (ken_at_kdm.org)
Date: 08/30/03

  • Next message: Nate Lawson: "Re: Thinkpad R40 and ACPI problems on current"
    Date: Fri, 29 Aug 2003 17:39:10 -0600
    To: current@FreeBSD.org
    
    

    I've figured out that after some recent posix1e upgrades (mac stuff?),
    ifconfig -a will blow up if mac.conf isn't there:

    # mv /etc/mac.conf /etc/mac.conf.backup
    # ifconfig -a
    fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
            inet 10.0.0.6 netmask 0xffffff00 broadcast 10.0.0.255
            ether 00:30:48:21:bb:74
            media: Ethernet autoselect (100baseTX <full-duplex>)
            status: active
    Memory fault (core dumped)
    # mv /etc/mac.conf.backup /etc/mac.conf
    # ifconfig -a
    fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
            inet 10.0.0.6 netmask 0xffffff00 broadcast 10.0.0.255
            ether 00:30:48:21:bb:74
            media: Ethernet autoselect (100baseTX <full-duplex>)
            status: active
    ti0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
            options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING>
            ether 00:02:e3:00:34:10
            media: Ethernet autoselect
            status: no carrier
    lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
            inet 127.0.0.1 netmask 0xff000000

    Ken

    -- 
    Kenneth Merry
    ken@kdm.org
    _______________________________________________
    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: Nate Lawson: "Re: Thinkpad R40 and ACPI problems on current"

    Relevant Pages