Displaying 20 results from an estimated 19720 matches for "consoled".
Did you mean:
console
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated page for AWS AMI images ID and link
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new 34ad21c Updated page for AWS AMI images ID and link
34ad21c is described below
commit 34ad21c7bdf8b4190fed5ab9facc149199598da2
Author: Fabian Arrotin <arrfab at
2008 Feb 27
1
xen: Make hvc0 the preferred console in domU
This makes the Xen console just work. Before, you had to ask for it
on the kernel command line with console=hvc0
Signed-off-by: Markus Armbruster <armbru at redhat.com>
---
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 49e5358..df63185 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -25,6 +25,7 @@
#include <linux/mm.h>
#include
2012 Feb 22
2
[PATCH] qemu-xen: ignore console disconnect events from console/0
qemu-xen: ignore console disconnect events for console/0
The first console has a different location compared to other PV devices
(console, rather than device/console/0) and doesn''t obey the xenstore
state protocol. We already special case the first console in con_init
and con_initialise, we should also do it in con_disconnect.
This patch should be applied to 4.1 too.
Signed-off-by:
2016 Sep 01
3
installing and accessing a VM? - newbie question maybe
wanted to follow up on that part (thanks about all comment suggestion regarding virt-viewer and vcn, etc. I will test them as well but would prefer the 'console way' if possible
On August 29, 2016 at 2:44 PM Martin Kletzander <mkletzan at redhat.com> wrote:
> * When you are connected you don't see anything because the VM doesn't
> have console properly set up,
2010 Feb 24
0
[PULL] virtio & lguest
(Will be away for a month from tomorrow, so this is an early pull request).
The following changes since commit 9f3a6284880ceea452903e2043c88d7226736318:
Linus Torvalds (1):
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
2010 Feb 24
0
[PULL] virtio & lguest
(Will be away for a month from tomorrow, so this is an early pull request).
The following changes since commit 9f3a6284880ceea452903e2043c88d7226736318:
Linus Torvalds (1):
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
Without console= arguments on the kernel command line, the first
console to register becomes enabled and the preferred console (the one
behind /dev/console). This is tty (assuming CONFIG_VT_CONSOLE is
enabled, which it commonly is).
This is okay as long tty is a useful console. But unless we have the
PV framebuffer, and it is enabled for this domain, tty0 in domU is
merely a dummy. In that
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
Without console= arguments on the kernel command line, the first
console to register becomes enabled and the preferred console (the one
behind /dev/console). This is tty (assuming CONFIG_VT_CONSOLE is
enabled, which it commonly is).
This is okay as long tty is a useful console. But unless we have the
PV framebuffer, and it is enabled for this domain, tty0 in domU is
merely a dummy. In that
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
Without console= arguments on the kernel command line, the first
console to register becomes enabled and the preferred console (the one
behind /dev/console). This is tty (assuming CONFIG_VT_CONSOLE is
enabled, which it commonly is).
This is okay as long tty is a useful console. But unless we have the
PV framebuffer, and it is enabled for this domain, tty0 in domU is
merely a dummy. In that
2011 Dec 06
5
Configure samba to not look for domain master browser
Hello
On my network there is no domain master browser, and my nmbd is spamming
my /var/log/messages file with messages that it cound not find one. Can
I configure nmbd not to look for the domain master browser ?
Thank you,
Timothy Madden
2016 Mar 10
1
Re: Zombie processes being created when console buffer is full
On Fri, Jan 29, 2016 at 10:25:08AM -0800, Peter Steele wrote:
>On 01/29/2016 05:08 AM, Peter Steele wrote:
>> We have been researching stuck zombie processes in our libvirt lxc
>> containers. What we found was:
>>
>> 1) Each zombie’s parent was pid 1. init which symlinks to systemd.
>> 2) In some cases, the zombies were launched by systemd, in others the
>>
2020 Nov 12
0
[centos/centos.org] branch master updated: Reflected new 7.9.2009 release and updated AMI IDs for AWS
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new d2b87a3 Reflected new 7.9.2009 release and updated AMI IDs for AWS
d2b87a3 is described below
commit d2b87a32dda9b2e3b16ad2a55343ae63d000a64d
Author: Fabian Arrotin <arrfab
2006 Jun 15
11
domU consoles
Hi
I have a couple of questions:
1. How do I exist from a domU console back to dom0 console (after
issuing xm console [domU])?
2. How do I setup a dom0/domU in order to get a tty login?
TIA
Paolo
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Aug 13
4
ruby script / console and models
Is it possible to access models when your in the console ? It seems
like that is not possible and I need to create the classes within the
console. Am I doing something wrong ?
Stuart
2016 Oct 19
3
[PATCH 0/2] builder: Add test that a serial console is set up for guest templates we supply.
The first of two sets of patches.
This checks that the templates we supply have the serial console
enabled, or in two cases, that the serial console can be enabled by
fiddling with some grub config.
The second set of patches (to follow) will test that the --password
and --root-password options work. This implementation of this is
quite complex.
Rich.
2005 Jun 16
2
Serial Console + VGA Console
Hi,
Trying to get vga console and a serial console to both work.
I can get either one to fully work but not both.
When using serial, I do still get a login prompt on the vga,
But not all the boot up output. Seems like half to the vga
and the rest to the serial port
I added lines to /etc/inittab
# console port
T0:12345:respawn:/sbin/agetty -L ttyS0 115200
And added to /etc/lilo.conf
2012 Jan 06
1
virt-v2v should add kernel console= to Xen->KVM converted guest's grub.conf
I'm using virt-v2v (0.8.3 currently) on EL6 to convert Xen guests to
KVM. I see how virt-v2v converts any existing references to xvc0 and
hvc0 serial console devices in /etc/inittab, /etc/securetty, and
grub.conf. However, my Xen DomU grub.conf's don't have any mention of
console= on the kernel lines, because the Xen DomU kernel defaults to
using the correct xvc0 console. As a
2010 Jan 18
2
[PATCH 00/32] virtio: console: Fixes, multiple devices and generic ports
Hey Rusty,
In this version:
- Assume only one inbuf; no input buffering for ports
- Remove the START/END delimiters for outgoing buffers
- Remove the header that was sent along with each buffer
- Remove unused buffers in the vqs at port remove time
- Send a guest port open message to the host when a console port is
attached
- Remove cached buffers when ports are closed / disconnected
- Send
2010 Jan 18
2
[PATCH 00/32] virtio: console: Fixes, multiple devices and generic ports
Hey Rusty,
In this version:
- Assume only one inbuf; no input buffering for ports
- Remove the START/END delimiters for outgoing buffers
- Remove the header that was sent along with each buffer
- Remove unused buffers in the vqs at port remove time
- Send a guest port open message to the host when a console port is
attached
- Remove cached buffers when ports are closed / disconnected
- Send
2015 Oct 02
1
hvc - hypervisor virtual console & virsh
Hi Fi,
cmdline: console=hvc0 systemd.wants=getty at hvc0
Connect via virt-manager - View / Text Consoles / Text Console no.:
Fedora 24 (Rawhide)
Kernel 4.3.0-0.rc3.git2.4.fc24.x86_64 on an x86_64 (hvc0)
localhost login: root
Last login: Fri Oct 2 17:28:36 on hvc0
# tty
/dev/hvc0
# systemctl status getty at hvc0.service
? getty at hvc0.service - Getty on hvc0
Loaded: loaded