Turris OS 3.8 is out!

  1. Did update finish?
    How can I check on that? The updater logfile shows no errors.

  2. etc/init.d/lighttpd restart works flawlessly

  3. what I did concerning kresd:
    Enter my public domain to etc/kresd/hints
    Create usr/sbin/kresd-fix.sh with content:

    #!/bin/bash
    HACK=mktemp -t kres_hack.XXXXXX
    echo “modules.load(‘hints > iterate’)” > $HACK
    echo “hints.config(’/etc/kresd/hints’)” >> $HACK

    socat $HACK UNIX-CONNECT:/tmp/kresd/tty/$(pidof kresd)

    rm $HACK

In /etc/rc.local added “/usr/sbin/kresd-fix.sh” before “exit 0”.

(see How to access lan ressources from guest network)

No other changes concerning webserver.