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

Bug#623606: insserv error when upgrading



Package: apache2.2-common
Version: 2.2.17-3
Severity: normal

When I tried to upgrade apache2.2 on my wheezy box today I get the following
errors:

Setting up apache2.2-common (2.2.17-3) ...
insserv: warning: script 'K10ITMAgents1' missing LSB tags and overrides
insserv: warning: script 'ITMAgents1' missing LSB tags and overrides
insserv: Starting ITMAgents1 depends on rc.local and therefore on system
facility `$all' which can not be true!
insserv: Starting ITMAgents1 depends on rc.local and therefore on system
facility `$all' which can not be true!
insserv: Starting ITMAgents1 depends on rc.local and therefore on system
facility `$all' which can not be true!
insserv: Starting ITMAgents1 depends on rc.local and therefore on system
facility `$al
....

insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing lm-sensors (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
                                      Errors were encountered while processing:
 apache2.2-common
 apache2-mpm-prefork
 apache2
 network-manager
 network-manager-gnome
 fancontrol
 lm-sensors

Not all changes and updates succeeded. For further details of the failure,
please expand the 'Details' panel below.



-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dir env mime negotiation perl
  python reqtimeout setenvif status wsgi

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.100205b (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2.2-common depends on:
ii  apache2-utils                 2.2.17-3   utility programs for webservers
ii  apache2.2-bin                 2.2.17-3   Apache HTTP Server common binary f
ii  lsb-base                      3.2-27     Linux Standard Base 3.2 init scrip
ii  mime-support                  3.51-1     MIME files 'mime.types' & 'mailcap
ii  perl                          5.10.1-19  Larry Wall's Practical Extraction 
ii  procps                        1:3.2.8-10 /proc file system utilities

Versions of packages apache2.2-common recommends:
ii  ssl-cert                      1.0.28     simple debconf wrapper for OpenSSL

Versions of packages apache2.2-common suggests:
ii  apache2-doc                 2.2.17-3     Apache HTTP Server documentation
pn  apache2-suexec | apache2-su <none>       (no description available)
ii  epiphany-browser [www-brows 2.30.6-2     Intuitive GNOME web browser
ii  galeon [www-browser]        2.0.7-2.1+b1 GNOME web browser for advanced use
ii  iceweasel [www-browser]     3.5.18-1     Web browser based on Firefox
ii  w3m [www-browser]           0.5.3-2+b1   WWW browsable pager with excellent

Versions of packages apache2.2-common is related to:
pn  apache2-mpm-event             <none>     (no description available)
pn  apache2-mpm-itk               <none>     (no description available)
iu  apache2-mpm-prefork           2.2.17-3   Apache HTTP Server - traditional n
pn  apache2-mpm-worker            <none>     (no description available)

-- Configuration Files:
/etc/apache2/sites-available/default changed:
<VirtualHost *:80>
	ServerAdmin webmaster@localhost
	
	DocumentRoot /var/www/
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	<Directory /var/www/>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
		# This directive allows us to have apache2's default start page
                # in /apache2-default/, but still have / go to the right place
                #RedirectMatch ^/$ /apache2-default/
                RedirectMatch ^/$ /profitwiki
	</Directory>
	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
	<Directory "/usr/lib/cgi-bin">
		AllowOverride None
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	</Directory>
	ErrorLog /var/log/apache2/error.log
	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn
	CustomLog /var/log/apache2/access.log combined
    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>
</VirtualHost>


-- no debconf information



Reply to: