search for: snapshot1

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

Did you mean: snapshot
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...der with rsync using an empty source folder (which is a best practice for faster deletion than "rm -f") the permissions of hardlinked files are changed from eg. 444/-r--r--r-- to 644/-rw-r--r-- for all deleted files with existing hardlinks: mkdir empty rsync -a --delete -s empty/ snapshot1/ This distorts the backup history. There is a corrsponding 6-year-old issue in Bugzilla incl. a patch but the issue is still unfixed: https://bugzilla.samba.org/show_bug.cgi?id=12806 Questions --------- 1. Is there a reliable workaround ("--super" is proposed in the issue but m...
2015 Jun 30
1
Qemu 2.x on CentOS 7?
Is there any way to get the latest Qemu to run on CentOS 7? I'm looking for a way to create backup snapshots, but the current install says: [root at vhost1 ~]# virsh snapshot-create-as myvm snapshot1 "snapshot1 description" error: Operation not supported: live disk snapshot not supported with this QEMU binary -- Robert
2017 Dec 10
1
libvirt error messages
...error type, but exactly custom message, I don't want to modify any libvirt code on client and adding my errors). I am operating with bare tcp traffic, so I can easily read everything in the middle. So, I noticed one error for libvirt snapshots: 'internal error: unexpected domain snapshot snapshot1 already exists' and started sending it every time I see procedure : REMOTE_PROC_DOMAIN_SNAPSHOT_CREATE_XML I thought, that this is possible to insert custom message here, but this is not true. When I change the length of the message on one symbol - it is still correct, on two -also , on three...
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...d Inode: 17571021 Links: 2 Access: (0644/-rw-r--r--) Uid: ( 1000/ user1) Gid: ( 1000/ user1) Access: 2023-09-22 20:51:16.690961150 +0200 Modify: 2023-09-22 20:51:16.690961150 +0200 Change: 2023-09-22 20:51:16.694961109 +0200 Birth: 2023-09-22 20:51:16.690961150 +0200 Results (after deleting snapshot1 via rsync --delete): 1. The 'Change' time of the hardlinked file was updated 2. The hardlinked file has now different access rights (644 instead of 444 so it is writable again!) This does NOT happen if 'rm -f snapshot1/' is used!
2018 Feb 16
2
Re: snapshot of a raw file - how to revert ?
On Fri, Feb 16, 2018 at 04:37:38PM +0100, Lentes, Bernd wrote: [...] > Hi, > > again thanks for your quick answer. I had a look on > https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit > and i liked it. I'm thinking of upgrading my systems to SLES 12 SP3. > With that i have qemu 2.9.1 and libvirt 3.3.0, so it should work. Yep. > Does this procedure
2006 Aug 31
3
Find the difference between two snapshots
Hi everyone, Is there an easy way to find out which files has changed between two snapshots? Currently I''m doing a # rsync -arvn <snapshot1> <snapshot2> and it creates a list. But rsync needs to go through the whole filesystem and compare files. It would be nice if zfs would have this option builtin. Regards, Nickus
2013 Apr 04
1
Unable to convert vm
...race: get_cachedir = "/tmp" libguestfs: command: run: qemu-img libguestfs: command: run: \ create libguestfs: command: run: \ -f qcow2 libguestfs: command: run: \ -b /tmp/.guestfs-36/root.4124 libguestfs: command: run: \ -o backing_fmt=raw libguestfs: command: run: \ /tmp/libguestfsm4E1E4/snapshot1 Formatting '/tmp/libguestfsm4E1E4/snapshot1', fmt=qcow2 size=4294967296 backing_file='/tmp/.guestfs-36/root.4124' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off libguestfs: command: run: qemu-img libguestfs: command: run: \ create libguestfs: comman...
2007 Jun 26
2
Wishlist items
...shot, yes? Right now the tools won''t allow it. I know I can hack in a race-sensitive snapshot of the new volume immediately after cloning, but I already have many hundreds of entities and I''m trying not to proliferate them. Similarly the ability to do zfs send -i [clone origin snapshot1] snapshot2 in order to efficiently transmit/backup clones would be terrific. - Joshua This email, including any attachments, is intended only for the use of the individual or entity named above and may contain information that is confidential and privileged. Any information contained in this e...
2017 Jul 25
1
automatically reverting to a snapshot
..."auto">action="<span class="money">$2</span>" </div><div dir="auto">if [ "$name" = "name" ]; then </div><div dir="auto">&nbsp;virsh snapshot-revert "$name" --snapshotname "snapshot1" </div><div dir="auto">fi</div><div dir="auto"><br></div><div dir="auto">I tried this which resulted in a deadlock, then I saw the warning further down the page.</div></div>
2018 Feb 20
0
snapshot of a guest with two disks
Hi, i just realized that i have a guest with two disks. What would be the appropiate way to snapshot both of them ? virsh snapshot-create-as --domain guest --diskspec vda,file=/path/to/snapshot/snapshot1.qcow2 -disk-only --atomic && virsh snapshot-create-as --domain guest --diskspec vdb,file=/path/to/snapshot/snapshot2.qcow2 -disk-only --atomic or virsh snapshot-create-as --domain guest --diskspec vda,file=/path/to/snapshot/snapshot1.qcow2 --diskspec vdb,file=/path/to/snapshot/snapshot2.q...
2009 Jan 13
3
trying to get a game called EUO to run
...rying to run a 2d overhead ultima type game through wine but have some problems. At one point it would run but would refresh the slides of the pictures about once every 5-8 secs and then crash after about a minute or so. Now I get these errors http://i168.photobucket.com/albums/u191/bizkitboibrett/snapshot1.png http://i168.photobucket.com/albums/u191/bizkitboibrett/snapshot2.png http://i168.photobucket.com/albums/u191/bizkitboibrett/snapshot3.png any ideas?
2008 Apr 18
1
Problem with PHD guiding
Hello, I installed wine on a Asus EEE, and I having problems with PHD guiding (see : http://www.stark-labs.com/phdguiding.html ) I have a screendump of the error: www.bozon.org/snapshot1.png Regards, Bart Bozon
2023 Sep 22
2
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
So I decided to do a quick test using the Linux kernel source tree since it has lots of files. I duplicated a tree, used 'find . -type f -exec chmod 444 {} +' to make read only files for rsync to want to chmod, then used cp -al to make several duplicate trees using hard linked files. An rm -rf on one such tree took .97 seconds while an rsync deletion took 1.25 seconds. Clearly I
2008 Jul 13
9
[RFC] Improved versioned pointer algorithms
Greetings, filesystem algorithm fans. The recent, detailed description of the versioned pointer method for volume versioning is here: http://linux.derkeiler.com/Mailing-Lists/Kernel/2008-07/msg02663.html I apologize humbly for the typo in the first sentence. Today''s revision of the proof of concept code is cleaned up to remove some redundant logic from the exception delete and
2010 Oct 19
2
EnumDisplayDevicesW crash
...reboot, but no luck. Sidenote: tried it with PlayOnLinux too, but no luck, plus it complained that I don't have 3D acceleration. Does anyone have any idea why it crashes? What does this stub return anyways? Thanks. Screenshot: [Image: http://dc220.4shared.com/img/cnIN9ivj/0.757332270250084/snapshot1.png ] (http://www.4shared.com/photo/cnIN9ivj/snapshot1.html) Code: andris at old:/mnt/nfsu2_d1$ wine AutoRun.exe andris at old:/mnt/nfsu2_d1$ fixme:win:EnumDisplayDevicesW ((null),0,0x33a728,0x00000000), stub! wine: Unhandled page fault on read access to 0x00000004 at address 0x5fa13ef6 (thread...
2006 Aug 24
26
mongrel logging on win32 platform and win32 service
...ce/snapshot -p 4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel-1.log" The console print the output stream and the mongrel-1.log file shows no content except the content generated after I kill the server with Ctrl-C. 2. win32 service "mongrel_rails service::install -N snapshot1 -c C:\myspace\snapshot -p 4111 -e production -t 70". Now ofcourse the -l (log_file) option can''t be used so where do I see the output/error logs?? So I am basically lost on a very simple thing. Please help TIA -daya -------------- next part -------------- An HTML attachment was sc...
2006 Nov 04
0
no logs from mongrel on win2k
...e/snapshot -p 4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel- 1.log" The console print the output stream and the mongrel-1.log file shows no content except the content generated after I kill the server with Ctrl-C. 2. win32 service "mongrel_rails service::install -N snapshot1 -c C:\myspace\snapshot -p 4111 -e production -t 70". Now ofcourse the -l (log_file) option can''t be used so where do I see the output/error logs?? I have checked log/mongrel.log and log/production.log? there is where mongrel should outputs its information. But it never does. I only...
2019 Oct 23
1
win10 vm stuck in automatic repair
Hello, I have a Windows 10 guest, when I boot it, it goes in to Automatic Repair mode, and after some time reports it was unable to repair the PC. This is from an older snapshot ("snapshot1"), and if I try switching back to a more recent snapshot ("snapshot2"), libvirt reports that it can't find the snapshot: > libvirt.libvirtError: internal error: Child process (/usr/bin/qemu-img > snapshot -a snapshot2 /var/lib/libvirt/images/win10.qcow2) unexpected > ex...
2006 May 14
1
No fonts in windows, dialogs, etc..
...ial and the other MS fonts over and over. I also worked through my xorg-x11 fonts setup and everything looks fine. (The FontPath lines in my xorg.conf file are OK, I installed corefonts, freetype, etc.) Here are a couple of pictures of what's going on: http://members.cox.net/~mnealbarrett/snapshot1.png http://members.cox.net/~mnealbarrett/snapshot2.png The second one is after installing Arial with Winetools, which should have cleared up the problem. I even went completely through Winetools, installing everything 'blind', and the problem persists. If someone could help with this,...
2014 Nov 10
1
Cursor not behaving properly
...ession, exec some commands, maximize the terminal, and type a long command into the session, then you will find the bug reproduced. I am on Ubuntu 14.04, and I have tested this in konsole, guake and gnome-terminal. -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot1.png Type: image/png Size: 1252 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20141110/81c0c08d/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot2.png Type: image/png Size: 1483 bytes Desc: not avai...