Displaying 20 results from an estimated 1000 matches similar to: "Cloud Image building (like CentOS is doing it)"
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
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:
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 ***
2010 Dec 19
2
R.matlab memory use
Hi,
I am trying to load into R a MATLAB format file (actually, as saved by
octave). The file is about 300kB but R complains with a memory
allocation error:
> library(Rcompression)
> library(R.matlab)
Loading required package: R.oo
Loading required package: R.methodsS3
R.methodsS3 v1.2.0 (2010-03-13) successfully loaded. See ?R.methodsS3 for help.
R.oo v1.7.2 (2010-04-13) successfully
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
>
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
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
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);
2016 Jan 27
2
error during virt-sparsify
Hello,
I'm using *virt-sparsify* for compressing image file
[ash2] jenkins@b-imagebuilder-worker-r13h17-prod:~/workspace/imagebuilder/packer/output$
virt-sparsify --compress
/data/home/jenkins/workspace/imagebuilder/packer/output/packer-vm.qcow2
/data/home/jenkins/workspace/imagebuilder/packer/output/packer-vm.qcow2.sparsified
Input disk virtual size = 41943040000 bytes (39.1G)
Create
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi,
I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I
want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0.
I need some direction to stat with:
- how to install the DomU image
- how to configure the network address
I''d be greatly thankful to you for providing some useful link to this end.
Thank you in advance.
Regards,
-shopno
2006 Jan 04
17
Scriptaculous + Prototype shrunk to < 50Kb
Maybe I''m anal but I like fat-free JS, so I pulled the Proptotype and core
Scriptaculous files into one single JS file at 49Kb.
It''s "packed" so if you care about that kind of thing, it''s also
"obfuscated".
Download from my personal site at www.alistercameron.com.
- Alister
PS. Of course this is the current version as posted on the
2007 Mar 10
3
mount xen partitions inside logical volume from dom0?
I''ve installed a FC5 domU under RHEL5-beta2 dom0 with virt-manager.
As the disk for domU I used:
phy:/dev/mapper/VolGroup00-LogVol02,xvda,w
In the domU I have partitions:
/dev/xvda1 on / type ext3 (rw)
/dev/xvda2 on /var type ext3 (rw)
How do I access these partitions from dom0? For example if I take an
LVM snapshot of
LogVol02, how do I mount the / partition of the domU installed on
2005 Jul 12
3
Additional file for pxelinux?
Hi,
is it possible to append more than only one file?
Atm i've the kernel and my initrd that are loading.
How can i access the other files in my diskimage?
My problem is, that i can't see/mount the additional files in my
diskimage, only the kernel and the initrd are shown. And I want to
have separate files, it is not possible for me to put all needed files
in the initrd to solve my
2019 Nov 04
2
Centos 8 IAM
Hi
Is there any plans to release a official AMI for Centos 8 soon?
Regards
Per
2020 Mar 02
3
Virt-manager question
Hi All - I am using virt-manager on CentOS 7.
My definition had a CDROM, my first install did not have the network active
so it failed.
I have activated the network. now when I boot - I not longer see the
CDROM start to install.
How do I get that back ? My OS is still not installed.
Thanks,
Jerry
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2004 Dec 27
1
Generic Network profile for VOIP
Has anyone put together a list of basic modifications & recommended
settings to optimize a TCP/IP (mostly wireless)network for VOIP?
Specifically G.711 & IAX protocol, and the Vonage and Packet8 services.
My network is mostly StarOS (which uses linux cbq and ipchains) and
Mikrotik and I'd like to put in some tweaks to get VOIP working better.
It is working just fine right now, with
2004 Oct 05
5
Slow Directory listing
hi,
on samba3 a have a directory "foo" with one subfolder "blah". the subfolder
contains a huge subtree with lot of files (11gig). if i click on "foo" it
takes 10 or more seconds to get the one folder "blah". but if i use the left
foldertree of explorer, there are no problems, it's fast. what is the
explorer looking for? size calculations?
it there a