search for: efin

Displaying 17 results from an estimated 17 matches for "efin".

Did you mean: efi
2012 Aug 02
6
Polygon shaded area
Hi all, I have two vectors (columns) called "efinal" and "efinal 2". I want to plot them on the same plot and "draw" a shaded area beween the two lines using function polygon I have tried all but I don ?t understand the polygon area, can you help me with examples? plot(efinal,type="l",ylim=range(min(efinal2),...
2019 Sep 30
4
Change ciphers on samba
...and I get report about weak ciphers on samba services, is it possible to set stronger ciphers for samba? On old samba3 that was possible to set "ssl ciphers" in smb.conf, but now I don't see any documentation how to change it. Is it possible, if so, how? -- Arkadiusz Karpi?ski Efinity Sp. z o.o. 02-672 Warszawa, ul. Domaniewska 42 t: +48 22 380 13 88 m: +48 793 783 343 f: +48 22 380 16 76 Sp??ka wpisana do rejestru przedsi?biorc?w prowadzonego przez S?d Rejonowy dla m.st. Warszawy Wydzia? XIII Gospodarczy Krajowego Rejestru S?dowego pod numerem KRS 0000073606, NIP 521-31-76-...
2019 Oct 01
4
Change ciphers on samba
...t;> ? netbios name = dc-1 >>>> ? realm = REALM >>>> ? server role = active directory domain controller >>>> ? server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, >>>> winbindd, ntp_signd, kcc, dnsupdate >>>> ? workgroup = EFINITY >>>> ? dns forwarder = 192.168.X.X 192.168.X.X >>>> ? tls enabled = yes >>>> ? tls keyfile = /usr/local/samba/private/tls/server.key >>>> ? tls certfile = /usr/local/samba/private/tls/server.crt >>>> ? tls cafile = /etc/pki/ca-trust/sou...
2019 Oct 01
0
Change ciphers on samba
...> [global] >>> ? netbios name = dc-1 >>> ? realm = REALM >>> ? server role = active directory domain controller >>> ? server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, >>> winbindd, ntp_signd, kcc, dnsupdate >>> ? workgroup = EFINITY >>> ? dns forwarder = 192.168.X.X 192.168.X.X >>> ? tls enabled = yes >>> ? tls keyfile = /usr/local/samba/private/tls/server.key >>> ? tls certfile = /usr/local/samba/private/tls/server.crt >>> ? tls cafile = /etc/pki/ca-trust/source/anchors/efinity-...
2019 Oct 01
0
Change ciphers on samba
...gt; ? realm = REALM > >>>>> ? server role = active directory domain controller > >>>>> ? server services = s3fs, rpc, nbt, wrepl, ldap, cldap, > kdc, drepl, > >>>>> winbindd, ntp_signd, kcc, dnsupdate > >>>>> ? workgroup = EFINITY > >>>>> ? dns forwarder = 192.168.X.X 192.168.X.X > >>>>> ? tls enabled = yes > >>>>> ? tls keyfile = /usr/local/samba/private/tls/server.key > >>>>> ? tls certfile = /usr/local/samba/private/tls/server.crt > >>>...
2019 Oct 14
2
GENSEC backend
...' registered GENSEC backend 'http_basic' registered GENSEC backend 'http_ntlm' registered GENSEC backend 'http_negotiate' registered GENSEC backend 'krb5' registered GENSEC backend 'fake_gssapi_krb5' registered # record 1 ....... -- Arkadiusz Karpi?ski Efinity Sp. z o.o. 02-672 Warszawa, ul. Domaniewska 42 t: +48 22 380 13 88 m: +48 793 783 343 f: +48 22 380 16 76 Sp??ka wpisana do rejestru przedsi?biorc?w prowadzonego przez S?d Rejonowy dla m.st. Warszawy Wydzia? XIII Gospodarczy Krajowego Rejestru S?dowego pod numerem KRS 0000073606, NIP 521-31-76-...
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...Built target LLVMInterpreter [ 64%] Built target LLVMJIT [ 67%] Built target LLVMTarget [ 67%] Built target LLVMAsmParser [ 68%] Built target LLVMDebugger [ 68%] Built target LLVMArchive Linking CXX executable ..\..\bin\opt.exe ..\..\lib\libLLVMSystem.a(RWMutex.cpp.obj):RWMutex.cpp:(.text+0x25): undefined r eference to `_imp__pthread_rwlockattr_init' ..\..\lib\libLLVMSystem.a(RWMutex.cpp.obj):RWMutex.cpp:(.text+0x5f): undefined r eference to `_imp__pthread_rwlockattr_setpshared' ..\..\lib\libLLVMSystem.a(RWMutex.cpp.obj):RWMutex.cpp:(.text+0x76): undefined r eference to `_imp__pthread_rwlo...
2011 Aug 21
0
[LLVMdev] Accessing arguments in a caller
...nts inside of it and then passing an > additional pointer to F. > I was wondering if there's a better way to do this, e.g. a way to access > the stack frame of the caller (knowing, thanks to the identifier, which > caller F was called from) or, more in general, arbitrary values d efined > in the caller. Any suggestions? Are there really no better ways of doing this? -------------- next part -------------- A non-text attachment was scrubbed... Name: cafxx.vcf Type: text/x-vcard Size: 230 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/...
2011 Aug 18
2
[LLVMdev] Accessing arguments in a caller
...tack, copy the arguments inside of it and then passing an additional pointer to F. I was wondering if there's a better way to do this, e.g. a way to access the stack frame of the caller (knowing, thanks to the identifier, which caller F was called from) or, more in general, arbitrary values defined in the caller. Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/aec20d75/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: cafxx...
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I hope to have some time to read up on the new ruby stuff in Swig to see if we can close the last few holes. Roy
2006 Aug 15
6
Theoretical: Should models be subclasses of AR or mix it in?
All, My apologies if this is a little long-winded and stream of consciousness-y :). SUMMARY: Why do we extend ActiveRecord instead of mixing it in to our model classes? Been thinking about my app''s models and starting to want to build something of a hierarchy. I have some commonality across 3 of my model classes and I''d liek to aggregate the behavior in a superclass.
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to definitions. There is a need for a way to specialize parameters while allowing passing other options. This comes up with remotefile where it would be nice to have a default server location but not specify all the parameters (and their defaults) in the definition. Was there a change to the syntax? Is...
2011 Aug 21
0
[LLVMdev] Accessing arguments in a caller
...he arguments inside of it and then passing an additional pointer to F. >> I was wondering if there's a better way to do this, e.g. a way to access the stack frame of the caller (knowing, thanks to the identifier, which caller F was called from) or, more in general, arbitrary values d > efined >> in the caller. Any suggestions? > > Are there really no better ways of doing this? > <cafxx.vcf>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailm...
2004 Mar 31
6
Can't compile asterisk.
...y.o astmm.o enum .o srv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol v editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a make: pwd: Command not found ??editline/libedit.a(editline.o_a): In function `term_move_to_line': /usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto' /usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 tgoto /usr/src/asterisk/editline/term.c:554: undefined reference to `tputs' /usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 tputs /usr/src/asterisk/editli...
2013 Jul 04
1
Phantom nulls in usbdevs.h during 9-STABLE kernel build
...DERS -include opt_global.h -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/sound/usb/uaudio.c In file included from /usr/src/sys/dev/sound/usb/uaudio.c:70: ./usbdevs.h:3567:65: error: null character ignored [-Werror,-Wnull-character] #define USB_PRODUCT_SAMSUNG_YP_U4 0x5092 /* YP-U4 MP3 Player */ ^ 1 error generated. *** [uaudio.o] Error code 1 Stop in /usr/obj/usr/src/sys/MYKERN. *** [buildkernel] Error code 1 Stop in /usr/src. *** [buildkernel] Error code 1 Stop in /usr/src. Second build fails in a dif...
2011 Aug 21
2
[LLVMdev] Accessing arguments in a caller
...he arguments inside of it and then passing an additional pointer to F. >> I was wondering if there's a better way to do this, e.g. a way to access the stack frame of the caller (knowing, thanks to the identifier, which caller F was called from) or, more in general, arbitrary values d > efined >> in the caller. Any suggestions? > > Are there really no better ways of doing this? > <cafxx.vcf>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mai...
2011 Jun 10
14
Wine64 + nvidia please help
i tried patch-wine-nvidia.sh but no luck. nvidia-xsettings says i'm not using an nvidia driver, i have nvidia.ko loaded and running, my xorg.conf says driver "nv". I'm not sure what the correct nvidia driver i should be using..I got SLi: True in xorg.conf. I tried using patch-wine-nvidia.sh but no luck. I have all the necessary .so files copied into /usr/lib32 and