source: tags/arb_5.1/HELP_SOURCE/oldhelp/exec_bug.hlp

Last change on this file was 2986, checked in by westram, 20 years ago

fixed link note

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7SUB     arb_commands.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           How to fix an 'exec' problem ?
13
14OCCURRENCE      NDS + ACI exec - command
15
16DESCRIPTION     If you use the exec command in the NDS window then
17                you might have to wait extremely long:
18
19                        number of species *
20                        execution time of the command
21                        (5000 species, 1.5 sec/exec) -> 2 hour waiting.
22
23SECTION         WHAT TO DO
24
25                The only way the to remove the exec command is:
26                run arb_panic on any shell
27                save the database to /tmp/panic.arb
28                edit /tmp/panic.arb
29                search the exec command
30                replace it by the 'echo' command
31                save file
32                test it with 'arb /tmp/panic.arb'
33                If everything works fine save it in your home directory
34                enter 'arb_clean' on any shell
35                remove /tmp/panic.arb
36
37WARNINGS        Test your database very carefully because it may not be
38                consistent.
39                Check sequence checksum
40
41BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.