cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

gLiveView.sh / tcptraceroute using bug #754

Closed devilus closed 3 years ago

devilus commented 3 years ago

tcptraceroute can't using without root privileges, therefore in gLiveView script this util always return "socket: Operation not permitted" and all peers always marks as unreachable.

rdlrt commented 3 years ago

tcptraceroute binary should usually have setuid bit set to root in absence of sudo. This should not be usually required on most OS but sounds like you'd need to in your case (or alternatively set cap_net)

rdlrt commented 3 years ago

The linked commit will remove the dependency on tcptraceroute if cncli is not being used completely, will be part of gLiveView 1.19.4 (and higher)