This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch lastwibbles in repository toolchain/lavabench.
commit f8f511fdeaaa5488fd873919c2570da0f210ade0 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 11:42:25 2015 +0200
Report 'early debugging' hostname and IP as early as possible
Change-Id: I35be2d62e6d065d2bef6fef4b8ddb8612c818ba4 --- bench-session | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bench-session b/bench-session index 525ef52..a95d425 100755 --- a/bench-session +++ b/bench-session @@ -1,4 +1,7 @@ #!/bin/bash +echo "Hostname for early debugging: $(cat /etc/hostname)" +echo "IP address for early debugging: $(hostname -I)" + mkdir -p ~/.ssh/ echo $1 >> ~/.ssh/authorized_keys echo "Public Key Installed: $1" @@ -6,8 +9,5 @@ echo "Public Key Installed: $1" /etc/init.d/ssh restart echo "sshd re-started"
-echo "Hostname for early debugging: $(cat /etc/hostname)" -echo "IP address for early debugging: $(hostname -I)" - lava-network broadcast eth0 sleep infinity