Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. server:~# apt-get install php5-xsl
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following package was automatically installed and is no longer required:
  6. libc-client2007b
  7. Use 'apt-get autoremove' to remove them.
  8. The following extra packages will be installed:
  9. apache2-mpm-prefork apache2.2-bin apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libc-client2007e liblqr-1-0 libltdl7
  10. libmagickcore3 libmagickwand3 libmysqlclient16 libonig2 libpcre3 libqdbm14 mysql-common php5-adodb php5-cgi php5-cli php5-common php5-curl php5-gd php5-imagick php5-imap
  11. php5-mcrypt php5-mysql php5-suhosin
  12. Suggested packages:
  13. uw-mailutils libmagickcore3-extra
  14. The following packages will be REMOVED:
  15. apache2-mpm-worker php5-mhash
  16. The following NEW packages will be installed:
  17. apache2-mpm-prefork apache2.2-bin libapache2-mod-php5 libaprutil1-dbd-sqlite3 libaprutil1-ldap libc-client2007e liblqr-1-0 libltdl7 libmagickcore3 libmagickwand3
  18. libmysqlclient16 libonig2 libqdbm14 php5-suhosin php5-xsl
  19. The following packages will be upgraded:
  20. apache2.2-common libapr1 libaprutil1 libpcre3 mysql-common php5-adodb php5-cgi php5-cli php5-common php5-curl php5-gd php5-imagick php5-imap php5-mcrypt php5-mysql
  21. 15 upgraded, 15 newly installed, 2 to remove and 434 not upgraded.
  22. Need to get 0 B/20.7 MB of archives.
  23. After this operation, 32.1 MB of additional disk space will be used.
  24. Do you want to continue [Y/n]? Y
  25. E: Could not perform immediate configuration on 'apache2-mpm-prefork'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. Immediate-Configure
  36. Defaults to on which will cause APT to install essential and important packages as fast as possible in the install/upgrade operation. This is done to limit the
  37. effect of a failing dpkg(1) call: If this option is disabled APT does treat an important package in the same way as an extra package: Between the unpacking of the
  38. important package A and his configuration can then be many other unpack or configuration calls, e.g. for package B which has no relation to A, but causes the dpkg
  39. call to fail (e.g. because maintainer script of package B generates an error) which results in a system state in which package A is unpacked but unconfigured - each
  40. package depending on A is now no longer guaranteed to work as their dependency on A is not longer satisfied. The immediate configuration marker is also applied to
  41. all dependencies which can generate a problem if the dependencies e.g. form a circle as a dependency with the immediate flag is comparable with a Pre-Dependency. So
  42. in theory it is possible that APT encounters a situation in which it is unable to perform immediate configuration, errors out and refers to this option so the user
  43. can deactivate the immediate configuration temporarily to be able to perform an install/upgrade again. Note the use of the word "theory" here as this problem was
  44. only encountered by now in real world a few times in non-stable distribution versions and was caused by wrong dependencies of the package in question or by a system
  45. in an already broken state, so you should not blindly disable this option as the mentioned scenario above is not the only problem immediate configuration can help
  46. to prevent in the first place. Before a big operation like dist-upgrade is run with this option disabled it should be tried to explicitly install the package APT is
  47. unable to configure immediately, but please make sure to report your problem also to your distribution and to the APT team with the buglink below so they can work
  48. on improving or correcting the upgrade process.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement