Commit 52d318a618c7f6210299e11c3ee7d12b638a426c

Authored by Jean-François Rey
1 parent b94490daf7
Exists in master

update doc

Showing 2 changed files with 25 additions and 2 deletions Side-by-side Diff

... ... @@ -3,11 +3,32 @@
3 3 # FAQ #
4 4 #################
5 5  
6   -1/ I've got "directory is locked"
  6 +1\ I've got "directory is locked"
7 7 ---------------------------------
8 8 That happens when a process is working on the show
9 9 or when a pass has not ending correctly.
10 10 To force the lock use option "-r"
  11 +
  12 +2\ Where are the log files ?
  13 +----------------------------
  14 + When OTMedia is launch with the option -c, it will create log files.
  15 + Each show got their own log file in their output directories.
  16 +
  17 + Info files :
  18 + info_p1.log
  19 + info_p2.log
  20 + info_p3.log
  21 + info_conf.log
  22 + info_exploitconf.log
  23 +
  24 + Error files :
  25 + error_p1.log
  26 + error_p2.log
  27 + error_p3.log
  28 + error_conf.log
  29 + error_exploitconf.log
  30 +
  31 +
11 32  
12 33  
13 34  
... ... @@ -29,7 +29,7 @@
29 29 -h : for help
30 30 -D : Debug mode
31 31 -v n : Verbose mode 1 low to 3 high
32   --c : Check results
  32 +-c : Check results (will check process and create log files)
33 33 -r : force to rerun a script, without deleting work already done
34 34  
35 35 2\ Main scripts
... ... @@ -198,6 +198,8 @@
198 198 or
199 199 $> OneScriptToRuleThemAll.sh -r -2 -C 2 -v 3 -f 4 110624FR2_20002100.wav /my/output/directory/
200 200  
  201 + Run with log file
  202 + $> OneScriptToRuleThemAll.sh -a -c -v3 -f4 110624FR2_20002100.wav /my/output/directory/
201 203  
202 204  
203 205 Good Luck ! Luke !