Bug 211811 - net-mgmt/etherape: lots of debug output, program does not exit and has to be killed -9
Summary: net-mgmt/etherape: lots of debug output, program does not exit and has to be ...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ben Woods
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-13 14:15 UTC by Martin Birgmeier
Modified: 2018-03-07 16:19 UTC (History)
1 user (show)

See Also:


Attachments
Screenshot - Ubuntu 17.10 Gnome with EtherApe 0.9.15 - Console debug info (462.50 KB, image/png)
2018-03-07 12:32 UTC, Ben Woods
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2016-08-13 14:15:16 UTC
The update to etherape-0.9.14 brought the following regressions:
- lots of (debug?) output tagged with 'EtherApe-INFO:'
- the program cannot be exited cleanly: regardless of using the menu or plain 'kill' it will just hang and ultimately has to be killed using 'kill -9'.
Comment 1 Ben Woods freebsd_committer freebsd_triage 2018-03-05 08:21:28 UTC
Hi Martin,

Thanks for reporting this. I can confirm I was also unable to quit EtherApe 0.9.14 without a forced kill -9.

This behaviour no longer exists for me with the latest 0.9.16 which I committed to the ports head branch today, and I will therefore close this bug report.

Can you please test the new version, and if you do find it still has this issue for you, please re-open this bug report.

Thanks,
Ben
Comment 2 Martin Birgmeier 2018-03-06 17:54:44 UTC
Hi Ben,

Thank you for the fix, it works.

Only the many INFO messages on the console still remain, it would be good to get rid of them as well.

-- Martin
Comment 3 Ben Woods freebsd_committer freebsd_triage 2018-03-07 12:32:33 UTC
Created attachment 191275 [details]
Screenshot - Ubuntu 17.10 Gnome with EtherApe 0.9.15 - Console debug info

Hi Martin,
This console debug info appears to be the default behaviour of EtherApe across various operating systems. Please see the attached screenshot which shows the same behaviour on Ubuntu 17.10.

If this screenshot is showing the same debug info you are referring to, then I suggest you file a bug report with the upstream EtherApe project to change this behaviour. The FreeBSD port is just following the default upstream behaviour.

If however this screenshot does not show the debug info you are referring to, then please let me know (perhaps attach a screenshot of your own to explain the issue further).

Regards,
Ben
Comment 4 Martin Birgmeier 2018-03-07 16:19:48 UTC
Hello,

Yes it is the same output.

I have seen in the sources that it is possible to suppress the most annoying of these messages (about nodes being added or deleted) by invoking the program like this:

    APE_DEBUG= etherape ...

The etherape developers must have changed the default from previous versions where such output did not appear.

-- Martin