Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126381 - aiccu needs ntp-client
Summary: aiccu needs ntp-client
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Guy Martin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 22:07 UTC by Elmo Todurov
Modified: 2006-05-17 07:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elmo Todurov 2006-03-15 22:07:37 UTC
aiccu the IPv6 tunnel software needs to know the exact time so its initscript fails to run at boot time.
Suggest adding
  depend() {
  	need net
+ 	after ntp-client
  }
in /etc/init.d/aiccu and make it depend on NTP.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-16 02:27:43 UTC
Uhm, this won't solve anything if ntp-client fails to set time, and there are also people who don't run ntp-client at all and use (open)ntpd to keep their time right. Not a good idea, IMO. It's your responsibility to ensure that your system time is sane. 
Comment 2 Guy Martin (RETIRED) gentoo-dev 2006-05-17 07:15:59 UTC
Adding after ntp-client is fine.
It just means that it has to start after ntp-client which is fine.
ntp-client will be started anyway.


I've commited that to CVS but I didn't bumped the -r for such trivial thing.

Thanks.