JIM new user registration broken in 1.4.2?
Nathan J. Mehl <memory-jadmin <at> blank.org>
2002-04-01 15:35:40 GMT
Did jabberd 1.4.2 break new user registration from JIM? Ever since
upgrading to 1.4.2, I've been unable to add new users from JIM's
new account wizard, while WinJab and Exodus work just fine.
("Just use winjab/exodus" is, unfortunatly, not a workable approach
right now, as neither one of them implements mod_groups correctly.)
Any insight anyone could offer would be appreciated.
The error looks like this in the debug log:
mio.c:760 MIO read from socket 14: <stream:stream to="galactus.feedroom.com" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams">
c2s [client.c:277] pthsock_client_read called with: m:BFA10 flag:2 arg:EFE80
c2s [client.c:310] root received for 14
c2s [client.c:315] Recieved connection to: galactus.feedroom.com
mio.c:1054 mio_write called on x: 0 buffer: <?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' id='3CA87C01' xmlns='jabber:client' from='galactus.feedroom.com'>
mio.c:279 write_dump writing data: <?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' id='3CA87C01' xmlns='jabber:client' from='galactus.feedroom.com'>
mio.c:607 mio while loop top
mio.c:620 mio while loop, working
mio.c:607 mio while loop top
mio.c:620 mio while loop, working
mio.c:760 MIO read from socket 14: <iq type="get" id="JCOM_0"><query xmlns="jabber:iq:register"></query></iq>
c2s [client.c:277] pthsock_client_read called with: m:BFA10 flag:3 arg:EFE80
deliver.c:474 DELIVER 4:galactus.feedroom.com <route type='auth' to='galactus.feedroom.com'
from='14 <at> c2s/BFA10'><iq type='get' id='JCOM_0'><query xmlns='jabber:iq:register'/></iq></route>
deliver.c:678 delivering to instance 'sessions'
deliver.c:94 (77C30)incoming packet <route type='auth' to='galactus.feedroom.com'
from='14 <at> c2s/BFA10'><iq type='get' id='JCOM_0'><query xmlns='jabber:iq:register'/></iq></route>
util.c:103 config query maxusers
deliver.c:100 creating user hash 1183C0 for galactus.feedroom.com
deliver.c:102 checking 1183C0
util.c:103 config query auth
mtq 129D38 starting
mtq 129D38 leaving to pth
mtq 139FD0 starting
mtq 139FD0 leaving to pth
mtq 14A268 starting
mtq 14A268 leaving to pth
mtq 15A500 starting
mtq 15A500 leaving to pth
mtq 16A798 starting
mtq 16A798 leaving to pth
mtq 17AA30 starting
mtq 17AA30 leaving to pth
mtq 129D38 entering from pth
mtq 129D38 one call 1179B0
authreg.c:84 registration get request
modules.c:135 mapi_call 6
modules.c:158 MAPI C5310
modules.c:158 MAPI C5BD0
modules.c:158 MAPI C5C90
util.c:103 config query mod_auth_0k/enable_registration
modules.c:158 MAPI C5CF0
util.c:103 config query register
mod_register checking
deliver.c:474 DELIVER 4:galactus.feedroom.com <route from='14 <at> c2s/BFA10'
to='galactus.feedroom.com' type='auth'><iq type='result' id='JCOM_0'><query xmlns='jabber:iq:register'>
<instructions>Choose a username and password to register with this server.</instructions>
<name/>
<email/>
</query></iq></route>
deliver.c:678 delivering to instance 'sessions'
deliver.c:94 (77C30)incoming packet <route from='14 <at> c2s/BFA10' to='galactus.feedroom.com'
type='auth'><iq type='result' id='JCOM_0'><query xmlns='jabber:iq:register'>
<instructions>Choose a username and password to register with this server.</instructions>
<name/>
<email/>
</query></iq></route>
util.c:103 config query auth
mtq 129D38 leaving to pth
mtq 18ACC8 starting
mtq 18ACC8 leaving to pth
mtq 19AF60 starting
mtq 19AF60 leaving to pth
mtq 1AB1F8 starting
mtq 1AB1F8 leaving to pth
mtq 1BB490 starting
mtq 1BB490 leaving to pth
mtq 139FD0 entering from pth
mtq 139FD0 one call 1CC058
authreg.c:95 registration set request
deliver.c:474 DELIVER 4:c2s <route from='galactus.feedroom.com'to='14 <at> c2s/BFA10'
type='auth'><iq type='error' id='JCOM_0'><query xmlns='jabber:iq:register'>
<instructions>Choose a username and password to register with this server.</instructions>
<name/>
<email/>
</query><error code='406'>Not Acceptable</error></iq></route>
deliver.c:678 delivering to instance 'c2s'
c2s [client.c:164] galactus.feedroom.com has an active session,delivering packet
log.c:186 <log type='record' from='galactus.feedroom.com'>loginfail 10.0.12.27 406 (null)</log>
deliver.c:474 DELIVER 3:galactus.feedroom.com <log type='record'
from='galactus.feedroom.com'>login fail 10.0.12.27 406 (null)</log>
deliver.c:678 delivering to instance 'rlogger'
c2s [client.c:236] Writing packet to MIO: <iq type='error' id='JCOM_0'><query xmlns='jabber:iq:register'>
<instructions>Choose a username and password to register with this server.</instructions>
<name/>
<email/>
</query><error code='406'>Not Acceptable</error></iq>
mio.c:1054 mio_write called on x: 116FB8 buffer: (null)
mtq 139FD0 leaving to pth
mio.c:607 mio while loop top
mio.c:620 mio while loop, working
mio.c:279 write_dump writing data: <iq type='error' id='JCOM_0'><query xmlns='jabber:iq:register'>
<instructions>Choose a username and password to register with this server.</instructions>
<name/>
<email/>
</query><error code='406'>Not Acceptable</error></iq>
mio.c:607 mio while loop top
mio.c:620 mio while loop, working
c2s [client.c:277] pthsock_client_read called with: m:BFA10 flag:4 arg:EFE80
c2s [client.c:282] io_select Socket 14 close notification
mio.c:366 freed MIO socket
-n
------------------------------------------------------------<memory <at> blank.org>
"We're the dot in `Fuck.You!'"
<http://blank.org/memory/>----------------------------------------------------