jks
About
- Username
- jks
- Joined
- Visits
- 32,321
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 331
Reactions
-
Bent power jack on KiwiSDR board
-
New KiwiSDR forum: differences and features
Welcome to the new KiwiSDR forum, hosted on kiwisdr.com and running the latest Vanilla 3.3 forum software.
All of the forum content from valentfx.com was copied over including attachments, avatars, inboxes etc.
The most problematic issue will be external links from other places pointing to specific forum posts. Forum links were previously of the form
valentfx.com/vanilla/discussion/...
and need to be changed to the formforum.kiwisdr.com/discussion/...
This is of course impossible for immutable (non-editable) content like links embedded in Twitter tweets. It was not possible to automatically redirect references from the Valent forum for various reasons. So if you have editable links into the old forum please update them. However, links to old posts on Valent will continue to work as long as Valent hosts the old KiwiSDR content.Also, the time to edit your posts is not limited on this forum (previously the limit was one day). So if your post contains a link back to Valent you can simply edit it to correct the link per the above. In theory this shouldn't be necessary as the database was scrubbed very carefully to update all the links.
The forum has a slightly different look but basically the same features. The biggest change is editing posts. There is no longer a "preview" button. When using the new paragraph icon on the left margin, and also when double-clicking on words and making text selections, the formatting changes are immediate. It is a "what you see is what you get" (WYSIWYG) interface. Experiment and you'll see how it works.
The search box is at top right. Use the "Mark All Viewed" button on the top bar as all the previous viewed information has been reset.
If you are having any problems (e.g. can't login, can't post, getting error messages, etc.) please email
support@kiwisdr.com
-
Command MU
mu
is an alias formake users
And doingmake -n users
reveals that it does a:
So /var/log/user.* are the log files you'd want to search and copy information from. As usual with Unix there are a dozen different ways of doing this sort of thing depending on the result you want.zcat /var/log/user.log.4.gz > /tmp/kiwi.log; zcat /var/log/user.log.3.gz >> /tmp/kiwi.log; zcat /var/log/user.log.2.gz >> /tmp/kiwi.log; cat /var/log/user.log.1 >> /tmp/kiwi.log; cat /var/log/user.log >> /tmp/kiwi.log; cat /tmp/kiwi.log | grep -i leaving | grep -vi kf6vo | grep -vi 192.168.1 rm -f /tmp/kiwi.log
-
Default colormap [added in v1.414]
-
Redirect to the next kiwisdr.
Apparently this happens when the last free slot is trying to occupy 2 users at the same time.I'm not sure what you mean exactly. Do you mean when two users are trying to connect simultaneously to the last channel of the first Kiwi in a redirected chain? (e.g. channel #4 of a 4-channel Kiwi1 that re-directs to Kiwi2). The redirection code was tested pretty carefully. But of course that doesn't mean there isn't a bug someplace.Also, it would be nice at the time of the update to keep the ability to redirect to the next kiwi instead of the update message, if it's real.That's an interesting idea. Hadn't occurred to me before.