jks

About

Username
jks
Joined
Visits
35,618
Last Active
Roles
Member, Administrator, Moderator
Points
602

Comments

  • Well, this entire thing quickly becomes yet another SNR-related rabbit hole. One that I can ill afford at the moment given all the other important stuff I'm working on. I'm only doing it because of a person who is very unhappy the top NZ SNR score i…
  • I don't know what that bash error is. Probably not of great significance. But perhaps an indication of an unclean shutdown (pulling power in the middle of a disk [eMMC] write). What's more concerning is further down where the Kiwi server only ran 6 …
  • Hi Paul. I sent you an email a few hours ago. What's the serial number of your Kiwi? Reply via email to support@kiwisdr.com instead of here if you like.
  • Okay, I wasn't sure how much you knew. Once someone knows how to ssh it's a pretty good bet they know all the rest. When logged in using account "debian" do a sudo su and give the root account password which should be the same as the Kiwi …
  • Pre-sunrise. Freezing cold. I hate NZ winters.. Have you tried restarting or power-cycling since the restart after flashing? Sometimes things just get stuck for unknown reasons. Since you're ssh'd in do a safer restart via the restart command (as ro…
  • Hi John. Not sure what might have happened. The TDoA station list is generated dynamically by the same process that generates the rx.kiwisdr.com list, which in turn causes map,kiwisdr.com to be updated. But the reference station list is static, and …
  • Yes, because it makes no sense to try and register a Kiwi as being public when there will be no channels anyone can connect to! If you want all your channels to have a password then presumably everyone who knows the password also knows how to get to…
  • The wording of that menu item is perhaps not 100% clear. But I couldn't think of a better way of saying it.
  • So I think the summary here is that there are routers that behave badly and the Kiwi code needs to be changed to accommodate that. Starlink after a power outage is another case. Apparently it takes forever for the terminal to acquire sats and assign…
  • On the admin page, "security" tab, change the menu called "Number of channels not requiring a password even if password set". You might have it set to "1" currently while also having a user password specified. Either re…
  • That ZL4MD one is what I used to develop the scheme. Thanks, I'll try the others. I'm curious to see how well it does in more marginal cases. I'm sure some adjustment will be needed.
  • I don't understand why in both those cases there is a 3 minute delay after carrier-up until an DHCPv4 is assigned. The Kiwi code only waits for a little while before it gives up and takes whatever it has. In the first case the IPv6LL. This is becaus…
  • If you do a netc (alias for networkctl status eth0) that will show DHCP assignments to eth0 from the syslog with date/time info. You can correlate that to reboot/restarts. It would be interesting to know if DHCPv4 assignment is delayed or not occurr…
  • Try it now please.
  • In order to implement the feature where it bypasses asking you for the admin password when connecting from a local network it needs to, well, know what the local network is. User connections don't have this issue. But a change in this behavior shoul…
  • What software version is the v1 running? (shown on the user page control panel, "stat" tab). Any idea if your local network use a mix of IPv4 and IPv6 addresses? That is, does eth0 get both IPv4 and IPv6 addresses assigned? On some people'…
  • Hi Mark. Please email support@kiwisdr.com
  • "/" is considered one of the keys that are redirected to the frequency field (also 0-9 . , : - # k M enter/return backspace/delete). And that must be terminated by an enter/return. Because instead of a plain "/" you could have ty…
    in v1.814,815 Comment by jks July 7
  • The help is not 100% clear, but just hit return/enter after the "/" and it should work. It does go to the frequency input field because "/" is used as a prefix for entering numeric passband values. Type "H" (capital H) …
    in v1.814,815 Comment by jks July 7
  • From the admin console type: cdk; rm opt.debug and then restart. That will stop those additional logging messages. @smg Running fail2ban would kill the Linux realtime response causing the audio to break up as the Kiwi server process becomes starved …
  • Okay, good. Python has the worst problems with "versionitis" of any programing language/system I've ever seen. It's just awful.
  • Are you using python3? What do you get when you do a python3 --version ? After my fixes it works for me here using Python3 3.13.5 on a Mac.
  • Sorry about that. Please update your git clone and try again.
  • @F5LFE This is really interesting to me because it seems to be an admin connection attack. I'll bet each of those is trying with a different password. Here's something you can do to verify that. With the admin console type cdk; touch opt.debug. And …
  • Congrats. I would say that's good news all around!
  • Have you read the power supply section of our documentation? http://kiwisdr.com/info/#id-power-undervolt You can have a perfectly adequate power supply but a power cable that has too much voltage drop (IR^2 loss) such that there is a momentary volta…
  • Yeah, it's funny you mention AI and PCB design. Just yesterday (not kidding) I was in KiCAD and had to put together a very large BGA footprint for a part not in the KiCAD standard footprint library. It was moderately annoying because out of the squa…
  • Agree. One thing for me that I didn't fully appreciate is how the stackup can affect loop area for high frequencies more than you might think. Especially since the inter-plane distances can be so much less in the prepreg (e.g. top to L2) compared to…
  • I replied on there. I don't think it's an issue (I just tried it and it worked fine). By default the sampling hosts are not shown unless you change the "TDoA result" menu to "TDoA map with hosts". You have to do this for each run…
    in Possible bug Comment by jks June 29
  • And there went half my day. This is from the forum server. Goddamn Chinese AI companies. OpenAI.com too (although they were slightly better behaved). I had to beef up the IP filtering on the forum server to match what the proxy/web server (kiwisdr.…