search for: cdefs

Displaying 20 results from an estimated 230 matches for "cdefs".

Did you mean: defs
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
libswfdec/swfdec_as_context.c | 20 + libswfdec/swfdec_as_interpret.c | 9 libswfdec/swfdec_as_string.c | 15 - libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_as_types.c | 2 test/trace/Makefile.am | 28 + test/trace/isnan-5.swf |binary
2018 Sep 26
2
OpenStack output workflow
Hi, There has been discussion about the OpenStack output and Richard asked for a public thread on this list, so here it is. For v2v from VMware to RHV, there is a Python script that does some extra steps to create the virtual machine after the disks have been converted. We want to have the same behavior for OpenStack, i.e. have virt-v2v create the instance once the volumes have been created.
2005 Nov 05
2
[Bug 1112] __dead conflicts with sys/cdefs.h on Interix
http://bugzilla.mindrot.org/show_bug.cgi?id=1112 Summary: __dead conflicts with sys/cdefs.h on Interix Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: t...
2016 Oct 27
3
problem on compiling cuda program with clang++
...enerate the correct the binary; while compiling `axpy.cu` using clang++, the detailed command is `clang++ axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64 -lcudart_static -ldl -lrt -pthread`, *clang++* generate the following error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file not found # include <sys/cdefs.h>`. And I find that 'sys/cdefs.h' is included in the directory `/usr/include/aarch64-linux-gnu/sys`. Anybody ever came accross the same problems? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2018 Sep 26
0
Re: OpenStack output workflow
On Wed, Sep 26, 2018 at 09:57:22AM +0200, Fabien Dupont wrote: > Hi, > > There has been discussion about the OpenStack output and Richard asked for > a public thread on this list, so here it is. > > For v2v from VMware to RHV, there is a Python script that does some extra > steps to create the virtual machine after the disks have been converted. We > want to have the same
2008 May 29
2
rsync using wildcard (*) character
We are using rsync version 2.6.3 and do not intend to upgrade to the latest version. I am using the following command:- rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb I want to mention the file list in the "myfile" as follows:- ABCD/cdef/xyz* (Considering there are more than one files existing with names beginning with xyz) Once I try to transfer files
2008 Jun 13
0
[Bug 1112] __dead conflicts with sys/cdefs.h on Interix
https://bugzilla.mindrot.org/show_bug.cgi?id=1112 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED CC|
2023 Sep 02
1
Fails to install Rfast package
...en explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snp... ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. clang++ -mmacosx-version-min=10.13 -std=gnu++17 -I"/Library/Frameworks/R....
2008 May 29
1
Using Wildcard - rsync
We are using rsync version 2.6.3 and do not intend to upgrade to the latest version. I am using the following command:- rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb I want to mention the file list in the "myfile" as follows:- ABCD/cdef/xyz* (Considering there are more than one files existing with names beginning with xyz) Once I try to transfer files
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list, as my Xen3 server is finaly becomming ready for production I was wondering if anyone has written a xen usage monitoring/logging tool? Something like xm top, but with continuose logging to a (rr)database. Or a munin plugin? I can''t remember seeing anything simmilar on the list. BTW: where does xm top get the NETTX(k) and NETRX(k) from? For a munin plugin I''d
2016 Jan 19
0
[PATCHv2 1/3] New API: part_get_disk_guid and part_set_disk_guid.
Some OSes (e.g. Windows Server 2012 R2) fail to boot if the disk GPT GUID has changed. To preserve disk guid e.g. during virt-resize, we need a way to get/set disk GUIDs. --- daemon/parted.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 37 ++++++++++++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 98 insertions(+), 1 deletion(-) diff
2018 Sep 26
2
Re: OpenStack output workflow
On Wed, Sep 26, 2018 at 11:39 AM Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Sep 26, 2018 at 09:57:22AM +0200, Fabien Dupont wrote: > > Hi, > > > > There has been discussion about the OpenStack output and Richard asked > for > > a public thread on this list, so here it is. > > > > For v2v from VMware to RHV, there is a Python script that
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
I finally got around to writing myself a NUT UPS monitoring tool. NUT's UPS monitoring CGI tools provide a detailed instantaneous view of the UPS's state at any moment, but provide no history. The attached tool, upswatch, uses Kiss Gabor's UPS::Nut module and Tobi Oetiker's rrdtool to provide a graphical history of the major UPS operating parameters via a web browser.
2016 Jan 18
1
[PATCH] New API: part_get_disk_guid and part_set_disk_guid.
Some OSes (e.g. Windows Server 2012 R2) fail to boot if the disk GPT GUID has changed. To preserve disk GUID e.g. during virt-resize, we need a way to get/set disk GUIDs. --- daemon/parted.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 37 ++++++++++++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 98 insertions(+), 1 deletion(-) diff
2016 Oct 27
0
problem on compiling cuda program with clang++
...e binary; > > while compiling `axpy.cu` using clang++, the detailed command is `clang++ > axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64 > -lcudart_static -ldl -lrt -pthread`, clang++ generate the following > error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file not > found > # include <sys/cdefs.h>`. > > And I find that 'sys/cdefs.h' is included in the directory > `/usr/include/aarch64-linux-gnu/sys`. > > Anybody ever came accross the same problems? Thanks! > > > ____________________________________...
2016 Oct 27
0
problem on compiling cuda program with clang++
....cu` using clang++, the detailed command is >> > `clang++ >> > axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64 >> > -lcudart_static -ldl -lrt -pthread`, clang++ generate the following >> > error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file >> > not >> > found >> > # include <sys/cdefs.h>`. >> > >> > And I find that 'sys/cdefs.h' is included in the directory >> > `/usr/include/aarch64-linux-gnu/sys`. >> > >> > Anybody ever came accross t...
2015 Feb 05
5
resize: Preserve GPT GUID so we don't break EFI bootloaders (RHBZ#1189284)
virt-resize didn't preserve the per-partition GPT GUID. Now that guests using UEFI are becoming common (basically it's the default on aarch64) we need to take into account that sometimes the partition GUID is used by the bootloader NVRAM variables to identify the boot partition, so it must be preserved across resize. This bug caused the 'virt-builder --size' option to fail on
2016 Jan 19
4
[PATCHv2 0/3] Get/set disk GPT GUID API and support in virt-resize.
Some OSes (e.g. Windows Server 2012 R2) fail to boot after virt-resize due to changed disk guid. To fix it, we add new APIs: part_get_disk_guid part_set_disk_guid part_set_disk_guid_random We also preserve disk GUID in virt-resize. Maxim Perevedentsev (3): New API: part_get_disk_guid and part_set_disk_guid. New API: part_set_disk_guid_random. resize: preserve GPT disk GUID.
2004 Aug 26
6
chan_capi module
...d for parameter `__gnuc_va_list'In file included from /usr/include/libio.h:62, from /usr/include/stdio.h:72, from /usr/include/asterisk/monitor.h:4, from /usr/include/asterisk/channel.h:34, from chan_capi.c:16: /usr/include/sys/cdefs.h:43:43: missing binary operator before token "(" /usr/include/sys/cdefs.h:122:19: missing binary operator before token "(" /usr/include/sys/cdefs.h:173:19: missing binary operator before token "(" /usr/include/sys/cdefs.h:182:19: missing binary operator before token &...
2005 Apr 12
3
[Bug 1013] openssh > 3.8p1 make failure on Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=1013 sigmunds at iu.hio.no changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|openssh > 3.8p1 make failure|openssh > 3.8p1 make failure | |on Solaris ------- Additional Comments From