From owner-freebsd-questions@FreeBSD.ORG Sun Jan 21 16:46:25 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 4849A16A405 for ; Sun, 21 Jan 2007 16:46:25 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id ED34A13C471 for ; Sun, 21 Jan 2007 16:46:24 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.8/8.13.8) with ESMTP id l0LGkMnV072846 for ; Sun, 21 Jan 2007 10:46:22 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 21 Jan 2007 10:46:22 -0600 User-Agent: KMail/1.9.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701211046.22498.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com Subject: Re: Remove extra packages and streamline 6.2 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: Sun, 21 Jan 2007 16:46:25 -0000 On Saturday 20 January 2007 20:15, Joshua Lewis wrote: > Hello list, > > After many days of hard work, a lot of caffeine and not nearly enough > sleep I have a working asterisk PBX for my home. > > I have it working on a PIII 800 with 512MB of RAM and two 5GB drives > in a Raid1 config. While this system should suffice I would like to > streamline the system a little. > > I installed a lot of unnecessary applications during sysisntall. Is > there a way to figure out what software I don't need. I did a > pkg_info | wc -l and found that I have 63 apps installed. I know I > don't need a bunch of these but I am afraid to delete random > packages. After having a non working phone for two weeks my wife > would kill me if I messed it all up again. > > Any ways I know I don't need xorg any more. I installed it so I could > use gastman to try and get my Asterisk config working faster. I > never wound up using gastman so now I need to remove it and xorg. But > there are a bunch of fonts and docs and things. > > Is it possible to remove any packages I have not used for X amount of > days? > > Is there some way to figure out what apps I don't need installed > anymore? > > Are there any other ways to streamline a system? > > I removed everything from rc.conf except the basics. Hostname, > defualtrouter, ifconfig, keyrate, linux_enable, saver, sshd, asterisk. > > Here is what I have installed. > [snipped] > > Sincerely, > Joshua Lewis > joshua.lewis@familyfunzone.net > > all of my systems, whether desktops or servers, i start with the minimal install. from there, i use the ports collection to buildout anything i need. i know this is probably the long way around for most cases, but i feel in the end, there is nothing on there that i didnt deliberately put on there. next time up, try a minimal install, and then just cd right into the directory of the port that will define your system. when you 'make install clean', it should process just the dependencies that your PBX needs. cheers, jonathan