NetBSD-Bugs archive

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

Re: port-arm/55317



The following reply was made to PR port-arm/55317; it has been noted by GNATS.

From: Sad Clouds <cryintothebluesky%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: port-arm-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost, skrll%NetBSD.org@localhost
Subject: Re: port-arm/55317
Date: Thu, 15 Dec 2022 08:22:56 +0000

 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