• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Webalizer and mailman stopped

S

seanstephens

Guest
As of Dec 23rd no stats are being processed. I did some research on the subject and I found that once a log file reaches 2GB it cant write to it anymore, however none if my log files are nearly that big. Also I ran the statistics exec and I got a segmentation fault. So I did and strace on the exec and I got this

open("/home/httpd/vhosts/domain.com/statistics/logs/access_log.processed", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=999626, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
_llseek(6, 0, [0], SEEK_SET) = 0
read(6, " \n65.54.188.137 - - [27/Dec/2004"..., 4096) = 4096
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

The wierd part about it is that it quits on a different domain all the time. Sometimes it quits before this domain and sometimes it quits after it.

Any explanations or advice would be greatly appreciated.

The second problem I am having is mailman doesnt startup on boot. I added it to run level 3 by doing a chkconfig --add mailman. Still no dice.

Thanks for your time.
 
Back
Top