Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to retrieve #67

Closed
xltitanlee opened this issue May 18, 2017 · 1 comment
Closed

unable to retrieve #67

xltitanlee opened this issue May 18, 2017 · 1 comment

Comments

@xltitanlee
Copy link

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)
unable_pic

i try to see process ,it's work (psaux.png)
psaux

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

@epsylon
Copy link
Owner

epsylon commented May 18, 2017

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: #13

Try to upgrade to >Python 2.7.9

@epsylon epsylon closed this as completed Jun 6, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants