jks

About

Username
jks
Joined
Visits
29,791
Last Active
Roles
Member, Administrator, Moderator
Points
203
  • rx.kiwisdr.com now has a search field

    An improvement by request of the CATsync project:

    There is now a checkbox that says "open in a new tab" i.e. for when a link to a Kiwi is clicked. The checkbox value is saved in a cookie and restored on your next visit. It defaults to "checked/yes" and can also be overridden to "unchecked/no" by including the URL parameter "notab".
    Powernumpty
  • DANGER: DO NOT do a manual Debian/Linux upgrade to your Kiwi! (update: but it's okay now)

    So it appears the Debian project and Beaglebone.org have stopped making updates to the Debian 8 (Jessie) release. For the Beagle, Debian 8.11 seems to be the last release. It has been run by a number of customers for a long time and also by us. So it seems safe now for Kiwi owners generally to do an upgrade and get the benefit of whatever security patches there have been between 8.5 and 8.11.

    To do this login as root using ssh/PuTTY and use the following commands. (this can not be done from the Kiwi admin console tab)
    If you haven't logged in this way in a while remember that your Debian root password has likely been changed to either the Kiwi admin password or the Kiwi's serial number if no Kiwi admin password has been set. The Debian root password has not been touched if you had set it to something other than the default of having no password.
    See this post for details: http://forum.kiwisdr.com/discussion/1801/v1-354-security-improvements-debian-root-password-no-longer-unset-blank
    cdp
    mst      (stops the Kiwi server)
    cd
    pkup     (shell alias for "apt-get -y install debian-archive-keyring; apt-get update")
    pkug     (shell alias for "apt-get -y dist-upgrade")
    
    (lots of output, takes roughly 10 minutes)
    
    reboot
    
    A few minutes after the reboot the Kiwi server should be responding again. If you login to the Beagle and type the "dog" command you should see:
    Debian 8.11
    BeagleBoard.org Debian Image 2016-05-13
    Linux kiwisdr 4.4.9-ti-r25 #1 SMP Thu May 5 23:08:13 UTC 2016 armv7l GNU/Linux
    
    There is still the open question of how the Kiwi distribution, and thousands of Kiwi customers, will migrate to the current Debian 9 (Stretch) and/or Debian 10 (Buster) releases which are available for the Beagle. This needs time for research as there are many issues involved.
    Powernumptyrz3dvpjapmedia
  • KPH - Snubs

    13:48, far left. Rob's now famous "Little Blue Rack" (LBR).
    Powernumpty
  • KiwiSDR production status and availability

    No stock currently at a lot of the usual suspects (Seeed, Amazon, Mouser). Some of the EU distributors have stock.

    But about 100 boards are in final test at Seeed. And many of the distributors indicate they expect stock to arrive by end of April / early May.
    k5mo
  • suggestion: add 25 MHz to list of time stations

    I didn't realize they were back on 25. Interesting.

    For historical reasons the content of the "select band" menu (and the band bars above the dx labels) is driven by the javascript file in /root/kiwi.config/config.js This file is created if missing (e.g. on the first software installation) but not touched after in case the Kiwi admin makes any modifications. So I will add 25 MHz to the template file. But for existing Kiwis the file will have to be edited by hand to make the change. Just duplicate the line for 20 MHz and edit to be 25 MHz.

    config.js existed before there even was an admin interface. That's how far back it goes. At some point the correct thing to do would be the read the (potentially customized) file and integrate it into the existing admin interface.
    WA2ZKD