You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/11/12 21:09:40 UTC

svn commit: r1541214 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4: admin/admin-commands.tex install.tex

Author: challngr
Date: Tue Nov 12 20:09:40 2013
New Revision: 1541214

URL: http://svn.apache.org/r1541214
Log:
UIMA-3012 Single-user mode for check_ducc as well, to bypass the duccling permission checks.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex?rev=1541214&r1=1541213&r2=1541214&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex Tue Nov 12 20:09:40 2013
@@ -284,6 +284,9 @@ check_ducc -n nlist1 -n nlist2 
               Use this to forcibly kill a component using kill -9. This should only be used if {\em stop\_ducc}
               or {\em check\_ducc -i} does not work.  
 
+            \item[-s, --single\_user] \hfill \\
+              Bypass the multi-user permission checks normally done on the ducc\_ling utility.
+
           \item[--nothreading] If specified, the command does not run in multi-threaded mode
             even if it is supported on the local platform.
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex?rev=1541214&r1=1541213&r2=1541214&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex Tue Nov 12 20:09:40 2013
@@ -218,7 +218,7 @@ single system.
 To run the verification, issue these commands.
 \begin{enumerate}
   \item cd \duccruntime/admin 
-  \item ./check\_ducc
+  \item ./check\_ducc -s
   
     Examine the output of check\_ducc.  If any errors are shown, correct the errors and rerun
     check\_ducc until there are no errors.