From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5e36052a338bdcd0367cf7d3b819b488@9srv.net> To: 9fans@9fans.net Date: Tue, 6 May 2008 07:28:19 -0400 From: a@9srv.net In-Reply-To: <050520082007.10210.481F6914000BE53A000027E222230650629B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Authentication questions Topicbox-Message-UUID: 9fbd0e90-ead3-11e9-9d60-3106f5b1d025 // authdial: Connection refused // srv: authproxy: auth_proxy rpc: p9any client get tickets: p9sk1: gettickets: // Connection refused are you sure that both your auth server is running (look for results from 'ps | grep keyfs') and that you're running the network listener for it (service.auth/tcp567)? the "connection refused" says it's just not getting in, most likely because you're not listening on tcp567. note that the trusted listeners are started separately from the others, and not in the default config. see the -t argument to listen(8) and the comments in /bin/cpurc. anthony