Beiträge von Twilo

    unter /home/errorlogs/<logonid>/ steht nichts; bis auf 2 Dateien sind alle leer.


    In der syslog steht folgendes:

    Code
    FPM-XXX-8.0.99-log: 1701610096.962497 /usr/local/pd-admin2/php-8.0.30/sbin/php-fpm: error while loading shared libraries: libaom.so.3: failed to map segment from shared object: Cannot allocate memory

    das erscheint für jeden Kunden und es ist PHP Versionsunabhängig.


    Wenn ich im Forum nach libaom Suche, erscheint nur der Beitrag zur SE 0.436 …


    Die Datei bzw. den Link libaom.so.3 scheint es auch erst mit der SE 0.436 zu geben.

    SE: 4 0.436

    pd-admin: v4.113 (64-bit)


    mit dieser Konfiguration sind alle PHP Seiten bei allen Kunden weiß; alle Kunden verwenden bei den Server noch latest 5.3



    Nachdem ich auf die vorherige (4 0.434) zurückgegangen bin, werden alle PHP Seiten wieder angezeigt.

    OS: Debian GNU/Linux 11 (bullseye)

    SE: 8 0.433

    pd-admin: v4.111 (64-bit)


    Hallo,


    hat es einen Grund, warum ClamAV nicht aktualisiert wurde? ClamAV 0.103.11 gibt es schon seit dem 25.10.2023.

    Code
    root@XXX:/usr/local# /usr/local/pd-admin2/bin/freshclam
    ClamAV update process started at Mon Oct 30 11:28:44 2023
    WARNING: Your ClamAV installation is OUTDATED!
    WARNING: Local version: 0.103.10 Recommended version: 0.103.11
    DON'T PANIC! Read https://docs.clamav.net/manual/Installing.html
    […]

    mfg

    Twilo

    sorry, ganz vergessen :)


    Code
    # echo 'OS:' $(egrep '^(NAME|VERSION)=' /etc/os-release |cut -d'"' -f2 |tr "\n" ' '); echo 'SE:' $(head -qn1 /usr/local/pd-admin2/UPDATE.INF/SERIES /usr/local/pd-admin2/UPDATE.INF/VERSION); /opt/pdadmin/www/customer/customer.cgi --version |sed -e '/Bradler/d' -e 's/ version /: /' -e "s/$/ ($(file /opt/pdadmin/bin/httpd_vhosts.pl |egrep -o "ELF [0-9a-z\-]+ " |sed -e 's/ELF //g' -e 's/ \+$//'))/"
    OS: Debian GNU/Linux 11 (bullseye)
    SE: 8 0.430
    pd-admin: v4.111 (64-bit)

    bei Reihe 8 sah es jetzt wie folgt aus:

    Hallo,

    die Datei /opt/pdadmin/bin/httpd_log.pl gibt folgende Fehlermeldung aus:

    Code
    Kann Logfile nicht finden.  Bitte setzen Sie $apache_access_log
    in der Konfigurationsdati /opt/pdadmin/etc/pdadmin.conf at /opt/pdadmin/bin/httpd_log.pl line 118.
    Code
    XX:~ grep apache_access_log /opt/pdadmin/etc/pdadmin.conf
    $apache_access_log = '/var/log/pdadmin_apache/access_log';
    
    XX:~ ls -l '/var/log/pdadmin_apache/access_log'
    -rw-r--r-- 1 root www 105395 Sep 25 18:50 /var/log/pdadmin_apache/access_log

    Was ist das genaue Problem?


    An den Verzeichnisberechtigungen sollte es nicht liegen

    Code
    XX:~ ls -ld / /var /var/log /var/log/pdadmin_apache /usr/local/pd-admin2/logs
    drwxr-xr-x 28 root root    4096 Dec 18  2022 /
    drwxr-xr-x 16 root root    4096 Mar  7  2016 /var
    drwxr-xr-x 12 root root    4096 Sep 25 15:05 /var/log
    drwxr-s---  2 root www  2195456 Sep 25 18:30 /var/log/pdadmin_apache
    drwxr-s---  3 root www     4096 Mar  2  2022 /usr/local/pd-admin2/logs

    mfg
    Twilo