Displaying 20 results from an estimated 6000 matches similar to: "Determining when a guest booted / how long it's been running"
2020 Oct 01
2
Re: Determining when a guest booted / how long it's been running
daggs <daggs@gmx.com> writes:
> I'd assume that saying vm running you mean that the os is up and
> running too. I have similar need, I was able to get something as such
> to work using virsh console when the guest was a linux with serial
> console support enabled. I wasn't able to get this to work in a
> script as I was never able to terminate the console seesion as
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
On 10/1/20 3:42 AM, Digimer wrote:
> Hi all,
>
> ? Is there a way to tell when a tool made a change to guest (ie: used
> virt-manager to make a change)? Following, is there a way to check to
> see if there are changes queued to take effect when the guest next reboots?
>
You can listen for events. For changes to inactive XML you will get
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
On 2020-10-01 2:29 a.m., wferi@niif.hu wrote:
> daggs <daggs@gmx.com> writes:
>
>> I'd assume that saying vm running you mean that the os is up and
>> running too. I have similar need, I was able to get something as such
>> to work using virsh console when the guest was a linux with serial
>> console support enabled. I wasn't able to get this to work
2019 Apr 09
2
Network hooks for ethernet interfaces
Hi all,
I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to
be called when I attach an interface with type 'ethernet' with this
xml snippet:
<interface type='ethernet'>
<model type="virtio"/>
<source>
<ip address="10.100.0.1" prefix="24" peer="10.100.0.10"/>
</source>
2019 Apr 09
2
Re: Network hooks for ethernet interfaces
On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
> > Hi all,
> >
> > I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to
> > be called when I attach an interface with type 'ethernet' with this
> > xml snippet:
> >
> > <interface
2019 Apr 10
2
Re: Network hooks for ethernet interfaces
On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
>
> On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> >>
> >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
> >>> Hi all,
> >>>
> >>> I have a hook script, /etc/libvirt/hooks/network,
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20201001/8092a14e/attachment.htm>
2019 Apr 12
1
Re: Network hooks for ethernet interfaces
On Thu, Apr 11, 2019 at 10:43 PM Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
Hi Vasiliy,
>
> ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>:
> >
> > On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
> > >
> > > On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > > > On Tue, Apr 9, 2019 at 5:10 PM
2017 Jan 26
1
could not receive mails from dovecot pop3
Hi Greetings. I have windows server2012R2 and installed Hypervisor I have installed Ubuntu 16.04 server edition in Virtual machine(hyper-v 2012r2)
Postfix and dovecot are running
dovecot version :2.2.22 (fe789dz)
Able to send mail is ok. mail received in /var/mail/%u
could not receive mail from client Thunderbird.
2019 Nov 30
1
Re: virt-df for KVM
On Sat, Nov 30, 2019 at 06:49:29PM +0800, zxs11289 wrote:
> I face a problem on KVM using virt-df。 I have two computer,they
> have installed tools for KVM. The computer(ip 15)has no virtual
> machine and computer(ip 33)has two virtual machines。on the
> computer(ip33), i run the command “virt-df” if on the computer(ip15),
> i run the command “virt-df --connect
2019 Jan 04
4
Re: script called from qemu hook freezes.
Greetings Peter,
> Sent: Friday, January 04, 2019 at 4:47 PM
> From: "Peter Krempa" <pkrempa@redhat.com>
> To: daggs <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: [libvirt-users] script called from qemu hook freezes.
>
> On Thu, Jan 03, 2019 at 18:07:58 +0100, daggs wrote:
> > Greetings,
> >
> > I'm executing an
2018 May 02
2
Re: connecting host and guest vm using a dummy nic
Greetings Laine,
> Sent: Wednesday, May 02, 2018 at 5:56 PM
> From: "Laine Stump" <laine@redhat.com>
> To: libvirt-users@redhat.com
> Cc: daggs <daggs@gmx.com>
> Subject: Re: [libvirt-users] connecting host and guest vm using a dummy nic
>
> On 05/01/2018 12:12 PM, daggs wrote:
> >
> > I want to see if I understood you correctly, I add:
>
2018 Nov 05
2
usb post passthough stopped workng after kernel upgrade
Greetings,
I have a vm on debian 9.5 to which I pass an specific usb from the host. here is the relevant part in the vm's xml file:
<hostdev mode='subsystem' type='usb' managed='yes'>
<source>
<vendor id='0x148f'/>
<product id='0x5572'/>
</source>
<address type='usb'
2018 May 03
1
Re: connecting host and guest vm using a dummy nic
Greetings Laine,
> Sent: Thursday, May 03, 2018 at 1:13 AM
> From: "Laine Stump" <laine@redhat.com>
> To: libvirt-users@redhat.com
> Cc: daggs <daggs@gmx.com>
> Subject: Re: [libvirt-users] connecting host and guest vm using a dummy nic
>
> On 05/02/2018 01:28 PM, daggs wrote:
>
> >> Sent: Wednesday, May 02, 2018 at 8:09 PM
> >>
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,
2020 Oct 15
2
Re: scsi passthrough differs between guests
Greetings Peter,
> Sent: Thursday, October 15, 2020 at 2:01 PM
> From: "Peter Krempa" <pkrempa@redhat.com>
> To: "daggs" <daggs@gmx.com>
> Cc: "libvirt-usersredhat.com" <libvirt-users@redhat.com>
> Subject: Re: scsi passthrough differs between guests
>
> [...]
>
> > -drive
2006 Mar 16
9
Baffling AJAX issue
Ok, I''ve got some link_to_remote stuff working elsewhere just fine, but
this time it''s doing something very screwy. Here''s the view code to
create a link to remotely toggle a boolean value on a record:
<td class="contact_active">
<%= link_to_remote "<div id=''contact_active_#{cm.id}''><span
2020 Aug 08
2
pass-though Intel gpu int o a vm
Greetings,
I have a server that run a vm with several nic pcie cards as pass-though.
the board has an intel gpu and the hdmi output is not used.
I thought of booting up another vm and pass the gpu into it.
I found several discussions on the subject stating that it isn't possible but all of them are several years old.
I wonder if that has changed? is there a way to pt the vga to a vm?
Thanks,
2008 Jul 09
3
CookieOverflow - 4k Session?
Hello all,
I get the following error when I stuff my seesion with more than 4k of
data.
CGI::Session::CookieStore::CookieOverflow
My problem is that I obviously need a fatter session.
How do other users by-pass the 4k restriction on session variables?
Regards,
John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2018 May 02
2
changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings,
when execute lspci inside my vm linux guest, I see this:
:/# lspci | grep -i scsi
03:00.0 SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
I don't see any such address in my xml file, is it possible to move that controller to another pci addr?
Thanks,
Dagg.