All of lore.kernel.org
 help / color / mirror / Atom feed
* ntpd fails to start if libcap not installed
@ 2014-03-28 13:40 Diego
  2014-03-28 17:43 ` USB wifi configuration MONDON Daniel
  2014-03-28 17:55 ` ntpd fails to start if libcap not installed Philip Balister
  0 siblings, 2 replies; 9+ messages in thread
From: Diego @ 2014-03-28 13:40 UTC (permalink / raw)
  To: openembedded-devel

Hi openembedders!

I've noticed that if ntp is built without libcap, ntpd fails to start from the 
initscript:
/etc/init.d/ntpd

giving the error:
Starting ntpd: /usr/sbin/ntpd: The ``user'' option has been disabled -- built 
without --enable-clockctl or --enable-linuxcaps
ntpd - NTP daemon program - Ver. 4.2.6p5
USAGE:  ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...

That is caused by the line:
start-stop-daemon --start -x /usr/sbin/ntpd -- -u ntp:ntp -p /var/run/ntp.pid 
"$@"

and in particular by the option "-u ntp:ntp" which is not supported which is 
not supported if ntp is build without --enable-clockctl.

Is anybody else experiencing this problem?

Bests,
Diego



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-01 16:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 13:40 ntpd fails to start if libcap not installed Diego
2014-03-28 17:43 ` USB wifi configuration MONDON Daniel
2014-03-31  7:58   ` MONDON Daniel
2014-04-01 13:51     ` MONDON Daniel
2014-04-01 15:47       ` Stephen Arnold
2014-03-28 17:55 ` ntpd fails to start if libcap not installed Philip Balister
2014-03-28 18:04   ` Diego
2014-03-30  0:07     ` Khem Raj
2014-04-01 16:05       ` Stephen Arnold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.