Displaying 20 results from an estimated 5000 matches similar to: "Time syncing after VM suspend/resume"
2015 Sep 23
0
Re: Time syncing after VM suspend/resume
> -----Oorspronkelijk bericht-----
> Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-
> bounces@redhat.com] Namens Jérôme
> Verzonden: woensdag 23 september 2015 15:03
> Aan: libvirt-users@redhat.com
> Onderwerp: [libvirt-users] Time syncing after VM suspend/resume
>
> Hi all.
>
> When resuming guest after suspend, the time is wrong (because the guest
2015 Sep 23
2
Re: Time syncing after VM suspend/resume
Hi.
Thanks for answering.
Le 2015-09-23 17:34, Dominique Ramaekers a écrit :
> Linux has two methods to use ntp:
>
> ntpdate:
> It will run once at boot time to sync time. (This is probably
> installed on your system)
> It will not run after suspend and resume... => no correction
Nope. This is not installed on my system.
> ntpd:
> Continuously adjusts time. The
2015 Sep 23
1
Re: Time syncing after VM suspend/resume
Le Thu, 24 Sep 2015 05:32:45 +0800,
Bill Kenworthy <billk@iinet.net.au> a écrit :
> Look into the "panic" option to ntpd - once the gap gets to big (such
> as when the VM is suspended for a few hours) it goes into freewheel
> and doesn't sync - its in the ntp docs.
My use case is when rebooting the host (after a kernel update, for
instance). The gap is about 2
2004 Jul 08
3
/.journal ext3 on a flash
Hi,
I'm formatting a flash with ext3, but I need to move the journaling file
(/.journal) in the flash to prevent it's corruption.
In previous message I read that it's possible
(https://www.redhat.com/archives/ext3-users/2004-March/msg00009.html), but I
can't find any /.journal in my ext3 fs.
How can move the journaling file in the flash without /.journal file??
Thanks
2020 Apr 30
2
sync guest time
Hi,
I'm seeing the following issue when attempting to update the guest's
clock on a running fc32 guest (using guest agent):
```
[root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --pretty
Time: 2020-04-30 23:27:29
[root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --sync
error: internal error: unable to execute QEMU agent command
'guest-set-time': hwclock
2015 Sep 23
0
Re: Time syncing after VM suspend/resume
Look into the "panic" option to ntpd - once the gap gets to big (such as
when the VM is suspended for a few hours) it goes into freewheel and
doesn't sync - its in the ntp docs.
ntpd doesn't work well (you get ages where a machine is way out of date,
or fails to sync ever. I run either chrony (same problem) or ntpd and
run a script on startup to restart guest ntp/chrony from
2020 Apr 30
1
Re: sync guest time
On Thu, Apr 30, 2020 at 2:15 PM Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> On Thu, Apr 30, 2020 at 01:52:12PM +0200, Miguel Duarte de Mora Barroso wrote:
> > Hi,
> >
> > I'm seeing the following issue when attempting to update the guest's
> > clock on a running fc32 guest (using guest agent):
> >
> > ```
> >
2014 Sep 26
3
time setting after suspend/resume
Hi,
I am using libvirt with qemu/kvm with qemu-guest-agent and
suspend/save/resume linux and windows vm's. Time in Windows gets
handled fine with ntp but I can get neither ntp or chrony to sync after
resume without manually setting the time close to correct first.
Searching has gotten me to the point where I can manually set the time
using qemu-guest-agent but I cant figure out how to get
2014 Sep 29
1
Re: time setting after suspend/resume
On 29/09/14 16:28, Martin Kletzander wrote:
> On Fri, Sep 26, 2014 at 08:16:25AM +0800, Bill Kenworthy wrote:
>> Hi,
>> I am using libvirt with qemu/kvm with qemu-guest-agent and
>> suspend/save/resume linux and windows vm's. Time in Windows gets
>> handled fine with ntp but I can get neither ntp or chrony to sync after
>> resume without manually setting
2014 Sep 29
2
Re: time setting after suspend/resume
On 09/29/2014 02:28 AM, Martin Kletzander wrote:
> On Fri, Sep 26, 2014 at 08:16:25AM +0800, Bill Kenworthy wrote:
>> Hi,
>> I am using libvirt with qemu/kvm with qemu-guest-agent and
>> suspend/save/resume linux and windows vm's. Time in Windows gets
>> handled fine with ntp but I can get neither ntp or chrony to sync after
>> resume without manually
2018 Jun 21
2
virsh error: domain is already quiesced
Hi all.
I'm having issues while creating snapshots.
I posted on Stack Exchange [1], but figured I might get more success
here.
My VM backup script fails while creating the snapshot.
virsh snapshot-create-as --domain machine_1 snap --diskspec
vda,file=/srv/test/test-snap.qcow2 --disk-only --atomic --no-metadata
--quiesce
error: Requested operation is not valid: domain is
2015 Sep 11
2
Backup a VM (using live external snapshot and blockcommit)
Hi.
I'm following here a conversation that was initiated on Kashyap's
website [1].
We have a server we use as a host for virtual machines using KVM
(virt-manager used for VM creation) and we would like to setup VM
backups. Basically, we're thinking of a backup schedule like "keep 7
daily and 4 weekly backups". We'd rather not shutdown the VM every day
so live backups
2006 Nov 28
4
Zaptel drivers for Solaris?
I'm looking to build the zaptel drivers on a Solaris 10 X86 box. I've
found the driver source code on
https://svn.sunlabs.com/svn/solaris-asterisk but this source is posted
along with Asterisk 1.2.7.1 Does anyone know of a fresher version? Is
this code considered "somewhat ready for prime time use"?
Thanks,
Frank
2015 Sep 11
3
Re: Backup a VM (using live external snapshot and blockcommit)
Hi Eric.
Thank you so much for your quick and relieving answer.
Le 2015-09-11 17:05, Eric Blake a écrit :
> Yes, using active block-commit is the ideal way to perform a live backup.
Great.
> Yep, that about covers it. Note that the --quiesce step in snapshot
> creation requires qemu-guest-agent running in the guest, and that you
> trust interaction with your guest.
Yes, I think
2006 May 28
14
Lightbox and RJS
Hi,
I am trying to include lightbox functionality in my app, but there is
a slight complication. Apparently lightbox initializes all the links
to lightbox events on page load. However, in my case, some new links
to lightbox events will be rendered to the page through ajax events
(obviously this means after the page loads). So I figure I need to
find a way to call lightbox''s
2010 Oct 24
4
Determine if a given fs is a btrfs fs
Hi,
I''ve some btrfs fs which are encrypted with loopaes.
I decrypt them in a script during bootup. Now I want to determine if the decrypted fs
is a btrfs fs. If not I missspelled the password and I can handle that error in my
script.
Thanks for any help!
Felix
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to
2004 Dec 30
3
IPIP Tunnel
Hi guys,
I''m trying to setup an IPIP tunnel between a Cisco router and a firewall
running Debian GNU/Linux Sarge with Shorewall 2.0.13.
I''ve read and implemented the http://shorewall.net/IPIP.htm document,
but I don''t understand why there should be at the same time a "tunnel"
and a "tunnels" script.
Shorewall still refuses to let the
2015 Oct 14
2
Re: Questions about qcow2 file size management
Le 2015-10-14 12:09, Sven Schwedas a écrit :
> On 2015-10-14 11:34, Jérôme wrote:
>
>> In other words, can I have this on a 60Go drive?
>> total 53G
>> 7,4G -rw------- 1 root root 11G oct. 8 06:34 prod_151008.qcow2
>> 7,4G -rw------- 1 root root 11G oct. 9 06:37 prod_151009.qcow2
>> 7,5G -rw------- 1 root root 11G oct. 10 06:41 prod_151010.qcow2
>>
2015 Jun 13
16
[Bug 90967] New: System freeze using nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=90967
Bug ID: 90967
Summary: System freeze using nouveau
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2010 Jul 20
4
File cloning across subvolumes with BTRFS_IOC_CLONE ioctl
It seems that the BTRFS_IOC_CLONE ioctl fails when trying to do a
cross-subvolume clone of a file. Chris Mason suggested in the past ([1])
that this should be possible. Am I missing something?
[1] http://kerneltrap.org/mailarchive/linux-btrfs/2010/6/10/6884911
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to