Displaying 14 results from an estimated 14 matches for "testimage".
Did you mean:
test_image
2016 Jun 23
2
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...-img info' to show the
> > format of the input file. Show precisely the virt-sparsify command
> > you are running. And use 'qemu-img info' on the output file too.
>
> Okay, here goes. Start off with an install
>
> root@testingbox:~ # virt-install --name testimage --memory 512 -l
> 'http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/'
> --disk size=50 --nographics -x "console=ttyS0"
>
> Starting install...
> Retrieving file
> MANIFEST...
> | 3.3 kB 00:00 ... Retri...
2016 Jun 22
3
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
On Wed, Jun 22, 2016 at 12:40:40AM -0500, libvirt_users@skagitattic.com wrote:
> So you are saying when I do the virt-sparsify its converting the image
> from raw to [qcow2]?
No. virt-sparsify will use the same input and output formats, unless
you use the --convert option.
> I studied the man page for virt-sparsify and tried again with
> the flag "--format raw"
2016 Jun 23
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
Hello,
Thanks for all the information, I think my last remaining question is
why the image created with virt-install shows the full apparent size
and the image from virt-sparsify does not? (The image testimage1.qcow2
created with default options).
As they are both qcow2 I would expect them both to have the same
behavior as far as apparent size goes. Or is there an option I am
missing in virt-sparsify that would keep the full apparent size? Or
perhaps one in virt-install to set apperent and real size t...
2016 Jun 22
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...ated the guest. Use 'qemu-img info' to show the
> format of the input file. Show precisely the virt-sparsify command
> you are running. And use 'qemu-img info' on the output file too.
Okay, here goes. Start off with an install
root@testingbox:~ # virt-install --name testimage --memory 512 -l
'http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/'
--disk size=50 --nographics -x "console=ttyS0"
Starting install...
Retrieving file
MANIFEST...
| 3.3 kB 00:00 ... Retrieving file
linux...
| 6.0 M...
2010 Oct 18
1
Incorrect positioning of raster images on Windows
I am working on dumping raster data from R into PNG files using
rasterImage(). I am working with a test matrix from the rasterImage()
example and using it to produce a PNG image with the following code:
# From the example for rasterImage(). A 3 pixel by 5 pixel b/w checkerboard.
testImage <- as.raster(0:1, nrow=3, ncol=5)
testImage
[,1] [,2] [,3] [,4] [,5]
[1,] "#000000" "#FFFFFF" "#000000" "#FFFFFF" "#000000"
[2,] "#FFFFFF" "#000000" "#FFFFFF" "#000000" "...
2010 Oct 18
1
Incorrect positioning of raster images on Windows
I am working on dumping raster data from R into PNG files using
rasterImage(). I am working with a test matrix from the rasterImage()
example and using it to produce a PNG image with the following code:
# From the example for rasterImage(). A 3 pixel by 5 pixel b/w checkerboard.
testImage <- as.raster(0:1, nrow=3, ncol=5)
testImage
[,1] [,2] [,3] [,4] [,5]
[1,] "#000000" "#FFFFFF" "#000000" "#FFFFFF" "#000000"
[2,] "#FFFFFF" "#000000" "#FFFFFF" "#000000" "...
2017 Dec 05
1
virt-builder: --ssh-inject fails because it is executed before --firstboot-command?
Version 1.34.6 (on Debian Stretch)
Using virt-builder I tried to create a user and inject my ssh key:
virt-builder -v -x centos-7.4 --output testimage --format qcow2
--selinux-relabel --hostname testimage --firstboot-command 'useradd -m
-p "" dummy' --firstboot-command 'chage -d 0 dummy' --ssh-inject dummy
...
[ 16.1] Installing firstboot command: useradd -m -p "" dummy
[ 16.1] Installing firstboot comman...
2008 Nov 11
3
Syslinux 3.70 - BSS DOS boot says: "Could not find kernel Image: linux".
...y of my two machines (Celeron 400Mhz and Cyrix 233 - acts as my test client)
Can I use the COM option in Syslinux to boot MSDOS directly by skipping the boot loader bit and running IBMBIO.COM in PCDOS.. or some other file in Win98SE-DOS
I tried the following (what am I doing wrong??):
mkdiskimage testImage 60 16 63
(-F was grumbling about not enough clusters even though i set fat_bits=16 in mtools.conf - for some reason..)
losetup -o 32256 /dev/loop0 testImage
mount /dev/loop0 /mnt
cp -R /dosImageMountPoint/* /MyImageMntPoint/
dd if=~/Winb98SE.IMA of=dos.bss count=1 bs=512
cp dos.bss /MyImageMntPoi...
2016 Jun 23
1
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
On Thu, Jun 23, 2016 at 10:57:43AM -0500, libvirt_users@skagitattic.com wrote:
> Thanks for all the information, I think my last remaining question is
> why the image created with virt-install shows the full apparent size
> and the image from virt-sparsify does not? (The image testimage1.qcow2
> created with default options).
I don't really know what you mean by "full apparent size". If you are
talking about the output of "ls -l", then don't -- that number is
unrelated to the virtual size or the space consumed on disk. Always
use "qemu-img in...
2006 Apr 10
3
File Upload Problems
...\images\photo.jpg). However, when I try to upload to
a folder that does not exist, say,
c:\ror\app\public\image\newfolder\photo.jpg, I get the following error:
Errno::ENOENT in Images#create
No such file or directory -
C:/Apache/Apache2/htdocs/ror/ae/public/../config/../public/images/newfolder/testimage.jpg
RAILS_ROOT: C:/Apache/Apache2/htdocs/ror/ae/public/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/models/post.rb:3:in `initialize''
#{RAILS_ROOT}/app/models/post.rb:3:in `open''
#{RAILS_ROOT}/app/models/post.rb:3:in `save''
#{RAILS_ROOT...
2019 Oct 02
0
Using encrypted volumes
I was encouraged [1] to use the storage encryption mechanism of libvirt
[2]. However, it is not clear to me how to generate a corresponding
encrypted volume. Preferably, I would like to use virt-install to arrive at
such an encrypted volume, similar to e.g.
virt-install --connect qemu:///system -n testImage -r 2048 --os-type=linux
--disk testImage.img,device=disk,bus=virtio,size=8,sparse=true,format=raw
--os-variant debian10 --vnc --location
ftp://ftp2.de.debian.org/debian/dists/buster/main/installer-amd64/
I already asked a related question on server fault [3], but this is a
better targeted audien...
2012 Jul 14
1
Detecting read/write permissions
...directory as the original image. When the original file is on a
local disk this works fine but when the original image is on Samba
share, the sidecars are not created.
The application reports the following in its log:
2012-07-14 08:35:56.448 | 5452 - 1 | Sidecar - Warn | Rights to save
file S:\testImage.nef are not sufficient, expected: Write, Delete -
actual: Read, Synchronize
Software versions are as follows:
Client machine (running image processing software): Windows 7 x64
Professional SP1
Server: SuSE Linux Enterprise 11 SP2, Samba Version
3.6.3-0.24.4-2794-SUSE-CODE11-x86_64
I have check...
2018 Sep 14
0
virsh doesn't support vtpm using XEN?
...ce": "tablet",
"rdm": {
}
},
"arch_arm": {
}
},
"disks": [
{
"pdev_path": "/dev/node_b_vg/testimage",
"vdev": "hda",
"format": "raw",
"readwrite": 1,
"colo_restore_enable": "False"
}
],
"nics":...
2014 Jan 31
1
Libvirt Error Creating VMs for Nimbus Cloud
...ng
Nimbus (which then tries to create the VM on the VMM node), I encounter the
following error:
---------------------------------------------------------------------------------------------------------------------------------------------
$ ./nimbus-cloud-client-022/bin/cloud-client.sh --run --name testimage
--hours 1
Launching workspace.
Workspace Factory Service:
https://yellow:8443/wsrf/services/WorkspaceFactoryService
Creating workspace "vm-035"... done.
IP address: 172.29.99.20
Hostname: pub02
Start time: Fri Jan 31 13:48:57 MST 2014
Shutdown time: Fri...