[jadmin] Jabberd-2.1.4 not listening
Jason Staudenmayer
jasons at adventureaquarium.com
Thu Apr 12 13:13:12 CDT 2007
Sorry for the long post
Here's my netstat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.0.0.10:35072 0.0.0.0:* LISTEN 32267/hfaxd
tcp 0 0 10.0.0.10:49664 0.0.0.0:* LISTEN 20749/hfaxd
tcp 0 0 10.0.0.10:5347 0.0.0.0:* LISTEN 4679/router
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3074/mysqld
tcp 0 0 0.0.0.0:4559 0.0.0.0:* LISTEN 1601/hfaxd
tcp 0 0 10.0.0.2:53 0.0.0.0:* LISTEN 1493/named
tcp 0 0 10.0.0.10:53 0.0.0.0:* LISTEN 1493/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1493/named
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1719/tcpserver
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1493/named
tcp 0 0 10.0.0.10:5347 10.0.0.10:50615 ESTABLISHED 4679/router
tcp 0 0 10.0.0.10:5347 10.0.0.10:36336 ESTABLISHED 4679/router
tcp 0 0 10.0.0.10:50615 10.0.0.10:5347 ESTABLISHED 4706/resolver
tcp 0 0 10.0.0.10:50618 10.0.0.10:5347 ESTABLISHED 4804/s2s
tcp 0 0 10.0.0.10:50616 10.0.0.10:5347 ESTABLISHED 4733/sm
tcp 0 0 10.0.0.10:5347 10.0.0.10:50616 ESTABLISHED 4679/router
tcp 0 0 10.0.0.10:5347 10.0.0.10:50618 ESTABLISHED 4679/router
tcp 0 0 10.0.0.10:36336 10.0.0.10:5347 ESTABLISHED 31803/c2s
tcp 0 0 :::22 :::* LISTEN 12286/sshd
tcp 0 148 ::ffff:10.0.0.10:22 ::ffff:10.0.2.137:1031 ESTABLISHED 2302/0
I have logging set to file and I'm not seeing any errors in the s2s or c2s log files.
Here's a tail of c2s and s2s logs
==> c2s.log <==
Thu Apr 12 14:00:14 2007 [notice] [6] [router] write error: Connection refused (111)
Thu Apr 12 14:00:14 2007 [notice] connection to router closed
Thu Apr 12 14:00:14 2007 [notice] attempting reconnect (2 left)
Thu Apr 12 14:00:15 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
Thu Apr 12 14:00:15 2007 [notice] shutting down
Thu Apr 12 14:00:22 2007 [notice] starting up
Thu Apr 12 14:00:22 2007 [info] process id is 31996, written to /usr/local/var/jabberd/pid/c2s.pid
Thu Apr 12 14:00:22 2007 [notice] initialised auth module 'mysql'
Thu Apr 12 14:00:22 2007 [notice] [jabber.adventureaquarium.com] configured; realm=Adventure Aquarium, registration enabled
Thu Apr 12 14:00:22 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
==> s2s.log <==
Thu Apr 12 14:00:16 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
Thu Apr 12 14:00:16 2007 [notice] [5] [router] write error: Connection refused (111)
Thu Apr 12 14:00:16 2007 [notice] connection to router closed
Thu Apr 12 14:00:16 2007 [notice] attempting reconnect (1 left)
Thu Apr 12 14:00:16 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
Thu Apr 12 14:00:16 2007 [notice] shutting down
Thu Apr 12 14:00:16 2007 [notice] connection to router closed
Thu Apr 12 14:00:23 2007 [notice] starting up (interval=0, queue=0, keepalive=0, idle=86400)
Thu Apr 12 14:00:23 2007 [info] process id is 32039, written to /usr/local/var/jabberd/pid/s2s.pid
Thu Apr 12 14:00:23 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
This is a jabberd -D filtered for s2s and c2s
S2S : Thu Apr 12 14:04:07 2007 [notice] starting up (interval=0, queue=0, keepalive=0, idle=86400)
S2S : sx (ssl.c:638) initialising ssl plugin
S2S : Thu Apr 12 14:04:07 2007 [info] process id is 32326, written to /usr/local/var/jabberd/pid/s2s.pid
S2S : sx (ssl.c:695) Setting verify mode to 00
S2S : Thu Apr 12 14:04:07 2007 [notice] attempting connection to router at 10.0.0.10, port=5347
C2S : Thu Apr 12 14:04:07 2007 [notice] starting up
S2S : sx (ssl.c:699) ssl context initialised; certificate and key loaded from /usr/local/etc/jabberd/server.pem
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:485 SQL to create account: INSERT INTO `authreg` ( `username`, `realm` ) VALUES ( '%s', '%s' )
S2S : sx (env.c:77) plugin initialised (index 0)
S2S : sx (sasl.c:906) initialising sasl plugin
C2S : Thu Apr 12 14:04:07 2007 [info] process id is 32327, written to /usr/local/var/jabberd/pid/c2s.pid
S2S : sx (sasl.c:955) sasl context initialised; appname=xmpp
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:486 SQL to query user information: SELECT `password`,`hash`,`token`,`sequence` FROM `authreg` WHERE `username` = '%s' AND `realm` = '%s'
C2S : Thu Apr 12 14:04:07 2007 [notice] initialised auth module 'mysql'
S2S : sx (env.c:77) plugin initialised (index 1)
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:487 SQL to set password: UPDATE `authreg` SET `password` = '%s' WHERE `username` = '%s' AND `realm` = '%s'
S2S : Thu Apr 12 14:04:07 2007 sx.c:47 initialising dialback sx plugin
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:488 SQL to set zero K: UPDATE `authreg` SET `hash` = '%s', `token` = '%s', `sequence` = '%d' WHERE `username` = '%s' AND `realm` = '%s'
S2S : sx (env.c:77) plugin initialised (index 2)
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:489 SQL to delete account: DELETE FROM `authreg` WHERE `username` = '%s' AND `realm` = '%s'
S2S : sx (sx.c:55) allocated new sx for 5
C2S : Thu Apr 12 14:04:07 2007 authreg_mysql.c:508 mysql connecting as 'jabberd2' to database 'jabberd2' on localhost:3306
C2S : Thu Apr 12 14:04:08 2007 [notice] [jabber.adventureaquarium.com] configured; realm=Adventure Aquarium, registration enabled
S2S : sx (client.c:122) doing client init for sx 5
C2S : sx (ssl.c:638) initialising ssl plugin
S2S : sx (client.c:138) stream request: ns (null) to (null) from (null) version 1.0
C2S : sx (ssl.c:695) Setting verify mode to 00
S2S : sx (client.c:168) prepared stream header: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
C2S : sx (ssl.c:699) ssl context initialised; certificate and key loaded from /usr/local/etc/jabberd/server.pem
S2S : sx (client.c:175) tag 5 event 1 data 0x0
C2S : sx (env.c:77) plugin initialised (index 0)
S2S : Thu Apr 12 14:04:07 2007 router.c:39 want write
C2S : sx (sasl.c:906) initialising sasl plugin
S2S : Thu Apr 12 14:04:07 2007 router.c:301 write action on fd 5
C2S : sx (sasl.c:955) sasl context initialised; appname=xmpp
S2S : sx (io.c:303) 5 ready for writing
C2S : sx (env.c:77) plugin initialised (index 1)
S2S : sx (io.c:261) encoding 98 bytes for writing: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
C2S : Thu Apr 12 14:04:08 2007 bind.c:51 initialising resource bind sx plugin
S2S : sx (chain.c:79) calling io write chain
C2S : sx (env.c:77) plugin initialised (index 2)
S2S : sx (io.c:324) handing app 98 bytes to write
C2S : sx (sx.c:55) allocated new sx for 6
S2S : sx (io.c:325) tag 5 event 3 data 0x9aa7bb8
C2S : sx (client.c:122) doing client init for sx 6
S2S : Thu Apr 12 14:04:07 2007 router.c:76 writing to 5
C2S : sx (client.c:138) stream request: ns (null) to (null) from (null) version 1.0
S2S : Thu Apr 12 14:04:07 2007 router.c:80 98 bytes written
C2S : sx (client.c:168) prepared stream header: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
S2S : sx (client.c:103) 5 state change from 0 to 2
C2S : sx (client.c:175) tag 6 event 1 data 0x0
S2S : sx (client.c:105) stream header sent, waiting for reply
C2S : Thu Apr 12 14:04:08 2007 c2s.c:574 want write
S2S : sx (io.c:358) tag 5 event 0 data 0x0
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1085 write action on fd 6
S2S : Thu Apr 12 14:04:07 2007 router.c:34 want read
C2S : sx (io.c:303) 6 ready for writing
S2S : Thu Apr 12 14:04:07 2007 router.c:290 read action on fd 5
C2S : sx (io.c:261) encoding 98 bytes for writing: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
S2S : sx (io.c:169) 5 ready for reading
C2S : sx (chain.c:79) calling io write chain
S2S : sx (io.c:175) tag 5 event 2 data 0x9aa7bb8
C2S : sx (io.c:324) handing app 98 bytes to write
S2S : Thu Apr 12 14:04:07 2007 router.c:44 reading from 5
C2S : sx (io.c:325) tag 6 event 3 data 0x883de98
S2S : Thu Apr 12 14:04:07 2007 router.c:69 read 278 bytes
C2S : Thu Apr 12 14:04:08 2007 c2s.c:611 writing to 6
S2S : sx (io.c:191) passed 278 read bytes
C2S : Thu Apr 12 14:04:08 2007 c2s.c:615 98 bytes written
S2S : sx (chain.c:93) calling io read chain
C2S : sx (client.c:103) 6 state change from 0 to 2
S2S : sx (io.c:215) decoded read data (278 bytes): <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0' id='bbfntjzw9gkxr8o98y7tyepqo9xbhuks5zgzjgvs'><stream:features xmlns:stream='http://etherx.jabber.org/streams'><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:features>
C2S : sx (client.c:105) stream header sent, waiting for reply
S2S : sx (client.c:70) stream response: to (null) from (null) version 1.0 id bbfntjzw9gkxr8o98y7tyepqo9xbhuks5zgzjgvs
C2S : sx (io.c:358) tag 6 event 0 data 0x0
S2S : sx (client.c:85) 5 state change from 2 to 3
C2S : Thu Apr 12 14:04:08 2007 c2s.c:569 want read
S2S : sx (client.c:86) tag 5 event 4 data 0x0
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1074 read action on fd 6
S2S : sx (io.c:70) completed nad: <stream:features xmlns:stream='http://etherx.jabber.org/streams'><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:features>
C2S : sx (io.c:169) 6 ready for reading
S2S : sx (chain.c:119) calling nad read chain
C2S : sx (io.c:175) tag 6 event 2 data 0x883de98
S2S : sx (io.c:134) tag 5 event 6 data 0x9aa8900
C2S : Thu Apr 12 14:04:08 2007 c2s.c:579 reading from 6
S2S : sx (ssl.c:734) initiating starttls sequence
C2S : Thu Apr 12 14:04:08 2007 c2s.c:604 read 278 bytes
S2S : sx (ssl.c:746) tag 5 event 1 data 0x0
C2S : sx (io.c:191) passed 278 read bytes
S2S : Thu Apr 12 14:04:07 2007 router.c:39 want write
C2S : sx (chain.c:93) calling io read chain
S2S : Thu Apr 12 14:04:07 2007 router.c:301 write action on fd 5
C2S : sx (io.c:215) decoded read data (278 bytes): <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0' id='lpa46ccwbw450444m3rjx6e8cx8we6u0v451hhxs'><stream:features xmlns:stream='http://etherx.jabber.org/streams'><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:features>
S2S : sx (io.c:303) 5 ready for writing
C2S : sx (client.c:70) stream response: to (null) from (null) version 1.0 id lpa46ccwbw450444m3rjx6e8cx8we6u0v451hhxs
S2S : sx (io.c:261) encoding 51 bytes for writing: <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
C2S : sx (client.c:85) 6 state change from 2 to 3
S2S : sx (chain.c:79) calling io write chain
C2S : sx (client.c:86) tag 6 event 4 data 0x0
S2S : sx (io.c:324) handing app 51 bytes to write
C2S : sx (io.c:70) completed nad: <stream:features xmlns:stream='http://etherx.jabber.org/streams'><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/></stream:features>
S2S : sx (io.c:325) tag 5 event 3 data 0x9aa8058
C2S : sx (chain.c:119) calling nad read chain
S2S : Thu Apr 12 14:04:07 2007 router.c:76 writing to 5
C2S : sx (io.c:134) tag 6 event 6 data 0x883ebe0
S2S : Thu Apr 12 14:04:07 2007 router.c:80 51 bytes written
C2S : sx (ssl.c:734) initiating starttls sequence
S2S : sx (io.c:358) tag 5 event 0 data 0x0
C2S : sx (ssl.c:746) tag 6 event 1 data 0x0
S2S : Thu Apr 12 14:04:07 2007 router.c:34 want read
C2S : Thu Apr 12 14:04:08 2007 c2s.c:574 want write
S2S : Thu Apr 12 14:04:07 2007 router.c:290 read action on fd 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1085 write action on fd 6
S2S : sx (io.c:169) 5 ready for reading
C2S : sx (io.c:303) 6 ready for writing
S2S : sx (io.c:175) tag 5 event 2 data 0x9aa8058
C2S : sx (io.c:261) encoding 51 bytes for writing: <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
S2S : Thu Apr 12 14:04:07 2007 router.c:44 reading from 5
C2S : sx (chain.c:79) calling io write chain
S2S : Thu Apr 12 14:04:07 2007 router.c:69 read 50 bytes
C2S : sx (io.c:324) handing app 51 bytes to write
S2S : sx (io.c:191) passed 50 read bytes
C2S : sx (io.c:325) tag 6 event 3 data 0x883e338
S2S : sx (chain.c:93) calling io read chain
C2S : Thu Apr 12 14:04:08 2007 c2s.c:611 writing to 6
S2S : sx (io.c:215) decoded read data (50 bytes): <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
C2S : Thu Apr 12 14:04:08 2007 c2s.c:615 51 bytes written
S2S : sx (io.c:70) completed nad: <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
C2S : sx (io.c:358) tag 6 event 0 data 0x0
S2S : sx (chain.c:119) calling nad read chain
C2S : Thu Apr 12 14:04:08 2007 c2s.c:569 want read
S2S : sx (sx.c:148) resetting stream state
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1074 read action on fd 6
S2S : sx (sx.c:72) freeing sx for 5
C2S : sx (io.c:169) 6 ready for reading
S2S : sx (sx.c:55) allocated new sx for 5
C2S : sx (io.c:175) tag 6 event 2 data 0x883e338
S2S : sx (ssl.c:134) server ready for ssl, starting
C2S : Thu Apr 12 14:04:08 2007 c2s.c:579 reading from 6
S2S : sx (client.c:122) doing client init for sx 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:604 read 50 bytes
S2S : sx (ssl.c:490) preparing for ssl connect for 5
C2S : sx (io.c:191) passed 50 read bytes
S2S : sx (ssl.c:548) loaded alternate pemfile /usr/local/etc/jabberd/server.pem
C2S : sx (chain.c:93) calling io read chain
S2S : sx (chain.c:28) adding io plugin
C2S : sx (io.c:215) decoded read data (50 bytes): <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
S2S : sx (client.c:138) stream request: ns (null) to (null) from (null) version 1.0
C2S : sx (io.c:70) completed nad: <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
S2S : sx (client.c:168) prepared stream header: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
C2S : sx (chain.c:119) calling nad read chain
S2S : sx (client.c:175) tag 5 event 1 data 0x0
C2S : sx (sx.c:148) resetting stream state
S2S : Thu Apr 12 14:04:07 2007 router.c:39 want write
C2S : sx (sx.c:72) freeing sx for 6
S2S : Thu Apr 12 14:04:07 2007 router.c:301 write action on fd 5
C2S : sx (sx.c:55) allocated new sx for 6
S2S : sx (io.c:303) 5 ready for writing
C2S : sx (ssl.c:134) server ready for ssl, starting
S2S : sx (io.c:261) encoding 98 bytes for writing: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
C2S : sx (client.c:122) doing client init for sx 6
S2S : sx (chain.c:79) calling io write chain
C2S : sx (ssl.c:490) preparing for ssl connect for 6
S2S : sx (ssl.c:265) in _sx_ssl_wio
C2S : sx (ssl.c:548) loaded alternate pemfile /usr/local/etc/jabberd/server.pem
S2S : sx (ssl.c:269) queueing buffer for write
C2S : sx (chain.c:28) adding io plugin
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : sx (client.c:138) stream request: ns (null) to (null) from (null) version 1.0
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : sx (client.c:168) prepared stream header: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
S2S : sx (ssl.c:347) prepared 142 ssl bytes for write
C2S : sx (client.c:175) tag 6 event 1 data 0x0
S2S : sx (io.c:324) handing app 142 bytes to write
C2S : Thu Apr 12 14:04:08 2007 c2s.c:574 want write
S2S : sx (io.c:325) tag 5 event 3 data 0x9aa79d0
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1085 write action on fd 6
S2S : Thu Apr 12 14:04:07 2007 router.c:76 writing to 5
C2S : sx (io.c:303) 6 ready for writing
S2S : Thu Apr 12 14:04:07 2007 router.c:80 142 bytes written
C2S : sx (io.c:261) encoding 98 bytes for writing: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
S2S : sx (io.c:358) tag 5 event 0 data 0x0
C2S : sx (chain.c:79) calling io write chain
S2S : Thu Apr 12 14:04:07 2007 router.c:34 want read
C2S : sx (ssl.c:265) in _sx_ssl_wio
S2S : Thu Apr 12 14:04:07 2007 router.c:290 read action on fd 5
C2S : sx (ssl.c:269) queueing buffer for write
S2S : sx (io.c:169) 5 ready for reading
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (io.c:175) tag 5 event 2 data 0x9aa79d0
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : Thu Apr 12 14:04:07 2007 router.c:44 reading from 5
C2S : sx (ssl.c:347) prepared 142 ssl bytes for write
S2S : Thu Apr 12 14:04:07 2007 router.c:69 read 1024 bytes
C2S : sx (io.c:324) handing app 142 bytes to write
S2S : sx (io.c:191) passed 1024 read bytes
C2S : sx (io.c:325) tag 6 event 3 data 0x883dc68
S2S : sx (chain.c:93) calling io read chain
C2S : Thu Apr 12 14:04:08 2007 c2s.c:611 writing to 6
S2S : sx (ssl.c:367) in _sx_ssl_rio
C2S : Thu Apr 12 14:04:08 2007 c2s.c:615 142 bytes written
S2S : sx (ssl.c:371) loading 1024 bytes into ssl read buffer
C2S : sx (io.c:358) tag 6 event 0 data 0x0
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : Thu Apr 12 14:04:08 2007 c2s.c:569 want read
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1074 read action on fd 6
S2S : Thu Apr 12 14:04:07 2007 router.c:290 read action on fd 5
C2S : sx (io.c:169) 6 ready for reading
S2S : sx (io.c:169) 5 ready for reading
C2S : sx (io.c:175) tag 6 event 2 data 0x883dc68
S2S : sx (io.c:175) tag 5 event 2 data 0x9aa7ff8
C2S : Thu Apr 12 14:04:08 2007 c2s.c:579 reading from 6
S2S : Thu Apr 12 14:04:07 2007 router.c:44 reading from 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:604 read 1024 bytes
S2S : Thu Apr 12 14:04:07 2007 router.c:69 read 66 bytes
C2S : sx (io.c:191) passed 1024 read bytes
S2S : sx (io.c:191) passed 66 read bytes
C2S : sx (chain.c:93) calling io read chain
S2S : sx (chain.c:93) calling io read chain
C2S : sx (ssl.c:367) in _sx_ssl_rio
S2S : sx (ssl.c:367) in _sx_ssl_rio
C2S : sx (ssl.c:371) loading 1024 bytes into ssl read buffer
S2S : sx (ssl.c:371) loading 66 bytes into ssl read buffer
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (ssl.c:52) verify error:num=18:self signed certificate:depth=0:/C=US/ST=New Jersey/L=Camden/O=Adventure Aquarium/CN=jabber.adventureaquarium.com/emailAddress=jasons at adventureaquarium.com
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1074 read action on fd 6
S2S :
C2S : sx (io.c:169) 6 ready for reading
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : sx (io.c:175) tag 6 event 2 data 0x883e2d8
S2S : sx (io.c:209) tag 5 event 1 data 0x0
C2S : Thu Apr 12 14:04:08 2007 c2s.c:579 reading from 6
S2S : Thu Apr 12 14:04:07 2007 router.c:39 want write
C2S : Thu Apr 12 14:04:08 2007 c2s.c:604 read 66 bytes
S2S : Thu Apr 12 14:04:07 2007 router.c:301 write action on fd 5
C2S : sx (io.c:191) passed 66 read bytes
S2S : sx (io.c:303) 5 ready for writing
C2S : sx (chain.c:93) calling io read chain
S2S : sx (io.c:261) encoding 0 bytes for writing:
C2S : sx (ssl.c:367) in _sx_ssl_rio
S2S : sx (chain.c:79) calling io write chain
C2S : sx (ssl.c:371) loading 66 bytes into ssl read buffer
S2S : sx (ssl.c:265) in _sx_ssl_wio
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : sx (ssl.c:52) verify error:num=18:self signed certificate:depth=0:/C=US/ST=New Jersey/L=Camden/O=Adventure Aquarium/CN=jabber.adventureaquarium.com/emailAddress=jasons at adventureaquarium.com
S2S : sx (ssl.c:347) prepared 198 ssl bytes for write
C2S :
S2S : sx (io.c:324) handing app 198 bytes to write
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (io.c:325) tag 5 event 3 data 0x9aa7ff8
C2S : sx (io.c:209) tag 6 event 1 data 0x0
S2S : Thu Apr 12 14:04:07 2007 router.c:76 writing to 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:574 want write
S2S : Thu Apr 12 14:04:07 2007 router.c:80 198 bytes written
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1085 write action on fd 6
S2S : sx (io.c:358) tag 5 event 0 data 0x0
C2S : sx (io.c:303) 6 ready for writing
S2S : Thu Apr 12 14:04:07 2007 router.c:34 want read
C2S : sx (io.c:261) encoding 0 bytes for writing:
S2S : Thu Apr 12 14:04:07 2007 router.c:290 read action on fd 5
C2S : sx (chain.c:79) calling io write chain
S2S : sx (io.c:169) 5 ready for reading
C2S : sx (ssl.c:265) in _sx_ssl_wio
S2S : sx (io.c:175) tag 5 event 2 data 0x9aa7ff8
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : Thu Apr 12 14:04:07 2007 router.c:44 reading from 5
C2S : sx (ssl.c:347) prepared 198 ssl bytes for write
S2S : Thu Apr 12 14:04:07 2007 router.c:69 read 59 bytes
C2S : sx (io.c:324) handing app 198 bytes to write
S2S : sx (io.c:191) passed 59 read bytes
C2S : sx (io.c:325) tag 6 event 3 data 0x883e2d8
S2S : sx (chain.c:93) calling io read chain
C2S : Thu Apr 12 14:04:08 2007 c2s.c:611 writing to 6
S2S : sx (ssl.c:367) in _sx_ssl_rio
C2S : Thu Apr 12 14:04:08 2007 c2s.c:615 198 bytes written
S2S : sx (ssl.c:371) loading 59 bytes into ssl read buffer
C2S : sx (io.c:358) tag 6 event 0 data 0x0
S2S : sx (ssl.c:197) secure channel not established, handshake in progress
C2S : Thu Apr 12 14:04:08 2007 c2s.c:569 want read
S2S : sx (ssl.c:211) secure channel established
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1074 read action on fd 6
S2S : sx (ssl.c:216) using cipher AES256-SHA (256 bits)
C2S : sx (io.c:169) 6 ready for reading
S2S : sx (io.c:209) tag 5 event 1 data 0x0
C2S : sx (io.c:175) tag 6 event 2 data 0x883e2d8
S2S : Thu Apr 12 14:04:07 2007 router.c:39 want write
C2S : Thu Apr 12 14:04:08 2007 c2s.c:579 reading from 6
S2S : Thu Apr 12 14:04:07 2007 router.c:301 write action on fd 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:604 read 59 bytes
S2S : sx (io.c:303) 5 ready for writing
C2S : sx (io.c:191) passed 59 read bytes
S2S : sx (io.c:261) encoding 0 bytes for writing:
C2S : sx (chain.c:93) calling io read chain
S2S : sx (chain.c:79) calling io write chain
C2S : sx (ssl.c:367) in _sx_ssl_rio
S2S : sx (ssl.c:265) in _sx_ssl_wio
C2S : sx (ssl.c:371) loading 59 bytes into ssl read buffer
S2S : sx (ssl.c:285) preparing queued buffer for write
C2S : sx (ssl.c:197) secure channel not established, handshake in progress
S2S : sx (ssl.c:347) prepared 170 ssl bytes for write
C2S : sx (ssl.c:211) secure channel established
S2S : sx (io.c:324) handing app 170 bytes to write
C2S : sx (ssl.c:216) using cipher AES256-SHA (256 bits)
S2S : sx (io.c:325) tag 5 event 3 data 0x9aa7ff8
C2S : sx (io.c:209) tag 6 event 1 data 0x0
S2S : Thu Apr 12 14:04:07 2007 router.c:76 writing to 5
C2S : Thu Apr 12 14:04:08 2007 c2s.c:574 want write
S2S : Thu Apr 12 14:04:07 2007 router.c:80 170 bytes written
C2S : Thu Apr 12 14:04:08 2007 c2s.c:1085 write action on fd 6
S2S : sx (client.c:103) 5 state change from 0 to 2
C2S : sx (io.c:303) 6 ready for writing
S2S : sx (client.c:105) stream header sent, waiting for reply
C2S : sx (io.c:261) encoding 0 bytes for writing:
S2S : sx (io.c:358) tag 5 event 0 data 0x0
C2S : sx (chain.c:79) calling io write chain
S2S : Thu Apr 12 14:04:07 2007 router.c:34 want read
C2S : sx (ssl.c:265) in _sx_ssl_wio
C2S : sx (ssl.c:285) preparing queued buffer for write
C2S : sx (ssl.c:347) prepared 170 ssl bytes for write
C2S : sx (io.c:324) handing app 170 bytes to write
Jason
..·><((((º>
> -----Original Message-----
> From: jadmin-bounces at jabber.org
> [mailto:jadmin-bounces at jabber.org] On Behalf Of Kennedy, Cameron
> Sent: Thursday, April 12, 2007 1:36 PM
> To: Jabber server administration list
> Subject: RE: [jadmin] Jabberd-2.1.4 not listening
>
>
> This depends on how you have your logging setup.
> In your 6 config files under ..../jabber/etc/jabberd/c2s.xml,
> sm.xml, s2s.xml, router.xml, resolver.xml and 1 other that
> escapes me right now, you specify where you want to logging
> to be sent to. I think by default it is sent to syslog which
> means it depends on where your syslog is sent to. Often it is
> /var/log/messages.
> However, you can also change the logging to go to individual
> files (like I have) and in which case you specify in each xml
> where those files are. But basically you need to look at the
> logging of each of those components to see if any errors are
> being generated.
>
> You could also run a netstat -pantl to see if anything is
> listening on port 5222
>
>
> -----Original Message-----
> From: jadmin-bounces at jabber.org
> [mailto:jadmin-bounces at jabber.org] On Behalf Of Jason Staudenmayer
> Sent: Wednesday, April 11, 2007 2:51 PM
> To: jadmin at jabber.org
> Subject: [jadmin] Jabberd-2.1.4 not listening
>
> I have a fresh install on FC5 (finally got the configure to
> work right) I've looked at the config files and the debug
> output but I can't see any reason for it not binding to the port 5222.
> I'm not sure what logs are needed so just ask and I'll post.
>
> Thanks
>
> Jason
> ...·><((((º>
>
> _______________________________________________
> JAdmin mailing list
> JAdmin at jabber.org
> http://mail.jabber.org/mailman/listinfo/jadmin
> FAQ: http://www.jabber.org/about/jadminfaq.shtml
> _______________________________________________
> This e-mail is confidential and may also contain copyright material
> of the Lend Lease Group. If you are not the intended recipient
> please notify us immediately and delete all copies of this message.
> Copying or use of this communication or the information in it is
> strictly prohibited and may be unlawful. The Lend Lease Group does
> not accept any legal liability for the contents of this
> communication nor can the content of this communication form the
> basis of any form of contract. None of the staff of the Lend Lease
> Group are authorised to enter into contracts on behalf of any
> member of the Lend Lease Group in this manner. Lend Lease Europe
> Limited 19 Hanover Square London United Kingdom W1S 1HY Registered
> in England & Wales No. 3196202, Registered Office as above. Lend
> Lease Real Estate Investments is authorised by the Financial
> Services Authority to conduct investment business. Registered in
> England & Wales No 3540684, Registered Office: 19 Hanover Square,
> London, W1S 1HY Switchboard; 020 7182 9000 Fax; 020 7182 9391
> _______________________________________________
> JAdmin mailing list
> JAdmin at jabber.org
> http://mail.jabber.org/mailman/listinfo/jadmin
> FAQ: http://www.jabber.org/about/jadminfaq.shtml
> _______________________________________________
>
More information about the JAdmin
mailing list