Matteo Panella

Results 3 issues of Matteo Panella

Currently, `TEAMING` doesn't work against the local system because it's called with `/` as an argument, but then the argument is checked with `[[ -z $1 ]]`. This PR fixes...

Trying to run `xsos -FSx` on a live system fails because both modules unconditionally look for sosreport files: ``` # xsos -FSx SS CHECK Sessions: Proto Local Peer sock_drop app_limited...

When `/tmp` and `GOPATH` live on different filesystems, gorebuild fails with `EXDEV` ("invalid cross-device link"). This is caused by the use of `os.Rename` to move the newly built binary back...