← Back to team overview

gufw-developers team mailing list archive

[Bug 1352777] Re: Listening Report Issues

 

Here we go! :)

#1353507 New bug for the scroll in the Listening Report. I have to think in
a solution yet :P



Regarding the refresh interval value: Gufw release 14.04.2 LTS.
>

Please, find your Gufw path:
sudo find /usr -type f -name "gufw.py"
I'm thinking it will be
/usr/lib/python2.7/dist-packages/gufw

Edit that file with:
sudo gedit /usr/lib/python2.7/dist-packages/gufw/view/listening.py

Change this line 72:
        self.gufw.listening_model.clear()

for these lines (be careful with the spaces!):
        self.gufw.listening_model.clear()
        print("doing...")

run Gufw from the command line:
sudo gufw
Play with the Listening Report frame and refresh time. You'll see a message
into the Terminal every time Gufw is refreshing the Listening Report.
Please, confirm me what is happen.


> Regarding the port numbers, how about adding one or two columns in the
> listening report  table with the services names and/or description from the
> official "Service Name and Transport Protocol Port Number Registry":
> http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
> It should be easy to include the previous file in your package.
>

Please, could you give me an example of a port without app and which
service you're using for generate that line in the Listening Report?
FYI An '*' is used in place of the address of the interface when the
executable is bound to all interfaces on that port.

In other way, what is showing this command for that port without app (by
example 110)?
grep "110" /etc/services
Could be /etc/services a solution? I think is the same file :)

I created a new bug for this: #1353508

Best regards Jean :)


** Changed in: gui-ufw
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Gufw
Developers, which is subscribed to Gufw.
https://bugs.launchpad.net/bugs/1352777

Title:
  Listening Report Issues

Status in Gufw:
  Invalid

Bug description:
  When we try to scroll down the "Listening Report" box, it always goes
  back to the first line even though we"re looking at the last lines of
  the report. It seems to be tied to the refresh timer. Every time the
  box is refreshed, the current displayed line is put back to the first
  one.

  Also, if we change the refresh interval value, we have to restart gufw
  for the new value to be taken into account.

  At last, some ports are unknown to the application. It should be
  possible to edit some entries from within gufw and enter an
  application description.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1352777/+subscriptions


References