NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: regression w/latest dhcpcd?



On 01/05/2019 03:44, John D. Baker wrote:
On Tue, 30 Apr 2019, John D. Baker wrote:

On Tue, 30 Apr 2019, Roy Marples wrote:

As to the need to bring the interface up, can you try reverting this
commit please?
https://roy.marples.name/git/dhcpcd.git/commit/?h=dhcpcd-7&id=4f903d6ad4adf2de7712d36a921051b4dfd7210a

I've rebuilt a release for sparc with this patch (and the prior one) but
have not had a chance to try it yet.

I've now tried it and it works as expected.
OK, this might be tricky to solve.
Can I get the output of route montior captured during early boot please?
Maybe this will work

$ cat /etc/dhcpcd.enter-hook
# Log routing socket diagnositics
if [ "$reason" = PREINIT ] && [ "$interface" = le0 ]; then
    route -n monitor >/var/log/rtsock.log &
fi

When it fails, is the interface marked IFF_UP?

Roy


Home | Main Index | Thread Index | Old Index