Displaying 20 results from an estimated 4000 matches similar to: "Escape character"
2020 Mar 27
3
Re: Escape character
On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
> On a Friday in 2020, john doe wrote:
> > Hi,
> >
> > I'm trying to understand how to use the escape character '^]' with the
> > below command:
> >
> > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
> > --console pty,target_type=serial
> >
> >
2020 Mar 27
2
Re: Escape character
On a Friday in 2020, Erik Skultety wrote:
>On Fri, Mar 27, 2020 at 01:48:58PM +0000, Daniel P. Berrangé wrote:
>> On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
>> > On a Friday in 2020, john doe wrote:
>> > > Hi,
>> > >
>> > > I'm trying to understand how to use the escape character '^]' with the
>> > >
2020 Mar 27
0
Re: Escape character
On Fri, Mar 27, 2020 at 01:48:58PM +0000, Daniel P. Berrangé wrote:
> On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
> > On a Friday in 2020, john doe wrote:
> > > Hi,
> > >
> > > I'm trying to understand how to use the escape character '^]' with the
> > > below command:
> > >
> > > virt-install --name=try06
2020 Mar 27
4
Re: Set hostname of guest during installation time
On 27. 3. 2020 16:48, Michal Prívozník wrote:
> On 27. 3. 2020 14:57, john doe wrote:
>> Hi,
>>
>> I would like to set the hostname when installing a guest, with the below
>> command the hostname is not set to 'try06' in the guest:
>>
>> virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
>
> This is the name of the guest
2020 Mar 27
3
Set hostname of guest during installation time
Hi,
I would like to set the hostname when installing a guest, with the below
command the hostname is not set to 'try06' in the guest:
virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
How can I set the hostname of the guest during installation time?
I realy appriciate the support I'm getting in here, I'm fairly new to
libvirt.
--
John Doe
2020 Mar 27
2
Re: Set hostname of guest during installation time
On 27. 3. 2020 17:23, john doe wrote:
> On 3/27/2020 5:13 PM, Michal Prívozník wrote:
>> On 27. 3. 2020 16:48, Michal Prívozník wrote:
>>> On 27. 3. 2020 14:57, john doe wrote:
>>>> Hi,
>>>>
>>>> I would like to set the hostname when installing a guest, with the below
>>>> command the hostname is not set to 'try06' in the
2020 Mar 27
0
Re: Escape character
On a Friday in 2020, john doe wrote:
>Hi,
>
>I'm trying to understand how to use the escape character '^]' with the
>below command:
>
>virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
>--console pty,target_type=serial
>
>"Starting install...
>Connected to domain try06
>Escape character is ^]"
>
>When I try to do
2020 Mar 27
1
Re: Set hostname of guest during installation time
On Fri, 2020-03-27 at 16:48 +0100, Michal Prívozník wrote:
> On 27. 3. 2020 14:57, john doe wrote:
> > Hi,
> >
> > I would like to set the hostname when installing a guest, with the below
> > command the hostname is not set to 'try06' in the guest:
> >
> > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
>
> This is the
2020 Oct 19
1
Re: Set hostname of guest during installation time
On 10/19/20 5:59 PM, john doe wrote:
> On 3/27/2020 5:13 PM, Michal Prívozník wrote:
>> On 27. 3. 2020 16:48, Michal Prívozník wrote:
>>> On 27. 3. 2020 14:57, john doe wrote:
>>>> Hi,
>>>>
>>>> I would like to set the hostname when installing a guest, with the
>>>> below
>>>> command the hostname is not set to
2020 Mar 27
2
Re: Set hostname of guest during installation time
On 3/27/2020 8:29 PM, john doe wrote:
> On 3/27/2020 7:36 PM, Michal Prívozník wrote:
>> On 27. 3. 2020 19:23, john doe wrote:
>>> Okay, I have installed the pluging, do you mind explaning how this
>>> should work?:
>>>
>>> $ grep host /etc/ns*
>>> hosts: files libvirt_guest dns
>>>
>>>
>>> If I'm
2020 Mar 27
2
Re: Set hostname of guest during installation time
On 27. 3. 2020 19:23, john doe wrote:
> Okay, I have installed the pluging, do you mind explaning how this
> should work?:
>
> $ grep host /etc/ns*
> hosts: files libvirt_guest dns
>
>
> If I'm correct, following your example, I should be able to do:
>
> $ host try06
>
> What am I missing.
'host' does DNS directly, regardless of
2020 Mar 30
2
Re: Set hostname of guest during installation time
On 30. 3. 2020 15:26, john doe wrote:
> On 3/30/2020 1:20 PM, Andrea Bolognani wrote:
>> On Mon, 2020-03-30 at 12:04 +0200, Michal Prívozník wrote:
>>> On 27. 3. 2020 20:49, john doe wrote:
>>>> If my understanding is correct, using 'try06' or 'debian' should do the
>>>> same thing?
>>>
>>> Yes, that is the idea. However,
2020 May 05
3
Re: Set hostname of guest during installation time
On 5/5/20 8:11 AM, john doe wrote:
> On 3/30/2020 4:10 PM, Michal Prívozník wrote:
>> On 30. 3. 2020 15:26, john doe wrote:
>>> On 3/30/2020 1:20 PM, Andrea Bolognani wrote:
>>>> On Mon, 2020-03-30 at 12:04 +0200, Michal Prívozník wrote:
>>>>> On 27. 3. 2020 20:49, john doe wrote:
>>>>>> If my understanding is correct, using
2020 Mar 30
2
Re: Set hostname of guest during installation time
On Mon, 2020-03-30 at 12:04 +0200, Michal Prívozník wrote:
> On 27. 3. 2020 20:49, john doe wrote:
> > If my understanding is correct, using 'try06' or 'debian' should do the
> > same thing?
>
> Yes, that is the idea. However, these plugins were not introduced at the
> same time. I think that especially Debian has delayed libvirt_guest
> plugin. You can
2014 Jan 16
2
vnc port/listen address ignored when setting machine?
Hi,
First of all, I hope it's not a big problem - I'm running on Debian, not
Redhat.
To my problem: I'm starting to learn virtualization, libvirt, and
decided to create some test machine. I did it with:
virt-install --name debian-test \
--os-type=linux \
--os-variant=debianwheezy \
--cdrom /media/media/software/iso/debian-testing-amd64-netinst-2014-01-16.iso \
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Linux
2014 Jan 16
1
Re: vnc port/listen address ignored when setting machine?
On 01/16/2014 05:10 PM, Ján Tomko wrote:
> On 01/16/2014 04:51 PM, hubert depesz lubaczewski wrote:
>
> What is the address reported by 'netstat -tnp'?
Oops, 'nestat -tlnp'.
>
> Jan
>
2018 May 05
1
Re: changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings Jano,
> Sent: Thursday, May 03, 2018 at 1:44 PM
> From: "Ján Tomko" <jtomko@redhat.com>
> To: daggs <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: [libvirt-users] changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
>
> On Wed, May 02, 2018 at 07:29:23PM +0200, daggs wrote:
> >Greetings,
2015 Feb 12
3
way to see the bootmenu via serial?
Maybe this should go to the qemu mail list, but I have domains configured
to dump to serial. Works fine I see Grub menu/kernel messages and the like,
but the "bootmenu" listing only shows up over vnc. Is there a way to have
that show up over serial?
I definitely can hit up the qemu mail list as well if inappropriate for here
2013 Aug 16
1
Re: Error while adding volume through virsh
Hi Ján,
Thanks a lot for the suggestion. It worked and volume is added to the
datastore. Now if I try to start the node it gives an error saying:
Error: internal error: Could not start domain: FileNotFound - File
[datastore1] testNode/cluster.vmdk was not found."
But .vmdk file exist at this location. What is going wrong here can anyobe
plz suggest. Below is my xml:
<domain