You are not logged in.
If I try to get into kismet I get the following error. I know there is a work around for the libstdc error in general but could this issue be addressed for this specific package please? Thanks.
kismet_client
kismet_client: /usr/lib/libstdc++.so.6: no version information available (required by kismet_client)
kismet_client: /usr/lib/libstdc++.so.6: no version information available (required by kismet_client)
FATAL: Could not connect to localhost:2501.
JSkier
--
JSkier
Offline
the libstdc++ error is unrelated. due to recent changes in libstdc++, quite alot of apps produce that error message
fluxbox does it, off the top of my head
the error is not serious... the programs will continue as normal
the real kismet problem is
FATAL: Could not connect to localhost:2501.
it's trying to connect you your computer at port 2501 - which is either blocked or has no server running. I have no clue what kismet is/does so thats as far as I can go. If you're not meaning to connect to your local host, try configuring kismet to use a different server - if you do want to self-connect, make sure the server is running and the port is not blocked
Offline
Edit
/etc/kismet_ui.conf
and change
host=localhost:2501
to
host=127.0.0.1:2501
Offline