From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 14:35:14 2006 Return-Path: X-Original-To: questions@freebsd.org 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 8421E16A420 for ; Thu, 23 Mar 2006 14:35:14 +0000 (UTC) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id E146643D48 for ; Thu, 23 Mar 2006 14:35:13 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id o60so340194nfa for ; Thu, 23 Mar 2006 06:35:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W6OJ8+AJJLQAXJ4mbdT7ZfXevNBo1Z49QR0FdQRhBej+80TXkw4+LKhwXTRkp9kbUHHQs4AVHzV9SQwb3vN8ENRXpqG2r1gFF3TMCEfO8SmWeXLMfyCRM1aGeJJFBN+vBGA2kW5LiNuni/sgKp0HUzo7RodG6jM0pzyu5wTruBY= Received: by 10.49.65.10 with SMTP id s10mr555421nfk; Thu, 23 Mar 2006 06:35:12 -0800 (PST) Received: by 10.49.5.18 with HTTP; Thu, 23 Mar 2006 06:35:12 -0800 (PST) Message-ID: <5ceb5d550603230635l11871c9erea5ca2018635a585@mail.gmail.com> Date: Thu, 23 Mar 2006 15:35:12 +0100 From: "Daniel A." To: Wayne In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: Linux migration 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: Thu, 23 Mar 2006 14:35:14 -0000 On 3/23/06, Wayne wrote: > Hey Guys, > > Can anybody point me to some good resources on mingrating from Linux to > FreeBSD? > Since the threads issue which would have had detrimental effects on MySQL= on > FreeBSD has been sorted out with FreeBSD 5 we are looking at the possibil= ity > of migrating from RHEL to FreeBSD for our web services. > Does anybody have any links to some good resources on migration from Linu= x > to FreeBSD, I know google is my friend but I was hoping that some folks o= n > here might have an idea of 'best of' that I can use for presenting the > case... > > Thanks, > Wayne > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > It really depends. If your setup is exotic and complex, I dont think you will ever be able to find a guide. On the other hand, if your setup is simple (eg, PHP+Apache+MySQL, not clustered) then the migration is so simple, you wont even need a guide. Your best bet is to set up a box with FreeBSD, configure it to your liking, install the software you need, and just simply copy over the configuration files, database files and user files over to the FreeBSD box.