Re: [Hampshire] dpkg-reconfigure error

Top Page

Reply to this message
Author: Richard Mace
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] dpkg-reconfigure error
OK, I tried sudo aptitude install apache2-mpm-prefork, and this is
what happened?

richard@sugar:~$ sudo aptitude install apache2-mpm-prefork
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
The following packages have been kept back:
  debconf debconf-utils libcurl3 libkrb53 libpq4 linux-image-server
linux-server openssl rsync tar vim vim-common vim-runtime
The following packages will be upgraded:
  apache2-utils
1 packages upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Need to get 0B/91.9kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = ""en_GB:en"",
        LC_ALL = (unset),
        LANG = ""en_GB.UTF-8""
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 57600 files and directories currently installed.)
Preparing to replace apache2-utils 2.0.55-4ubuntu2.1 (using
.../apache2-utils_2.0.55-4ubuntu2.2_i386.deb) ...
Unpacking replacement apache2-utils ...
dpkg: error processing
/var/cache/apt/archives/apache2-utils_2.0.55-4ubuntu2.2_i386.deb
(--unpack):
 unable to make backup link of `./usr/bin/dbmmanage' before installing
new version: Operation not permitted
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/apache2-utils_2.0.55-4ubuntu2.2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of apache2-common:
 apache2-common depends on apache2-utils (= 2.0.55-4ubuntu2.2); however:
  Version of apache2-utils on system is 2.0.55-4ubuntu2.1.
dpkg: error processing apache2-common (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
 apache2-mpm-prefork depends on apache2-common (= 2.0.55-4ubuntu2.2); however:
  Package apache2-common is not configured yet.
dpkg: error processing apache2-mpm-prefork (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2:
 apache2 depends on apache2-mpm-worker (= 2.0.55-4ubuntu2.2) |
apache2-mpm-prefork (= 2.0.55-4ubuntu2.2) | apache2-mpm-perchild (=
2.0.55-4ubuntu2.2); however:
  Package apache2-mpm-worker is not installed.
  Package apache2-mpm-prefork is not configured yet.
  Package apache2-mpm-perchild is not installed.
dpkg: error processing apache2 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of backuppc:
 backuppc depends on apache2 | apache (>> 1.3) | apache-ssl |
apache-perl; however:
  Package apache2 is not configured yet.
  Package apache2-mpm-prefork which provides apache2 is not configured yet.
  Package apache is not installed.
  Package apache-ssl is not installed.
  Package apache-perl is not installed.
dpkg: error processing backuppc (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2-common
 apache2-mpm-prefork
 apache2
 backuppc


Richard