1KSPLICE-APPLY(8) Ksplice KSPLICE-APPLY(8)
2
3
4
6 ksplice-apply - Apply an on-disk Ksplice update to the running kernel
7
9 ksplice-apply [OPTIONS] {UPDATE_TARBALL | UPDATE_TREE}
10
12 ksplice-apply takes as input a Ksplice update, as generated by
13 ksplice-create(8), and it applies the update to the running binary
14 kernel. The update may be supplied in the form of a tarball or an
15 unpacked tree.
16
17 The update is required to have been generated for the running kernel's
18 version.
19
21 --debug Applies the update with debugging output enabled. Recommended
22 only for debugging.
23
24 --debugfile=filename
25 Sets the location where debugging output should be saved.
26 Implies --debug.
27
28 --partial
29 Applies the update only to those modules which are loaded. Any
30 modules patched by the update that are not loaded are ignored
31 (without this option, Ksplice aborts if any modules patched by
32 the update are not loaded).
33
34 --raw-errors
35 Print only raw error information designed to be machine-
36 readable on standard error (standard output is still intended
37 to be human-readable). If ksplice-apply fails due to an error
38 from the Ksplice kernel modules, the first line on standard
39 error will be a Ksplice abort code (see the Ksplice source code
40 for documentation on these codes). Further lines will vary
41 depending on the abort code. If ksplice-apply fails for any
42 other reason, it will output the line "OTHER\n", followed by a
43 human-readable failure message, to standard error.
44
46 ksplice-create(8), ksplice-view(8), ksplice-undo(8)
47
49 Please report bugs to <devel@ksplice.com>.
50
52 Jeff Arnold, Anders Kaseorg, and Tim Abbott
53
55 Copyright (C) 2007-2009 Ksplice, Inc.
56
57 This is free software and documentation. You can redistribute and/or
58 modify it under the terms of the GNU General Public License, version 2.
59
60
61
62Ksplice v0.9.9 2009-09-10 KSPLICE-APPLY(8)