From owner-freebsd-questions Sun Mar 16 3:38:14 2003 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 8F91037B401 for ; Sun, 16 Mar 2003 03:38:11 -0800 (PST) Received: from athena.erwane.net (breton.net1.nerim.net [213.41.144.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D4A43FA3 for ; Sun, 16 Mar 2003 03:38:09 -0800 (PST) (envelope-from breton@erwane.net) Received: from athena-in (athena-in [10.1.1.254]) by athena.erwane.net (8.12.8/8.12.6) with ESMTP id h2GBc8dc071372 for ; Sun, 16 Mar 2003 12:38:08 +0100 (CET) (envelope-from breton@erwane.net) From: Erwane Breton To: freebsd-questions@freebsd.org Subject: pkgdb & clone disks Date: Sun, 16 Mar 2003 12:38:08 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303161238.08404.breton@erwane.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi all First, i've installed perl5.6.1 with the system, and later i upgrade (install ?) to perl5.8.0. I ran the script "use.perl port", and i deinstall perl5.6.1. And now always i want to upgrade a ports who need perl, i must run 'pkgdb -F' for fix the dependency with ... perl 5.6.1. when i install a ports with 'portinstall', i always see "cleaning perl5.6.1". How i can tell to "portinstall" or "make" to use perl5.8.0 and remove perl5.6.1 ? # uname -a FreeBSD athena.erwane.net 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #1: Thu Mar 6 15:40:49 CET 2003 root@athena:/usr/src/sys/i386/compile/ATHENA i386 # pkg_info | grep perl p5-DBI-1.34_1 The perl5 Database Interface. Required for DBD::* modules perl-5.8.0_4 Practical Extraction and Report Language # ls /usr/local/lib/perl5 5.6.1 5.8.0 site_perl # ls /usr/local/lib/perl5/site_perl 5.6.1 5.8.0 if need more info, ask. thanks for idea ######################################################################### The second is a project I have a server running FreeBSD5.0 and client running win98 and i want to dump disk of client to create snapshot of the system for restore it later when it crashes :o). Like ghost in fact but on FreeBSD. thanks for idea too :) Erwane Breton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message