gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Fwd: www | Pipeline #26997191 has failed for patch-1 |


From: Alan Scott
Subject: Re: [gpsd-users] Fwd: www | Pipeline #26997191 has failed for patch-1 | ed22d285
Date: Wed, 1 Aug 2018 15:00:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

I am not sure what happened here so here are my text only edits copy/pasted from GIT:


===========================================================

From ed22d2852643dfa2aacec81c781da24062b7075d Mon Sep 17 00:00:00 2001
From: Alan Scott <address@hidden>
Date: Wed, 1 Aug 2018 21:24:57 +0000
Subject: [PATCH] Alan Scott's Proposed edits under heading "Clockmaker".txt

---
 .../stratum-1-microserver-howto/index.txt     | 31 ++++++++++++++-----
 1 file changed, 24 insertions(+), 7 deletions(-)

diff --git a/white-papers/stratum-1-microserver-howto/index.txt 
b/white-papers/stratum-1-microserver-howto/index.txt
index b8ece82..df35412 100644
--- a/white-papers/stratum-1-microserver-howto/index.txt
+++ b/white-papers/stratum-1-microserver-howto/index.txt
@@ -411,7 +411,10 @@ The hardest part is done; you may remove the keyboard and 
display now
Most of the remaining instructions do not have to be done by hand. You can
 download link:clockmaker[clockmaker], a Python script which
-does much of this recipe for you.  Here's how to use it:
+does much of this recipe for you. Clockmaker will automate the steps for you
+BUT NOT THE TESTS, the tests you must perform on your own. It is recommended
+that you read the steps to understand the process, then use clockmaker to avoid
+most of the typing. Here's how to use it:
1. As the pi user, copy clockmaker to your home directory with
    this command:
@@ -424,16 +427,29 @@ wget {home}clockmaker
 2. Read it.  You should always read any script that will run with root
    permissions, to check that it doesn't do anything nefarious.
-3. Make clockmaker executable with "chmod a+x clockmaker".
+3. Make clockmaker executable with "chmod a+x clockmaker". Like this:
+./chmod a+x clockmaker
4. Run "sudo clockmaker --config". This will do most of the
    tricky OS and hardware configuration; also system software
-   updates and prerequisites for the timeserver software.
+   updates and prerequisites for the timeserver software. Like this:
+
+   sudo ./clockmaker --config
-5. Now as the pi user, run "clockmaker --build". This will clone
+ 5. Perform the following tests manually:
+
+    Test 1 - <Per your advice>
+    Test 2 - <Per your advice>
+    Test 3 - <Per your advice>
+    Test 4 - <Per your advice>
+    Following success of all above tests continue to the next step if not ALL 
successfull <per your advice>
+
+6. Now as the pi user, run "clockmaker --build".  This will clone
    and build the special timeserver software.  It also copies in the current
    versions of the 'pinup' script, and several configuration files
-   used in the installation phase.
+   used in the installation phase. Like this:
+
+   ./clockmaker --build
Some further uses of clockmaker are discussed in later steps. @@ -441,13 +457,14 @@ The clockmaker script is intelligent about not redoing steps it has
 already done; it is safe to run each stage multiple times.  Redoing
 the --build step re-pulls from the software repositories.
-In the recipe that follows, steps marked "{--config}" or "{--build}"
+In the recipe that follows, steps marked "{--config}", "{--build}",
+"{--install}", "{--mask}", "{--secure}"
 are parts clockmaker will do for you if you run it.  It is
 recommended that you read the steps to understand the process, then
 use clockmaker to avoid most of the typing.
At this point the steps you can automate with clockmaker begin. If
-you have not downloaded clockmaker, refer to "Using Clockmaker" above.
+you have not downloaded clockmaker, refer to "Clockmaker" above.
=== Fully update your OS === --
2.17.1

===========================================================

Alan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]