similar to: !!!!!help!I wouldn't be able to meet the deadline!(qcow format image file read operation in qemu-img-xen)[updated]

Displaying 20 results from an estimated 500 matches similar to: "!!!!!help!I wouldn't be able to meet the deadline!(qcow format image file read operation in qemu-img-xen)[updated]"

2011 Nov 25
3
virt-manager cannot be set up
Hi, I install xen 4.1.2 on centos 6 with linux kernel 3.0.4 as dom0 kernel. When I launch virt-manager on the command line ,a window pop up which show the following error: Unable to open a connection to the Xen hypervisor/daemon. Verify that: - A Xen host kernel was booted - The Xen service has been started Details: Unable to open connection to hypervisor URI ''xen:///'': no
2012 Feb 01
3
about page cache architecture of the dom0 and domUs in xen platform
Hi, I encounter a problem that has puzzled me for a long time.On a Xen virtualization platform, some VMs ,whose virtual disks are image files ,are running in DomUs.Under this situation ,does the Dom0 cache the pages from the VMs?Does the filesystem in Dom0 see the VMs as general processes? HXK _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2012 Feb 15
2
a problem with using qcow2 format image files as virtual disks
Hi, In most cases we use image files as virtual disks under the full-virtualization situation.On the version 4.1.2 of xen,I do the following command: ############################################################ dd if=/dev/zero of=myraw.img bs=1M seek=8K count=1 #Before the command below I install the operating system in myraw.img qemu-img-xen create -b myraw.img -f qcow2 myqcow1.img 20000M
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
tags 490409 + patch thanks Hi, The following is the diff for my xen-3 3.2.1-2.1 NMU. It incorporates three patches from upstream and aims to fix CVE-2008-2004 aka #490409. It is not yet tested much, I would appreciate if interested parties could give it a try. I'll upload in due course. Kind regards T. diff -u xen-3-3.2.1/debian/control.md5sum xen-3-3.2.1/debian/control.md5sum ---
2013 Nov 23
2
SSD becomes detached 9.2
Hello, I am setting up a new (remote) server. I initially installed 9.2 RC4 amd64 because that's what the data center put in the drive for me. Shortly thereafter I downloaded 9.2-STABLE sources and compiled world and a generic kernel. While doing so the system became unreachable by SSH The SSH sessions appeared to connect but there was never any data returned. I could telnet to port 22
2003 Apr 15
1
winbindd wbinfo -u - can't populate
I tried to get winbind to populate my passwd file. No luck! Any suggestions much appreciated. I get: wbinfo -t Secret is good wbinfo -u 0xc000006d (was 0xc0000022 before using administrator account) wbinfo -g 0xc000006d (was 0xc0000022 before using administrator account) rpcclient SERVER -U % -c querydispinfo cmd = querydispinfo index: 0x1 RID: 0x7d0 acb: 0x10 Account: andyj Name: Andrew
2007 Dec 19
2
Open source streaming project in need of developers
Hi everyone, I thought long and hard (ok, not *that* long) about whether or not to crosspost this to icecast-dev. In the end I decided not to since this isn't about an Icecast or Xiph project. My name is Geoff Shang and I've been an enthusiastic user of Icecast for a long time. I am also the chief tech guy for a project called ACB Radio (http://www.acbradio.org), which is run by
2012 Feb 14
2
How to configure so as to use the blktap/blktap2 module in XEN
Hi,mail list members, As needed by my test, blktap/blktap2 modules have to work after new VMs start.Maybe the line about disk in the vm creation configure file is the right position where I should be supposed to specify the function of blktap/blktap2 modules.But specifically I don''t know how to configure the disk line.Who can help me? hxk
2012 Dec 17
1
WRITE_FPDMA_QUEUED CAM status: ATA Status Error
Hi, Is there a way to tell / narrow down if an issue with errors like below are due to a bad cable or bad port multiplier ? The disks in a particular cage are throwing errors like these below. (RELENG9 from today) siis0 at pci0:5:0:0: class=0x010400 card=0x71241095 chip=0x31241095 rev=0x02 hdr=0x00 vendor = 'Silicon Image, Inc.' device = 'SiI 3124 PCI-X Serial
2001 Jan 30
1
Bit pealing and streaming
Hi: Since I'm not a programmer and just want to get stuff worked out properly in my head, I'm posting this here. I just want to be sure I have all the concepts regarding vorbis and high sampling rates at low bit rates all sorted out. Note that this will involve questions, some of which I've been looking for answers to for some time. The way I understand things is that vorbis is
2007 Apr 13
0
qcow-create buffer overflow?
For many months now we have been trying to create a file-backed qcow image with the qcow-create code. Each time we try to back a file with a qcow, it screams: *** buffer overflow detected ***: qcow-create terminated Below is the output from two different attempts and information about qcow-create. Any ideas/thoughts/help you can offer? Thank you for your help! -Eric [root@trogdor ~]#
2013 Feb 01
1
stable/9: Force ada1 to UDMA-33
Hello, I've got a (P)ATA disk in a special frame. The disk itself supports UDMA-100 (and has an 80-ribbon cable), but the frame isn't compatible with that. By default, FreeBSD negotiates UDMA-100, and the console starts to fill with ICRC errors. In the past, I used a patch to ata-all.c that enabled the following entry in loader.conf to force the disk to UDMA-33, so it worked fine:
2008 Nov 17
0
QCOW snapshots and recursive file backings
Hi, Trying to understand the current state of affairs with QCOW support in Xen with the blktap driver. It''s been made clear that a deviation from QEMU''s implementation of QCOW has occurred and that the QCOW files used in Xen must be created with the associated Xen tools only (e.g. qcow-create) and that images between QEMU and Xen are not interchangeable. My first question is
2008 Jul 16
2
QCOW - good choice?
Hi, I want to ask if anyone of you is familiar with QCOW and has used this with xen? I''ve googled a bit about and could''nt really find out if it''s a good choice or not. Has anyone experience with usage in xen and can say something about performance and snapshot usability? Thanks in advance, Alex _______________________________________________ Xen-users mailing
2005 Sep 23
1
Password change caused lose X flag
Hello, I have a question with password never expired flag during changing password. If X flag for password never expired has been set in account flags for a user, password change would cause to lose the X flags. By taking a look at the code of the line 993 in passdb/passdb.c, it said all other acb flags will be inherited from current existing account ctrl bit, except for
2008 Feb 05
1
Incorrect metadata format, ending stream
Hi, I'm trying to relay a shoutcast-style MP3 stream but am getting the following error: [2008-02-05 23:05:05] EROR format-mp3/mp3_get_filter_meta Incorrect metadata format, ending stream Is there any way I can tell what is wrong with the data we're getting? The stream I'm trying to relay is http://acb.org:8550/ This is a shared server so it's possible that not all
2018 Dec 08
1
import qcow with snapshots
All, is it possible to create a new KVM machine from an existing qcow (v3) image with snapshots? snapshot-list doesn't show them, when using virt-manager 1:1.5.1-0ubuntu1.1 to create the machine. * t-ad5.img: QEMU QCOW Image (v3), 42949672960 bytes chris@cd:/data/md0$ qemu-img snapshot -l t-ad5.img Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1
2007 Mar 13
0
xm block-attach and qcow image - why does it fail ? second try
Hello, This is a second post, with a trial which is different from the first one , in order to solve my blcok-attach problem. I tried the following two actions, according to the blktap readme: qcow-create 1000 qcowFile.img Creating file size 1048576000 Created cksum: 1813725440 then xm block-attach 0 tap:qcow:qcowFile.img /dev/xvda1 w 0 I see in the /var/log/xen/xend.log: [2007-03-13
2013 Aug 07
0
Qcow files
I have a qcow file It shows correct size on one server Fdisk -l w.qcow 70 GB On the other server Fdisk w.qcow 0 MB stupid
2008 Sep 25
0
qcow support
Hi, i would like to use qcow2-sparse-images which point to a backup-file. After reading this: http://wiki.xensource.com/xenwiki/DmUserspace i figured out that this feature seems to be unsupported by the ubuntu 8.04 LTS kernel and xen-3.2.1. Is this a ubuntu-specific problem, or is it solved in Suse, Red Hat, XenSource, whatever? When i try to block-attach it, xm displays no error, but the