From 209701e1cb7de5eb3c423f6ce0d9ba1f98fb4ec2 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 12 Aug 2013 17:01:45 -0400 Subject: [PATCH] system info Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index f6de7530f..5d5c4cab8 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -327,6 +327,18 @@ if [ $LIVETEST ]; then echo _.-~= Running perl live tests su - opensrf sh -c 'export PATH=/openils/bin:$PATH ; cd /home/opensrf/Evergreen/Open-ILS/src/perlmods/ ; make livecheck; echo Return Value = $?' echo End of perl live tests =~-._ + echo _.-~= Gathering system information + uname -a + echo 'select version();' | psql -At + echo '' + cat /proc/meminfo + echo '' + cat /proc/cpuinfo + echo '' + dpkg --list + echo '' + sudo cpan -l + echo End of system information =~-._ else cat <