From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 19:34:21 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B9A16A4D1 for ; Thu, 13 Jan 2005 19:34:21 +0000 (GMT) Received: from atwns1.omniresources.com (atwns1.omniresources.com [69.48.112.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D2343D46 for ; Thu, 13 Jan 2005 19:34:21 +0000 (GMT) (envelope-from dpoland@omniresources.com) Received: from antioch.omniresources.com (antioch.atwdev.omniresources.com [192.168.254.77])j0DJYK7b037599; Thu, 13 Jan 2005 13:34:20 -0600 (CST) (envelope-from dpoland@atwdev.omniresources.com) Received: from antioch.omniresources.com (localhost [127.0.0.1]) j0DJYKGu006584; Thu, 13 Jan 2005 13:34:20 -0600 (CST) (envelope-from dpoland@antioch.omniresources.com) Received: (from dpoland@localhost)j0DJYKOM006583; Thu, 13 Jan 2005 13:34:20 -0600 (CST) (envelope-from dpoland) Date: Thu, 13 Jan 2005 13:34:20 -0600 From: Doug Poland To: Richard Morse Message-ID: <20050113193419.GD5956@omniresources.com> References: <35F05B14-6596-11D9-8196-000A956EB07E@partners.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35F05B14-6596-11D9-8196-000A956EB07E@partners.org> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: How to use X without installing X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 19:34:21 -0000 On Thu, Jan 13, 2005 at 02:06:20PM -0500, Richard Morse wrote: > Hi! I have a FreeBSD 5 STABLE computer which is acting as a server. > Because it doesn't need it, I don't want to install all of X -- my goal > is that there shouldn't be anything that I can't do over ssh from a > command-line. > > Unfortunately, Oracle doesn't agree with me. > ... snip ... > > What is the minimum that I need to install to make this work? > On my 5.3 servers, I install xorg-libraries so I can run X clients on remote X servers. From a remote host use a command similar to: xserver% ssh -Xf xclient.mydomain.com /path/to/install/directory/OracleInstaller where: xserver = your X workstation xclient = your server w/xorg-libraries installed -- Regards, Doug