[asterisk-commits] qwell: branch 1.6.0 r114140 - in /branches/1.6.0: ./ contrib/scripts/autosupport

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 15 12:17:53 CDT 2008


Author: qwell
Date: Tue Apr 15 12:17:53 2008
New Revision: 114140

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114140
Log:
Merged revisions 114139 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r114139 | qwell | 2008-04-15 12:17:37 -0500 (Tue, 15 Apr 2008) | 15 lines

Merged revisions 114138 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114138 | qwell | 2008-04-15 12:17:18 -0500 (Tue, 15 Apr 2008) | 7 lines

Update Digium autosupport script, for more useful information.

(closes issue #12452)
Reported by: angler
Patches:
      autosupport.diff uploaded by angler (license 106)

........

................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/contrib/scripts/autosupport

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/contrib/scripts/autosupport
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/contrib/scripts/autosupport?view=diff&rev=114140&r1=114139&r2=114140
==============================================================================
--- branches/1.6.0/contrib/scripts/autosupport (original)
+++ branches/1.6.0/contrib/scripts/autosupport Tue Apr 15 12:17:53 2008
@@ -86,6 +86,38 @@
   echo "CMDLINE INFO" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
   cat /proc/cmdline >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo >> $OUTPUT;
+
+  echo "------------------" >> $OUTPUT;
+  echo "KERNEL CONFIG" >> $OUTPUT;
+  echo "------------------" >> $OUTPUT;
+  echo "/lib/modules/$(uname -r)/build/.config:" >> $OUTPUT;
+  cat /lib/modules/$(uname -r)/build/.config >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo "/usr/src/linux/.config:" >> $OUTPUT;
+  cat /usr/src/linux/.config >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo >> $OUTPUT;
+
+  echo "------------------" >> $OUTPUT;
+  echo "ZAPTEL MODULE INFO" >> $OUTPUT;
+  echo "------------------" >> $OUTPUT;
+  modinfo /lib/modules/$(uname -r)/misc/*.ko >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo >> $OUTPUT;
+  
+  echo "------------------" >> $OUTPUT;
+  echo "OTHER INFO" >> $OUTPUT;
+  echo "------------------" >> $OUTPUT;
+  echo "/etc/*issues*:" >> $OUTPUT;
+  cat /etc/*issues* >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo "/etc/*release*:" >> $OUTPUT;
+  cat /etc/*release* >> $OUTPUT;
+  echo >> $OUTPUT;
+  echo "/etc/*motd*:" >> $OUTPUT;
+  cat /etc/*motd* >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
 




More information about the asterisk-commits mailing list