NetBSD-Bugs archive

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

Re: port-arm/55317



Got hold of RPi3 and updated to the latest 9.3_STABLE and the issue is
still there. Workaround is to add sleep to /etc/rc.d/network script

network_start()
{
        sleep 3
	...
}

Not tried recent -current yet, however this really needs fixing in the
stable release. The question is - why /etc/rc.d/network runs before
kernel manages to attach mue0 network interface? 


Home | Main Index | Thread Index | Old Index