Changes between Initial Version and Version 4 of Ticket #54977


Ignore:
Timestamp:
Oct 3, 2017, 1:37:46 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54977

    • Property Status changed from new to closed
    • Property Owner set to Schamschula
    • Property Keywords highsierra added; mtr removed
    • Property Resolution changed from to fixed
    • Property Port @0.87 (net) removed
  • Ticket #54977 – Description

    initial v4  
    33
    44But, exactly like traceroute, mtr needs to be SUID.
    5 
     5{{{
    66$ ls -l $(which traceroute)
    77-r-sr-xr-x  1 root  wheel  38128 21 sep 06:35 /usr/sbin/traceroute
    8 
     8}}}
    99but:
    10 
     10{{{
    1111$ ls -l $(which mtr)
    1212-rwxr-xr-x  1 root  admin  85396 30 sep 20:00 /opt/local/sbin/mtr
    13 
    14 Workaround: sudo chmod u+s /opt/local/sbin/mtr
     13}}}
     14Workaround: {{{sudo chmod u+s /opt/local/sbin/mtr}}}
    1515
    1616To fix, mtr should be installed with SUID flag (as it was before, and like traceroute is).