This file is indexed.

/usr/share/astk/HELP/ENG/item_323.txt is in code-aster-gui 1.8.4-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Frequent problems:

--------------------
Error:  Nothing happens when one tries:
	to launch a calculation, 
	to publish a file or 
	to open a terminal on a distant server or
or one gets Code return = 2, Profile Copy failed in the message window when launching a calculation"

Solution: It is probable that the local machine cannot communicate correctly with the remote server. The communications using the protocol rcp/rsh, the rhosts files on the local machine and the remote servers must be correctly installed. One can check it by leaving astk, and by starting again it in this manner:

   astk -- debug 0 -- check (- - debug 0 is used to limit the impressions)

Carefully see the information which is printed. Astk provides information on the environment variable DISPLAY (check that it is correctly defined), and test connection between the machine where astk is launched and the remote servers. In the event of a connection problem with a server, astk suggests a modification of the rhosts file of the target machine.

--------------------
Error :
"The results are not copied, error like '<F>_SYSTEM'..."

Solution :
Check that the disk amount you use is not over the limits on the calculation server and also on the machine where you launched astk. Check your quota (for example, run the command : 'quota' or 'quota -v', ask your local system administrator).

--------------------
Error:
"When a calculation in batch is started, there is a message: The number of the job and the class could not be recovered" (Quand on soumet un calcul en batch, on a le message : Le numero du job et la classe n'ont pas pu etre recuperes)

Solution:
The time or the required memory is probably beyond the limits of the classes of work. See the message window, there is probably a message like "Cannot exceed queue's hardware limit(s)". Decrease the time or the memory, or explictly choose a class batch which agrees with the additional options.

--------------------
Error:
"While clicking on default value the file name remains empty"

Solution:
This function uses the name of the profile to determine a default value, it is necessary to record the profile before being able to use this function.

--------------------
Error:
"On the reference machine: the behaviors in batch and interactive are different"

Solution:
It is possible. In batch, Code_Aster is launched by AGLA scripts, in the interactive mode, it uses as_run. Send an issue (note) with the differences.

--------------------
Error:
The "Execution machine" and "Version" buttons are blank.

Solution:
The permissions of the "./flasheur" sub-directory does not have write permissions for the user (maybe it is owned by "root:root"). This may appear when astk or as_run have been called under a sudo/su command.



Contributors : JMB (2007-2008)