From owner-freebsd-newbies@FreeBSD.ORG Wed Dec 22 19:28:16 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F6016A4CE for ; Wed, 22 Dec 2004 19:28:16 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EBC43D46 for ; Wed, 22 Dec 2004 19:28:15 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so266wri for ; Wed, 22 Dec 2004 11:28:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=oWtSkJ8HESM9bJ+P2SnOHMw4ihnX/YG/CN0vnIH6Q2/duDFg9fMi61OpLFrV2Ve3sK6+pvlx45rUu3lVOszKON4KjRH/rJARydZtVUyt9gELpps76I1jvRqP0YKBdao8fOgFB9V0lm2kuR3AVJdeFhy3Co487xRQLYIF04PjQ+M= Received: by 10.54.47.60 with SMTP id u60mr69211wru; Wed, 22 Dec 2004 11:28:14 -0800 (PST) Received: by 10.54.27.45 with HTTP; Wed, 22 Dec 2004 11:28:14 -0800 (PST) Message-ID: <7603e5d80412221128541899cf@mail.gmail.com> Date: Wed, 22 Dec 2004 20:28:14 +0100 From: Wouter van Rooij To: Chris Martin , freebsd-newbies@freebsd.org In-Reply-To: <20041222093237.84DB543D49@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041222093237.84DB543D49@mx1.FreeBSD.org> Subject: Re: Problem resolution techniques X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wouter van Rooij List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 19:28:16 -0000 > Hi, > > I was just looking for some general advice on tracking down issues with > compiled software. I am trying to put together a set guidelines for people > in my organisation and our partners over escalation and to help establish > when issues are not going to be resolved in house in an efficient amount of > time. > > For example, application 'A' is built from ports. It compiles and installs > properly, but core dumps on start. Basic resolution steps could be: > > 1) uninstall, re-download the distfiles and compile again > 2) repeat step 1 after checking/removing any make.conf settings that very > from those included in generic > 3) check an dependant libraries or applications by testing them with other > applications > > What is a good next step, and at which point do we bug the questions mailing > list or the code maintainers? Is there a way for non-developers to get > useful information about the dump themselves, saving them bothering the > developers with yet another "it don't work, here are my system settings and > installed apps, please help" e-mails? You can run as root /stand/sysinstall. Then go to the menu configure,packages. Look for the program you are trying to install. If it's there it goes more quickly and it goes almost always good. Greetings and merry christmas to all of you Wouter van Rooij