Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #14629

Re: Keeping 'order' without RTC.

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From Unknown <dog@gmail.com>
Newsgroups comp.os.linux.misc, comp.sys.raspberry-pi
Subject Re: Keeping 'order' without RTC.
Date Sat, 25 Apr 2015 23:09:12 +0000 (UTC)
Organization A noiseless patient Spider
Lines 94
Message-ID <pan.2015.04.25.23.10.16@gmail.com> (permalink)
References <mcsbdn$uh8$1@dont-email.me> <mggfft$ftu$1@dont-email.me> <mgginq$9pp$1@news.albasani.net> <j6knia997ndg4n6ufjecncb3g27cqhdb17@4ax.com> <cou20c-ep2.ln1@sambook.reistad.name>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
Injection-Date Sat, 25 Apr 2015 23:09:12 +0000 (UTC)
Injection-Info mx02.eternal-september.org; posting-host="145ebe76d8008d3be5ad154a782e4ee9"; logging-data="9594"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18NtE4GWLvFP/zs7jMaftrluqse+xa1mFc="
User-Agent Pan/0.133 (House of Butterflies)
Cancel-Lock sha1:CROFMDlCBjp42GYYduzd9kAUW88=
Xref csiph.com comp.os.linux.misc:14629

Cross-posted to 2 groups.

Show key headers only | View raw


On Wed, 15 Apr 2015 22:37:00 +0200, Morten Reistad wrote:

> In article <j6knia997ndg4n6ufjecncb3g27cqhdb17@4ax.com>, Gordon Levi 
> <gordon@address.invalid> wrote:
>>The Natural Philosopher <tnp@invalid.invalid> wrote:
>>
>>>On 13/04/15 14:14, Joe Beanfish wrote:
>>>
>>>
>>>> Please, just butt out of you have nothing to offer. You're worse than
>>>> the so-called troll. Same for the rest of ya, there's more blather by
>>>> you folk whining or being super-superior about the "troll" than
>>>> actual technical discussion about anything. Just shut up already. You
>>>> think you're so superior when you're just feeding the fire to get
>>>> your own names up in lights.
>>>>
>>>>
>>>If you want time and date to be meaningful - which may or may not be
>>>the case you have to ensure that they are accurate.
>>
>>The OP said, specifically, that he only wanted to keep "order". For that
>>purpose the time and date don't have to be meaningful.
> 
> In which case he needs to set a time that is higher than the last access
> time on any file in the file system. If he uses ext3, 4, xfs or jfs then
> there is journalling, and the file system is in a consistent state when
> you get tl execute something late in the boot process, like rc.local.
> 
> The find/awk/ls/sort script to do this is left as an exercise to the
> reader. (find most recently accessed file, do a stat on it, and set the
> system time to 30 sec in the future from that.)
> 
> If the OP _really_ needs this I can see what I can dig up. I used to do
> this on an altos machine way back before NTP.
> 
> -- mrr
> 
>>>- a battery backed clock that keeps time when the 'puter is off. - use
>>>of some internet accessible clock that you trust to set time on boot
>>>and keep time after boot
>>>- manually or magically setting the clock to the correct time on boot.
> 
> There is a fourth way, if all he wants is a montonically increasing
> time, not necessarily connected with time in other parts of the
> universe.
> 
> Which is what I interpret him to want.
> 
That is correct.

> -- mrr

How can a file become <unsequenced>?
Only by being written, when the rPi's time is less than the time-mark of
some other existing file/s.
JB's idea of marking each written file with the next available <natural 
number:
positive integer>, would achieve the <put each handled paper on top> 
effect.
But using the Files' ID for this is problematic; besides apparently the 
rPi
<keeps time while it's running>.
The only problem is that <its clock stops> when it's powered-down.
AFAICS, provided each rPi-file-write updates the rPi's clock to not be 
less
than the newest file, before it writes; the time-stamps will remain in 
valid
 sequence/order.

The only writes that the particular rPi 'job' does is like:
 mv $1.ogg $1.ogx
so if cp was replaced by: Cp <update rPi's clock>; cp;
wouldn't this 'keep order'?

