1RETRACE-SERVER-INT(1)        Retrace Server Manual       RETRACE-SERVER-INT(1)
2
3
4

NAME

6       retrace-server-interact - use Retrace server's chroot for interactive
7       debugging.
8

SYNOPSIS

10       retrace-server-interact [-h] [--priv] task_id action
11

DESCRIPTION

13       The tool makes Retrace server's chroot available for interactive
14       debugging. It enables user to jump into the chroot and execute the
15       correct tool (gdb/crash), automatically loading all relevant files.
16

ACTIONS

18       shell
19           Jump to a shell. Not available if mock chroot is not used. This is
20           the case of vmcores from the same architecture as host system.
21
22       gdb
23           Run GDB, load executable and coredump and jump to prompt. Only
24           available for binary crashes (coredumps).
25
26       crash
27           Run Crash, load vmcore and vmlinux and jump to prompt. Only
28           available for kernel crashes (vmcores).
29
30       printdir
31           Print the directory of the task.
32
33       delete
34           Delete the task. Use with caution (there is no undo).
35
36       set-success
37           Force task status to success. This may be useful if a task has been
38           marked as "failed" by retrace-server but a user has other knowledge
39           it is still useful. This will avoid a possible early deletion of
40           the task by retrace-server-cleanup which uses the
41           DeleteFailedTaskAfter configuration setting.
42
43       set-fail
44           Force task status to fail. This may be useful if a task has been
45           marked as "success" by retrace-server but a user has other
46           knowledge it is not useful. This will allow a possible early
47           deletion of the task by retrace-server-cleanup which uses
48           DeleteFailedTaskAfter configuration setting.
49

OPTIONS

51       -h
52           Display help and exit.
53
54       --priv
55           Use the chroot as privileged user.
56

AUTHORS

58       •   Michal Toman <_mtoman@redhat.com_[1]>
59

NOTES

61        1. _mtoman@redhat.com_
62           mailto:_mtoman@redhat.com_
63
64
65
66retrace-server 1.24.0             05/24/2021             RETRACE-SERVER-INT(1)
Impressum