similar to: error during virt-sparsify

Displaying 20 results from an estimated 300 matches similar to: "error during virt-sparsify"

2016 Jan 28
0
Re: error during virt-sparsify
On Wed, Jan 27, 2016 at 09:24:47PM +0200, Illia Svyrydov wrote: > Here is *libguestfs-test-tool* output > > http://pastebin.com/raw/anuu6wkh I'm guessing that /tmp (on the host) either doesn't exist, or is a symlink to a directory that doesn't get copied to the appliance, or something along those lines. This was fixed upstream in:
2016 Feb 04
4
CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...
Guys, I have a Packer build procedure, that works like a charm, when with CentOS 6.7. Exemplifying: 1- Packer (with virtio disk) + QEmu + CentOS 6.7 ISO; 2- Create a RAW image; 3- Convert the RAW image into QCOW2 for KVM hypervisors (okay); 4- Convert the RAW image into VMDK for ESXi hypervisors (okay). However, when doing the very same procedure, with CentOS 7.2 ISO, it does not boot
2014 Jul 11
2
Re: golang binding help
2014-07-12 0:33 GMT+04:00 Richard W.M. Jones <rjones@redhat.com>: > On Fri, Jul 11, 2014 at 06:18:12PM +0400, Vasiliy Tolstov wrote: >> Hello. I'm very happy with libguestfs, but now i'm try to write packer >> plugin to strip images: > > Packer is: http://www.packer.io/intro ? Yes, i'm try to build cloud images using it. Does it possible to add ability to
2016 Feb 01
0
How to build CentOS 7 AMI
I'd like to revisit the thread about how the CentOS 7 AMIs are created ( https://lists.centos.org/pipermail/centos-devel/2015-July/013652.html) and see if the process can be published in the https://github.com/CentOS/sig-cloud-instance-build repository or another relevant location. With CentOS 7 AMIs only being available in the Marketplace, all resulting EC2 instances have the Marketplace
2011 Jul 02
3
Wine shows a strange message loading an application
Hi all, I'm new in this forum... Anyway, I compiled my application with VB6, then I protected it using a packer... If I try to load it with Wine, it's shown a message saying "Debugger detected, quitting.". And that's strange because this is the message that my app shows if opened by a debugger... So, what's that?? *** Sorry for bad English ***
2014 Jul 11
2
golang binding help
Hello. I'm very happy with libguestfs, but now i'm try to write packer plugin to strip images: 1) resize filesystem to minimum 2) resize partitions to minimum 3) create/resize file with needed size But golang binding have not docs. Is that possible to generate something suitable to godoc.org to determine api methods and input,output variables for functions? -- Vasiliy Tolstov, e-mail:
2020 Mar 29
0
Upgrade to CentOS8
Am 29.03.20 um 14:16 schrieb Patrick DERWAEL: > Hi folks > I have a couple of Zotac mini PCs running CentOS7 which I want/need to > upgrade to CentOS8 > In theory, they are CentOS8 capable, but assuming Murphy might be lurking > around, I prefer validating the hardware before starting the effective > installation > > As there is no LiveCD, what would be the recommended way
2018 Apr 25
1
Vmware - Slightly off topic
>> What is the correct way to provide a CentOS 7 - WMware image for ESX ? > > You are probably looking for VMware Converter which can p2v or v2v. > > IMO: if you are creating a VM image which is a binary blob or image then > you are doing it wrong. Have the VM/server/desktop be a simple > next/next/next install and the incorporate a config management tool >
2002 Oct 11
1
SAMBA with mounted ISO images
Hey all, I'm using Samba to share *mounted* ISO images w/ windows workstations. In other words, I create a share w/ default write access. Then, I create a several folders. Some are for files, while others are read-only and used for mount points for iso9660 ISO image files (so the user sees the contents of the iso files, not the file itself). I can mount and share the ISO file contents
2020 Apr 02
1
Cloud Image building (like CentOS is doing it)
Hello, I was not able to find information about how CentOS is building its Cloud Images. I know packer etc are able to do it, but I am interested in how CentOS is building its own images as we like to adapt that for our Openstack Cloud. thanks for any hints Nicolas
2005 Mar 22
1
Re: Speex on a T.I. TMS320C5510 DSP
Hi Frank, Actually, I just merged (in SVN) a patch doing exactly that. AFAIK it allows Speex to run on a C55x. I think it should work for you with the following caveats: 1) The static codebooks still take up 16 bits for every 8-bit value (that's only a code size issue) 2) The bit-packer always returns a multiple of 16 bits instead of 8 bits (but it uses all bits when packing). Jean-Marc
2007 Dec 11
1
Doubts in codebook decoding
Hi, I am trying to implement ogg vorbis real time decoder on SHARC ADSP 21364 processor. I am writing my own version of the decoder using the documentation vorbis_I_spec.pdf from xiph.org. However I am facing certain hurdles in floor curve decoding during audio packet decode. In the spec it says that [cval] = read from packet using codebook number [so and so] in *scalar context*.(page no 43).
2007 Jul 06
1
bitpack error message
i don't think so. this is my current code: for(i=0; i<samples;i++){ /*only get max 320 bytes at a time so bits can handle*/ Client->raw_audio[i] = *input++; Client->temp_audio[i] = Client->raw_audio[i]; Client->session_File[ndx] = Client->temp_audio[i]; ndx+=1; } speex_bits_reset(&ebits);
2015 Apr 16
2
CentOS 7 AMI Building
Yes... we currently use Packer to achieve a repeatable build process, from scratch. We'd like to replicate that and be able to build from scratch without spinning up an EC2 instance, in an automated way. I don't know how to phrase this, so apologies if it comes across wrong, I have immense respect for you personally and for CentOS... but, is it really that difficult to post the kickstarts
2015 Apr 17
0
CentOS 7 AMI Building
I highly recommend actually looking at the images :) its just a minimal install with cloud-init from extras/ added in ( for 7, the 6 ones dont have cloud-init ). the installed content delivered from the minimal.iso and the ami's should be identical in pretty much every respect. If you really want a kickstart for it, I can build one, but just run a minimal.iso install, add cloud-init to the
2019 Oct 03
0
[EXTERNAL] Re: AMI for CentOS 8 and 7.7
Hi Nils, I can share, I built one using a rhel8 Ami and a hashicorp packer script, let me sanitize a few things and I'll put a gist up. On Thu, Oct 3, 2019, 5:28 AM Nico Kadel-Garcia <nkadel at gmail.com> wrote: > *** CAUTION: This email was sent from an EXTERNAL source. Think before > clicking links or opening attachments. *** > > On Thu, Oct 3, 2019 at 5:02 AM Nils Meyer
2019 Nov 04
0
Centos 8 IAM
> Op 4 nov. 2019 om 13:14 heeft Per Qvindesland <perq at me.com> het volgende geschreven: > > Is there any plans to release a official AMI for Centos 8 soon? I?ve been trying to get information about this since FOSDEM 2019 last year. I offered help, reached out to multiple twitter accounts, visited the Centos community day before FOSDEM in January 2019 hoping to get this process
2016 Feb 04
0
CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...
On Thu, 4 Feb 2016, Martinx - ????? wrote: > My last try was, during Packer build, to append "add_drivers+=" > sd_mod" to /etc/dracut.conf and re-building initramdisk by running > "dracut -f". However, it does not boot either (on ESXi)! > > I can still boot using Rescue mode on VMWare, then, I can see that > sd_mod is inside of initramfs as expected
2020 Jul 10
0
Availability of CentOS 7/8 AMIs through AWS Marketplace
Hi there, Long-time user of CentOS 7 AMIs from the AWS Marketplace. I see that the latest CentOS 7 and all CentOS 8 AMIs are only available outside of the Marketplace ("These images are published outside of the AWS Market Place and are shared directly" - https://wiki.centos.org/Cloud/AWS) I'm really keen to understand if this is short-term situation, or if this is the indefinite
2009 Nov 23
0
RFC 5574 and multiple frames
Hi, The Speex bit-packer already does everything you need. Just call speex_encode() multiple times to encode multiple frames and call speex_decode() multiple times to decode these frames. Jean-Marc Quoting Marian Kechlibar <marian.kechlibar at circletech.net>: > Hello all, > > I am experimenting with Speex in a mobile VoIP application, and it seems > that it is worth