Mailinglist Archive: opensuse-bugs (13239 mails)

< Previous Next >
[Bug 405435] [Novell:NTS/ntsutils] Add NSS stats
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 3 Jul 2008 16:11:34 -0600 (MDT)
  • Message-id: <20080703221134.3E25CCC6B7@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=405435

User jrecord@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=405435#c1


Jason Record <jrecord@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED




--- Comment #1 from Jason Record <jrecord@xxxxxxxxxx> 2008-07-03 16:11:33 MDT
---
Fixed

Index: trunk/scripts/supportconfig
===================================================================
--- trunk/scripts/supportconfig (revision 7)
+++ trunk/scripts/supportconfig (revision 8)
@@ -1,7 +1,7 @@
#!/bin/bash

-SVER=2.19-60
-SDATE="2008 06 13"
+SVER=2.19-62
+SDATE="2008 07 03"

##############################################################################
# supportconfig - Gathers system troubleshooting information for NTS.
@@ -1028,6 +1028,13 @@
do
test -e $i && conf_files $OF $i
done
+ if [ -d /_admin/Manage_NSS ]; then
+ NSS_DIR="/_admin/Manage_NSS"
+ else
+ NSS_DIR="/admin/Manage_NSS"
+ fi
+ FILES="$NSS_DIR/BufferCache.xml $NSS_DIR/FileStats.xml
$NSS_DIR/NameCache.xml $NSS_DIR/ObjectCache.xml $NSS_DIR/GeneralStats.xml"
+ conf_files $OF $FILES
echolog Done
else
echolog Skipped


--
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.

< Previous Next >
References