From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 10:04:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 655B516A401 for ; Sat, 31 Mar 2007 10:04:43 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id EEE2513C44B for ; Sat, 31 Mar 2007 10:04:42 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1079814ugh for ; Sat, 31 Mar 2007 03:04:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Q1o5UGAlOk/FB6DGY8Iez+VLB4fwplfsvLbVjXW3jarFBQs3RaNyGvRmBszuvuL4jktNVzJO8Y8nAtaPcxmbTqCEtq1XNvztkvddALgwOO5VpKl1rZ56z0N0otAKyvwmpzewmCoFNKo4RcpEJaMUB/a1CP08kD+OLJ3tFvPNDUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=p7N+UftmE+m6+1tG26jHtZycCCbNFrp9uBUDuA1+1kEG2H5qbeYfQmuZ8hM87mniamA0ZQdfF43bX/TI3BbuenjY6QyrLqoO1vyQmrQgFA9L4jZSeZFO7J91ksIW4oTMXT8SPlNO89DsoHJ6jPSqUZMdTshjuIRLn4SdPsut1Gg= Received: by 10.66.243.4 with SMTP id q4mr2895086ugh.1175333883986; Sat, 31 Mar 2007 02:38:03 -0700 (PDT) Received: from ?192.168.179.11? ( [81.206.93.205]) by mx.google.com with ESMTP id 53sm4283897ugn.2007.03.31.02.38.03; Sat, 31 Mar 2007 02:38:03 -0700 (PDT) Message-ID: <460E2C06.20703@gmail.com> Date: Sat, 31 Mar 2007 11:38:14 +0200 From: WarrenHead User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: autostart nx server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 10:04:43 -0000 Hi, I've got freenx working on my freebsd 6.1. I'm wondering though how I can make it autostart when the machine has been rebooted. All the installation 'manuals' that I have found in personal blogs cover the exact same steps each time and nothing more. Unfortunately they don't cover this. I have found the configuration file /usr/X11R6/NX/etc/nxserver/node.conf.sample I edited this file and moved it to /etc/nxserver/node.conf and symlinked it to /usr/NX/etc/node.conf as the file suggested. I feel that I am missing something though. Cheers, Warren