The KiwiSDR 2 online store is open for orders! Please visit kiwisdr.nz
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
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.
this from github.com
ping works OK.
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:
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.gcoms brought up many lines that had nothing to do with updating.
gst show odd.
gcoms got installed version v1.557 and a list of previous improvements.