V
V
ValeriyaWork2015-05-27 21:11:19
Debian
ValeriyaWork, 2015-05-27 21:11:19

How to solve dependency problem in debian?

# apt-get -f install

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libcurl3-nss libnspr4 libnspr4-dev libnss3 libnss3-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up apache2.2-common (2.2.22-13+deb7u4) ...
insserv: warning: script 'celery' missing LSB tags and overrides
insserv: There is a loop between service monit and celery if stopped
insserv:  loop involving service celery at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping celery depends on monit and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
 apache2-mpm-itk depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
  Package apache2.2-common is not configured yet.

dpkg: error processing apache2-mpm-itk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2-threaded-dev:
 apache2-threaded-dev depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
  Package apache2.2-common is not configured yet.

dpkg: error processing apache2-threaded-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2.2-common
 apache2-mpm-itk
 apache2-threaded-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)

It seems to me that it started after an unsuccessful installation of redmine through the command
apt-get install redmine
The second day I can’t find a solution, I’m new to administering servers. I need to install
apache packages, but it doesn’t work, for example
# apt-get install libaprutil1-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libaprutil1-dev is already the newest version.
The following packages were automatically installed and are no longer required:
  libcurl3-nss libnspr4 libnspr4-dev libnss3 libnss3-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up apache2.2-common (2.2.22-13+deb7u4) ...
insserv: warning: script 'celery' missing LSB tags and overrides
insserv: There is a loop between service monit and celery if stopped
insserv:  loop involving service celery at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping celery depends on monit and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
 apache2-mpm-itk depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
  Package apache2.2-common is not configured yet.

dpkg: error processing apache2-mpm-itk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2-threaded-dev:
 apache2-threaded-dev depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
  Package apache2.2-common is not configured yet.

dpkg: error processing apache2-threaded-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2.2-common
 apache2-mpm-itk
 apache2-threaded-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shaivam, 2015-05-27
@shaivam

usually such a post should be accompanied by sources.list.
Post it please.
and what will it give if:
dpkg-reconfigure apache2.2-common
or
apt-get purge apache2.2-common
apt-get install apache2.2-common

M
mureevms, 2015-05-28
@mureevms

Try this solution

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question