lmenezes / cerebro

MIT License
5.52k stars 716 forks source link

Error: Package: Cerebro #413

Open manjotsc opened 4 years ago

manjotsc commented 4 years ago

Trying to install on graylog ova Annotation 2019-11-11 181923

jaquinntlit commented 4 years ago

Same issue here, any help would be appreciated!

manjotsc commented 4 years ago

@jaquinntlit let's wait for someone to give their expert advice.

securenotebook commented 4 years ago

I have the same issue, any ides how to fix? Or how to debug?

OS: Description: Ubuntu 18.04.3 LTS Release: 18.04

Installed packages: installed.txt

java version: Openjdk version "1.8.0_222" OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10) OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

securenotebook commented 4 years ago

i used the deb file and it worked on ubuntu

dangerousdino commented 4 years ago
  1. First Install JAVA as per the guide in graylog
  2. Set SELINUX to permissive to prevent it messing things [root@machinename ~]# setenforce permissive
  3. change to root directory [root@machinenamet ~]#cd /root
  4. Download the rpm wget https://github.com/lmenezes/cerebro/releases/download/v0.8.5/cerebro-0.8.5-1.noarch.rpm
  5. in the same directory run the install [root@machinenamet ~]# yum localinstall cerebro-0.8.5-1.noarch.rpm
  6. allow the program through firewall [root@machinenamet ~]# firewall-cmd --zone=public --add-port=9200/tcp --permanent

Notes: Current issue if it fails to start run this [root@machinenamet ~]# chown -R cerebro:cerebro /usr/share/cerebro to enable and start [root@machinenamet ~]# systemctl enable cerebro [root@machinenamet ~]# systemctl start cerebro