From: "Bo Ørsted Andresen" <bo.andresen@zlin.dk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: ntp-client doesn't start
Date: Mon, 6 Nov 2006 22:26:47 +0100 [thread overview]
Message-ID: <200611062226.52486.bo.andresen@zlin.dk> (raw)
In-Reply-To: <87mz74v247.fsf@newsguy.com>
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
On Monday 06 November 2006 19:52, reader@newsguy.com wrote:
> John Blinka <jblinka@neo.rr.com> writes:
> > I have a very old Dell P150ST laptop that I try to maintain Gentoo on.
> > Every time I boot it,
> > it complains "ERROR: cannot start ntp-client as net.eth0 could not be
> > started".
>
> One way that will probably work is to start ntp-client from
> /etc/conf.d/local-start
>
> local-start is the very last thing called during a bootup so if timing
> is the problem this would be a way to skirt around it.
>
> Just put whatever commands start ntp-client in /etc/conf.d/local-start
> and see if it works.
Actually I have this in /etc/conf.d/net:
postup() {
[...]
/etc/init.d/ntp-client start >> /var/log/net.log
return 0
}
postdown() {
[...]
/etc/init.d/ntp-client stop >> /var/log/net.log
return 0
}
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-11-06 21:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-05 15:55 [gentoo-user] ntp-client doesn't start John Blinka
2006-11-05 22:55 ` Roger Mason
2006-11-06 10:53 ` John Blinka
2006-11-06 18:52 ` [gentoo-user] " reader
2006-11-06 21:19 ` John Blinka
2006-11-06 21:26 ` Bo Ørsted Andresen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200611062226.52486.bo.andresen@zlin.dk \
--to=bo.andresen@zlin.dk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox