Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Use augeas to update securetty"
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
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 Jul 28
5
RHEL 6 guest support
The following patches add RHEL 6 guest support to virt-v2v. This was actually
quite a lot easier than I expected.
* [PATCH 1/4] Update virt-v2v.conf for RHEL 6 virtio support
* [PATCH 2/4] Check kudzu exists before attempting to disable it
* [PATCH 3/4] Use dracut rather than mkinitrd if it's available
* [PATCH 4/4] Properly convert RHEL 6 guest console
2010 Sep 06
6
augeas and /etc/securetty
Hi, I need to add one line to /etc/securetty, say it needs to be ttyS1. Do
not add it if ttyS1 already exists in file /etc/securetty.
How to achieve this using puppet module in puppet 2.5? This file is
different than the other examples using augeas, this one only has value per
line, not name-val pair.
Thanks,
Hai
--
You received this message because you are subscribed to the Google Groups
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
The SUSE converter itself, based on the RedHat converter. This supports
converting SLES 10/11 and openSUSE 10/11/12/13.
---
MANIFEST | 1 +
lib/Sys/VirtConvert/Converter/SUSE.pm | 2527 +++++++++++++++++++++++++++++++++
2 files changed, 2528 insertions(+)
diff --git a/MANIFEST b/MANIFEST
index 3724fde..615ec32 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,7
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
This is a proposed patch which changes the RedHat.pm converter to Linux.pm,
and adds support for SUSE guest conversion. This is first approach recommended
by Matt Booth in:
https://www.redhat.com/archives/libguestfs/2013-September/msg00076.html
Some aspects of this patch still need additional testing, and a couple of
changes are not foolproof (such as the lack of grub2 support in the menu.lst
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:
>
2011 Jan 20
1
[PATCH] Fix detection of an existing grub entry
There were 2 issues in the code which checked for an existing grub entry before
adding a new one.
Firstly, it didn't take account of the fact that the passed-in kernel path is
relative to root, whereas the grub entry is relative to the grub filesystem,
which is normally /boot.
Secondly, it expected return from inside eval{} to exit the function, when in
fact it only exits the eval.
---
2005 Oct 26
2
[Bug 1107] Honouring securetty file in HP-UX with UseLogin
http://bugzilla.mindrot.org/show_bug.cgi?id=1107
Summary: Honouring securetty file in HP-UX with UseLogin
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
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
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
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?
...
#
2010 Feb 16
1
[PATCH] GuestOS: Reload augeas after rpm installation and removal
---
lib/Sys/VirtV2V/GuestOS/RedHat.pm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/lib/Sys/VirtV2V/GuestOS/RedHat.pm b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
index cd2f8e6..380dacb 100644
--- a/lib/Sys/VirtV2V/GuestOS/RedHat.pm
+++ b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
@@ -862,6 +862,9 @@ sub remove_application
$g->command(['rpm', '-e',
2010 Aug 09
0
CentOS 5.5, XEN-4.0 (gitco), Kernel 2.6.34-xenified and Fedora11-PV
Hello,
im struggling with getting a Fedora 11 Domu up and running.
My Host is a HP DL380 g6 with CentOS 5.5 and XEN 4 from gitco installed.
The System runs several Linux-PV-DomUs like Debian Lenny, Ubuntu Lucid
and CentOS-55 without any problems.
But if i try to get stock F11 up and running.
Using Virt-install, xm create with KS-Install and Converting a working
HVM-Install did not suceed. The
2008 Mar 19
3
RPM verify weirdness
Hi all,
Can anyone explain this to me? (CentOS 4/5)
# rpm -qf /etc/exports
setup
# rpm -V setup
S.5....T c /etc/bashrc
S.5....T c /etc/printcap
..?..... c /etc/securetty
# echo '#### foo' > /etc/exports
# cat /etc/exports
#### foo
# rpm -V setup
S.5....T c /etc/bashrc
S.5....T c /etc/printcap
..?..... c /etc/securetty
I thought verify was supposed to check
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
2010 Apr 29
1
[PATCH] GuestOS: Fix augeas grub configuration
Augeas now configures the Grub lens for /boot/grub/menu.lst by default. The code
which was checking this was broken in the case where there was more than 1
included path.
We now check if /boot/grub/menu.lst is included. If it is, we don't reload. If
it isn't, we add it, but don't remove any other config first.
This fixes RHBZ#586822
---
lib/Sys/VirtV2V/GuestOS/RedHat.pm | 25
2010 May 14
1
[PATCH] Rely on new augeas lens for modules.conf and conf.modules
We were previously forcing the augeas Modprobe lens to match modules.conf and
conf.modules. It turns out that the contents of these files are quite different
to modprobe.conf, requiring a new lens.
This change keeps the logic which looks for where modules should go, but doesn't
update the augeas configuration. If there is no augeas lens for
/etc/modules.conf, any attempt to parse or modify it
2008 Sep 14
3
xen 3.3.0 etch sources console hangs
I installed xen 3.3.0 on a etch box from sources. I just modified the
standard kernel cause of some hardware drivers. I installed xen-tools
from backports (3.9-3~bpo40+1). To create a domU ist not the problem. I
can connect via ssh and everything works fine. But when i start a domU
with "xm create host.example.tld.cfg -c" to login to console from domU
it hangs after the message
2010 May 10
4
Begining with puppet.
Hi,
I am trying to do my first puppet configuration, already installed the
puppetserver and client, in this link show my configuration and my puppet
structure:
http://paste.pocoo.org/show/212227/
But when i run the client side daemon i get this message:
info: /Class[main]/Node[basenode]/Class[inittab]/File[inittab]/source: No
specified sources exist
err: