jks
About
- Username
- jks
- Joined
- Visits
- 36,213
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 638
Reactions
Comments
-
Okay, blacklist pushed with 7 new IP ranges.
-
Well, it seems they do have an assigned /16. You have to go to the .jp nic to find it. No wonder we're out of IPv4 addresses. There's no way a university needs 64k public IPs in this day and age..
-
Do you have a more specific IP address? There is no way Waseda has a /16 allocation (64k hosts) and I'm not going to blacklist 133.9.0.0/16 since the whois for that large range is not allocated to Waseda.
-
So the problem here was a Kiwi purchased from a distributor that was old enough it didn't have the two boards (Kiwi, Beagle) held together via the two nylon standoffs. Vibration in transit was enough to separate the two header connectors such that t…
-
Private messaging has been disabled because it can't be moderated.
-
Updates have been made to the forum rules (first post). They are shown in bold text.
-
Interesting. The Feb 20/21 date/time is when the particular log message was recorded. Note in part 4 that I was logging in as a user. I wonder if we were chasing some problem back then. I couldn't find anything in my notes or email about that. Maybe…
-
So the problem with those screen captures is that they're log messages from 5 months ago -- Feb 20 & 21. Look at the times on the left of each message. When running the msl command you'll get thousands of messages dumped. What I really want to s…
-
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…
-
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) …
-
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.