[Bug 407187] New: [Novell:NTS/ntsutils]

https://bugzilla.novell.com/show_bug.cgi?id=407187 Summary: [Novell:NTS/ntsutils] Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: jrecord@novell.com ReportedBy: jhatch@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- /var/log/mcelog should be included in the tarball. Also, prior to collecting that file the mcelog command should be run to flush any existing MCE's to the log. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=407187 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=407187 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=407187#c1 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jason Record <jrecord@novell.com> 2008-07-09 09:13:59 MDT --- Fix check in. Index: trunk/scripts/supportconfig =================================================================== --- trunk/scripts/supportconfig (revision 11) +++ trunk/scripts/supportconfig (revision 12) @@ -1,7 +1,7 @@ #!/bin/bash -SVER=2.19-62 -SDATE="2008 07 03" +SVER=2.19-63 +SDATE="2008 07 09" ############################################################################## # supportconfig - Gathers system troubleshooting information for NTS. @@ -783,6 +783,8 @@ test $OPTION_BOOT -eq 0 && { echolog Excluded; return 1; } OF=boot.txt log_cmd $OF "uname -a" + test -e /usr/sbin/mcelog && log_cmd $OF "/usr/sbin/mcelog --ignorenodev --filter --dmi" + test -s /var/log/mcelog && conf_files $OF /var/log/mcelog KERNELS=$(cat $LOG/$RPMFILE | grep 'kernel-' | awk '{print $1}') for KERNEL in $KERNELS do -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=407187 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=407187#c2 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Jason Record <jrecord@novell.com> 2008-08-01 09:32:23 MDT --- Closed. Released through OBS http://en.opensuse.org/NTSutils -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com