[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#393129: marked as done (/etc/init.d/apache not present after installation)



Your message dated Sun, 15 Oct 2006 19:21:08 +1000
with message-id <4531FD84.8000701@0c3.net>
and subject line Bug#393129: /etc/init.d/apache not present after installation
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: apache
Version: 1.3.34-4
Severity: important

Although the file apache_1.3.34-4_i386.deb contains /etc/init.d/apache
running dpkg -i apache_1.3.34-4_i386.deb does not result in it showing up 
in the directory.  If I only do an unpack, the file 
/etc/init.d/apache.dpkg-new shows up but then when I do dpkg --config apache
it goes away. 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache depends on:
ii  apache-common                1.3.34-4    support files for all Apache webse
ii  debconf [debconf-2.0]        1.5.5       Debian configuration management sy
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdb4.4                     4.4.20-8    Berkeley v4.4 Database Libraries [
ii  libexpat1                    1.95.8-3.3  XML parsing C library - runtime li
ii  libmagic1                    4.17-4      File type determination library us
ii  logrotate                    3.7.1-3     Log rotation utility
ii  lsb-base                     3.1-15      Linux Standard Base 3.1 init scrip
ii  mime-support                 3.37-1      MIME files 'mime.types' & 'mailcap
ii  perl                         5.8.8-6.1   Larry Wall's Practical Extraction 

apache recommends no packages.

-- debconf information:
* apache/enable-suexec: false
* apache/server-name: localhost
* apache/document-root: /var/www
* apache/server-port: 80
* apache/init: true
* apache/server-admin: webmaster@ftpmysite.verizon.net


--- End Message ---
--- Begin Message ---
Nathan Salwen wrote:
> 
> Although the file apache_1.3.34-4_i386.deb contains /etc/init.d/apache
> running dpkg -i apache_1.3.34-4_i386.deb does not result in it showing up 
> in the directory.  If I only do an unpack, the file 
> /etc/init.d/apache.dpkg-new shows up but then when I do dpkg --config apache
> it goes away. 

You already have apache installed and, at some point, you deleted the
init script.  "deleted" is considered a valid user modification for a
conffile, so dpkg is respecting that and keeping it deleted.  There are
two options to work around that.

1) Purge apache, then reinstall (dpkg -P apache && dpkg -i
apache_1.3.34-4_i386.deb)

2) Install with missing conffiles (dpkg -i --force-confmiss
apache_1.3.34-4_i386.deb)

... Adam

--- End Message ---

Reply to: