| Bug#: 144057 | Product: Gentoo Linux | Version: 2006.0 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: aross@gentoo.org | Reported By: harrisl@lhjonline.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: under xen ntp-client does not start with baselayout-1.11.15-r3 | |||
| Keywords: Bug | |||
| Status Whiteboard: scheduled for -r4 | |||
| Opened: 2006-08-15 16:50 0000 | |||
| Description: | Opened: 2006-08-15 16:50 0000 |
/etc/init.d/xend should have ntp-client added to depend() before as shown.
depend() {
need net
before xendomains sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp
Otherwise ntp-client is started before xend and before networking is up.
Fixed in app-emulation/xen-tools-3.0.2-r4, thanks.