]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/kmsg/s390/vmur
UBUNTU: SAUCE: s390: kernel message catalog
[mirror_ubuntu-zesty-kernel.git] / Documentation / kmsg / s390 / vmur
CommitLineData
aea13bde
MS
1/*?
2 * Text: "The %s cannot be loaded without z/VM\n"
3 * Severity: Error
4 * Parameter:
5 * @1: z/VM virtual unit record device driver
6 * Description:
7 * The z/VM virtual unit record device driver provides Linux with access to
8 * z/VM virtual unit record devices like punch card readers, card punches, and
9 * line printers. On Linux instances that run in environments other than the
10 * z/VM hypervisor, the device driver does not provide any useful function and
11 * the corresponding vmur module cannot be loaded.
12 * User action:
13 * Load the vmur module only on Linux instances that run as guest operating
14 * systems of the z/VM hypervisor. If the z/VM virtual unit record device
15 * has been compiled into the kernel, ignore this message.
16 */
17
18/*?
19 * Text: "Kernel function alloc_chrdev_region failed with error code %d\n"
20 * Severity: Error
21 * Parameter:
22 * @1: error code according to errno definitions
23 * Description:
24 * The z/VM virtual unit record device driver (vmur) needs to register a range
25 * of character device minor numbers from 0x0000 to 0xffff.
26 * This registration failed, probably because of memory constraints.
27 * User action:
28 * Free some memory and reload the vmur module. If the z/VM virtual unit
29 * record device driver has been compiled into the kernel reboot Linux.
30 * Consider assigning more memory to your LPAR or z/VM guest virtual machine.
31 */
32
33/*?
34 * Text: "Unit record device %s is busy, %s refusing to suspend.\n"
35 * Severity: Error
36 * Parameter:
37 * @1: bus ID of the unit record device
38 * @1: z/VM virtual unit record device driver
39 * Description:
40 * Linux cannot be suspended while a unit record device is in use.
41 * User action:
42 * Stop all applications that work on z/VM spool file queues, for example, the
43 * vmur tool. Then try again to suspend Linux.
44 */
45
46/*? Text: "%s loaded.\n" */
47/*? Text: "%s unloaded.\n" */
48/*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */