| I am not sure if it's just me (if so, feel free to move this thread), but I could not upgrade apache2.  The rest of the DU went well. 
 I get now:
 
 
       Code: 
root@debian[/home/finotti]# apt -f install
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 1 not fully installed or removed.
 After this operation, 0 B of additional disk space will be used.
 Setting up apache2 (2.4.23-6) ...
 info: Executing deferred 'a2enconf apache2-doc' for package apache2-doc
 ERROR: Conf apache2-doc does not exist!
 dpkg: error processing package apache2 (--configure):
 subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
 apache2
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 
 apache2-doc is installed:
 
 
       Code: 
root@debian[/home/finotti]# apt policy apache2-doc
 apache2-doc:
 Installed: 2.4.23-6
 Candidate: 2.4.23-6
 Version table:
 *** 2.4.23-6 500
 500 http://httpredir.debian.org/debian sid/main amd64 Packages
 500 http://httpredir.debian.org/debian sid/main i386 Packages
 100 /var/lib/dpkg/status
 
 
 I've also tried:
 
 
       Code: 
root@debian[/home/finotti]# dpkg --configure -a
 Setting up apache2 (2.4.23-6) ...
 info: Executing deferred 'a2enconf apache2-doc' for package apache2-doc
 ERROR: Conf apache2-doc does not exist!
 dpkg: error processing package apache2 (--configure):
 subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
 apache2
 
 
 I could not find a bug, though...  Any ideas?
 |