Fw: [EMEM] Campus Watch petition to protect academic freedom and integrity [Please read, sign & fo Former President Clinton says that he will "Die for Israel" ...
Raja Mattar
rgmattar@...
Mar 2, 2003 10:47 am
99
to: FreeBSD-rc@yahoogroups.com We would like to remind you of this upcoming event. anti-usa day Date: Tuesday, March 4, 2003 Time: All Day anti-usa day ...
Sami Mashney
Sami@...
Mar 4, 2003 1:36 am
100
Video of Bush declaring a Crusade against Islam! _________________________________________________ International Action Alert Turkey has made history! Please...
Henry Lindner
hlindner1@...
Mar 4, 2003 4:11 am
101
http://www.whatreallyhappened.com/ ... From: Anna Cheetham [mailto:acheetham@...] Sent: 06 March 2003 17:36 To: Anna Cheetham Subject: Fw: Urgent email...
Christopher Leadbeater
CharlieChimp1@...
Mar 12, 2003 12:00 pm
102
Fw: [EMEM] Campus Watch petition to protect academic freedom and integrity [Please read, sign & fo ...
First, based on http://www.freebsd.org/cgi/query-pr.cgi?pr=50000 does the following patch seem reasonable? Index: ntpd ...
Doug Barton
DougB@...
Mar 15, 2003 6:23 am
105
... Funny. I didn't notice the problem. It _always_ ran ntpdate before ntpd for me. Anyway, is REQUIRE correct? Because ntpd doesn't *require* ntpdate....
... For stock /etc/rc.d the order should be identical on all machines. In this case I'm not sure if you have a non-stock rc.d or the submitter. (ntpdate...
On Fri, 14 Mar 2003 21:38:21 -0800 (PST) ... FWIW, I just went back and looked at the rc.d/ntpd and ntpdate scripts. Ntpdate should be run before ntpd by...
Poul-Henning, Sorry to bug you, but you're the resident ntp* expert, and we're trying to solve a related rc.d problem. ... Do you have rpcbind running on your...
Doug Barton
DougB@...
Mar 16, 2003 2:36 am
109
The previous post addressed my perspective on ntpdate + ntpd, this one is inre ntpdate in the absence of other stuff. ... I'm 99% sure that the PR originator...
Doug Barton
DougB@...
Mar 16, 2003 3:44 am
110
... The problem about "ntpd -g" (IMO) is that it takes very long time for it to decide to step the clock. I personally prefer to run "ntpdate -b" and then...
Poul-Henning Kamp
phk@...
Mar 16, 2003 8:35 am
111
... Doug, it seems we really are coming at it from two different perspectives. To me, the fact that ntpd can bail out if the time difference is too great is a...
... Yes, I agree. ... Errr... I admit I've never considered the possibility that someone might want to request ntpd startup, but not want it to start. Can you...
Doug Barton
DougB@...
Mar 16, 2003 11:20 pm
113
... Personally, I cannot. :-) I imagine people might have an environment that deals very badly with such a step, or may have an environment where the ntpd...
... -g is a relatively recent event. I have followed [x]ntp development for a long time, and this is the first I've heard of it. (Actually I've been more...
Doug Barton
DougB@...
Mar 17, 2003 7:29 am
115
... Read it again. For NetBSD only. -- Daniel C. Sobral (8-DCS) dcs@... dcs@... capo@... Spellng is overated...
... Yeah, sorry.... I have that fixed locally, forgot that it wasn't in the base. It will be though. :) Doug -- This .signature sanitized for your protection...
Doug Barton
DougB@...
Mar 17, 2003 10:55 am
117
... MMmmm. Let me see if I understand this correctly. Your conclusions are: 1) ntpdate will always run before ntpd as it is, and the PR submitter was smoking...
Ok, turns out that '# BEFORE: mountcritremote' handles the timing problem of ntpdate alone (with no ntpd) that I was concerned about. If we change the order of...
Doug Barton
DougB@...
Mar 17, 2003 12:39 pm
119
On Sat, 15 Mar 2003 18:46:02 -0800 (PST) ... I think so too ... putting ntpd in the BEFORE line of ntpdate means that the ntpdate script will appear before the...
On Mon, 17 Mar 2003 03:47:59 -0800 (PST) ... ntpdate is in /usr/sbin. What happens if /usr/sbin is an nfsmounted filesystem? I don't think this is a wise move....
... I think this is the best solution, you should be able to look at a given rc script and divine out where in the system it should load. So looking at ntpdate...
... Not really, I don't want the overhead of running ntpd (which is pretty heavy weight) on my webserver that only needs time to be "good enough." My solution...
... I find that a highly unlikely possibility, but I'm willing to concede that it's possible. Here is the relevant section of rcorder: ...
Doug Barton
DougB@...
Mar 17, 2003 9:04 pm
124
On Mon, 17 Mar 2003 13:01:09 -0800 (PST) ... Agreed. ... Aren't you presuming to know the user's intentions? If he wants the clock time updated enough that...
... After following this discussion for a while, I'd like to recommend the following: 1) syslogd BEFORE ntpdate 2) ntpdate BEFORE ntpd 3) ntpd BEFORE...
Howdy, mike@ forwarded me a jail rc.d script that he would like to see committed. I've cleaned it up a little and will commit this in the next couple of days. ...