On Mon, Jun 15, 2020 at 03:01:15PM -0300, Rafael David Tinoco wrote: > On Mon, Jun 15, 2020 at 2:11 PM Bryce Harrington > <[email protected]> wrote: > > > > On Mon, Jun 15, 2020 at 04:07:34AM -0300, Rafael David Tinoco wrote: > > > https://pad.lv/1883090 - (Confirmed) [apache2] - package > > > apache2 2.4.41-4ubuntu3 failed to install/upgrade: el subproceso > > > instalado paquete apache2 script post-installation devolvió el código > > > de salida de error 1 > > > > > > > similar upgrade issues have been seen with apache2 and its mods > > > > asked @bryce if he hadn't worked on this (iirc) recently > > > > it seems that deferred pkg configuration (after deps) does not work > > > > That one was with mod-php during a system upgrade when mod-php was > > already installed, this one is mod-fcgid during initial apache > > installation when mod-fcgid is not yet installed. > > > > I tried to reproduce the bug in lxc but the installation worked ok for > > me. Were you able to reproduce it? > > Nope, I haven't tried it. Just remembered you worked in something > similar. If it is not the same, then let's just keep it under our > queue then.
mod-php actually is provided by the php7.4 package (the aformentioned bug needed a code fix to a postinst script in php7.4 -- so an entirely separate codepath). > Perhaps we can address those upgrade issues during next merge, > altogether... > > sounds good ? mod-fcgid looks like it comes from the libapache2-mod-fcgid package (not from apache2), and that package is just sync'd from Debian. I don't spot a matching bug for this issue in Debian, but looking at the ubuntu bugs for this source package, there's about half a dozen relating to installation issues with that package. LP: #1266400 appears to be caused by dir perm's, the other bugs aren't analyzed yet but wouldn't surprise me if some are dupes. It makes me suspect that whatever this issue is, it might be a longstanding but corner case issue. Anyway, I think your call to keep it in our subscription queue for now is good. Bryce -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
