Entries by Stefan Helander

Analog vs digital APRS

There is actually no such thing as “analog” APRS. The traditional APRS over AX.25 on 144.800 MHz (or 145.390 MHz in other parts of the word) is actually defined as a digital mode. However, Anytone has a possibility in their radios choose wether to send APRS over AX.25 or as position data over the DMR […]

apache2 randomly uses old self signed certificate

On a site with a valid SSL certificate, sometimes a page load would result in a warning about being insecure. When inspecting the certificate, it turned out to be an old self signed certificate that shouldn’t be in use any more since the site now has a valid “real” SSL certificate. Reloading the page a […]

Ispconfig not processing job queue – spamfilter_policy error

Suddenly some of my slave servers stopped processing the job queue. Ispconfig version 3.2.9. Investigating the log files. /var/log/ispconfig/cron.log shows: PHP Fatal error:  Uncaught mysqli_sql_exception: Data truncated for column ‘warnvirusrecip’ at row 1 in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php:302 See this discussion: https://forum.howtoforge.com/threads/uncaught-mysqli_sql_exception-data-truncated-for-column-warnvirusrecip-at-row-1.90116/ This is how I solved it. On the master server: mysqldump -uroot -p –add-drop-table dbispconfig spamfilter_policy […]

CloudLog gives ‘Access denied’

Checking to web server logs reveals: Got error ‘Access to the script ‘/var/www/XXX/web/logbook’ has been denied (see security.limit_extensions)’ The URL of the logbook showed https://DOMAIN/index.php/logbook Solution Add the following to php.ini for the site: cgi.fix_pathinfo=1