From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 10:20:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CE2E260 for ; Mon, 28 Jan 2013 10:20:05 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4-vm0.bullet.mail.ird.yahoo.com (nm4-vm0.bullet.mail.ird.yahoo.com [77.238.189.211]) by mx1.freebsd.org (Postfix) with SMTP id BBE1B8CE for ; Mon, 28 Jan 2013 10:20:03 +0000 (UTC) Received: from [77.238.189.232] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 28 Jan 2013 10:19:56 -0000 Received: from [217.146.189.107] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 28 Jan 2013 10:19:56 -0000 Received: from [127.0.0.1] by smtp123.mail.ird.yahoo.com with NNFMP; 28 Jan 2013 10:19:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359368396; bh=DdBYC4R55BbosV/kCS10OwjFgaWSDGDNti+2eR8O9pA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=6Y6zXLpfvhOGzMVaTn9cCNUXMyVkUG8LVSvoP6ZgLS9/f4XOJykTRf0auJf/skRDPHtm27YP6kYCYxs69P9DvBLyPiPPIxXs5qKNqbHI4LhMjCqO2Oas267GzV/1IFErW239LPOuNxEZnQQSFDY27rKLOFHkUsvtF+/LM09tPVI= X-Yahoo-Newman-Id: 143361.24771.bm@smtp123.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jOAwdesVM1mAU0zB2DOu3BiItaMWaotRNsiQQC.z3Y4.VsR QSVvL79FbGPPrcZCAgUj8sdTPIjh5vXmum.8uPb.D2XE_nsFJM0eU7NQS8Cn Mzy.ZG_45wdmdUmKlUBGAV6heY11v3JtFqqIGDnO5sJelcWtKzexBqr0flno pbmtpiW0k.4bMfeG4y0ITMfeAlSr3ngDyEtGoH6AsnOy9yexMFssFBc5PgBM l99xPnOR_0c7SgQzedFduFbDaZ9j2LGjF.OcowBebj1a6Gd5xdvKgw3Zh2XS Qm0ihXRzbW8IyfHREXRBZQ8k1nv5fleo3Zda60I6EbCHppxQFwfjZj8Kf3j4 2wT9cWlftp5HA633Bc2_6THLoWe18gMxFpEKKiXcNRmCvq7dXDi672FYMv43 S5DBFkUC304BilO0hDTw_pp69aGAeoJEYXqhu5RE4rAXg X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.18.100] (ralf.mardorf@85.182.18.100 with login) by smtp123.mail.ird.yahoo.com with SMTP; 28 Jan 2013 02:19:56 -0800 PST Message-ID: <1359368395.2199.36.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Mon, 28 Jan 2013 11:19:55 +0100 In-Reply-To: <20130128105121.0df78676@X220.ovitrap.com> 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> <20130128105121.0df78676@X220.ovitrap.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 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 10:20:05 -0000 On Mon, 2013-01-28 at 10:51 +0700, Erich Dollansky wrote: > 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. IIUC I can use mtree to fix the owner for world, I only need to find the smartest solution to fix the owner for software from the ports. Regards, Ralf