Bug 68745

Summary: /etc/rc.d/devfs runs after ntpd so links for reference clocks device fails.
Product: Base System Reporter: Dave Duchscher <daved>
Component: confAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Dave Duchscher 2004-07-07 02:20:20 UTC
      ntpd looks for the device /dev/wwvb0 when using the SPECTRACOM NetClock/2 reference clock.  The device is a link to the serial port that the clock is attached.  To create the link I added the line 'link cuaa0 wwvb0'.  On boot, ntpd can not find device but device exists after boot.

Fix: 

I solved it by changing devfs to run before ntpd.  I do not know if this will cause problems as I don't know why devfs is started so late in the boot process.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-08-30 17:25:05 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-rc

Over to /etc/rc.d maintainers
Comment 2 Doug Barton freebsd_committer freebsd_triage 2005-12-05 09:01:57 UTC
State Changed
From-To: open->closed


This is very similar to conf/82526. Please see the suggested 
solution there. 


Comment 3 Doug Barton freebsd_committer freebsd_triage 2005-12-05 09:01:57 UTC
Responsible Changed
From-To: freebsd-rc->dougb


I'm managing a lot of the rc.d bits.