Yes - I used remote update on original piaware image on Raspberry Pi, although I could see that apt-get install was invoked so they must be the standard Raspbian packages. On the x86 device, I followed abcd567’s scripts that built from the source then installed to replace zenonp’s custom 4.0 build which was also from the source.
I can see that /var/www/html/index.* and /usr/share/dump1090-fa/html/index.html in both systems are updated and identical.
pi@piaware:~ $ md5sum /var/www/html/index.* /usr/share/dump1090-fa/html/index.html
d64d6fcdfba0fcbebf05dc57ce95c979 /var/www/html/index.html
4ff9d94b342fbd24396eb88f06b289f9 /var/www/html/index.js
dd834d0dd3ec9c3891df38861ac85b16 /usr/share/dump1090-fa/html/index.html
On Debian (/fabian64)
pi@fabian64:~$ md5sum /var/www/html/index.* /usr/share/dump1090-fa/html/index.html
d64d6fcdfba0fcbebf05dc57ce95c979 /var/www/html/index.html
4ff9d94b342fbd24396eb88f06b289f9 /var/www/html/index.js
dd834d0dd3ec9c3891df38861ac85b16 /usr/share/dump1090-fa/html/index.html
Additionally in both, /var/www/html/index.js definitely only contains links to /skyaware/ and /skyawere978/ and not /dump1090-fa/ and /dump978-fa/ as the previous version does.
Now this is even more baffling. In Raspbian, I see some seemingly unrelated errors shortly before and after lighttpd restart triggered by the update. They stopped long before I manually performed another restart. (Unaware of the errors, my restart was an attempt to induce the new UI behavior. It did nothing.)
-
Last 4.0 restart
– Logs begin at Thu 2019-02-14 10:11:59 UTC, end at Sat 2021-03-20 21:18:25 UTC. –
Mar 11 03:19:30 piaware systemd[1]: Starting Lighttpd Daemon…
Mar 11 03:19:33 piaware systemd[1]: Started Lighttpd Daemon. -
Shortly before automated restart
Mar 20 01:21:49 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
Mar 20 01:21:52 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
…
Mar 20 01:22:12 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly. -
Automated restarts x 3
Mar 20 01:22:13 piaware systemd[1]: Stopping Lighttpd Daemon…
Mar 20 01:22:13 piaware systemd[1]: lighttpd.service: Succeeded.
Mar 20 01:22:13 piaware systemd[1]: Stopped Lighttpd Daemon.
Mar 20 01:22:13 piaware systemd[1]: Starting Lighttpd Daemon…
Mar 20 01:22:13 piaware lighttpd[15439]: 2021-03-20 01:22:13: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:22:13 piaware systemd[1]: Started Lighttpd Daemon.
Mar 20 01:22:13 piaware lighttpd[15448]: 2021-03-20 01:22:13: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:22:14 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
…
Mar 20 01:22:20 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
Mar 20 01:22:21 piaware systemd[1]: Reloading Lighttpd Daemon.
Mar 20 01:22:21 piaware systemd[1]: Reloaded Lighttpd Daemon.
Mar 20 01:22:21 piaware lighttpd[15448]: 2021-03-20 01:22:21: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:22:23 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
…
Mar 20 01:22:26 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
Mar 20 01:22:27 piaware systemd[1]: Stopping Lighttpd Daemon…
Mar 20 01:22:27 piaware systemd[1]: lighttpd.service: Succeeded.
Mar 20 01:22:27 piaware systemd[1]: Stopped Lighttpd Daemon.
Mar 20 01:22:27 piaware systemd[1]: Starting Lighttpd Daemon…
Mar 20 01:22:27 piaware lighttpd[15862]: 2021-03-20 01:22:27: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:22:27 piaware systemd[1]: Started Lighttpd Daemon.
Mar 20 01:22:27 piaware lighttpd[15867]: 2021-03-20 01:22:27: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:22:28 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly.
…
Mar 20 01:22:36 piaware systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly. -
Manual restart. Note that errors stopped shortly after the last automated restart, 12 minutes before this restart.
Mar 20 01:34:33 piaware systemd[1]: Stopping Lighttpd Daemon…
Mar 20 01:34:33 piaware systemd[1]: lighttpd.service: Succeeded.
Mar 20 01:34:33 piaware systemd[1]: Stopped Lighttpd Daemon.
Mar 20 01:34:33 piaware systemd[1]: Starting Lighttpd Daemon…
Mar 20 01:34:34 piaware lighttpd[25154]: 2021-03-20 01:34:33: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
Mar 20 01:34:34 piaware systemd[1]: Started Lighttpd Daemon.
Mar 20 01:34:34 piaware lighttpd[25161]: 2021-03-20 01:34:34: (plugin.c.190) Cannot load plugin mod_setenv more than once, please fix your config (lighttpd may not accept such configs in future releases)
The PID location error did not show during update on the Debian system. (The mod_setenv warning appears in both.)