Bug#252678: apache: apache: can't install in sid

2004-06-07 Thread Fabio Massimo Di Nitto
On Mon, 7 Jun 2004, Marcelo Toledo wrote:

 I have a working apache version in this machine so I need to have a
 webserver running, thats why I will have to try it in another machine
 that I get the same error, so I will take a little bit more time then
 usual... but hang on...

 or, do you have any other idea, or maybe where I could get an older
 working package of apache for sid?

No I need these information otherwise these bugs for me are useles.

Fabio

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




Re: Bug#252678: apache: apache: can't install in sid

2004-06-06 Thread Fabio Massimo Di Nitto
On Fri, 4 Jun 2004, Marcelo Toledo wrote:

  It would be enough to know why it fails. I asked the other guy to check
  /var/log/apache/error.log and got no reply.
 
  Can you do that?

 The script does not reach apache, so there is no log, the bug is
 probably here:

 kali:/var/log/apache# . /usr/share/debconf/confmodule
 Can't exec -su: No such file or directory at 
 /usr/share/perl/5.8/IPC/Open3.pm line 168.
 open2: exec of -su failed at /usr/share/perl5/Debconf/ConfModule.pm line
 44

 -- cut --
 167   local($)=( );
 168   exec @cmd # XXX: wrong process to croak from
 169   or croak $Me: exec of @cmd failed;
 -- cut --


That file can't be sourced from bash. It needs to be executed in a script.
Please do the following:

apt-get --purge remove apache
rm -rf /etc/apache

vi /usr/share/apache/postinst.common and at the bottom:

do_all() {
if [ $# -ne 1 ]; then
echo Wrong number of arguments to do_all
return
fi
pkg=$1

set -x

add the set -x

apt-get install apache

and save all the logs in a file and send it to [EMAIL PROTECTED]

Thanks
Fabio

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




Bug#252678: apache: apache: can't install in sid

2004-06-04 Thread Marcelo Toledo
Package: apache
Version: 1.3.31-1
Severity: serious

As Jerome reported I am also having the same problem:

see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251175

Setting up apache (1.3.31-1) ...
dpkg: error processing apache (--configure):
 subprocess post-installation script returned error exit status 10

This bug is tagged as: moreinfo, unreproducible;

If Fabbione or anyone else would like to use this machine I can fix it
up so it can be reproducible. I am not in any related mailing list so
please remember to CC me.

Thank you,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.2.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache depends on:
ii  apache-common   1.3.31-1 Support files for all Apache webse
ii  debconf 1.4.25   Debian configuration management sy
ii  dpkg1.10.22  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-16Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.6-8 XML parsing C library - runtime li
ii  libmagic1   4.07-2   File type determination library us
ii  libpam0g0.76-21  Pluggable Authentication Modules l
ii  logrotate   3.7-1Log rotation utility
ii  mime-support3.26-1   MIME files 'mime.types'  'mailcap
ii  perl5.8.4-2  Larry Wall's Practical Extraction 

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

-- 
Marcelo Toledo
[EMAIL PROTECTED]
http://www.marcelotoledo.org
Mobile: 55 71 9141-7181





Re: Bug#252678: apache: apache: can't install in sid

2004-06-04 Thread Fabio Massimo Di Nitto
tags 252678 moreinfo
tags 252678 unreproducible
merge 252678 251175
stop


Hi Marcelo,

On Fri, 4 Jun 2004, Marcelo Toledo wrote:

 Package: apache
 Version: 1.3.31-1
 Severity: serious

 As Jerome reported I am also having the same problem:

 see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251175

Instead of opening another bug, it would have been more useful to report
information to the same bug.


 Setting up apache (1.3.31-1) ...
 dpkg: error processing apache (--configure):
  subprocess post-installation script returned error exit status 10

 This bug is tagged as: moreinfo, unreproducible;

 If Fabbione or anyone else would like to use this machine I can fix it
 up so it can be reproducible. I am not in any related mailing list so
 please remember to CC me.

It would be enough to know why it fails. I asked the other guy to check
/var/log/apache/error.log and got no reply.

Can you do that?

Thanks
Fabio

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




Processed: Re: Bug#252678: apache: apache: can't install in sid

2004-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 252678 moreinfo
Bug#252678: apache: apache: can't install in sid
There were no tags set.
Tags added: moreinfo

 tags 252678 unreproducible
Bug#252678: apache: apache: can't install in sid
Tags were: moreinfo
Tags added: unreproducible

 merge 252678 251175
Bug#251175: apache: can't install in sid
Bug#252678: apache: apache: can't install in sid
Merged 251175 252678.

 stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#252678: apache: apache: can't install in sid

2004-06-04 Thread Marcelo Toledo
Fabio Massimo Di Nitto [EMAIL PROTECTED] writes:

 Instead of opening another bug, it would have been more useful to report
 information to the same bug.

I am really sorry about it but I am not very experienced with debian bug
system and also, I haven't seen much information about inserting more
data in a already reported bug. Sorry.

 It would be enough to know why it fails. I asked the other guy to check
 /var/log/apache/error.log and got no reply.

 Can you do that?

The script does not reach apache, so there is no log, the bug is
probably here:

kali:/var/log/apache# . /usr/share/debconf/confmodule
Can't exec -su: No such file or directory at /usr/share/perl/5.8/IPC/Open3.pm 
line 168.
open2: exec of -su failed at /usr/share/perl5/Debconf/ConfModule.pm line
44

-- cut --
167 local($)=( );
168 exec @cmd # XXX: wrong process to croak from
169 or croak $Me: exec of @cmd failed;
-- cut --

I can attach the file if it helps...
-- 
Marcelo Toledo
[EMAIL PROTECTED]
http://www.marcelotoledo.org
Mobile: 55 71 9141-7181