[JDEV] jserver and etherxd

Koichi Moriyama morimori at cc.gatech.edu
Sat Aug 26 21:14:59 CDT 2000


Dear Schuyler and other developpers,

From: Schuyler Heath <sheath at jabber.org>
Subject: Re: [JDEV] jserver and etherxd
Date: Sat, 26 Aug 2000 17:40:55 -0600

> > Here, I have a question.  Can I setup a Jabber server (jserver) in such
> > an environment ?
> 
> Yes, you can.

I've beein hoping so, but I've not succeeded to have one in such an
isolated network yet, which network consists of only one Linux machine
for server and some client devices.  (Please note that I have been
used to use my jserver on Linux in a typical academic LAN.  The things
I'm doing right now is just setting up a demo environment...)

From: Koichi Moriyama <morimori at cc.gatech.edu>
Subject: Re: [JDEV] jserver and etherxd
Date: Sat, 26 Aug 2000 20:27:47 -0400 (EDT)

> Thank you very much for your quick reply on Sat. - really appreciated !
> 
> But, <remote>...</remote> has been commented out, and commenting a tag
> <mod_version>...</mod_version> out doen't solve the problem.
> 
> Let me check a little bit more -- I might post a log that should show
> what happens.

Let me post a part of the log which is given by the -D flag.  Since the
last line says that "Failed to establish communication with etherxd", I
guessed that jserver seems to connect to etherxd.  I'm now guessing the
jserver or adns code of jserver strongly requires to connect to named..
I'm not sure, though.  (I should take a look into more...)

--
Koichi Moriyama (morimori at cc.gatech.edu)

-- a part of the log by -D --
Sat Aug 26 20:58:24 2000  debug/tstream.c:335 tstream_connect: ADNS[127.0.0.1:5269]
Sat Aug 26 20:58:24 2000  debug/tstream.c:488 tstream_socket 5269 127.0.0.1
Sat Aug 26 20:58:24 2000  debug/tstream.c:459 tstream_cleanup
Sat Aug 26 20:58:24 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:24 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:24 2000  debug/etherxd.c:199 local etherxd attempting to start
Sat Aug 26 20:58:24 2000  debug/tlisten.c:32 tlisten_start: (null)
Sat Aug 26 20:58:24 2000  warn/etherxs Connection to etherxd failed 1 times, attempting to reconnect...
Sat Aug 26 20:58:24 2000  debug/etherxs.c:94 attempting socket connect to (null) for transport <my jserver host name>
... snip ...
Sat Aug 26 20:58:24 2000  debug/tstream.c:335 tstream_connect: ADNS[127.0.0.1:5269]
Sat Aug 26 20:58:24 2000  debug/tstream.c:488 tstream_socket 5269 127.0.0.1
Sat Aug 26 20:58:24 2000  debug/tstream.c:459 tstream_cleanup
Sat Aug 26 20:58:24 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:24 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:25 2000  debug/etherxd.c:199 local etherxd attempting to start
Sat Aug 26 20:58:25 2000  debug/tlisten.c:32 tlisten_start: (null)
Sat Aug 26 20:58:25 2000  warn/etherxs Connection to etherxd failed 2 times, attempting to reconnect...
Sat Aug 26 20:58:25 2000  debug/etherxs.c:94 attempting socket connect to (null) for transport <my jserver host name>
...
Sat Aug 26 20:58:27 2000  debug/tstream.c:335 tstream_connect: ADNS[127.0.0.1:5269]
Sat Aug 26 20:58:27 2000  debug/tstream.c:488 tstream_socket 5269 127.0.0.1
Sat Aug 26 20:58:27 2000  debug/tstream.c:459 tstream_cleanup
Sat Aug 26 20:58:27 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:27 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:30 2000  debug/etherxd.c:199 local etherxd attempting to start
Sat Aug 26 20:58:30 2000  debug/tlisten.c:32 tlisten_start: (null)
Sat Aug 26 20:58:30 2000  warn/etherxs Connection to etherxd failed 4 times, attempting to reconnect...
Sat Aug 26 20:58:30 2000  debug/etherxs.c:94 attempting socket connect to (null) for transport <my jserver host name>
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:26 xmlstream_connect
Sat Aug 26 20:58:30 2000  debug/tstream.c:63 tstream_new
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:101 head: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='39A867B6' xmlns='jabber:server' from='<my jserver host name>' xmlns:etherx='http://etherx.jabber.org/' etherx:secret='e9d4f733fb9a42da436c37f6eadc7f5d321abcb4'>
Sat Aug 26 20:58:30 2000  debug/tstream.c:133 tstream_write_buffer
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:273 xmlstream_cleanup
Sat Aug 26 20:58:30 2000  debug/tstream.c:212 tstream_main: startup
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:222 xmlstream_main: startup
Sat Aug 26 20:58:30 2000  debug/tstream.c:335 tstream_connect: ADNS[127.0.0.1:5269]
Sat Aug 26 20:58:30 2000  debug/tstream.c:488 tstream_socket 5269 127.0.0.1
Sat Aug 26 20:58:30 2000  debug/tstream.c:459 tstream_cleanup
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:30 2000  debug/xmlstream.c:260 xmlstream_error
Sat Aug 26 20:58:34 2000  error/etherxs Failed to establish communication with etherxd
Terminated
-- a part of the log by -D --




More information about the JDev mailing list