Hi Mika,
On 4/1/21 12:00 PM, Mika Silander wrote:
Hi Sebastian,
This time around I managed, yes, thanks. I'm not quite sure if this was a failure in the installation process (intelmq + intelmq api + intelmq-manager on Ubuntu 20.04 LTS) or just my error, but I had to manually tweak the symlinks below /etc/apache2/conf-available & /etc/apache2/conf-enabled. It was as if the symlink /etc/apache2/conf-available/manager-apache.conf -> ../../intelmq/manager-apache.conf
were missing after the install.
In what order did you install the packages? If intelmq-manager was installed without apache2 being pre-installed, some links are missing because apache2 is not a hard-requirement (https://github.com/certtools/intelmq-manager/issues/246).
Sebastian
Now with the symlinks
/etc/apache2/conf-available/manager-apache.conf -> ../../intelmq/manager-apache.conf /etc/apache2/conf-available/intelmq-api.conf -> ../../intelmq/api-apache.conf /etc/apache2/conf-enabled/manager-apache.conf -> ../conf-available/manager-apache.conf /etc/apache2/conf-enabled/intelmq-api.conf -> ../conf-available/intelmq-api.conf
suitable a2enconf invocations and a restart of apache2, the system seems to work.
Br, Mika
*From: *"Sebastian Wagner" wagner@cert.at *To: *"Mika Silander" mika.silander@csc.fi, "intelmq-dev" intelmq-dev@lists.cert.at *Sent: *Thursday, 1 April, 2021 12:42:46 *Subject: *Re: [IntelMQ-dev] intelmq-manager authentication issue on Ubuntu 20.04 LTS
Hi,
Great to see that you could resolve the issue. Just responding to the other note:
On 3/31/21 1:57 PM, Mika Silander wrote:
And another note: the earlier(?) path /usr/share/intelmq-manager is now /usr/share/intelmq_manager. Don't know whether this has anything to do with this case ...
The path /usr/share/intelmq-manager was used in the Debian packages for IntelMQ Manager < 2.3.0. That was changed for consistency to intelmq_manager in 2.3.0.
Sebastian
-- // Sebastian Wagner wagner@cert.at - T: +43 1 5056416 7201 // CERT Austria - https://www.cert.at/ // Eine Initiative der nic.at GmbH - https://www.nic.at/ // Firmenbuchnummer 172568b, LG Salzburg
IntelMQ-dev mailing list https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-dev https://intelmq.readthedocs.io/