[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Christopher Fowler cfowler@outpostsentinel.com
Tue, 25 Jun 2002 13:38:26 -0700 (PDT)
When all else fails, use strace to trace the system calls. You'll know where this is failing and how to fix it. On Tue, 2002-06-25 at 16:33, George Milder wrote: > Well, I have turned off whatever filters I thought I had enabled. Turned > back on most of the inet daemons I had turned > off, rebuilt conserver-7.2.2 and receive the same error message - > Connection refused. > > nsswitch has files as the lookup method for hosts, and the etc/hosts has > the address, fqdn and console on the line. > > /etc/services has > > console 782/tcp conserver # console server > > in it. > > So, I am not sure what else needs to be changed. I know I must be > shooting myself in the foot somewhere, 'cause this can't > be that difficult to run. > > The only other thing I can think of is that this system has dual nets. 1 > on the public side and a private side that has the actual console > servers. > > Any other suggestions would be appreciated. > ---- > > From: Bryan Stansell <bryan@conserver.com> > To: users@conserver.com > Subject: Re: Whats this error > Date: 21 Jun 2002 14:49:30 -0700 > > On Fri, Jun 21, 2002 at 02:11:21PM -0700, George Milder wrote: > > I just built the conserver 7.2.2 and when I run console I get > > > > console: connect: 782@console: Connection refused > > > > Can someone tell me where I went wrong. > > the client is trying to connect to port 782 of the host named > 'console'. the server isn't up and listening on that port on that > host. so, either 'console' isn't the host you expect, or the server > didn't start properly (check the logs), or you have other issues (like > filters). anyway, there's a few things to check and look out > for...hopefully that'll get you going. > > Bryan > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users >