ziti-tunnel-sdk-c icon indicating copy to clipboard operation
ziti-tunnel-sdk-c copied to clipboard

add Linux debug package

Open qrkourier opened this issue 5 months ago • 0 comments

The existing Linux package ziti-edge-tunnel comes with /opt/openziti/bin/debug.bash for collecting debug and troubleshooting info.

This script needs additional utilities like strace and gdb that are not necessarily installed by default, and should not be dependencies of the main tunneler package ziti-edge-tunnel because they're unnecessary for normal operation.

Add a new Linux package named ziti-edge-tunnel-debug to the cross-platform package repos for Red Hat and Debian family distros, not the distro-version-specific repos where the ziti-edge-tunnel package is published. This choice of repo stems from the fact that the debug package contains only a BASH script, so it need not be targeted to any particular architecture or distro version, e.g., Ubuntu Focal vs. Ubuntu Jammy.

qrkourier avatar Jan 22 '24 17:01 qrkourier