Oros42 / IMSI-catcher

This program show you IMSI numbers of cellphones around you.
Creative Commons Zero v1.0 Universal
3.22k stars 736 forks source link

RuntimeError: bind: Address already in use #86

Closed eoqpro closed 4 years ago

eoqpro commented 4 years ago

Hello everyone, help me figure it out

root@space:/home/enceladus# grgsm_livemon -f 950.6M linux; GNU C++ version 5.3.1 20151219; Boost_105800; UHD_003.009.002-0-unknown

(process:16516): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(python2:16516): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_get_unique_name: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(python2:16516): GLib-GIO-CRITICAL **: g_dbus_connection_get_unique_name: assertion 'G_IS_DBUS_CONNECTION (connection)' failed gr-osmosdr 0.1.4 (0.1.4) gnuradio 3.7.9 built-in source types: file osmosdr fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy redpitaya Number of USB devices: 13 USB device 1d50:6089: 0000000000000000c83868dc2c4a89a3 match Using HackRF One with firmware 2018.01.1 Using Volk machine: sse4_1_32_orc Traceback (most recent call last): File "/usr/local/bin/grgsm_livemon", line 355, in main() File "/usr/local/bin/grgsm_livemon", line 343, in main tb = top_block_cls(args=options.args, collector=options.collector, collectorport=options.collectorport, fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, serverport=options.serverport, shiftoff=options.shiftoff) File "/usr/local/bin/grgsm_livemon", line 172, in init self.blocks_socket_pdu_0_0 = blocks.socket_pdu("UDP_SERVER", "127.0.0.1", serverport, 10000, False) File "/usr/lib/python2.7/dist-packages/gnuradio/blocks/blocks_swig5.py", line 1042, in make return _blocks_swig5.socket_pdu_make(type, addr, port, MTU, tcp_no_delay) RuntimeError: bind: Адрес уже используется

Oros42 commented 4 years ago

The README.md say :


Run
===

With an old version of gr-gsm
-----------------------------

Open 2 terminals.  
In terminal 1
` ` `
sudo python3 simple_IMSI-catcher.py --sniff
` ` `