search for: imagenam

Displaying 20 results from an estimated 21 matches for "imagenam".

Did you mean: imagename
2009 Jul 15
0
[PATCH] Make Perl strings translatable
...unless exists $INC{"YAML/Any.pm"}; However this doesn't work if the string contains any $substitutions. In that case you have to use the __x (two underscores and x) operator: - die "guest image $_ does not exist or is not readable" + die __x("guest image {imagename} does not exist or is not readable", + imagename => $_) unless -r $_; The second case causes a note to be added to the PO file, so hopefully the translators will understand not to change the placeholders inside braces: +#: perl/blib/lib/Sys/Guestfs/Lib.pm:142 perl/lib...
2002 Aug 27
1
rsync problem in systemimager
...succeeded to boot my client node via the network, when running the following script : /var/lib/systemimager/scripts/ced1.sh rsync is able to get small files (e.g : mkdosfs). However, when the script tries to rsync the whole oscar image in the following way : rsync -av --numeric-ids $IMAGESERVER::$IMAGENAME/ /a/ || shellout there is automatically an error which is different at each run. It can be : ... /usr/lib/locale/ar_LY.utf8/LC_MESSAGES/ rsync: connection unexpectedly closed (62950 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) or : receiving file...
2006 May 31
6
Restricting access to files uploaded by file_column
Hi Guys, Does anyone know how to restrict access on files that you upload in file column to certain users only? I notice that files being saved by the file_column by default are being saved under the public folder and can be accessed just by typing the URL directly. Let''s say you have a Login system where you restrict access to some pages and allow those users to upload their own
2008 Jun 25
1
a bug of xen?
Hi,all, we use xen3.0.3 and compiled the 2.6.16.29 kernel for both Xen0 and XenU on CentOS 4u4 x86_64, it works quite well and stable for almost 2 years, but when I build Xen and kernel on CentOS 4u4 i386 platform with same configuration, some strange happens, if I put XenU(CentOS 4u4 system) on image file (used dd command,and the mem is set to 512M), then if image file is less then 2G, the
2015 Jun 30
0
Re: [PATCH v4] RFC: New tool: virt-dib
...age-create virt-dib > + ----------------- -------- > + -a ARCH --arch ARCH > + --image-size SIZE --size SIZE > + --max-online-resize SIZE doable using --mkfs-options > + -n --skip-base > + -o IMAGENAME --name IMAGENAME > + -p PACKAGE(S) --extra-packages PACKAGE(S) > + -t FORMAT(S) --formats FORMAT(S) > + -x --debug N Good way to get people started with virt-dib. Rich. -- Richard Jones, Virtualization Group,...
2017 Feb 17
0
[PATCH 2/2] dib: small documentation improvements
...depends on the distribution; additional files can list more packages, each in -its own line. +its own line. For more details, see L<supermin(1)>. =head1 COMPARISON WITH DISKIMAGE-BUILDER @@ -604,7 +605,9 @@ available in C<diskimage-builder>, while some have different names: -o IMAGENAME --name IMAGENAME -p PACKAGE(S) --extra-packages PACKAGE(S) -t FORMAT(S) --formats FORMAT(S) - -x --debug N + -x --debug 1 + -x -x --debug 2 + -x -x [-x ...]...
2015 Jul 14
1
EFI: PXE: "My IP is 0.0.0.0"
...-done) Getting cached packet ... == output page-fault == Sometimes (rarely) I get a Page-Fault Exception (red text). I haven't been able to track this issue down. Might be unrelated, but wanted to post it for completeness. X64 Exception Type 0E - Page-Fault Exception ... CALL ImageBase ImageName+Offset 00h 0000000077283000 No Image Information Best regards, Sebastian On Sun, Jul 12, 2015 at 3:35 AM, Gene Cumm via Syslinux <syslinux at zytor.com> wrote: > On Fri, Jul 10, 2015 at 5:00 AM, Patrick Masotta <masottaus at yahoo.com> > wrote: > > >>>>...
2017 Feb 17
2
[PATCH 1/2] dib: preserve xattrs and SELinux attributes when exporting as tar
When extracting the content of the guest as tar, save also the extended attributes and the SELinux attributes. This makes sure guests exported as tar, tgz, and as docker image will work fine afterwards. This is what disk-image-create does as well. --- dib/output_format_docker.ml | 3 ++- dib/output_format_tar.ml | 3 ++- dib/output_format_tgz.ml | 4 ++-- 3 files changed, 6 insertions(+),
2015 Jul 01
1
Re: [PATCH v4] RFC: New tool: virt-dib
...b > > + ----------------- -------- > > + -a ARCH --arch ARCH > > + --image-size SIZE --size SIZE > > + --max-online-resize SIZE doable using --mkfs-options > > + -n --skip-base > > + -o IMAGENAME --name IMAGENAME > > + -p PACKAGE(S) --extra-packages PACKAGE(S) > > + -t FORMAT(S) --formats FORMAT(S) > > + -x --debug N > > Good way to get people started with virt-dib. A table would have bee...
2010 Mar 24
3
help in matlab - r code
...the image to grayscale data (line 3), and calculates the autocorrelation curve # for offset distances of one pixel to 99 pixels (lines 7–10). This code can be used to # perform steps (4) and (6) listed above in the Summary of Steps to Calculate Grain # Size of Natural Sediment. ColorData = imread(‘ImageName.jpg’); x <- read.jpeg("sed2.jpg")# opens the image imshow(ColorData); plot(x) # plot image data = double(rgb2gray(ColorData)); x=rgb2grey(x) # transform in grayscale, the image ; # example of a similar data matrix: data = double(0.54878431372549,0.468,0.553411764705882,0.6635294117647...
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously: https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html Here is the three part patch to reimplement virt-win-reg to support exporting and merging Windows Registry entries in the 'regedit' format. Tested by me on a local Windows VM. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top'
2015 Jul 10
3
EFI: PXE: "My IP is 0.0.0.0"
>>> > It does contain a Net but there are 2 issues with SNP: > 1) The interface is different than UDPv4/TCPv4 protocols; this imply lot of code. Not as much as you may think.? We already have lwIP implemented into lpxelinux.0.? It's more a matter of using more glue. > 2) SNP has its non-blocking transmit issues ; see "Flaws in the design" at >
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
...e different names: + + disk-image-create virt-dib + ----------------- -------- + -a ARCH --arch ARCH + --image-size SIZE --size SIZE + --max-online-resize SIZE doable using --mkfs-options + -n --skip-base + -o IMAGENAME --name IMAGENAME + -p PACKAGE(S) --extra-packages PACKAGE(S) + -t FORMAT(S) --formats FORMAT(S) + -x --debug N + +=item + +the location of non-image output files (like ramdisks and kernels) + +=item + +the way some of the...
2015 Jul 31
2
EFI: HP + syslinux = crash
...46E290 0005E598->746ECBE0 7846C3B4->00000BC4 7846C39A->7846C3B4 09h 7846E2B5->7846C392 746ECBEB->7846E290 00000BC4->746ECBE0 772899F7->00000000 0Dh 772893F1->7728999D 6BBD4063->772893E8 6BBD425D->6BBD405F 746EC19C->7846E290 CALL ImageBase ImageName+Offset 00h 0000000000000000 No Image Information (Excuses for the horrible wrapping... and the actual text is in RED) In short: it just crashes with no helpful information whatsoever. The last message from syslinux is "My IP is %s". Now I upgrade the System ROM to version 1.40...
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2010 Apr 27
23
pci device not owned by pciback.
So yesterday I got was able to get a domU successfully using a PCI SCSI card. This morning I restarted the host server. When I try to start up the same domU I get this error: Error: pci: improper device assignment specified: pci: 0000:0e:04.0 must be co-assigned to the same guest with 0000:0e:04.0, but it is not owned by pciback. How do I make this card owned by pciback on reboot. Do I need to
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...rst); } else { - die __"open_guest: first parameter must be a string or an arrayref" + die __"open_guest: first parameter must be a string or an arrayref" } my ($conn, $dom); if (-e $images[0]) { - foreach (@images) { - die __x("guest image {imagename} does not exist or is not readable", - imagename => $_) - unless -r $_; - } + foreach (@images) { + die __x("guest image {imagename} does not exist or is not readable", + imagename => $_) + unless -r $_; + }...
2007 Mar 02
0
Wine release 0.9.32
...s. rpcrt4: Fix a memory leak in I_RpcSendReceive caused by I_RpcReceive overwriting pMsg->Buffer. server: Check object's security when creating handles. server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token. dbghelp: ImageName is usually blank, so print LoadedImageName in elf_load_debug_info_map. wininet: Fix the case of partial SSL reads from the peek buffer. kernel32: Fix an off-by-one error in GetComputerNameExA/W. netapi32: Add a stub for NetUserChangePassword. kernel32: Fix crash in dns_geth...
2007 Feb 23
11
Problems getting mongrel service working
Hello list! I have mongrel service 0.1.0 working on my current production machine. Upgrading to a new server and also moving to mongrel service 0.3.1 has not worked yet. I am hoping someone will have an idea as to why. I have mongrel installed properly (I think): C:\rails\igacc>gem list --local *** LOCAL GEMS *** ... mongrel (1.0.1) A small fast HTTP library and server that runs
2015 May 22
2
libvirt with gcc5 Test failing
...k-drive-network-rbd-auth ... OK 123) QEMU XML-2-ARGV disk-drive-network-rbd-ipv6 ... OK 124) QEMU XML-2-ARGV disk-drive-network-rbd-no-colon ... Got expected error: unsupported configuration: ':' not allowed in RBD source volume name 'poolname/imagename:rbd_cache=1:rbd_cache_size=67108864:rbd_cache_max_dirty=0' OK 125) QEMU XML-2-ARGV disk-drive-no-boot ... OK 126) QEMU XML-2-ARGV disk-usb ... OK 127) QEMU XML-2-ARGV disk-usb-device ... O...