SmartFinn / eve-ng-integration

integrates EVE-NG (aka UNetLab) with Linux desktop
http://git.io/eve-ng-integration
MIT License
322 stars 117 forks source link

Packet capture not working on Fedora 27 #20

Closed etem closed 6 years ago

etem commented 6 years ago

Hello, Packet capture with Wireshark is not working on Fedora 27. Every time I click on "capture" Wireshark is loading fine but I only see a blank screen without any packet captures.

SmartFinn commented 6 years ago

Hi, Wireshark prompts for a password? Try commands from that comment https://github.com/SmartFinn/eve-ng-integration/issues/16#issuecomment-318871310

etem commented 6 years ago

Hi @SmartFinn . Yes, ssh-askpass seems to be working fine.

SmartFinn commented 6 years ago

Just tested on Fedora 27 and the capture works as expected. I had a problem with askpass, but with key-based authentication it works:

screenshot from 2017-12-04 15-12-36

etem commented 6 years ago

Thank you. I will try that using SSH key authentication and let you know.

etem commented 6 years ago

Indeed it's working with key authentication. Thank you @SmartFinn . Appreciate your help!

SmartFinn commented 6 years ago

Thanks for testing. I'll add a note about it in README asap.

SmartFinn commented 6 years ago

I added setsid to ssh command, and this issue is fixed now.