system info
authorJason Etheridge <jason@esilibrary.com>
Mon, 12 Aug 2013 21:01:45 +0000 (17:01 -0400)
committerJason Etheridge <jason@esilibrary.com>
Mon, 12 Aug 2013 21:01:45 +0000 (17:01 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index f6de753..5d5c4ca 100755 (executable)
@@ -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 <<EOF
 * Test the system