Second build sold out. Message will appear here when store is ready for third build ordering.

Updating problems with KiwiSDR v1.558

Check now got

" Installed version: v1.557, built Sep 4 2022 09:22:45

No Internet connection? (can't ping 1.1.1.1)

Build got

sent 9,281,357 bytes  received 164 bytes  6,187,680.67 bytes/sec
total size is 9,278,386  speedup is 1.00
systemctl enable kiwid.service
Synchronizing state of kiwid.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable kiwid
make[1]: Leaving directory '/root/Beagle_SDR_GPS'
Sun 28 Aug 2022 05:43:19 AM UTC
======== build complete

which is for the previous version at v1.556, verified by using " git show origin: Makefile | head -n 2 "

My inquiry is: what should be done to get updated to v1.558, from installed v1.557?

Comments

  • jksjks
    edited September 2022

    This is just not enough information to tell what is going on.

    Please paste the entire build.log file here or email it to support@kiwisdr.com

    Also, what happens when you click the other buttons on the console tab: check GitHub ping kiwisdr

  • Installed version: v1.557, built Sep 4 2022 09:22:45

    No Internet connection? (can't ping 1.1.1.1)

    Check now got this above.


    CONSOLE: open connection
    root@kiwisdr:~/Beagle_SDR_GPS# cdp; git show origin:Makefile | head -n 2
    VERSION_MAJ = 1
    VERSION_MIN = 556
    root@kiwisdr:~/Beagle_SDR_GPS# 
    

    this from github.com

    PING kiwisdr.com (50.116.2.70) 56(84) bytes of data.
    64 bytes from li420-70.members.linode.com (50.116.2.70): icmp_seq=1 ttl=43 time=186 ms
    64 bytes from li420-70.members.linode.com (50.116.2.70): icmp_seq=2 ttl=43 time=259 ms
     
    --- kiwisdr.com ping statistics ---
    3 packets transmitted, 2 received, 33.3333% packet loss, time 3ms
    rtt min/avg/max/mdev = 185.506/222.206/258.906/36.700 ms
    root@kiwisdr:~/Beagle_SDR_GPS# 
    

    ping works OK.

  • root@kiwisdr:~/Beagle_SDR_GPS# git show origin:Makefile | head -n 2
    VERSION_MAJ = 1
    VERSION_MIN = 556
    root@kiwisdr:~/Beagle_SDR_GPS# 
    

    In addition, I have noticed frequent server disconnections over the past hours and couldn't understand why as my internet connection remained good.

  • So this is what it is:

    Check now kept getting " installed version " which is v1.557,

    and " git show origin: Makefile | head -n 2 " kept showing:

    root@kiwisdr:~/Beagle_SDR_GPS# git show origin:Makefile | head -n 2
    VERSION_MAJ = 1
    VERSION_MIN = 556
    root@kiwisdr:~/Beagle_SDR_GPS# 
    


  • You've done something to take your git clone off the master branch. Too much mucking about!

    What do you get from gbr ? You should see:

    * master

     remotes/origin/HEAD -> origin/master

     remotes/origin/develop

     remotes/origin/master

    gurl should show:

    https://github.com/jks-prv/Beagle_SDR_GPS.git

    gst should show:

    On branch master

    Your branch is up-to-date with 'origin/master'.

    nothing to commit, working directory clean

    gcoms (first few lines) should show:

    9a05c86 2022-09-04 Merge pull request #685 from jks-prv/develop

    2da785b 2022-09-04 fix build problems

    e9f26fb 2022-09-04 v1.558: passband adjust improvements

    c85383b 2022-09-04 remove printf

    b6ae593 2022-09-04 console 2d support in progress

    1c87c7d 2022-09-04 passband adjustment improvements

    2db2fd3 2022-09-04 Update ip_blacklist3.default.cjson

    59900ac 2022-09-04 comment what _TaskSleep() returns

    If you get anything that indicates you are detached from the master branch then do this to get back on it:

    gco master

    gup

    Verify you are up-to-date:

    head -2 Makefile

    VERSION_MAJ = 1

    VERSION_MIN = 558

    Now you will have to build manually, otherwise the automatic build system will think you're already on the latest version. Go to the update page and click the Build now button. The Kiwi should restart when the build finishes in 15 - 30 minutes.

  • root@kiwisdr:~/Beagle_SDR_GPS# gcoms
    5a9e4ec 2022-08-30 Merge pull request #684 from jks-prv/develop
    a705ebc4 2022-08-30 v1.557
    8f5f8836 2022-08-30 clock correction fix, add "sndw=N" URL param
    a1a4bf95 2022-08-30 console 2d support in progress
    bff2b390 2022-08-28 prevent daily restart triggering more than once
    40beed61 2022-08-27 Merge pull request #683 from jks-prv/develop
    
    

    gcoms brought up many lines that had nothing to do with updating.

  • root@kiwisdr:~/Beagle_SDR_GPS# gst
    On branch master
    Your branch is ahead of 'origin/master' by 5 commits.
      (use "git push" to publish your local commits)
     
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
     
            t
            ter
     
    nothing added to commit but untracked files present (use "git add" to track)
    root@kiwisdr:~/Beagle_SDR_GPS# 
    

    gst show odd.

  • root@kiwisdr:~/Beagle_SDR_GPS# gcoms
    5a9e4ec 2022-08-30 Merge pull request #684 from jks-prv/develop
    a705ebc4 2022-08-30 v1.557
    8f5f8836 2022-08-30 clock correction fix, add "sndw=N" URL param
    a1a4bf95 2022-08-30 console 2d support in progress
    bff2b390 2022-08-28 prevent daily restart triggering more than once
    40beed61 2022-08-27 Merge pull request #683 from jks-prv/develop
    48024a27 2022-08-27 v1.556: /status clk_ext_gps, CAT current freq
    d14fb6ca 2022-08-25 Merge pull request #682 from jks-prv/develop
    0d128c39 2022-08-25 v1.555
    cbe92f7d 2022-08-25 build process: improved error messages
    a8dd8faf 2022-08-25 iframe extension: support HTML/Javascript
    44284170 2022-08-25 BBAI-64: available main memory 2 GB => 4 GB
    e8034163 2022-08-25 lint
    4180f4f1 2022-08-15 Merge pull request #681 from jks-prv/develop
    3e70b410 2022-08-15 v1.554: misc improvements
    1ed219b5 2022-08-15 console command buttons, GPS/ADC correction menu
    25ae3676 2022-08-15 lint
    602f2f80 2022-08-15 TDoA: add "show all results" checkbox
    fd73dc59 2022-08-10 Merge pull request #680 from jks-prv/develop
    06670e81 2022-08-10 v1.553
    1a783724 2022-08-09 Merge pull request #679 from jks-prv/develop
    74a6d40e 2022-08-09 debugging for ip_blacklist problem
    58e2cf03 2022-08-09 Merge pull request #678 from jks-prv/develop
    

    gcoms got installed version v1.557 and a list of previous improvements.

Sign In or Register to comment.