From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 02:50:44 2004 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 EBE7916A4CE for ; Thu, 9 Dec 2004 02:50:44 +0000 (GMT) Received: from lp1001.snu.ac.kr (lp1001.snu.ac.kr [147.46.70.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD3843D3F for ; Thu, 9 Dec 2004 02:50:44 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (cisr.snu.ac.kr [147.46.44.181]) (authenticated (0 bits)) by lp1001.snu.ac.kr (8.13.1/8.11.6) with ESMTP id iB92mWI6017467 for ; Thu, 9 Dec 2004 11:48:32 +0900 Message-ID: <41B7BD7E.8070403@yahoo.com> Date: Thu, 09 Dec 2004 11:50:38 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: installing cups and setting up a print server on free bsd 5.1 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, 09 Dec 2004 02:50:45 -0000 robert schiess wrote: > I am currently trying to set up a print server using cups. I am new at > this and am having trouble finding the commands of how to install cup > and run it. I was also wondering if you could help me out on how to set > up my computer as a print server. I appreciat your time and any help You > can give. Thanks. Since you're not mentioning having tried something already, this might give you a start: After installing cups, you'll find in /usr/local/etc/rc.d a file called cups.sh.sample. If you want cups to automatically start at each boot, copy this to cups.sh. Then you either can reboot your system, or do as root "/usr/local/etc/rc.d/cups.sh start". In your webbrowser, you can now go to http://localhost:631/. Enter 'root' as username and the root password. Then you get into the CUPS administration pages to add your printer. Rob.