Displaying 4 results from an estimated 4 matches for "iterface".
Did you mean:
interface
2017 Oct 11
0
how does gluster decide which connection to use?
hi everyone
I assume such a situation where network segement changes, in
a simplest case where one provides a box(a brick) a new
faster net iterface. So after boxes have two nics and then
bricks gets introduced to them via gluster probe $_newIPs.
Ideally @ a developer - how gluster handles such a
situation? Will it deterministically decide which connection
to use?
Would there be a doc/howto on switching/migrating NICs(not
by a replacement...
2003 Jan 30
2
Configuration of DSL interface
Under Linux, i can configure my DSL connection with pppoeconf (debian),
without configure my Ethernet interface (eth0), just load kernel module
fo ethernet interface, launch pppoeconf here is it.
Another way is to configure the DSL interface (eth0 -> ALCATEL Speed
Touch Home) with IP:10.0.0.1 so i can telnet or access with an web
explorer the modem on 10.0.0.138. After i launch pppoeconf and
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write ,
based on the cdr_mysql.so module, an Sybase module.
To compile you can use something like that:
export SYBPLATFORM=linux
export SYBASE=/opt/sybase
cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c
cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm
-L$SYBASE/lib
(anyone could write the corect Makefile
2008 May 02
0
Wine release 0.9.61
...window IDispatch methods.
mshtml: Added navigator's IDispatchEx test.
mshtml: Added IHTMLWindow2::get_document implementation.
mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout.
mshtml: Added setTimeout implementation.
mshtml: Make IHTMLDocument2 iterface offset independent.
mshtml: Added HTMLDocument's IDispatchEx implementation.
mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx implementation.
mshtml: Added IHTMLDocument3::getElementById implementation.
mshtml: Use heap_alloc_zero for allocating node...