search for: fms

Displaying 20 results from an estimated 55 matches for "fms".

Did you mean: fds
2019 Nov 12
3
ORC API C Standard/System Libraries
...ppreciated. 1) I get multiple warnings for the system headers (e.g. stdlib) of the form: "warning: macro expansion producing 'defined' has undefined behavior" Is there a way to prevent these warnings? Preferably only for the system libraries. I tried -Wno-expansion-to-defined, -fms-extensions, -fms-compatibility-fms, -compatibility-version=14.16.27023. I also tried to reference the system library folder by -isystem, -internal-isystem and -c-isystem 2) Disregarding the warnings, I also get the following error message: "JIT session error: Symbols not found: { malloc }&qu...
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...0.0.0" "-in ternal-isystem" "C:\\Program Files\\LLVM\\lib\\clang\\10.0.0\\include" "-fdebug- compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19" "-fmessage-length" "80 " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fms-compatibili ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" "-fdiagnosti cs-show-option" "-fcolor-diagnostics" "-faddrsig" "-o" "crash.o" "-...
2011 Mar 17
2
ldap idmap backend
...h next issue for long time. On all servers in domain winbind constantly tries to create mapping for <SID>-513 and fails because of already existing entry. It just wastes gid range. Note that <SID> is not SID of main domain but another which name equal to hostname. For example on host FMS in domain CORP I have: wbinfo --all-domains BUILTIN FMS CORP wbinfo -D FMS Name : FMS Alt_Name : SID : S-1-5-21-3830529182-610880034-2098875520 Active Directory : No Native : No Primary : No Here is log: [2011/03/17 15:37:28.387459, 0] w...
2017 May 12
2
problem (and fix) with -fms-extensions
On Fri, May 12, 2017 at 12:01:35PM +0200, Dimitry Andric wrote: > On 11 May 2017, at 20:04, Marc Espie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > I've tried to build something that wanted ms-extensions on OpenBSD. > > Long story short, didn't work so well, because all system includes > > lead to > > > > <machine/_types.h>
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
..." "C:\\Program Files\\LLVM\\lib\\clang\\10.0.0\\include" >> "-fdebug- >> compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19" >> "-fmessage-length" "80 >> " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" >> "-fms-compatibili >> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" >> "-fdiagnosti >> cs-show-option" "-fcolor-diagnostics" "-faddrsig" "...
2011 May 17
0
Managing FMS (Flash Media Interactive Server) with Puppet
Is anyone currently using Puppet to manage and/or rollout Adobe FMS? If so, I''d be interested knowing about your config, approach, etc. I can see where the configs can be templated. Applications installed separately (ours are complicated with configs). If you install the base code on a local system, then copy that into a file structure under Puppet,...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...\\lib\\clang\\10.0.0\\include" >> >> "-fdebug- >> >> compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19" >> >> "-fmessage-length" "80 >> >> " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" >> >> "-fms-compatibili >> >> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" >> >> "-fdiagnosti >> >> cs-show-option" "-fcolor-diagnostic...
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...uot;-target-cpu", "x86-64", > "-mllvm", > "-x86-asm-syntax=intel", > "-stack-protector","2", > "-fcxx-exceptions", > "-fexceptions", > "-fexternc-nounwind", > "-fms-volatile", > "-fdiagnostics-format", "msvc", > "-dwarf-column-info", > "-Wall", > "-std=c++17", > "-fdeprecated-macro", > "-ferror-limit","19", > "-fmessage-len...
2017 May 11
3
problem (and fix) with -fms-extensions
I've tried to build something that wanted ms-extensions on OpenBSD. Long story short, didn't work so well, because all system includes lead to <machine/_types.h> #ifndef __cplusplus typedef int __wchar_t; #endif and since ms-extensions includes __char_t as a built-in, this did fail abysmally. It would be simple to fix in OpenBSD, assuming clang did tell us it
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
..."-mllvm", >>> "-x86-asm-syntax=intel", >>> "-stack-protector","2", >>> "-fcxx-exceptions", >>> "-fexceptions", >>> "-fexternc-nounwind", >>> "-fms-volatile", >>> "-fdiagnostics-format", "msvc", >>> "-dwarf-column-info", >>> "-Wall", >>> "-std=c++17", >>> "-fdeprecated-macro", >>> "-ferror-limit&qu...
2007 Jul 17
2
Flash Media Server 2
Hi, I need to install Flash Media Server on a Centos box. When running the installation script, I get a.... [root at ... FMS_2_0_3_r68_linux]# ./installFMS ./fmsini: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory ERROR: Your are running the Macromedia Flash Media Server installer on the wrong platform. Please advise. Anyone have any experience ins...
2020 Apr 27
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
I was just reading the blog post -- very cool! Regarding Globals construction & destruction: There definitely has been a lot of churn in that area. There will probably be more before LLVM 11 is released, but I can see light at the end of the tunnel. I think the Right Way to run initializers in a JITDylib is to treat it as equivalent to a dlopen operation (with extra allowances for the fact
2012 Jan 04
1
[LLVMdev] How can I compile a c source file to use SSE2 Data Movement Instructions?
...al-isystem D:/work/trunk/bin/Release/../lib/clang/3.1 include -internal-isystem "C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\ nclude" -internal-isystem "C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\\ include" -O3 -ferror-limit 19 -fmessage-length 80 -mstackrealign -fms-extension -fms-compatibility -fmsc-version=1300 -fdelayed-template-parsing -fgnu-runtime -fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fdiagnostics show-option -fcolor-diagnostics -o test.s -x c test.c .def _f; .scl 2; .type 32; .endef .text .globl _f .align 16, 0x90...
2015 Feb 02
4
[LLVMdev] Compiling via bitcode on Windows
I'm trying to use Clang on Windows to compile C++ to bitcode and then to an executable (with a view to carrying out some experiments on whole program optimization of the bitcode). When I use clang.exe, even with -D_HAS_EXCEPTIONS=0 -fms-compatibility -fms-extensions, I get errors: main-621e97.o : error LNK2019: unresolved external symbol _Unwind_Resume referenced in function main main-621e97.o : error LNK2001: unresolved external symbol __gxx_personality_v0 main-621e97.o : error LNK2019: unresolved external symbol __cxa_call_unex...
2009 May 23
0
RMTPE specification
...0, 0xee, 0xc2, 0x4a, 0x80, 0x68, 0xbe, 0xe8, 0x2e, 0x00, 0xd0, 0xd1, 0x02, 0x9e, 0x7e, 0x57, 0x6e, 0xec, 0x5d, 0x2d, 0x29, 0x80, 0x6f, 0xab, 0x93, 0xb8, 0xe6, 0x36, 0xcf, 0xeb, 0x31, 0xae } SWFVerifySig = { 0x1, 0x1 } /* data in quotes does not include quotes as part of data */ GenuineFMSKey = "Genuine Adobe Flash Media Server 001" GenuineFPKey = "Genuine Adobe Flash Player 001" GenuineFMSKeyCrud = GenuineFMSKey + RandomCrud GenuineFPKeyCrud = GenuineFPKey + RandomCrud GetServerDHOffset ----------------- The purpose of this function is to calculate the offset...
2015 Sep 16
2
LLVM linking problem
...esult with a linking program of my own that uses the same libraries as llvm-link. Minimal test case: C:\test>type test.cpp #include <regex> int main() { std::cmatch m; regex_match("a", m, std::regex("a")); return 0; } C:\test>clang-cl -Xclang -emit-llvm -c -fms-compatibility-version=19 test.cpp C:\test>move test.obj test.ll Overwrite C:\test\test.ll? (Yes/No/All): y 1 file(s) moved. C:\test>llvm-link test.ll -o=a.ll C:\test>clang-cl -Wno-override-module a.ll a-e22d14.obj : fatal error LNK1243: invalid or corrupt file: COMDAT section 0x...
2020 Nov 11
0
[cfe-dev] Running LLVMHello Pass from Clang(-cl)
...t; -mframe-pointer=none -relaxed-aliasing -fmath-errno -fno-rounding-math > -mconstructor-aliases -munwind-tables -target-cpu x86-64 -mllvm > -x86-asm-syntax=intel -tune-cpu generic -D_MT > -flto-visibility-public-std --dependent-lib=libcmt > --dependent-lib=oldnames -stack-protector 2 -fms-volatile > -fdiagnostics-format msvc -v -resource-dir "D:\\Program > Files\\LLVM_orc_removal\\lib\\clang\\12.0.0" -internal-isystem > "D:\\Program Files\\LLVM_orc_removal\\lib\\clang\\12.0.0\\include" > -internal-isystem "D:\\Program Files (x86)\\Microsoft<...
2010 Oct 05
1
iptables failure at the last line
...[ OK ] Unloading iptables modules: [ OK ] Applying iptables firewall rules: iptables-restore: line 20 failed [FAILED] And my /etc/sysconfig/iptables is (I'm trying to enable Samba, Apache, FMS dev. ed. and throttled SSH at 22 and 443): *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [294:35064] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -s 194.247.190.0/24 -j DROP -A INPUT -p icmp -m icmp --icmp-type any -j ACCEPT -A INPUT -p t...
2006 Oct 29
1
tftpd-hpa issue: I think, anyway
...M -rw-rw-r-- 1 root root 46 2006-10-29 09:36 default [root at shamrock] /var/lib/tftpboot:pts/2 :# cat pxelinux.cfg/default default memtest label memtest kernel memtest [root at shamrock] /var/lib/tftpboot:pts/2 :# in.tftpd -V tftp-hpa 0.42, with remap, with tcpwrappers * Test from OS X client: [fms at fir] ~/tmp:p3 :% tftp 10.180.64.21 tftp> get pxelinux.0 Received 13466 bytes in 0.0 seconds tftp> get pxelinux.cfg/default Transfer timed out. tftp> quit * tests from PXE clients: they just sit and spin, progressing very slowly through all the different config files. My conclusion...
2012 Nov 17
7
Issue with service => disabled and stopped
...set to off: service { "cups": enable => false, ensure => stopped, } service { "cups-config-daemon": enable => false, ensure => stopped, } The log: Nov 16 19:11:39 test-fms puppet-agent[6530]: (/Stage[main]/Disabled- services/Service[cups-config-daemon]/ensure) ensure changed ''running'' to ''stopped'' Nov 16 19:11:40 test-fms puppet-agent[6530]: (/Stage[main]/Disabled- services/Service[hidd]/ensure) ensure changed ''running'...