Skip to content

Common Issues

Robbie Corley edited this page Mar 9, 2017 · 21 revisions
  • X11 connection rejected because of wrong authentication. BriarIDS.py: cannot connect to X server localhost:10.0
  • This is due to the .Xauthority file not existing in the root base directory.
    You can fix this by doing the following as user 'pi': sudo cp ~/.Xauthority /root/
    or issuing the following command as user: 'root'
    xauth merge /home/pi/.Xauthority

    Update 1/7/2017: The .Xauthority process is now automated (for Raspbian) in the current build of BriarIDS and no longer needs to be manually applied. At the time of this writing (3/9/2017), you will receive an .Xauthority error for DietPI but Briar GUI still loads. Simply ignore until I get that corrected. Thx

    Lib-Canberra-GTK errors?
    try this: sudo apt-get install libcanberra-gtk* -y

For those that have opted to install Snorby and it is not displaying captured logs...

make sure Barnyard is running:

sudo barnyard2 -c /opt/suricata/etc/suricata/barnyard2.conf -d /var/log/suricata -f unified2.alert -w /var/log/suricata/suricata.waldo -D

Clone this wiki locally