Re: Bug#224128: apache: I can repeat this behaviour and can supply a strace -f

2004-02-23 Thread Fabio Massimo Di Nitto

Hi,

On Mon, 23 Feb 2004 [EMAIL PROTECTED] wrote:

>
>
> RE:
> http://lists.debian.org/debian-apache/2003/debian-apache-200312/msg00229.html
>
> Hey Fabio,
> Reading this bug you point out that this is a known issue with PHP4. Can
> you give me a link/URL at bugs.php.net where this is open? I just spent
> the past hour looking and have yet to find anything related to this
> problem. If you dont know right off hand n/p. I'm not asking you to spend
> much time looking this up. I simply cant find where this is being
> addressed.

please do not mail me directly for apache or debian related
question, in future use the mailing list where all the maintainers are
subscribed.

The bug has been hunted down to a problem in libcrypto that for some
reason is mapped/unmapped uncorrectly, probably due to a bug in the
linker. We are actively working on the problem as well as we can reproduce
it on a regular base now.

For other references see to http://bugs.debian.org/src:php4 and look for
php4-imap.

Fabio

-- 
 fajita: step one
 Whatever the problem, step one is always to look in the error log.
 fajita: step two
 When in danger or in doubt, step two is to scream and shout.




Bug#224128: apache: I can repeat this behaviour and can supply a strace -f

2003-12-28 Thread Fabio Massimo Di Nitto

Hi Thomas,
thanks for your effort but the bug is well known to the php
maintainers. It is not an apache problem. Therefor this bug has been
closed. php4 has already 5 or more bugs opened for the same problem
already.

Thanks
Fabio


On Sun, 28 Dec 2003, Thomas Reifferscheid wrote:

> Package: apache
> Version: 1.3.29.0.1-3
> Severity: normal
> Followup-For: Bug #224128
>
> I can repeat Jordan Trasks Problem over and over again. Here is what I
> did:
>
> apachectl stop
>
> ps auxw |grep apache shows: no running apaches anymore.
> no /var/run/apache.pid.
>
> bash-2.05b# apachectl configtest
> Processing config directory: /etc/apache/conf.d
>  Processing config file: /etc/apache/conf.d/phpmyadmin
>  Syntax OK
>
> bash-2.05b# ps auxw |grep apa
> root 23992  0.0  0.0  1532  456 pts/2R01:44   0:00 grep apa
> bash-2.05b#
>
> bash-2.05b# modules-config apache disable mod_php4
> bash-2.05b# grep php /etc/apache/modules.conf
> bash-2.05b# apachectl start
> Processing config directory: /etc/apache/conf.d
>  Processing config file: /etc/apache/conf.d/phpmyadmin
>  /usr/sbin/apachectl start: httpd started
>  bash-2.05b# ps auxw |grep apache |wc -l
>  17
>
> bash-2.05b# modules-config apache enable mod_php4
> bash-2.05b# grep php /etc/apache/modules.conf
> LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
>
> 
>
> bash-2.05b# apachectl graceful
> /usr/sbin/apachectl graceful: httpd gracefully restarted
> bash-2.05b# ps auxw |grep apache |wc -l
> 17
>
>   _with_ php4>
>
>  and apache is back online with php4
>
>
> you can find a strace -f of a startattempt here:
> http://student.physik.uni-mainz.de/~reiffert/out.gz
>
>
> Any questions?
>
>
>
>
>
>
>
>
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux one.webersheim.de 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 
> i686
> Locale: LANG=POSIX, LC_CTYPE=POSIX (ignored: LC_ALL set to POSIX)
>
> Versions of packages apache depends on:
> ii  apache-common   1.3.29.0.1-3 Support files for all Apache 
> webse
> ii  debconf 1.3.22   Debian configuration management 
> sy
> ii  dpkg1.10.18  Package maintenance system for 
> Deb
> ii  libc6   2.3.2.ds1-10 GNU C Library: Shared libraries 
> an
> ii  libdb4.14.1.25-10Berkeley v4.1 Database Libraries 
> [
> ii  libexpat1   1.95.6-6 XML parsing C library - runtime 
> li
> ii  libmagic1   4.06-2   File type determination library 
> us
> ii  libpam0g0.76-14.1Pluggable Authentication Modules 
> l
> ii  logrotate   3.6.5-2  Log rotation utility
> ii  mime-support3.23-1   MIME files 'mime.types' & 
> 'mailcap
> ii  perl [perl5]5.8.2-2  Larry Wall's Practical Extraction
>
> -- debconf information:
> * apache/server-name: one.webersheim.de
> * apache/document-root: /var/www
> * apache/server-port: 80
> * apache/enable-suexec: false
> * apache/init: true
> * apache/server-admin: [EMAIL PROTECTED]
>
>
>
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp4.html




Bug#224128: apache: I can repeat this behaviour and can supply a strace -f

2003-12-27 Thread Thomas Reifferscheid
Package: apache
Version: 1.3.29.0.1-3
Severity: normal
Followup-For: Bug #224128

I can repeat Jordan Trasks Problem over and over again. Here is what I
did:

apachectl stop

ps auxw |grep apache shows: no running apaches anymore.
no /var/run/apache.pid.

bash-2.05b# apachectl configtest
Processing config directory: /etc/apache/conf.d
 Processing config file: /etc/apache/conf.d/phpmyadmin
 Syntax OK

bash-2.05b# ps auxw |grep apa
root 23992  0.0  0.0  1532  456 pts/2R01:44   0:00 grep apa
bash-2.05b# 

bash-2.05b# modules-config apache disable mod_php4
bash-2.05b# grep php /etc/apache/modules.conf
bash-2.05b# apachectl start
Processing config directory: /etc/apache/conf.d
 Processing config file: /etc/apache/conf.d/phpmyadmin
 /usr/sbin/apachectl start: httpd started
 bash-2.05b# ps auxw |grep apache |wc -l
 17

bash-2.05b# modules-config apache enable mod_php4
bash-2.05b# grep php /etc/apache/modules.conf
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so



bash-2.05b# apachectl graceful
/usr/sbin/apachectl graceful: httpd gracefully restarted
bash-2.05b# ps auxw |grep apache |wc -l
17



 and apache is back online with php4


you can find a strace -f of a startattempt here:
http://student.physik.uni-mainz.de/~reiffert/out.gz


Any questions?








-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux one.webersheim.de 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 
i686
Locale: LANG=POSIX, LC_CTYPE=POSIX (ignored: LC_ALL set to POSIX)

Versions of packages apache depends on:
ii  apache-common   1.3.29.0.1-3 Support files for all Apache webse
ii  debconf 1.3.22   Debian configuration management sy
ii  dpkg1.10.18  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.14.1.25-10Berkeley v4.1 Database Libraries [
ii  libexpat1   1.95.6-6 XML parsing C library - runtime li
ii  libmagic1   4.06-2   File type determination library us
ii  libpam0g0.76-14.1Pluggable Authentication Modules l
ii  logrotate   3.6.5-2  Log rotation utility
ii  mime-support3.23-1   MIME files 'mime.types' & 'mailcap
ii  perl [perl5]5.8.2-2  Larry Wall's Practical Extraction 

-- debconf information:
* apache/server-name: one.webersheim.de
* apache/document-root: /var/www
* apache/server-port: 80
* apache/enable-suexec: false
* apache/init: true
* apache/server-admin: [EMAIL PROTECTED]