Hi Kossi,

 Your problem resembles to one I recently encountered. My setup is similar with Ubuntu 20.04 LTS on a vm and I installed
intelmq 2.3.1, intelmq-manager and intelmq-api from package repos as you did.

 Check that you have the following symlinks in place, well, I'm assuming apache2 here. I hope it's applicable to your case:

/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

Also check that you have 

Alias /intelmq-manager /usr/share/intelmq_manager/html/

in the site you've enabled, i.e. the site offering intelmq-manager under

/etc/apache2/sites-enabled/mysite.conf

 and then run

a2enconf manager-apache
a2enconf intelmq-api

 and restart apache2.

Cheers, Mika
 


From: "intelmq-users" <intelmq-users@lists.cert.at>
To: "Sebastian Wagner" <wagner@cert.at>, "intelmq-users" <intelmq-users@lists.cert.at>
Sent: Thursday, 8 April, 2021 18:03:53
Subject: Re: [IntelMQ-users] Need help on issue with installation of intelmq

Hi dear Sebastian

For the answers please see below:

 

  1. How did you install IntelMQ API?

R. I tried the two ways in the documentation and got the same result. Presently I used the installation from the install package home as below:

echo 'deb http://download.opensuse.org/repositories/home:/sebix:/intelmq/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:sebix:intelmq.list

curl -fsSL https://download.opensuse.org/repositories/home:sebix:intelmq/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sebix_intelmq.gpg > /dev/null

sudo apt update

sudo apt install intelmq

  1. What OS and Version do you use?

root@shadowServer:/home/shadow_server/Desktop# hostnamectl

   Static hostname: shadowServer

         Icon name: computer-vm

           Chassis: vm

        Machine ID: 09e00ff399794cc7bd0b62240e67fde2

           Boot ID: b76d3921591e498187b6aa64b88ebb05

    Virtualization: oracle

  Operating System: Ubuntu 20.04.2 LTS

            Kernel: Linux 5.8.0-48-generic

      Architecture: x86-64

  1. What does the error log show?

Please see attached file for the error log. Actually I don’t know the exact information you are looking for in it.

  1. What does your intelmq sudoers configuration look like?

Please for this question I did not understand what you are asking for. Can you please explain?

 

Cordialement / Best Regards,

Kossi DOH
Analyste Cyber Securite

CYBER DEFENSE AFRICA S.A.S.

Mobile: +228 70 54 93 26

www.cda.tg

This information is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Unauthorised use of this information by a person or entity other than the intended recipient is prohibited by law. If you received this by mistake, please immediately contact the sender by email or phone and delete this information from any computer. Thank you.

 

From: Sebastian Wagner <wagner@cert.at>
Sent: Thursday, April 8, 2021 12:58 PM
To: Kossi DOH <kdoh@cda.tg>; intelmq-users@lists.cert.at
Subject: Re: [IntelMQ-users] Need help on issue with installation of intelmq

 

Hi,

Is that the same error as you posted on the IHAP list?

1. How did you install IntelMQ API?
2. What OS and Version do you use?
3. What does the error log show?
4. What does your intelmq sudoers configuration look like?

Sebastian

On 4/8/21 2:04 PM, Kossi DOH via IntelMQ-users wrote:

Hello teams

Please is anyone able to help me solve this issue? I finished the installation of intelMQ and intelMQ manager. But when I open the manager I have the following error as shown below:



 

Attached is the log from the web server.

 

 

Cordialement / Best Regards,

Kossi DOH
Analyste Cyber Securite

CYBER DEFENSE AFRICA S.A.S.

Mobile: +228 70 54 93 26

www.cda.tg

This information is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Unauthorised use of this information by a person or entity other than the intended recipient is prohibited by law. If you received this by mistake, please immediately contact the sender by email or phone and delete this information from any computer. Thank you.

 



-- 
// 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

--
List settings:
 https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-users
IntelMQ Documentation: https://intelmq.readthedocs.io/