search for: vty_init

Displaying 5 results from an estimated 5 matches for "vty_init".

Did you mean: tty_init
2014 Mar 31
1
OOPS in hvc / virtconsole
...74098] [<ffffffff8168ae09>] __schedule+0x4a9/0x740 [ 0.474098] [<ffffffff8168b0c9>] schedule+0x29/0x70 [ 0.474098] [<ffffffff8106fca7>] do_exit+0x6a7/0xa20 [ 0.474098] [<ffffffff810be9f8>] ? console_unlock+0x1e8/0x3f0 [ 0.474098] [<ffffffff81d69c60>] ? vty_init+0x174/0x174 [ 0.474098] [<ffffffff8168f4ac>] oops_end+0x9c/0xe0 [ 0.474098] [<ffffffff81683092>] no_context+0x27e/0x28b [ 0.474098] [<ffffffff81d69c60>] ? vty_init+0x174/0x174 [ 0.474098] [<ffffffff81683112>] __bad_area_nosemaphore+0x73/0x1ca [ 0.474098]...
2014 Mar 31
1
OOPS in hvc / virtconsole
...74098] [<ffffffff8168ae09>] __schedule+0x4a9/0x740 [ 0.474098] [<ffffffff8168b0c9>] schedule+0x29/0x70 [ 0.474098] [<ffffffff8106fca7>] do_exit+0x6a7/0xa20 [ 0.474098] [<ffffffff810be9f8>] ? console_unlock+0x1e8/0x3f0 [ 0.474098] [<ffffffff81d69c60>] ? vty_init+0x174/0x174 [ 0.474098] [<ffffffff8168f4ac>] oops_end+0x9c/0xe0 [ 0.474098] [<ffffffff81683092>] no_context+0x27e/0x28b [ 0.474098] [<ffffffff81d69c60>] ? vty_init+0x174/0x174 [ 0.474098] [<ffffffff81683112>] __bad_area_nosemaphore+0x73/0x1ca [ 0.474098]...
2014 Oct 08
3
CentOS 7 kernel console under KVM?
...ad (no idea how to set the boot loader to use that); when I set that on the kernel command line, the kernel crashes during boot with: kernel tried to execute NX-protected page - exploit attempt? (uid: 0) BUG: unable to handle kernel paging request at ffffffff81a4cfec IP: [<ffffffff81a4cfec>] vty_init+0x174/0x174 PGD 18d3067 PUD 18d4063 PMD 3d9e1063 PTE 8000000001a4c163 If I don't do either, I can add a getty on hvc0 with "systemctl enable serial-getty at hvc0.service", but that doesn't get me the boot loader or kernel messages. -- Chris Adams <linux at cmadams.net>
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths