[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandrake-cooker
Subject:    [Cooker] [Bug 17806] [apache2] ASSIGNED: advxsplitlogfile crash server
From:       "oeriksson () mandriva ! com" <bugzilla () qa ! mandrivalinux ! com>
Date:       2005-08-31 20:38:59
Message-ID: bug17806.20050831203859.939673 () qa ! mandriva ! com
[Download RAW message or body]

User ID: 1324, 19 bugs reported (105 fixed, 0 duplicate, 0 invalid), 389 comments.

http://qa.mandriva.com/show_bug.cgi?id=17806


oeriksson@mandriva.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #1 from oeriksson@mandriva.com  2005-08-31 22:38 -------
This is very strange. I cannot reproduce this, here's what I did:

[root@oe /]# cat /etc/httpd/conf/vhosts.d/Vhosts.conf

NameVirtualHost 192.168.100.2

<VirtualHost 192.168.100.2>
Setenv VLOG /home/zero/logs
ServerName zero.nux.tld
<Directory "/home/zero/html">
    Options Indexes FollowSymLinks MultiViews
    <IfModule mod_access.c>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>
DocumentRoot /home/zero/html
</VirtualHost>


<VirtualHost 192.168.100.2>
Setenv VLOG /home/one/logs
ServerName one.nux.tld
<Directory "/home/one/html">
    Options Indexes FollowSymLinks MultiViews
    <IfModule mod_access.c>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>
DocumentRoot /home/one/html
</VirtualHost>

<VirtualHost 192.168.100.2>
Setenv VLOG /home/two/logs
ServerName two.nux.tld
<Directory "/home/two/html">
    Options Indexes FollowSymLinks MultiViews
    <IfModule mod_access.c>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>
DocumentRoot /home/two/html
</VirtualHost>


<VirtualHost 192.168.100.2>
Setenv VLOG /home/three/logs
ServerName three.nux.tld
<Directory "/home/three/html">
    Options Indexes FollowSymLinks MultiViews
    <IfModule mod_access.c>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>
DocumentRoot /home/three/html
</VirtualHost>


for i in zero one two three; do \
ab -v10 -n1000 -c1000 \
http://$i.nux.tld/index.html; done


Works for me.


-- 
Configure bugmail: http://qa.mandriva.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: oeriksson@mandriva.com
status: ASSIGNED
distribution: cooker
creation_date: 
description: 
Hi


correct path is /var/log/httpd/user_ee/VLOG-2005-08-www.domain.ee.log

<VirtualHost 213.180.29.198:80>
 ServerName www.domain.ee
 ServerAlias *.domain.ee
 ServerAlias domain.ee
 DocumentRoot /home/user_ee/html/
 Setenv VLOG /var/log/httpd/user_ee/
 RewriteEngine On
 RewriteOptions inherit
</VirtualHost>


-----

/etc/httpd/logs/error_log

Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 25022.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 1.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 27.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 429.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 56.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 30.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 1.
piped log program '/usr/sbin/advxsplitlogfile' failed unexpectedly
Can't open
/var/log/httpd/user_ee///var/log/httpd/user_ee//VLOG-2005-08-www.domain.ee.log
at /usr/sbin/
advxsplitlogfile line 126, <STDIN> line 2.


[Wed Aug 24 09:48:53 2005] [warn] child process 6639 still did not exit, sending
a SIGTERM
[Wed Aug 24 09:48:53 2005] [warn] child process 9266 still did not exit, sending
a SIGTERM
[Wed Aug 24 09:48:53 2005] [warn] child process 10979 still did not exit,
sending a SIGTERM
[Wed Aug 24 09:48:53 2005] [warn] child process 10471 still did not exit,
sending a SIGTERM
[Wed Aug 24 09:48:53 2005] [warn] child process 1566 still did not exit, sending
a SIGTERM
[Wed Aug 24 09:48:53 2005] [warn] child process 10878 still did not exit,
sending a SIGTERM

----
Now pstree tell, that 151 httpd up, machine load is 0 and httpd not responding !!

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic