commit | 6ed0e4e7f96ee39c29e5aae352afb31ac9bd36e0 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Feb 21 14:35:39 2020 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 25 09:48:08 2020 +1030 |
tree | a5815306465c2fcef70094dc3f0f5b1208b4c242 | |
parent | 9836e2b33a90735f579ff2beb0cd2473661885cb [diff] |
console-client: Improve failure-to-connect warning Print the abstract socket path to which we failed to connect. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I62b3656d5aeda655dcb89e53beccb02f0046661c
Note: In addition to a toolchain and autoconf tools, this requires autotools-archive
to be installed.
To build this project, run the following shell commands:
./bootstrap.sh ./configure ${CONFIGURE_FLAGS} make
To fully clean the repository, run:
./bootstrap.sh clean
Running the server requires a serial port (e.g. /dev/ttyS0):
touch obmc-console.conf ./obmc-console-server --config obmc-console.conf ttyS0
To connect to the server, simply run the client:
./obmc-console-client
To disconnect the client, use the standard ~.
combination.