Project

General

Profile

Bug #3030

Updated by bill-auger almost 3 years ago

/etc/init.d/ntpd refuses to start on parabola openrc when the network is brought up manually:

<pre>
$ sudo /etc/init.d/ntpd start
* Caching service dependencies ...
Service `netmount' needs non existent service `net'
Service `ntpd' needs non existent service `net' [ ok ]
* ERROR: ntpd needs service(s) net
</pre>

`need net` can probably removed from depends() it /etc/init.d/ntpd to work around this.

Back