Comment 2 for bug 1991800

Revision history for this message
Paride Legovini (paride) wrote :

Hello Marc and thanks for this bug report. I tried to reproduce the issue in a clean LXD container by doing the following:

1. Create new Focal container (lxc launch ubuntu:focal paride-f)
2. Jump in the container (lxc exec paride-f bash)
3. apt install apache2 javascript-common
4. a2enconf javascript-common # it was already enabled
5. systemctl restart apache2 # worked fine
6. do-release-upgrade # upgraded fine
7. systemctl status apache2 # in good health
8. a2enconf javascript-common # it was already enabled
9. systemctl restart apache2 # worked fine

This means that we can't tell if the issue you described is a bug in Ubuntu or a problem specificto your system. In order to do so we need some steps to reproduce the issue from a clean start, on the lines of what I provided above. Could you please try to do so and report your findings?

For the moment I'm marking this bug report as Incomplete.

Thanks!