Brianna Bennett
Brianna Bennett
``` g++ -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -D_REENTRANT -pthreads -I/opt/local/include -I/usr/local/include -DUTC_OFFSET=+0000 -g -D_REENTRANT -pthreads -g -O3 -std=c++11 -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow -Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization -Wfloat-equal -Wmultichar -Wmissing-noreturn...
Fixes #477 With this patch, vouch-proxy will now also build on macOS and illumos, and will most likely build on most, if not all, POSIX platforms that are supported by...
Hello, first time contributor here. Building on various platforms will result in `error: Could determine the fully qualified domain name using command hostname --fqdn` The reason for this is that...
Using ipmitool, I can send `chassis power diag` to issue a non-maskable interrupt (NMI). Operating systems can be configured to take certain actions upon receiving an NMI, which might include...
`triton ssh` looks up the image to see if it should use the ubuntu user for ssh instead of root. If the image has been disabled, or otherwise can't be...
`triton volume create` has a `--wait` switch. There should also be `triton volume wait` similar to `triton inst wait`.
Right now I make frequent use of `triton -p foo -k $TRITON_KEY_ID`. I'd like a way to indicate in the profile that it should use the env key without having...
Currently, I only know how to get this with `triton cloudapi /my/config`. It would be nice if `triton network list` or `triton network list -l` would indicate which network was...
``` $ triton -p east1 -a ls | grep 01097aea c3de353c 01097aea running - 3y 854d1767 01097aea running - 3y $ triton -p east1 -a ssh east1-postfix-relay-b triton instance ssh:...