• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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