Closed xltitanlee closed 7 years ago
hey, you should try to check if the port is open, not if the process is run (at same time that is running). 1) open a terminal and run: ./ufonet --gui 2) open another terminal and run: netstat -atunp | grep LISTEN did you did it way?
Python 2.7.13 -> This version is a bit old to run with UFONet: https://github.com/epsylon/ufonet/issues/13
Try to upgrade to >Python 2.7.9
HI Team
here is my information : os : centos 6 x64 AP :Python 2.7.13 SELinux : off
i am can not run . ./ufonet --gui (unable_pic.png)
i try to see process ,it's work (psaux.png)
but netstat -antp didn't find port 9999 [root@loaclhost ~]# netstat -antp Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0: LISTEN 1761/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0: LISTEN 1627/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0: LISTEN 1865/master
tcp 0 0 0.0.0.0:39041 0.0.0.0: LISTEN 1492/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0: LISTEN 1472/rpcbind
tcp 0 64 148.66.2.162:22 61.216.144.186:59268 ESTABLISHED 2026/sshd
tcp 0 0 :::60402 ::: LISTEN 1492/rpc.statd
tcp 0 0 :::22 ::: LISTEN 1761/sshd
tcp 0 0 ::1:631 ::: LISTEN 1627/cupsd
tcp 0 0 ::1:25 ::: LISTEN 1865/master
tcp 0 0 :::111 ::: LISTEN 1472/rpcbind