jks

About

Username
jks
Joined
Visits
32,220
Last Active
Roles
Member, Administrator, Moderator
Points
331
  • WSPR Upload Fails?

    Okay, I think I know now what this might be. I'll try and get a fix in the next release so everyone can test.
    Thanks for the help!

    Bjarne
  • Blank web page problems

    Something is dreadfully wrong here. Try pulling from git first:
    cdp
    mst
    m git
    mc
    m
    mi
    ku

    rixon
  • Blank web page problems

    This looks like the files in the in-program/in-memory cache have become corrupted somehow. Try building and installing the daemon from scratch:
    cdp
    more Makefile -- the first two lines: what version number does it say you're running?
    msa
    mc
    m
    mi
    ku

    rixon
  • Blank web page problems

    The other thing you can do to get more printf output from the kiwi server program is to run it from the shell instead of as the usual daemon process. Do a "cdp" to get to the build directory. "mst" to stop the daemon. Then "k" to run directly. Not all the kiwi program printfs go to the syslog file to keep the log size under control.

    After you're done and control-C to stop the "k" program. Use "msa" to restart the daemon (or "ku" -- kiwi up).

    rixon
  • Blank web page problems

    What does the javascript console of the browser say? (i.e. option/alt-command-k in Firefox) The built-in web server (mongoose), which is just a monolithic chunk of C code, doesn't keep a traditional web server log file.
    rixon