Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2013 13:06:09 -0600
From:      Ian Lepore <ian@FreeBSD.org>
To:        Tim Kientzle <kientzle@FreeBSD.org>
Cc:        "freebsd-arm@freebsd.org" <arm@FreeBSD.org>
Subject:   Re: route(8) broken?
Message-ID:  <1375038369.45247.19.camel@revolution.hippie.lan>
In-Reply-To: <FFBF47BA-474D-4B5B-8774-32A5F90AF4A5@FreeBSD.org>
References:  <FFBF47BA-474D-4B5B-8774-32A5F90AF4A5@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2013-07-28 at 12:00 -0700, Tim Kientzle wrote:
> With r253514 on BeagleBone, I'm been consistently
> seeing the following on every boot:
>=20
>    Waiting 30s for default route interface: =85=85=85=85=85=85=85
>=20
> This seems to be because "route -n get default" is broken.
>=20
> For example, at the moment, I do in fact have a working default
> route and network, but:
>=20
> # route -n get default
> route to: 0.0.0.0
> destination: 0.0.0.0
> mask: 56.18.1.0
> gateway: 192.168.2.1
> fib: 0
> flags: <UP,GATEWAY,DONE,STATIC>
> recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
>        0         0         0         0      1500         1         0=20
>=20
> In particular, note the garbage mask and the lack of an
> "interface" line.  (The missing "interface" line seems to
> be the root cause of the "Waitiing=85" message above.)
>=20
> I've started to trace this back but haven't yet gotten very far...
>=20
> Tim
>=20

Looks like the fix you need is in r253589. =20

I'm running r253716 on my RPi and everything is good except the jemalloc
assert that sshd triggers (and I hear Jason is looking into that).

-- Ian


-- Ian





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