Date: Mon, 20 May 2002 10:41:37 -0700 From: Johnson David <djohnson@acuson.com> To: jehova <tornadox@telnor.net>, kde-freebsd@lists.csociety.org Cc: freebsd-newbies@FreeBSD.ORG, FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: can't connect to localhost Message-ID: <200205201041.37718.djohnson@acuson.com> In-Reply-To: <200205191334.45657.tornadox@telnor.net> References: <200205191334.45657.tornadox@telnor.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 19 May 2002 01:34 pm, jehova wrote: > can't connect to localhost, > program kde system guard (KSysguard) > complaints at its start up lik this: > > 'can't connect to localhost ' First, read the KSysGuard handbook. It has a few pointers for FreeBSD. ksysguardd must be owned by group kmem, and must be setgid. Second, you must either have ssh working properly, or start ksysguardd manually before you start ksysguard using a daemon connection. I found that using ssh is the easiest. Read the FreeBSD handbook on OpenSSH, turn on sshd in sysinstall, and generate your keys. To see if it works, type: ssh localhost ksysguardd and you should see the ksysguardd prompt (type quit to quit). Then start up ksysguard. David p.s. Differentiate between 'ksysguard' and 'ksysguardd' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205201041.37718.djohnson>