From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 03:51:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E27C81A for ; Mon, 28 Jan 2013 03:51:27 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id DACC2789 for ; Mon, 28 Jan 2013 03:51:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=uWEkAuWmV9R4EGbJq28WVLKyIAqRXI9S4o1a7jxdUWY=; b=yerHGz0r1BqxuiqUBTvPj0MDsnzNo3fhWxWemL3mP6oJWMK4OCJ9SeYFqB6hk2SqgiZ6oF9vJrIhV5vFnhs7IvPKyhE67VFUZCuGkHsgsZciak/VnDsnSf2yTmij3mDv; Received: from [122.129.203.50] (port=24815 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1Tzfkj-000ops-8s; Sun, 27 Jan 2013 20:51:26 -0700 Date: Mon, 28 Jan 2013 10:51:21 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130128105121.0df78676@X220.ovitrap.com> In-Reply-To: <1359333396.2513.10.camel@q> References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> <20130127153838.15b97613@X220.ovitrap.com> <20130127135806.4d19e997.freebsd@edvax.de> <1359333396.2513.10.camel@q> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 03:51:27 -0000 Hi, On Mon, 28 Jan 2013 01:36:36 +0100 Ralf Mardorf wrote: > On Sun, 2013-01-27 at 13:58 +0100, Polytropon wrote: > > # 1. `cd /usr/src' (or to the directory containing your > > source tree). # 2. `make buildworld' > > # 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is > > GENERIC). # 4. `make installkernel > > KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # [steps > > 3. & 4. can be combined by using the "kernel" target] # 5. > > `reboot' (in single user mode: boot -s from the loader > > prompt). # 6. `mergemaster -p' # 7. `make installworld' > > # 8. `make delete-old' > > # 9. `mergemaster' (you may wish to use -i, along with > > -U or -F). # 10. `reboot' > > # 11. `make delete-old-libs' (in case no 3rd party program uses > > them anymore) > > > What source tree? I only checked out the kernel source using svn and yeah, what source tree? It seems that you do not have one. > # freebsd-update -r 9.1-RELEASE upgrade This is very much a binary upgrade. You might have a source tree for 8.3 which is not very helpful now. I do not know if this program is able to fix your problem. > I wanted to run it tonight, but since I don't know where my source > tree is, I can't continue. I think that you simply do not have one. At least not a current one. Read the handbook how you can get the source tree and then download and compile it. I believe that all other options will end in a re-installation. Erich