1KSPLICE-UNDO(8) Ksplice KSPLICE-UNDO(8)
2
3
4
6 ksplice-undo - Undo a Ksplice update that has been applied to the
7 running kernel
8
10 ksplice-undo [OPTIONS] KSPLICE_ID
11
13 ksplice-undo takes as input a Ksplice identification tag, as reported
14 by ksplice-view(8), and it reverses that update within the running
15 binary kernel.
16
18 --debug Reverses the update with debugging output enabled. Recommended
19 only for debugging.
20
21 --debugfile=filename
22 Sets the location where debugging output should be saved.
23 Implies --debug.
24
25 --raw-errors
26 Print only raw error information designed to be machine-
27 readable on standard error (standard output is still intended
28 to be human-readable). If ksplice-undo fails due to an error
29 from the Ksplice kernel modules, the first line on standard
30 error will be a Ksplice abort code (see the Ksplice source code
31 for documentation on these codes). Further lines will vary
32 depending on the abort code. If ksplice-undo fails for any
33 other reason, it will output the line "OTHER\n", followed by a
34 human-readable failure message, to standard error.
35
37 ksplice-create(8), ksplice-apply(8), ksplice-view(8)
38
40 Please report bugs to <devel@ksplice.com>.
41
43 Jeff Arnold, Anders Kaseorg, and Tim Abbott
44
46 Copyright (C) 2007-2009 Ksplice, Inc.
47
48 This is free software and documentation. You can redistribute and/or
49 modify it under the terms of the GNU General Public License, version 2.
50
51
52
53Ksplice v0.9.9 2009-09-10 KSPLICE-UNDO(8)