From owner-freebsd-newbies Mon May 20 10:43:49 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id DCA7137B90C; Mon, 20 May 2002 10:41:47 -0700 (PDT) Received: from mvaexch02.acuson.com ([157.226.230.209]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAACD5; Mon, 20 May 2002 10:41:44 -0700 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Mon, 20 May 2002 10:37:19 -0700 Received: from balderdash.acuson.com (dhcp-46-166.acuson.com [157.226.46.166]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JXB8YFF8; Mon, 20 May 2002 10:37:50 -0700 From: Johnson David To: jehova , kde-freebsd@lists.csociety.org Cc: freebsd-newbies@FreeBSD.ORG, FreeBSD-Questions Content-Type: text/plain; charset="iso-8859-1" Organization: Acuson Subject: Re: can't connect to localhost Date: Mon, 20 May 2002 10:41:37 -0700 X-Mailer: KMail [version 1.4] References: <200205191334.45657.tornadox@telnor.net> In-Reply-To: <200205191334.45657.tornadox@telnor.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205201041.37718.djohnson@acuson.com> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-newbies" in the body of the message