Displaying 4 results from an estimated 4 matches for "iterfaces".
Did you mean:
interfaces
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
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
This is release 0.9.61 of Wine, a free implementation of Windows on Unix.
This release marks the beginning of the code freeze for the 1.0 release.
What's new in this release (see below for details):
- Automatic updating of the WINEPREFIX directory.
- Winhelp now uses Richedit as display engine.
- Many RichEdit fixes.
- More improvements to IME support.
- More quartz fixes.
-