Displaying 20 results from an estimated 10000 matches similar to: "Set hostname of guest during installation time"
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 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 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 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
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
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 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 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 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 27
3
Escape character
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 '^]', it does not escape.
The '--console' option makes no difference.
In
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 May 05
0
Re: Set hostname of guest during installation time
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 'try06' or 'debian' should do the
>>>>>
2020 Mar 30
0
Re: Set hostname of guest during installation time
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, these plugins were not introduced at the
>> same time. I
2020 May 05
0
Re: Set hostname of guest during installation time
On 5/5/2020 8:29 AM, Michal Privoznik wrote:
> 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:
2020 Mar 27
0
Re: Set hostname of guest during installation time
On 3/27/2020 5:28 PM, Michal Prívozník wrote:
> 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
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: Set hostname of guest during installation time
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 guest:
>>>
>>> virt-install --name=try06 --graphic
2020 Oct 19
0
Re: Set hostname of guest during installation time
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 guest:
>>>
>>> virt-install --name=try06 --graphic
2020 Mar 30
0
Re: Set hostname of guest during installation time
On 27. 3. 2020 20:49, john doe wrote:
> 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
2020 Mar 27
0
Re: Set hostname of guest during installation time
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 correct, following your example, I should be able to do:
>>
>> $ host