search for: msg00005

Displaying 20 results from an estimated 23 matches for "msg00005".

Did you mean: msg00000
2005 Jun 13
5
formatting a 3 terabyte partition
hi. i'm hitting a wall each time i try to format a 3 terabyte partition. i'm able to create the partition using parted but whenever i try to create a 3 terabyte xfs or jfs or ext3 filesystem, the mounted filesystem created is only 1 terabyte. i tried centos x86 and x86_64 4.0 but i always hit a 1 terabyte limit. please help.
2011 Jan 04
0
[LLVMdev] Is PIC code defeating the branch predictor?
...on because calls and returns no longer are matched. According to benchmarks by Apple, it's nevertheless faster on modern x86 processors than the trampoline-based alternative (except maybe on Atom, as mentioned in another reply): http://lists.apple.com/archives/perfoptimization-dev/2007/Nov/msg00005.html At the time of that post, Apple's version of GCC still generated trampolines (hence the remark). They switched that to the above pattern afterwards. Jonas
2015 Jun 19
1
libvirt/dnsmasq integration
...ost system I can resolve the names of the VM's and 2) from the VM's I can properly resolve the host name (I get 127.0.0.1, presumably because dnsmasq parsed /etc/hosts on the host). There was some encouraging discussion of this in 2010 (http://www.redhat.com/archives/libvir-list/2010-March/msg00005.html) but no resolution I can see. BTW, the resolvconf machinery (at least on Debian) might provide another line of attack, for systems that have it. Thanks. Ross Boylan
2014 Apr 30
3
virsh update-device: need to clear network filters
Hi, Can anyone please help with the following: I have a running instance with interface <interface type='bridge'> <mac address='fa:16:3e:ba:a4:67'/> <source bridge='br100/> <target dev='vnet0'/> <model type='virtio'/> <filterref filter='nova-instance-instance-00000001-fa163ebaa467'/>
2006 Dec 01
1
maintain 6TB filesystem + fsck
...filesystems like this........ mkfs.ext3 -b 4096 -i 65536 -j -m 1 -O dir_index -L /prodspace1 /dev/sda1 i put output of mkfs.ext3 and tune2fs -l below. is there any thing that i am mistaken about?? my other problem is fsck. i read here.....http://listman.redhat.com/archives/ext3-users/2006-October/msg00005.html 'The major problem at this point is e2fsck time, which is about 1h/TB for fast disks, at minimum (i.e. no major corruption found).' .........is that ext3 or ext4? i don't know how long fsck will take w/ 6TB ext3 filesystem. i first choose to disable auto fsck with 'tune2fs -i0...
2011 Jan 04
4
[LLVMdev] Is PIC code defeating the branch predictor?
I noticed that we generate code like this for i386 PIC: calll L0$pb L0$pb: popl %eax movl %eax, -24(%ebp) ## 4-byte Spill I worry that this defeats the return address prediction for returns in the function because calls and returns no longer are matched. From Intel's Optimization Reference Manual: "The return address stack mechanism augments the static and dynamic
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
...ate ioctl for device TDDL tddl.c:117 Falling back to Read/Write device support. Does anyone know if 0.2.9 is just outdated or should it be working and there is something else wrong? Any hints are very welcome! Thanks in advance Tim [0]http://lists.xensource.com/archives/html/xense-devel/2007-04/msg00005.html -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ___________________________________...
2018 Apr 05
0
[PATCH v2 2/2] v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour
When writing the OVF in OVirt flavour, write the actual UUID of the VM as ovf:id attribute for <VirtualSystem>, instead of a dummy value. Suggested by Arik Hadas in https://www.redhat.com/archives/libguestfs/2018-April/msg00005.html --- v2v/create_ovf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml index f56c4cb64..554374f45 100644 --- a/v2v/create_ovf.ml +++ b/v2v/create_ovf.ml @@ -674,7 +674,7 @@ let rec create_ovf source targets guestcaps inspect (m...
2018 Apr 05
0
[PATCH v3 3/3] v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour
When writing the OVF in OVirt flavour, write the actual UUID of the VM as ovf:id attribute for <VirtualSystem>, instead of a dummy value. Suggested by Arik Hadas in https://www.redhat.com/archives/libguestfs/2018-April/msg00005.html --- v2v/create_ovf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml index ce06ce613..2fc041168 100644 --- a/v2v/create_ovf.ml +++ b/v2v/create_ovf.ml @@ -699,7 +699,7 @@ let rec create_ovf source targets guestcaps inspect (m...
2008 Jul 20
0
shut off ipv6 in Xen vifs?
How can I shut off the autoconfig for ipv6 in the virtual network devies/bridge, which happens although ipv6 is shut off for the machine? The only relevant thread I could find is this: http://lists.xensource.com/archives/html/xen-devel/2007-01/msg00005.html Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2015 Jul 20
0
flac on windows 2000
...src/share/win_utf8_io/win_utf8_io.c: if (wgetmainargs(&wargc, &wargv, &wenv, 1, &i) != 0) return 1; Windows 2000 has slightly older version of msvcrt.dll, and this check always fails. I found an explanation about it here: http://lists.gnu.org/archive/html/tinycc-devel/2014-11/msg00005.html (it's not something that should be fixed, of course)
2007 Jan 24
1
ext3 journal from windows
hai is there any way to view the contents of ext3 journal form windows? regards ______________________________________ Scanned and protected by Email scanner -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20070124/02f1d0a5/attachment.htm>
2010 Apr 08
1
libguestfs 1.2.x (stable series) and 1.3.x (development series) created
As proposed earlier: https://www.redhat.com/archives/libguestfs/2010-April/msg00005.html I have created libguestfs 1.2 stable series and 1.3 development series. I have released tarballs for libguestfs 1.2.0 and 1.3.0. These are exactly the same as version 1.0.89 (I didn't even change the version number inside them). http://libguestfs.org/download/?C=M;O=D This is just to...
2012 May 02
2
Python Libvirt Bindings
Hi, Can anyone please share sample Python code for using qemu+tcp with SASL or qemu+tls with SASL? (i.e., connecting to a hypervisor using qemu+tls or qemu+tcp when a username/password using SASL has been defined on the hypervisor) I am having some trouble figuring out how to use callbacks for authenticating from with my Python program. I assume I will have to
2014 May 01
0
Re: virsh update-device: need to clear network filters
...ilterref of the interface of a running domain has been supported since v1.0.1, but you've found a genuine bug! I've reproduced it on my system with the last sources from git, produced a patch to fix it, and posted it to the upstream list: http://www.redhat.com/archives/libvir-list/2014-May/msg00005.html Once this is ACKed and pushed, I'll pull it into the maintenance branches back to 1.0.1. Thanks for reporting this problem! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20140501/ab4685db/...
2005 Oct 16
6
[Bug 1105] Privledge Separation
http://bugzilla.mindrot.org/show_bug.cgi?id=1105 Summary: Privledge Separation Product: Portable OpenSSH Version: 4.2p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: giffordj at linkline.com
2016 Aug 05
4
CentOS 7 kickstart question
On Thu, 2016-08-04 at 22:21 -0400, Jonathan Billings wrote: > Is it a BIOS boot, or are you using the UEFI firmware for booting? > Either way, you might need a small boot partition (not /boot) at the > beginning of the disk. /boot/efi formatted FAT16, circa 150 MB -- Regards, Paul. England, EU. England's place is in the European Union.
2012 Jul 04
1
NOTICE: Data corruption bug when writing to qcow2 files
...e* qemu >= 1.1.0, so effectively our baseline version of qemu has just increased from 1.0 to 1.1.0, and this change is noted in the README file. (Thanks to Kevin Wolf, Paolo Bonzini, Avi Kivity, Padraig Brady for invaluable help.) Rich. [1] https://www.redhat.com/archives/libguestfs/2012-July/msg00005.html [2] https://www.redhat.com/archives/libguestfs/2012-July/msg00008.html [3] https://github.com/libguestfs/libguestfs/blob/cb24ceedd8a8ef7da71cfcce6db10669de47685c/resize/test-virt-resize.sh [4] https://bugzilla.redhat.com/show_bug.cgi?id=836710 [5] https://www.redhat.com/archives/libguestfs/201...
2018 Apr 05
6
[PATCH v3 0/3] v2v: improve OVF in OVirt flavour
Hi, v3 of these patches: https://www.redhat.com/archives/libguestfs/2018-April/msg00002.html https://www.redhat.com/archives/libguestfs/2018-April/msg00006.html Thanks, Pino Toscano (3): v2v: OVF: improve get_ostype mappings v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour v2v/create_ovf.ml | 253
2018 Apr 05
4
[PATCH v2 0/2] v2v: improve OVF in OVirt flavour
Hi, v2 of this patch: https://www.redhat.com/archives/libguestfs/2018-April/msg00003.html that includes an additional fix. Thanks, Pino Toscano (2): v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour v2v/create_ovf.ml | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 202 insertions(+), 2