Displaying 20 results from an estimated 2000 matches similar to: "Fwd: Re: Opensuse 10.3 does not charge dom0"
2009 Sep 21
0
Clarify TTY and virtual consoles
Hi,
I need some help to clarify TTY and virtual consoles. Thanks a lot.
1. I learned that to switch from one TTY to another, one must be at the physical machine. Does the same apply to virtual consoles?
2. My /etc/inittab includes the following. Does that mean there's only one instance of TTY on my CentOS?
...
#
2013 Jan 19
1
Serial console
I am trying to get a CentOS 6.3 serial console to work with IPMI SOL. I think I
have everything working but maybe the wrong baud rate on the getty:
$ ipmitool -I lanplus -U root -H 10.0.0.14 sol activate
Password:
[SOL Session operational. Use ~? for help]
??????????
10.0.0.14 is the DRAC IP address of the CentOS 6.3 box. It accepts the password
and connects me to the console but then when I
2008 Nov 19
0
Clean serial console setup when using an USB to serial converter
Hello all,
I'd like to connect to a CentOS 5.2 system's console through a
null-modem cable. An USB to serial converter is connected to that
system's USB port.
When using this configuration statement in "/etc/inittab"...
...
# Run gettys on serial line (that is, a serial line connected to USB0)
usb0:12345:respawn:/sbin/agetty -L ttyUSB0 9600 vt100
...
...I get these
2009 Nov 19
1
serial console config package?
I've been installing CentOS via PXE and using a serial console
interface. The installation works great. I notice that during the
install process, the following line gets added automatically to
/etc/inittab:
co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav
Which package does this? Is it kudzu? Thanks for any insights.
--
Jiann-Ming Su
"I have to decide between two equally
2010 Apr 29
9
illegal root login on `hvc0''
Hi,
I''m running Xen 4 on Slack64. I haven''t console login prompt to domU until
I changed xvc0 to hvc0 on /etc/inittab file. No I have access to login but
whenever I try to login I get this error from /var/adm/secure file
root@darkstar:/var/adm# cat secure
Apr 28 22:49:22 darkstar login[1286]: ILLEGAL ROOT LOGIN on `hvc0''
Apr 28 22:49:45 darkstar last message repeated
2006 Jun 30
1
/etc/inittab: Serial access/ Console Server
>On Thu, 2006-06-29 at 20:48 -0700, Chris Fox wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Rodrigo Barbosa wrote:
>>
>> > you might want to try agetty:
>> >
>> > T0:23:respawn:/sbin/agetty 9600 ttyS0 vt100
>> >
>> > Not sure if it will work, but seems likely.
>> >
>> I've always
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic.
> Related question - what physical device does /dev/xvc0 refer to? What can
> I
> connect to get to the agetty running on this device?
>
xvc0 is a xen virtual console and does not correspond directly to a physical
device that I am aware of.
Yves-Gaël Chény seemed to have answered the second part of the question:
>
2013 Dec 21
1
Serial Console Config in 6.5
Alle,
After upgrading from 6.4 to 6.5, our serial console configuration non
longer work. We have the following upstart file:
[cwfox at hilo ~]$ cat /etc/init/ttyS0.conf
# ttyS0 - agetty
#
# This service maintains a agetty on ttyS0.
stop on runlevel [S016]
start on runlevel [23]
respawn
exec agetty -h -L -w /dev/ttyS0 115200 vt100
[cwfox at hilo ~]$
And the following in /etc/securetty:
2008 Sep 01
10
Unable to xm console in a running domU
Hi list,
I am running a virtualized server. Dom0 uses Xen 3.2.1 with Debian
Etch and a custom kernel 2.6.21 created by my webhosting company.
I install my domU using debootstrap for a Debian Etch with
2.6.18-6-xen-amd64 kernel. Everything works well except the fact that
once the VM is started I cannot "xm console" into it. It only works
while it is booting and while it is shutting
2008 Jan 01
2
Opensuse 10.3 does not charge dom0
I decided to upgrade from openSuse 10.2 to openSuse 10.3. I installed xen things, but when I boot using xen option the system is blocked. It appears the green window, with little suse logo in the middle, and mouse cursor, but the system crashes.
My computer is a Pentium 4 1,5 GHz, 512 MB of RAM.
I attached "diff boot.msg boot.omsg" (as diff opensuse-normal-kernel opensuse-xen-kernel)
2007 May 23
2
xen remote console and multiple admins
Hello,
I''m enjoying my Xen quest very much thus far.
Q: How does one handle the situation of multiple
root users on dom0
trying to `xm console'' to the same guest?
I was unable to use the virtual console at all until I
added a line to
inittab for agetty to spawn on xvc0. Now I''m not sure of
an elegant solution
for supporting multiple consoles (possible?), or even
2008 Feb 16
0
Fwd: UNS: Re: Re: [Xen-devel] windows pv drivers released at www.halsign.com
---------- Forwarded Message ----------
Subject: UNS: Re: [Xen-users] Re: [Xen-devel] windows pv drivers released at
www.halsign.com
Date: Saturday 16 February 2008
From: jim burns <jim_burn@bellsouth.net>
To: jim burns <jim_burn@bellsouth.net>
On Saturday 16 February 2008 07:05:55 am you wrote:
> Checking the install instructions: (
>
2010 Feb 01
3
Not able to redirect console msgs to serial port
Hi,
Iam using cento-5.3 on x86 machine and iam working to get the console
messages redirected to serial port.
I have made the necessary changes in the /etc/inittab file.
- - - - -
id:3:initdefault
.
.
so:12345:respawn:/sbin/agetty ttyS0 9600 vt100
- - - -- -
and also in /etc/grub.conf file
- - - -
serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 terminal
--timeout=10 serial
.
.
2010 Apr 12
1
[PATCH] Converter: Update xvc0 console to ttyS0
This change updates a guest which uses Xen's xvc0 to use ttyS0 instead. In a
related change, it also makes a console a 'standard device' will always be
configured.
---
lib/Sys/VirtV2V/Converter.pm | 5 +++-
lib/Sys/VirtV2V/Converter/Linux.pm | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletions(-)
diff --git
2009 May 29
1
Centos Xen dom0 and Debian domU
I have got a Centos 5.3 i386.
I would like to install a Debian Lenny paravirtualized domU. I have a free partition so, I use this script to install Debian.
http://people.debian.org/~joeyh/d-i/images/daily/netboot/xen/xm-debian.cfg
And these are the instructions:
http://wiki.debian.org/Xen#DomU.28guest.29
Installation was successfully.
But restart not.
I got:
xm create -c xm-debian.cfg
Using
2016 May 16
0
Login Console on ttyUSB0
Kernel parameters aside (console=ttyUSB0 console=tty0), I am trying to get
a login console working on a USB-to-serial adapter.
systemctl enable serial-getty at ttyUSB0.service
systemctl start serial-getty at ttyUSB0.service
This works without issue on Debian 8. However when running the same on
CentOS 7, my logs are filled with:
May 16 12:44:58 localhost.localdomain systemd[1]: Starting Serial
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
2008 Feb 24
3
Fwd: Re: Xen 3.1, Fedora 8 and PCI passthrough
---------- Forwarded Message ----------
Subject: Re: [Xen-users] Xen 3.1, Fedora 8 and PCI passthrough
Date: Sunday 24 February 2008
From: jim burns <jim_burn@bellsouth.net>
To: deshantm@gmail.com
On Friday 22 February 2008 09:34:17 pm Todd Deshane wrote:
> The configuration in both python and SXP format is covered in the xen user
> manual [0].
>
> Fedora still does make a
2008 Jan 30
0
Fwd: Re: Problems running Debian as Guest System on SLES10 Dom0
---------- Forwarded Message ----------
Subject: Re: [Xen-users] Problems running Debian as Guest System on SLES10
Dom0
Date: Tuesday 29 January 2008
From: jim burns <jim_burn@bellsouth.net>
To: deshantm@gmail.com
On Tuesday 29 January 2008 11:21:09 am Todd Deshane wrote:
> Why doesn''t sles 10 have pygrub? pygrub comes with Xen.
Old problem that was covered in this list a
2008 Feb 28
0
Fwd: Re: Release 0.8.0 of GPL PV Drivers for Windows
---------- Forwarded Message ----------
Subject: Re: [Xen-users] Release 0.8.0 of GPL PV Drivers for Windows
Date: Wednesday 27 February 2008
From: jim burns <jim_burn@bellsouth.net>
To: "James Harper" <james.harper@bendigoit.com.au>
On Wednesday 27 February 2008 08:50:33 pm you wrote:
> 64 bit xen
> 64 bit dom0
> 32 bit domu
Thought so. I read Andy''s