Looking at the big-picture of the system: rPi + PC
1.   RTC-ed:PC  ==Puts dataFiles to => rPi,  with RealTime stamps;
2.   rPi uses the dataFiles and marks their use-status by marking-their-
ID;
    depending on the RealTimeStage of their usage.
eg. if power is cut while $1.ogg is playing, it becomes marked as z$1.ogg
and if power is cut during the short prompt after playing, it becomes 
$1.ogx

So when rPi goes back to HQ/PC for <reloading and cleaning>, we need the
old & new *.og* not to be mixed i.t.o. their time stamps.

PS. isn't the rPi an educational project?
Who remembers: when UK brought out the mini-car, US advertisers spoke 
about
a 'proper sizes car' [we can use a 2-ton V8 to go to the shop to buy 20
LuckyStrike, cos we've go the infinite frontier...then came toyota....]

WDYS?

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Keeping 'order' without RTC. not.socialnetwork@gmail.com - 2015-02-28 12:13 +0000
  Re: Keeping 'order' without RTC. Robert Heller <heller@deepsoft.com> - 2015-02-28 06:52 -0600
  Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-02-28 13:17 +0000
    Re: Keeping 'order' without RTC. Robert Heller <heller@deepsoft.com> - 2015-02-28 07:59 -0600
    Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-02-28 18:28 +0000
      Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-02-28 19:13 +0000
        Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-02-28 19:22 +0000
          Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-02-28 15:48 -0500
          Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-02-28 21:14 +0000
            Re: Keeping 'order' without RTC. mm0fmf <none@mailinator.com> - 2015-02-28 22:40 +0000
              Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-02-28 18:01 -0600
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-01 01:44 +0000
              Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-01 07:21 +0000
                Re: Keeping 'order' without RTC. cl@isbd.net - 2015-03-01 09:17 +0000
                Re: Keeping 'order' without RTC. alister <alister.nospam.ware@ntlworld.com> - 2015-03-01 10:08 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-01 11:29 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-01 17:18 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-01 18:33 +0000
                Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-03-02 09:06 +0000
                Re: Keeping 'order' without RTC. alister <alister.nospam.ware@ntlworld.com> - 2015-03-02 09:19 +0000
                Re: Keeping 'order' without RTC. mm0fmf <none@mailinator.com> - 2015-03-02 17:13 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-02 09:29 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-02 16:27 +0000
                Re: Keeping 'order' without RTC. Jim Diamond <Jim.Diamond@deletethis.AcadiaU.ca> - 2015-03-05 08:36 -0400
                Re: Keeping 'order' without RTC. cl@isbd.net - 2015-03-01 11:25 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-01 11:40 +0000
                Re: Keeping 'order' without RTC. alister <alister.nospam.ware@ntlworld.com> - 2015-03-01 16:08 +0000
                Re: Keeping 'order' without RTC. Rich <rich@example.invalid> - 2015-03-01 17:11 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-01 18:47 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-01 19:26 +0000
                Re: Keeping 'order' without RTC. J G Miller <miller@yoyo.ORG> - 2015-03-03 22:27 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-04 00:50 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 01:51 +0000
                Re: Keeping 'order' without RTC. J G Miller <miller@yoyo.ORG> - 2015-03-04 17:05 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 17:59 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-05 11:46 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-06 00:00 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-06 06:55 +0000
                Re: Keeping 'order' without RTC. Tim Watts <tw_usenet@dionic.net> - 2015-03-04 07:31 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-04 10:00 +0000
                Re: Keeping 'order' without RTC. Tim Watts <tw_usenet@dionic.net> - 2015-03-04 11:01 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-04 22:15 +0000
                Re: Keeping 'order' without RTC. Tim Watts <tw_usenet@dionic.net> - 2015-03-04 22:20 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-05 01:07 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-05 10:20 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-05 10:51 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-05 11:53 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-05 15:35 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-05 17:24 +0000
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-05 11:49 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-05 23:56 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 16:06 +0000
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-04 22:34 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-04 08:23 +0000
                Re: Keeping 'order' without RTC. Rich <rich@example.invalid> - 2015-03-04 11:19 +0000
                Re: Keeping 'order' without RTC. mm0fmf <none@mailinator.com> - 2015-03-04 17:44 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 16:10 +0000
                Re: Keeping 'order' without RTC. Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2015-03-04 10:43 +0200
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-03-04 09:28 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 16:11 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-04 08:22 +0000
  Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-02-28 13:34 +0000
    Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-02-28 09:14 -0500
      Re: Keeping 'order' without RTC. Robert Heller <heller@deepsoft.com> - 2015-02-28 08:52 -0600
      Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-02-28 15:22 +0000
        Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-02-28 15:46 -0500
          Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-02-28 21:10 +0000
            Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-02-28 19:48 -0500
              Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-03-01 09:08 +0000
                Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-03-01 07:52 -0500
                Re: Keeping 'order' without RTC. Rob Morley <nospam@ntlworld.com> - 2015-03-01 16:15 +0000
                Re: Keeping 'order' without RTC. Mike Fleming <{mike}@tauzero.co.uk> - 2015-03-01 20:28 +0000
    Re: Keeping 'order' without RTC. not.socialnetwork@gmail.com - 2015-03-01 11:00 +0000
      Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-01 11:17 +0000
        Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-03-03 07:37 +0000
          Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-03 17:21 +0000
      Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-01 11:43 +0000
        Re: Keeping 'order' without RTC. RRansil <ransil@invalid.invalid> - 2015-03-01 10:44 -0800
          Re: Keeping 'order' without RTC. mm0fmf <none@mailinator.com> - 2015-03-01 19:08 +0000
            Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-03-01 20:46 +0000
              Re: Keeping 'order' without RTC. RRansil <ransil@invalid.invalid> - 2015-03-01 13:12 -0800
            Re: Keeping 'order' without RTC. RRansil <ransil@invalid.invalid> - 2015-03-01 13:07 -0800
          Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-01 21:56 +0000
            Re: Keeping 'order' without RTC. RRansil <ransil@invalid.invalid> - 2015-03-01 14:49 -0800
  Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-02-28 18:26 +0000
  Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-02-28 19:29 +0000
  Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-03-01 14:22 -0500
    Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-01 21:54 +0000
      Re: Keeping 'order' without RTC. Johny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-03-02 16:12 +0000
        Re: Keeping 'order' without RTC. Nomen Nescio <nobody@dizum.com> - 2015-03-02 19:57 +0100
          Re: Keeping 'order' without RTC. "David B" <askforemail@gmail.com> - 2015-03-03 10:15 +0000
            Re: Keeping 'order' without RTC. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-03-03 19:38 +0000
            Re: Keeping 'order' without RTC. Jack Strangio  <jackstrangio@yahoo.com> - 2015-03-04 10:43 +0000
              Re: Keeping 'order' without RTC. Tim Watts <tw_usenet@dionic.net> - 2015-03-04 11:23 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-03-04 11:30 +0000
              Re: Keeping 'order' without RTC. Johny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-03-04 15:25 +0000
              Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-04 16:13 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-03-04 16:31 +0000
                Re: Keeping 'order' without RTC. "David B" <askforemail@gmail.com> - 2015-03-04 16:38 +0000
                Re: Keeping 'order' without RTC. Aragorn <thorongil@telenet.be.invalid> - 2015-03-04 17:39 +0100
                Re: Keeping 'order' without RTC. "David B" <askforemail@gmail.com> - 2015-03-04 16:53 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-03-04 17:03 +0000
                Re: Keeping 'order' without RTC. Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2015-03-04 08:52 -0800
                Re: Keeping 'order' without RTC. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-03-05 20:23 -0500
                Re: Keeping 'order' without RTC. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-03-04 17:29 +0000
                Re: Keeping 'order' without RTC. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-03-05 20:16 -0500
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-03-05 22:38 -0500
                Re: Keeping 'order' without RTC. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-03-06 17:46 +0000
                Re: Keeping 'order' without RTC. Gordon Henderson <gordon+usenet@drogon.net> - 2015-03-06 18:45 +0000
                Re: Keeping 'order' without RTC. Michael J. Mahon <mjmahon@aol.com> - 2015-03-06 14:56 -0600
                Re: Keeping 'order' without RTC. Jack Strangio  <jackstrangio@yahoo.com> - 2015-03-06 06:30 +0000
                Re: Keeping 'order' without RTC. "Kerr Mudd-John" <admin@127.0.0.1> - 2015-03-06 08:24 +0000
                Re: Keeping 'order' without RTC. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-03-06 17:46 +0000
                Re: Keeping 'order' without RTC. Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2015-03-06 10:02 -0800
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-06 09:26 +0000
                Re: Keeping 'order' without RTC. Jack Strangio  <jackstrangio@yahoo.com> - 2015-03-07 00:34 +0000
                Re: Keeping 'order' without RTC. Jack Strangio  <jackstrangio@yahoo.com> - 2015-03-06 06:21 +0000
                Re: Keeping 'order' without RTC. alister <alister.nospam.ware@ntlworld.com> - 2015-03-06 11:17 +0000
                Re: Keeping 'order' without RTC. Michael J. Mahon <mjmahon@aol.com> - 2015-03-06 14:56 -0600
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-07 12:14 +0000
                Re: Keeping 'order' without RTC. Jack Strangio  <jackstrangio@yahoo.com> - 2015-03-08 02:38 +0000
                Re: Keeping 'order' without RTC. Michael J. Mahon <mjmahon@aol.com> - 2015-03-07 21:15 -0600
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-03-07 21:44 -0600
                Re: Keeping 'order' without RTC. Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-03-08 16:26 +0000
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-03-08 09:42 +0000
          Re: Keeping 'order' without RTC. Johny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-03-03 23:20 +0000
        Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-03-05 08:52 +0000
          Re: Keeping 'order' without RTC. alister <alister.nospam.ware@ntlworld.com> - 2015-03-05 09:13 +0000
            Re: Keeping 'order' without RTC. Rich <rich@example.invalid> - 2015-03-05 09:47 +0000
              Re: Keeping 'order' without RTC. Johny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-03-06 01:31 +0000
            Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-03-11 04:53 +0000
              Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-03-11 05:24 +0000
                Re: Keeping 'order' without RTC. Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2015-03-11 07:58 -0700
                Re: Keeping 'order' without RTC. mm0fmf <none@mailinator.com> - 2015-03-11 19:01 +0000
              Re: Keeping 'order' without RTC. Joe Beanfish <joebeanfish@nospam.duh> - 2015-03-11 13:20 +0000
                Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-04-12 17:17 +0000
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-04-12 13:50 -0400
                Re: Keeping 'order' without RTC. Joe Beanfish <joebeanfish@nospam.duh> - 2015-04-13 13:14 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-13 15:10 +0100
                Re: Keeping 'order' without RTC. Gordon Levi <gordon@address.invalid> - 2015-04-14 00:30 +1000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-13 17:47 +0100
                Re: Keeping 'order' without RTC. Morten Reistad <first@last.name> - 2015-04-15 22:37 +0200
                Re: Keeping 'order' without RTC. Rob Morley <nospam@ntlworld.com> - 2015-04-17 02:32 +0100
                Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-04-25 23:09 +0000
                Re: Keeping 'order' without RTC. Joe Beanfish <joebeanfish@nospam.duh> - 2015-04-27 13:13 +0000
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-04-13 16:22 -0400
                Re: Keeping 'order' without RTC. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-04-13 21:14 -0400
                Re: Keeping 'order' without RTC. Dan Espen <despen@verizon.net> - 2015-04-13 21:55 -0400
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-04-14 09:06 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-14 10:12 +0100
                Re: Keeping 'order' without RTC. David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2015-04-14 10:29 +0100
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-04-14 12:05 +0000
                Re: Keeping 'order' without RTC. Jerry Peters <jerry@example.invalid> - 2015-04-14 22:08 +0000
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-04-16 14:11 -0400
                Re: Keeping 'order' without RTC. Martin Gregorie <martin@address-in-sig.invalid> - 2015-04-16 20:15 +0000
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-04-14 05:25 +0000
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-04-16 14:13 -0400
                Re: Keeping 'order' without RTC. Jerry Peters <jerry@example.invalid> - 2015-04-16 20:18 +0000
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-05-04 03:44 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-04 04:44 +0000
                Re: Keeping 'order' without RTC. Jack Ryan <noreply@remailer.cpunk.us> - 2015-05-04 07:54 -0400
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-04 18:26 +0000
                Re: Keeping 'order' without RTC. "John Williams (News)" <UCEbin@tiscali.co.uk> - 2015-05-04 19:40 +0100
                Re: Keeping 'order' without RTC. Kees Theunissen <theuniss@rijnh.nl> - 2015-05-04 22:31 +0200
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-04 22:35 +0000
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-05-04 19:13 -0500
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-05 02:56 +0000
                Re: Keeping 'order' without RTC. Michael Baeuerle <michael.baeuerle@stz-e.de> - 2015-05-05 08:04 +0000
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-05 09:22 +0100
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-05-05 08:26 -0500
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-05 18:08 +0000
                Re: Keeping 'order' without RTC. druck <news@druck.org.uk> - 2015-05-11 23:16 +0100
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-05-11 17:52 -0500
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-05-12 07:09 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 06:47 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-05-12 08:27 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 15:44 +0000
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-12 17:08 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 17:21 +0000
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-05-12 12:41 -0500
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-12 19:03 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 18:26 +0000
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-12 19:59 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 20:05 +0000
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-12 22:58 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-13 01:15 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-05-13 08:14 +0100
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-13 09:24 +0100
                Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-05-12 11:50 -0500
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-05-12 18:52 +0100
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-05-12 17:29 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 18:36 +0000
                Re: Keeping 'order' without RTC. Richard Kettlewell <rjk@greenend.org.uk> - 2015-05-12 20:00 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 20:06 +0000
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-05-12 06:14 +0000
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-05-12 06:09 +0000
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-05-12 06:44 +0000
                Re: Keeping 'order' without RTC. c28f62@TheWorld.com (Mark Kramer) - 2015-05-12 17:45 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-05-12 21:06 +0100
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-04-14 23:18 +0000
                Re: Keeping 'order' without RTC. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-04-14 20:58 -0400
                Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-04-15 06:20 +0000
                Re: Keeping 'order' without RTC. Andrew Smallshaw <andrews@sdf.lonestar.org> - 2015-04-16 02:58 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-16 05:21 +0100
                Re: Keeping 'order' without RTC. Aragorn <thorongil@telenet.be.invalid> - 2015-04-16 11:42 +0200
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-04-16 12:10 +0000
                Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-16 13:42 +0100
                Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-04-16 15:06 +0000
                Re: Keeping 'order' without RTC. druck <news@druck.org.uk> - 2015-04-16 23:09 +0100
                Re: Keeping 'order' without RTC. Michael Black <et472@ncf.ca> - 2015-04-16 14:17 -0400
    Re: Keeping 'order' without RTC. Unknown <dog@gmail.com> - 2015-03-04 09:56 +0000
    Re: Keeping 'order' without RTC. ruben safir <ruben@mrbrklyn.com> - 2015-04-16 06:13 -0400
      Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-16 12:40 +0100
        Re: Keeping 'order' without RTC. Baho Utot <baho-utot@columbus.rr.com> - 2015-04-16 16:32 -0400
      Re: Keeping 'order' without RTC. William Unruh <unruh@invalid.ca> - 2015-04-17 01:54 +0000
        Re: Keeping 'order' without RTC. The Natural Philosopher <tnp@invalid.invalid> - 2015-04-17 06:34 +0100
        Re: Keeping 'order' without RTC. Dr J R Stockton <reply1500@merlyn.demon.co.uk.invalid> - 2015-04-18 23:13 +0100
  Re: Keeping 'order' without RTC. John Hasler <jhasler@newsguy.com> - 2015-04-13 20:39 -0500
    Re: Keeping 'order' without RTC. Rob <nomail@example.com> - 2015-04-14 06:46 +0000

csiph-web