search for: msg00013

Displaying 20 results from an estimated 22 matches for "msg00013".

Did you mean: msg00011
2007 Sep 10
1
Warnings with automake-1.10
...h is complaining about things like this: CLEANFILES = \ $(wildcard *.raw) \ $(wildcard *.flac) \ $(wildcard *.oga) \ $(wildcard *.ogg) \ $(wildcard *.cmp) \ $(wildcard *.aiff) \ I did some research: http://www.cygwin.com/ml/automake/2000-07/msg00013.html http://www.gnu.org/software/automake/manual/html_node/wildcards.html http://www.gnu.org/software/automake/manual/automake.html#index-clean_002dlocal-737 and it seems that the correct way to do what you want is: clean-local: -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff Do...
2016 Sep 09
1
[PATCH] tests: do not assume '.' is in Perl's @INC
...9; for the local captive-daemon.pm module to start from the current directory: this way there is no need to manually augment @INC, and only our local module is loaded automatically. [1] https://rt.perl.org/Public/Bug/Display.html?id=127810 [2] https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html --- tests/daemon/test-btrfs.pl | 2 +- tests/daemon/test-daemon-start.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/daemon/test-btrfs.pl b/tests/daemon/test-btrfs.pl index 302ecb9..7b306b7 100755 --- a/tests/daemon/test-btrfs.pl +++ b/tests/daemon/test...
2015 May 21
2
supermin in Fedora Rawhide switched (again) to using dnf instead of yum
Previous attempt: https://www.redhat.com/archives/libguestfs/2015-April/msg00013.html supermin needs to download packages (eg. RPMs) when preparing the appliance. After a lot of work, 'dnf download' can now be used as a replacement for the (deprecated) 'yumdownloader' program. This only affects the 'supermin --prepare' phase, which means it only affec...
2009 Jun 28
2
sprof works on your Debian/Ubuntu ?
...>r_state == RT_CONSISTENT' failed! I Google to find one discussion that there's a bug in glibc that was unearthed in 2008 and there was debate on whether "sprof" is now deprecated. I don't understand the details completely. (http://sources.redhat.com/ml/libc-alpha/2008-08/msg00013.html) Nobody on Ubuntu has tried it lately? Instead of sprof, I'll try oprofile, I guess. I already tried to do this with gprof applied to the specific package, but no profile is produced. I believe that means I need to re-build all of R with the -pg flag, and I'm a bit reluctant to bre...
2008 Mar 07
0
Status update of redhat/fedora kernel-xen upstream pv_ops dom0 and x86-64 work
Hello list! https://www.redhat.com/archives/fedora-xen/2008-March/msg00013.html So it looks like dom0 pv_ops support is not yet ready to be included in Fedora 9 (to be released this spring) and in kernel.org upstream kernels. They're working hard on it, and it _should_ appear soon for testing.. The good news is that pv_ops domU for both 32bit and 64bit including pa...
2011 Nov 29
4
[ANNOUNCE] Xen port to Cortex-A15 / ARMv7 with virt extensions
...eks ago I (and a few others) started hacking on a proof-of-concept hypervisor port to Cortex-A15 which uses and requires ARMv7 virtualization extensions. The intention of this work was to find out how to best support ARM v7+ on Xen. See http://old-list-archives.xen.org/archives/html/xen-arm/2011-09/msg00013.html for more details. I am pleased to announce that significant progress has been made, and that we now have a nascent Xen port for Cortex-A15. The port is based on xen-unstable (HG CS 8d6edc3d26d2) and written from scratch exploiting the latest virtualization, LPAE, GIC and generic timer suppor...
2011 Nov 29
4
[ANNOUNCE] Xen port to Cortex-A15 / ARMv7 with virt extensions
...eks ago I (and a few others) started hacking on a proof-of-concept hypervisor port to Cortex-A15 which uses and requires ARMv7 virtualization extensions. The intention of this work was to find out how to best support ARM v7+ on Xen. See http://old-list-archives.xen.org/archives/html/xen-arm/2011-09/msg00013.html for more details. I am pleased to announce that significant progress has been made, and that we now have a nascent Xen port for Cortex-A15. The port is based on xen-unstable (HG CS 8d6edc3d26d2) and written from scratch exploiting the latest virtualization, LPAE, GIC and generic timer suppor...
2011 Nov 29
4
[ANNOUNCE] Xen port to Cortex-A15 / ARMv7 with virt extensions
...eks ago I (and a few others) started hacking on a proof-of-concept hypervisor port to Cortex-A15 which uses and requires ARMv7 virtualization extensions. The intention of this work was to find out how to best support ARM v7+ on Xen. See http://old-list-archives.xen.org/archives/html/xen-arm/2011-09/msg00013.html for more details. I am pleased to announce that significant progress has been made, and that we now have a nascent Xen port for Cortex-A15. The port is based on xen-unstable (HG CS 8d6edc3d26d2) and written from scratch exploiting the latest virtualization, LPAE, GIC and generic timer suppor...
2015 May 25
0
Re: supermin in Fedora Rawhide switched (again) to using dnf instead of yum
On Thu, May 21, 2015 at 02:37:31PM +0100, Richard W.M. Jones wrote: > > Previous attempt: > https://www.redhat.com/archives/libguestfs/2015-April/msg00013.html > > supermin needs to download packages (eg. RPMs) when preparing the > appliance. > > After a lot of work, 'dnf download' can now be used as a replacement > for the (deprecated) 'yumdownloader' program. > > This only affects the 'supermin --prepa...
2019 Mar 08
2
Supporting sparse disks in nbdkit
...TATUS / base:allocation in nbdkit. Before I can do the final patch I think we need to discuss how this would be exposed to plugins since at the end of the day they need to implement the feature. Background reading: - preparatory patches: https://www.redhat.com/archives/libguestfs/2019-March/msg00013.html https://www.redhat.com/archives/libguestfs/2019-March/msg00016.html - NBD protocol, see in particular NBD_CMD_BLOCK_STATUS and NBD_REPLY_TYPE_BLOCK_STATUS: https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md I think we shouldn't modify the pread() callback....
2017 Dec 07
0
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
...inal file size. Recent releases of Debian, Ubuntu, and several other distributions build executables as PIE by default. Suprateeka posted some statistics earlier in this thread on the prevalence of relative relocations in executables residing in /usr/bin: https://sourceware.org/ml/gnu-gabi/2017-q2/msg00013.html The third example above shows that using '.relrz.dyn' sections to encode relative relocations can bring decent savings to executable sizes in /usr/bin across many distributions. We have working ld.gold and ld.so implementations for arm, aarch64, and x86_64, and would be happy to send...
2019 Mar 08
0
Re: Supporting sparse disks in nbdkit
...ey need to implement > the feature. Quick thoughts for now; I'll probably have to spend more time on this over the weekend and reply with more details or ideas later. > > Background reading: > - preparatory patches: > https://www.redhat.com/archives/libguestfs/2019-March/msg00013.html > https://www.redhat.com/archives/libguestfs/2019-March/msg00016.html > - NBD protocol, see in particular NBD_CMD_BLOCK_STATUS and > NBD_REPLY_TYPE_BLOCK_STATUS: > https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md > > I think we shouldn't...
2014 Mar 30
0
[chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
...notice page for this TC's work. ========== Additional references: [1] OASIS Virtual I/O Device (VIRTIO) Technical Committee http://www.oasis-open.org/committees/virtio/ [2] Previous public reviews: 30-day public review, 24 December 2014: https://lists.oasis-open.org/archives/ members/201312/msg00013.html - Comment resolution log: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01 /virtio-v1.0-csprd01-comment-resolution-log.xlsx [3] http://www.oasis-open.org/policies-guidelines/ipr [4] http://www.oasis-open.org/committees/virtio/ipr.php https://www.oasis-open.org/policies-guidelines/ipr#l...
2014 Mar 30
0
[chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
...notice page for this TC's work. ========== Additional references: [1] OASIS Virtual I/O Device (VIRTIO) Technical Committee http://www.oasis-open.org/committees/virtio/ [2] Previous public reviews: 30-day public review, 24 December 2014: https://lists.oasis-open.org/archives/ members/201312/msg00013.html - Comment resolution log: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01 /virtio-v1.0-csprd01-comment-resolution-log.xlsx [3] http://www.oasis-open.org/policies-guidelines/ipr [4] http://www.oasis-open.org/committees/virtio/ipr.php https://www.oasis-open.org/policies-guidelines/ipr#l...
2005 Aug 11
2
Make process stops with errors
Hi, I'm trying to compile Samba 3.0.14a with Active Directory support on AIX 5.3 with AIX C 7.0. The make process stops with the following error: Using FLAGS = -I/opt/compiled/include -I/opt/compiled/include -I/opt/freeware/include -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -I./popt -Iinclude -I/home/johsod/freyasamba/samba/samba-3.0.14a/source/include
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...ad Yasevich, Malcolm Crossley, David Vrabel, Ilya Lesokhin, Cunming Lian, Jens Freimann Topics: packed ring layout with respect to hardware implementations References: https://lists.oasis-open.org/archives/virtio-dev/201702/msg00010.html https://lists.oasis-open.org/archives/virtio-dev/201709/msg00013.html Malcolm Crossley, David Vrabel: - keep in mind not to only optimize for network with small frame sizes. Storage has much larger sizes - is there really no cacheline ping pong, because we are overwriting the same cache line? 4 descs in one line, once we access two at the same time it wil...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...ad Yasevich, Malcolm Crossley, David Vrabel, Ilya Lesokhin, Cunming Lian, Jens Freimann Topics: packed ring layout with respect to hardware implementations References: https://lists.oasis-open.org/archives/virtio-dev/201702/msg00010.html https://lists.oasis-open.org/archives/virtio-dev/201709/msg00013.html Malcolm Crossley, David Vrabel: - keep in mind not to only optimize for network with small frame sizes. Storage has much larger sizes - is there really no cacheline ping pong, because we are overwriting the same cache line? 4 descs in one line, once we access two at the same time it wil...
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev, (just for fun) I've tried to compile LLVM under cygwin. With "make -k" I got only: ----------------- DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)': DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this function) DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once for each
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs, When I create EPS files, they sometimes appear rotated in my LaTeX PDF document and sometimes they don't. Two examples: ## x1.eps is not rotated in LaTeX x <- seq(-1, 1, length=100) postscript("c:/x1.eps", height=3, width=4, horizontal=FALSE, onefile=FALSE, paper="special") plot(x, dnorm(x), type="l") dev.off() ## x2.eps is not
2017 May 08
4
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
+llvm-dev Discussion here: https://sourceware.org/ml/gnu-gabi/2017-q2/msg00000.html On Tue, May 2, 2017 at 10:17 AM, Suprateeka R Hegde <hegdesmailbox at gmail.com> wrote: > On 02-May-2017 12:05 AM, Florian Weimer wrote: >> On 05/01/2017 08:28 PM, Suprateeka R Hegde wrote: >>> So the ratio shows ~96% is RELATIVE reloc. And only ~4% others. This is >>> not the