search for: ersion

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

Did you mean: version
2005 Feb 05
3
Help - Getting an error when trying to add prio to tables....
...ernel scope link src 61.11.104.63 127.0.0.0/8 dev lo scope link default via 61.11.104.1 dev eth0 [root /root]# ip Usage: ip [ OPTIONS ] OBJECT { COMMAND | help } where OBJECT := { link | addr | route | rule | neigh | tunnel | maddr | mroute | monitor } OPTIONS := { -V[ersion] | -s[tatistics] | -r[esolve] | -f[amily] { inet | inet6 | ipx | dnet | link } | -o[neline] } Thanks and Regards, Pankaj Agarwal _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: h...
2009 Jul 02
1
[LLVMdev] [Help Needed] tblgen code get a compile error
...Sel.inc(596) : error C2664: 'llvm::SDNode *llvm::SelectionDAG::SelectNodeTo(llvm::SDNode *,unsigned int,llvm::MVT,llvm::MVT,llvm::MVT,const llvm::SDValue *,unsigned int)' : cannot convert parameter 6 from 'llvm::SDValue' to 'const llvm::SDValue *' No user-defined-conversion operator available that can perform this conv ersion, or the operator cannot be called I checked the generated the code: SDNode *Emit_2(const SDValue &N, unsigned Opc0, MVT VT0) DISABLE_INLINE { SDValue N0 = N.getOperand(0); SDValue N1 = N.getOperand(1); SDNode *ResNode = CurDAG->Sele...
2006 Mar 31
1
oh323 - unable to install
...make target `ccflags'. Stop. make: *** No rule to make target `ccflags'. Stop. make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.5/wrapper' ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 g++ -Wall -x c++ -Os -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.6.6\" -DOPENH323V ERSION=\"1.13.5\" -I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include -I/usr/src/ope nh323/include -I/usr/src/openh323/include/openh323 -I../asterisk-driver -c wrapper_misc.cxx -o wrapper_misc.o make[1]: g++: Comma...
2006 Nov 14
2
Building R from source
...nal.o rhome.o rui.o run.o shext.o sys-win32.o system.o e_pow.o malloc.o ../main/libmain.a ../appl/l ibappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xdr/libxdr.a ../extra/zlib/libz.a ../extra/pcre/libpcre .a ../extra/bzip2/libbz2.a ../extra/intl/libintl.a ../extra/trio/libtrio.a dllversion.o -L. -lg2c -lRblas -lcomctl32 -lv ersion ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x15f9): undefined reference to `_pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1639): undefined reference to `_pcre_ucp_findprop' ../extra/pcre/l...
2017 Jan 13
0
TLS feature missing
...5 compiled with opnessl 1.0.2 I realised with a cipherscan utility that i was able to support mulitiple TLS curves. Now i upgraded to 2.2.27 with opnessl1.1.0 and was falling back to historical stages where my server only servers one TLS-curve: secp384r1 right now. One big reason to compile the new ersion with openssl1.1.0 was to bring CHACHA20-POLY1305 ciphers and X25519 curves to modern clients. The ciphers i am estimating are working fine, but X25519 and also secp521r1 ist now longer supported, like it was in dovecot 2.2.25. Is there something broken? Or a new (know missing) config feature? Or...
2003 Dec 01
0
No subject
...ure that 'YOURSERVER' is the NetBIOS name of the server (NetBIOS and DNS may differ). NetBIOS names are restricted to a maximum of 15 letters. Of course you may not enter the options given above on the server itself. This would create an endless loop. Important: Please use an actual samba version (at least ersion 1.9.18p2)!
2003 Dec 01
0
No subject
...ure that 'YOURSERVER' is the NetBIOS name of the server (NetBIOS and DNS may differ). NetBIOS names are restricted to a maximum of 15 letters. Of course you may not enter the options given above on the server itself. This would create an endless loop. Important: Please use an actual samba version (at least ersion 1.9.18p2)! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
2013 Oct 22
2
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
...fldt (%esp) 1: add $12,%esp fstpl 4(%esp) fldl 4(%esp) ret H:\CI\bld\compilers\musl\src\math\i386>type sqrt.c float __cdecl sqrt(float z) { return 0.0; } H:\CI\bld\compilers\musl\src\math\i386>clang -integrated-as -c -v --target=i686 -pc-win32 sqrt.s clang version 3.4 (trunk) Target: i686-pc-win32 Thread model: posix "C:\Program Files (x86)\LLVM 3.4.svn\bin\clang.exe" -cc1as -triple i686-pc-win3 2 -filetype obj -main-file-name sqrt.s -target-cpu pentium4 -fdebug-compilation- dir "H:\\CI\\bld\\compilers\\musl\\src\\math\\i386" -dwarf-debu...
2008 Apr 18
1
swfdec tests
Hi, I got some test failures [1] in test/image (text-field-color-transform and gradient). Are those tests allowed to fail? Thanks [1] https://bugs.gentoo.org/show_bug.cgi?id=216284 -- Duy
2013 Oct 22
0
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
...; fldl 4(%esp) > ret > > H:\CI\bld\compilers\musl\src\math\i386>type sqrt.c > float __cdecl sqrt(float z) > { > return 0.0; > } > H:\CI\bld\compilers\musl\src\math\i386>clang -integrated-as -c -v > --target=i686 > -pc-win32 sqrt.s > clang version 3.4 (trunk) > Target: i686-pc-win32 > Thread model: posix > "C:\Program Files (x86)\LLVM 3.4.svn\bin\clang.exe" -cc1as -triple > i686-pc-win3 > 2 -filetype obj -main-file-name sqrt.s -target-cpu pentium4 > -fdebug-compilation- > dir "H:\\CI\\bld\\compilers\\musl...
2012 Dec 20
3
[Bridge] [PATCH 1/3] iproute2: distinguish permanent and temporary mdb entries
This patch adds a flag to mdb entries so that we can distinguish permanent entries with temporary ones. Cc: Stephen Hemminger <shemminger at vyatta.com> Signed-off-by: Cong Wang <amwang at redhat.com> --- bridge/mdb.c | 24 +++++++++++++++--------- include/linux/if_bridge.h | 3 +++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/bridge/mdb.c
2003 Aug 27
0
os/2 & AIX & Samba & VisualAge error
...) TransactionName= Parameters= Data: (4 bytes) [000] 3A C9 03 00 :\311\003\000 Data= Data: (31 bytes) [000] 1F 00 00 00 0F 55 53 45 52 49 44 4C 41 53 54 57 \037\000\000\000\017USE RIDLASTW [010] 52 49 54 45 00 08 2E 56 45 52 53 49 4F 4E 00 RITE\000\010.V ERSION\000 (ttl 64, id 39837, len 147) 16:25:29.909420 146.39.192.33.netbios-ssn > spt01.1042: P [tcp sum ok] 28014:28053(39) ack 9000 win 8192 >>> NBT Packet NBT Session Packet Flags=0x0 Length=35 (0x23) SMB PACKET: SMBtrans2 (REPLY) SMB Command = 0x32 Error class = 0x1 Error code...
2013 Oct 23
2
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
...>> >> H:\CI\bld\compilers\musl\src\math\i386>type sqrt.c >> float __cdecl sqrt(float z) >> { >> return 0.0; >> } >> H:\CI\bld\compilers\musl\src\math\i386>clang -integrated-as -c -v >> --target=i686 >> -pc-win32 sqrt.s >> clang version 3.4 (trunk) >> Target: i686-pc-win32 >> Thread model: posix >> "C:\Program Files (x86)\LLVM 3.4.svn\bin\clang.exe" -cc1as -triple >> i686-pc-win3 >> 2 -filetype obj -main-file-name sqrt.s -target-cpu pentium4 >> -fdebug-compilation- >> dir "...
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi! I have tried to print text with Latin-1 characters (????) from R to postscript and X11 window but when I'm using the interactive R-shell, I can't get them printed even from keyboard. Is there some configuration flags to use 7-bit or 8-bit character sets? TIA Juha -- : Juha Tikkanen -- juha.tikkanen at edita.fi -- http://www.edita.fi/ : : tel +358-9-566 0532 -- mob +358-40-557
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi! I have tried to print text with Latin-1 characters (????) from R to postscript and X11 window but when I'm using the interactive R-shell, I can't get them printed even from keyboard. Is there some configuration flags to use 7-bit or 8-bit character sets? TIA Juha -- : Juha Tikkanen -- juha.tikkanen at edita.fi -- http://www.edita.fi/ : : tel +358-9-566 0532 -- mob +358-40-557
2009 Aug 21
5
how to install asterisk
hello friends, i have to configures asterisk n my hardware details are O.S - Ubuntu 8.04 Lts Memory - 1 GB Proccessor- core 2 duo is any one having a good link or how to related asterisk. any help,support will be higly appreciated thx -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Nov 07
6
[PATCH 0/4] virt-v2v: Add support for SUSE guest conversions
The following series of patches adds support for converting SUSE guests through virt-v2v. These changes should not impact non-SUSE guest conversions. Mike Latimer (4): Add perl-Bootloader support to grub packages Add conversion support for SUSE guests Add SUSE to capabilities db and conf Add SUSE support documentation lib/Sys/VirtConvert/Converter/Linux.pm | 480 ++++++++++++++++++++++++++++----- v2v/virt-v2v.conf...
2006 Feb 22
13
Mongrel 0.3.6 -- Win32 Service/Rails Real Good
...had to build a special win32-service gem based on Dan Berger''s fantastic work. You''ll need to do this: $ gem install win32-service $ gem install mongrel If you alredy have win32-service installed then skip the first command. The gem for win32-service is based on the 0.5.0 version. == Using The Win32 Service There''s a more extensive doc here: http://mongrel.rubyforge.org/docs/win32.html But for the impatient, do this: $ mongrel_rails_service install -n myapp \ -r c:\my\path\to\myapp -p 4000 -e production $ mongrel_rails_service start -n myapp And you...
2013 Oct 12
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...04:57:32 PM Mike Latimer wrote: > I think I've addressed all the concerns you raised in the following patch. > Can you take a look and let me know if I've created any new ones? ;) Other than the concern about being a little too obsessed about the 79 character line length. ;) This version of the patch has all the unecessary cleanup removed, and only the necessary cleanup left. Should be easier to deal with. -Mike --- .../VirtConvert/Converter/{RedHat.pm => Linux.pm} | 679 +++++++++++++++++---- 1 file changed, 567 insertions(+), 112 deletions(-) rename lib/Sys/VirtConvert...
2008 Aug 09
4
Upgrade 3.0.3 to 3.2.1
...phy:xbd/test1-swap.sdb1,sdb1,w" ] root = "/dev/md0 ro" extra = "md=0,/dev/sda2,/dev/sdb2 md=1,/dev/sda1,/dev/sdb1" ==================================== root@xenhost:~# xm create test1 -c Using config file "./test1". Started domain test1 Linux version 2.6.18 (Version: domU.4) (root@phoenix) (gcc v ersion 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Sun Jul 27 17:47:15 CEST 2008 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000010800000 (usable) 0MB HIGHMEM available. 264MB LOWMEM available. NX (Execute Disable) protect...