eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

two-node tool does not properly kill processes when closed #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When closing the two-node tool after using it, processes such as 'ping -R' may 
hang on some kernels, and the process is not killed as it should be when 
closing the dialog.

This can lead to the GUI freezing. The workaround is to look at 'ps -aef' 
output and manually kill the ping/traceroute process.

While we're here, may want to use tracepath instead of traceroute, as that may 
work better (and is included by default) on modern distros.

Original issue reported on code.google.com by ahrenh...@gmail.com on 22 May 2012 at 5:35

GoogleCodeExporter commented 9 years ago
Can we change the default 'traceroute' to 'tracepath' in Two-Way tool? 

Thanks.

Original comment by a48...@gmail.com on 6 Jun 2012 at 10:45

GoogleCodeExporter commented 9 years ago
I found the file to tweak in "/usr/local/lib/core/mobility.tcl". You can change 
to tracepath, and set options.

Original comment by a48...@gmail.com on 6 Jun 2012 at 12:27