From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 14:26:30 2003 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 2B54F16A4C2 for ; Tue, 19 Aug 2003 14:26:30 -0700 (PDT) Received: from remt27.cluster1.charter.net (remt27.cluster1.charter.net [209.225.8.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FACA43FDD for ; Tue, 19 Aug 2003 14:26:28 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt27.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 126283379 for freebsd-questions@freebsd.org; Tue, 19 Aug 2003 17:26:26 -0400 From: "Charles Howse" To: Date: Tue, 19 Aug 2003 16:26:20 -0500 Message-ID: <003001c36698$88911ee0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Portupgrade questions 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: Tue, 19 Aug 2003 21:26:30 -0000 Hi, Now that I am ready to start installing applications, I have read *some* of the documentation in man portupgrade and some articles on the web. First, I did: # tar -czvf dbpkg.tgz /var/db/pkg Then: #pkgdb -F It found cvsupit was broken with no fix for 3 months, I deleted it and all it's dependencies. Then: # portversion And upgraded all those that needed it. Then I installed mc, popa3d, and lynx. # Portinstall mc # Portinstall popa3d # Portinstall lynx When I went to install bash2, it couldn't find it, so I installed it the old way from the port. Then: # portinstall samba (not smaba-devel) It went interactive and prompted me for options, I selected with syslog support. I don't really know what I'm doing here, I've never had to configure options in samba before: rpm -ivh samba*.rpm Good so far? Now when I reboot, I see messages about not being able to connect to the cups server. What's goin' on there? Now on to staying up2date... I've put a file in /usr/local/etc/periodic/daily to cvsup -g -L 2 /etc/cvsupfile I've created the file /usr/local/etc/cvsup/sup/ports-all/refuse and put ports/INDEX in it. That should give me a fresh update every night with the exception of the INDEX. I'm going to subscribe to freebsd-announce, I'm going to keep running cvsup at intervals, and look for modifications to the ports I've installed. When something needs updating I can do it individually or: # cd /usr/ports # make index ( -or- portsdb -uU) # portupgrade -Nia Whew! Is there anything else I should do or be aware of? Thanks, Charles