Re: [Bug 1854395] Re: apachectl configtest segmentation fault

2019-12-15 Thread Roberto Nunnari
ner is very easy, > just: > > $ lxc launch ubuntu:xenial xenial-test-contaioner > $ lxc exec xenial-test-container bash > > and you'll get a root shell within a clean Xenial container. Thanks! > -- Roberto Nunnari -- You received this bug notification because you are

[Bug 1854395] Re: apachectl configtest segfault with request-tracker4 + mod_perl

2019-12-13 Thread Roberto Nunnari
Ok for me to close it as "won't fix". Just use mod-fastcgi instead of mod-perl. Christian, no need to thank me for reporting this bug, giving all the detailed reports, and hinting mod-perl as the triggering cause of this segmentation fault. Best regards. Roberto -- You received this bug

[Bug 1854395] Re: apachectl configtest segmentation fault

2019-12-10 Thread Roberto Nunnari
Hi Paride. I will try the steps you propose this evening and let you know. Kjell, do you have other web apps that use mod-perl? If so, try to disable them and let us know. Thank you and best regards. Roberto -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1854395] Re: apachectl configtest segmentation fault

2019-12-04 Thread Roberto Nunnari
Hello Paride. I don't know what else may be relevant to trigger the crash. libapache2-mod-nss is not relevant at all.. I just installed it in an attemt to fix the problem but it didn't help. I'm willing to help debug this, but I need guidance. So please don't hesitate to ask. I will now

[Bug 1854395] Re: apachectl configtest segmentation fault

2019-12-02 Thread Roberto Nunnari
I just found the config line that makes it crash: Include /etc/request-tracker4/apache2-modperl2.conf I still have to look into it, but for now I commented it out. Roberto -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1854395] Re: apachectl configtest segmentation fault

2019-11-29 Thread Roberto Nunnari
Hi. I just: 1) apt install libapache2-mod-nss 2) a2enmod nss 3) systemctl restart apache2.service but nothing has changed.. so I'm now going to disable and deinstall libapache2-mod-nss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1854395] Re: apachectl configtest segmentation fault

2019-11-29 Thread Roberto Nunnari
Hi Tom. The ssl apache module is enabled There's nothing about nss in mods-enabled/ (but kernel message mentions libnss_files-2.23.so When the ssl apache module is disabled, apachectl configtest works. When the ssl apache module is enabled, apachectl configtest fails with segmentation fault.

[Bug 1854395] [NEW] apachectl configtest segmentation fault

2019-11-28 Thread Roberto Nunnari
Public bug reported: https://errors.ubuntu.com/oops/cc6c7e3b-1217-11ea-a637-fa163ee63de6 Hello. Yesterday I did apt upgrade and after that I noticed that ‘apachectl configtest’ segfaults. # apache2ctl configtest Syntax OK Segmentation fault (core dumped) Action 'configtest' failed. The Apache