<div dir="ltr">Thanks Jon.<div><br></div><div>I did more searching and realized the *.sh did not get copied over to a suitable location so have them moved now. Error is gone after a chmod or two :)</div><div><br></div><div>When I used RTKNAVI I can get FIX no issue and will be another day or two before I get config ironed out for RTKRCV.</div><div><br></div><div>Bud.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 18, 2019 at 7:27 PM drwho <<a href="mailto:drwho@infidigm.net">drwho@infidigm.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p>Hi Bud,</p>
    <p>I had to set the execution permission on both rtkstart.sh and
      rtkshut.sh</p>
    <p>If you cd to RTKLIB/app/rtkrcv/gcc</p>
    <p>then type ls -l *.sh</p>
    <p>-rw<font color="#6633ff">x</font>r--r-- 1 drwho drwho 61 Nov 12
      13:51 rtkshut.sh<br>
      -rw<font color="#6633ff">x</font>r--r-- 1 drwho drwho 58 Nov 12
      13:51 rtkstart.sh</p>
    <p>(these are mine after the execution flag has been set)</p>
    <p>To set the execution flag, type</p>
    <p>chmod u+x rtkshut.sh</p>
    <p>and then again for rtkshut.sh</p>
    <p>I also recommend you use the 2.4.3 branch of rtklib as a run into
      a couple of bugs in 2.4.2.</p>
    <p>git checkout rtklib_2.4.3<br>
    </p>
    <p>Please let me know if you are able to get a solution with any
      mode other than single.  When I try kinematic, I get the error <font color="#6633ff">no double-differenced residual</font>.  I also
      don't get any valid Glonass satellites.  no ephemeris is found for
      them.</p>
    <p> Jon<br>
    </p>
    <p><br>
    </p>
    <div>On 2019-11-18 6:16 p.m., Bud Asterisk
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hi folks,
        <div><br>
        </div>
        <div>I have been playing with the RTKlib packages for a few
          months now. Current setup is 2 CSG M8T receivers. Each
          connected to a Raspberry Pi Zero W. The pi run str2str that I
          compiled on the pi. These connect to RTKNAVI on my laptop
          without issue, all over wifi. Have 2 cell phones ready to
          handle the data connection so I can take it out into the wild!
          No problems at this point.</div>
        <div><br>
        </div>
        <div>I want to use RTKRCV which I have compiled on a linux
          machine. Am able to make config changes but the tool is
          telling me to restart after I make a config change. Here is
          what I am doing:</div>
        <div><font color="#000000"><br>
          </font></div>
        <div>
          <div id="gmail-m_-509236431340420025gmail-hterm:row-nodes" style="font-family:"courier new",monospace;font-size:13px;font-variant-ligatures:none;white-space:pre-wrap;overflow:hidden;width:942px;height:915px"><span style="display:block"><font color="#000000">rtkrcv> help  </font></span><span style="display:block"><span style="font-weight:bold"><font color="#000000"> rtkrcv ver.2.4.2</font></span></span><span style="display:block"><font color="#000000"> start            : start rtk server</font></span><span style="display:block"><font color="#000000"> stop             : stop rtk server</font></span><span style="display:block"><font color="#000000"> restart          : restart rtk sever</font></span><span style="display:block"><font color="#000000"> solution [cycle] : show solution</font></span><span style="display:block"><font color="#000000"> status [cycle]   : show rtk status</font></span><span style="display:block"><font color="#000000"> satellite [-n] [cycle]: show satellite status</font></span><span style="display:block"><font color="#000000"> observ [-n] [cycle]   : show observation data</font></span><span style="display:block"><font color="#000000"> navidata [cycle] : show navigation data</font></span><span style="display:block"><font color="#000000"> stream [cycle]   : show stream status</font></span><span style="display:block"><font color="#000000"> error            : show error/warning messages</font></span><span style="display:block"><font color="#000000"> option [opt]     : show option(s)</font></span><span style="display:block"><font color="#000000"> set opt [val]    : set option</font></span><span style="display:block"><font color="#000000"> load [file]      : load options from file</font></span><span style="display:block"><font color="#000000"> save [file]      : save options to file</font></span><span style="display:block"><font color="#000000"> log [file|off]   : start/stop log to file</font></span><span style="display:block"><font color="#000000"> help|? [path]    : print help</font></span><span style="display:block"><font color="#000000"> exit             : exit and logout console</font></span><span style="display:block"><font color="#000000"> shutdown         : shutdown rtk server</font></span><span style="display:block"><font color="#000000"> !command [arg...]: execute command in shell</font></span><span style="display:block"><font color="#000000">rtkrcv> restart </font></span><span style="display:block"><font color="#000000">sh: 1: ./rtkstart.sh: not found</font></span><span style="display:block"><font color="#000000">command exec error: ./rtkstart.sh (32512)</font></span><span style="display:block"><font color="#000000">rtk server start error</font></span><span style="display:block"><font color="#000000">rtkrcv> start </font></span><span style="display:block"><font color="#000000">sh: 1: ./rtkstart.sh: not found</font></span><span style="display:block"><font color="#000000">command exec error: ./rtkstart.sh (32512)</font></span><span style="display:block"><font color="#000000">rtk server start error</font></span><span style="display:block"><font color="#000000">rtkrcv> stop </font></span><span style="display:block"><font color="#000000">rtk server stop</font></span><span style="display:block"><font color="#000000">rtkrcv> start </font></span><span style="display:block"><font color="#000000">sh: 1: ./rtkstart.sh: not found</font></span><span style="display:block"><font color="#000000">command exec error: ./rtkstart.sh (32512)</font></span><span style="display:block"><font color="#000000">rtk server start error</font></span><span style="display:block"><font color="#000000">rtkrcv> </font></span><span style="display:block"><font color="#000000">
</font></span><span style="display:block"><font color="#000000">It cant seem to find the start or restart commands....</font></span><span style="display:block"><font color="#000000">any wisdom? I only did the compile of rtkrcv and no others.</font></span><span id="gmail-m_-509236431340420025gmail-hterm:bottom-fold-for-row-selection" style="display:block"></span></div>
          <br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org" target="_blank">FOSS-GPS@lists.osgeo.org</a> mailing list.
Visit <a href="https://lists.osgeo.org/mailman/listinfo/foss-gps" target="_blank">https://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a></pre>
    </blockquote>
  </div>

_______________________________________________<br>
This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org" target="_blank">FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
Visit <a href="https://lists.osgeo.org/mailman/listinfo/foss-gps" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" rel="noreferrer" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a></blockquote></div>