Good morning,
I was trying to update my imscp installation, but my installation just hung on 'Configuring php-fpm'.
So I went on that adventure and figured that the apt-get process was still running.
I waited paitently for a few minutes, but it was still configuring.
I aborted the installation by killing the APT process, when I tried to update (to be sure) it gave me the warning to run dpkg-configure.
What happened is that there were new versions of configuration files (php.ini's) available, and because those are ignored by the installer, it just hung.
These ones:
Code
- Setting up php5-fpm (5.4.34-0+deb7u1) ...
- Configuration file `/etc/php5/fpm/php-fpm.conf'
- ==> Modified (by you or by a script) since installation.
- ==> Package distributor has shipped an updated version.
- What would you like to do about it ? Your options are:
- Y or I : install the package maintainer's version
- N or O : keep your currently-installed version
- D : show the differences between the versions
- Z : start a shell to examine the situation
- The default action is to keep your current version.
- *** php-fpm.conf (Y/I/N/O/D/Z) [default=N] ? n
- Configuration file `/etc/php5/fpm/pool.d/www.conf'
- ==> Deleted (by you or by a script) since installation.
- ==> Package distributor has shipped an updated version.
- What would you like to do about it ? Your options are:
- Y or I : install the package maintainer's version
- N or O : keep your currently-installed version
- D : show the differences between the versions
- Z : start a shell to examine the situation
- The default action is to keep your current version.
- *** www.conf (Y/I/N/O/D/Z) [default=N] ? n
Maybe the installation should tell you to update your packages first, or should catch those config questions.