search for: try06

Displaying 20 results from an estimated 24 matches for "try06".

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, these plugins were not introduced at the >>> same time. I think that especially Debian has delayed libvirt_guest >>> plugin. You can check if both plugins...
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 check if both plugins exist: > > ls /usr/lib64/libnss...
2020 Mar 27
2
Re: Set hostname of guest during installation time
...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 nsswitch.conf. That's not how majority of SW work. Try: getent hosts try06 or: ssh try06 The majority will use gethostbyname() which will consult the nsswitch.conf and use modules defined there. In your case,...
2020 Mar 27
2
Re: Set hostname of guest during installation time
...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 nsswitch.conf. That's not how >> majority of SW work. Try: >> >> getent hosts try06 >> >> or: >> >> ssh try06 >> >> The majori...
2020 May 05
0
Re: Set hostname of guest during installation time
...ní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 >>>>> 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 ch...
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 other words, what is the best...
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 registered in libvirt. I don't think that > virt-install has wired up setting hostname, but it looks like it can do > it. I mean, use --name...
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
...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 none --pxe --network bridge=virbr0 >>> >>> This is the name of the guest registered in libvirt. I don't think that >>> virt-install has wired up setting hostname, but it looks lik...
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 > > > > "Starting install... > > Connected to domain try06 > > Escape character is ^]" > > > > When I try to do '^]', it does not escape. > > >...
2020 May 05
0
Re: Set hostname of guest during installation time
...5: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, these plugins were not introduced >>>>>> at the >>>>>> same time. I thin...
2020 May 05
3
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, these plugins were not introduced >>>>> at the >>>>> same time. I think that especially Debi...
2020 Mar 30
0
Re: Set hostname of guest during installation time
...>>> 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 nsswitch.conf. That's not how >>> majority of SW work. Try: >>> >>> getent hosts try06 >>> >>> or: >>> >>&...
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 think that especially Debian has delayed libvirt_guest >> plugin. You can check if both plugins exist: >> >...
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 name of the guest registered in libvirt. I don't think that > virt-install has wired up setting hostname, but it looks like it can do > it. I mean, use --n...
2020 Mar 27
0
Re: Set hostname of guest during installation time
...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 registered in libvirt. I don't think that >>>> virt-install has wired up setting hostna...
2020 Mar 27
0
Re: Set hostname of guest during installation time
...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 nsswitch.conf. That's not how > majority of SW work. Try: > > getent hosts try06 > > or: > > ssh try06 > > The majority will use gethostbyname() which will consult the &...
2020 Mar 27
2
Re: Escape character
...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 >> > > >> > > "Starting install... >> > > Connected to domain try06 >> > > Escape character is ^]" >> > > >> > > When I...
2020 Oct 19
1
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 registered in libvirt. I don't think that >>> virt-install has wired up setting hostname, but it looks lik...
2020 Mar 27
0
Re: Set hostname of guest during installation time
...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 none --pxe --network bridge=virbr0 >> >> This is the name of the guest registered in libvirt. I don't think that >> virt-install has wired up setting hostname, but it looks like it can do >>...