From owner-freebsd-questions@FreeBSD.ORG Fri May 8 10:53:46 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD511A27 for ; Fri, 8 May 2015 10:53:46 +0000 (UTC) Received: from mail-vn0-x22d.google.com (mail-vn0-x22d.google.com [IPv6:2607:f8b0:400c:c0f::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76B0915FB for ; Fri, 8 May 2015 10:53:46 +0000 (UTC) Received: by vnbg1 with SMTP id g1so5106118vnb.2 for ; Fri, 08 May 2015 03:53:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=V601aQdLd4kOrZTTvLXVam0tDDUIjC0vVIdyb+QchNg=; b=xPdv2ERYTgIKztVIXBUAAmPd+VbIY0QEG7ZGHLmNvLCNaGMz9jto+QgK7PQd9gtDYt ijbZC1H/BPc3VzrPVkiyodEAWbybd2L0IaBm5XTwRTwMDrVTpHMO7ODZoHcn9zVM/Cbi a6KTat/AonaDDyzdA+FY6uFLN9FMXkXGjCPMsKGemfOJw/dbl90y0sJrnUAmh7pMWy+D FT8SBFVUHtkW/c0zTKdlhea9wLEBnVAwYfzhBF7RdQMULJG0pUuH9fT4jO4xxLF2asKl weSqJ3qhJZaKU7g5JSAEotWR/MrKoPVFPF+f0saUOEliP1pU19UETWx5ImTQSPtChsTA GzVw== X-Received: by 10.52.240.137 with SMTP id wa9mr2352262vdc.97.1431082425509; Fri, 08 May 2015 03:53:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.185.134 with HTTP; Fri, 8 May 2015 03:53:25 -0700 (PDT) In-Reply-To: <20150508080025.GA2740@c720-r276659> References: <20150508080025.GA2740@c720-r276659> From: Pratik Singhal Date: Fri, 8 May 2015 16:23:25 +0530 Message-ID: Subject: Re: Compile freebsd kernel on linux To: Matthias Apitz , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 10:53:46 -0000 Thank you ! I was able to setup and use SSH to transfer files with the help of SCP from my FreeBSD guest. Regards, Pratik Singhal On Fri, May 8, 2015 at 1:30 PM, Matthias Apitz wrote: > El d=C3=ADa Friday, May 08, 2015 a las 01:25:48PM +0530, Pratik Singhal > escribi=C3=B3: > > > Hello all , I am contributing to a project to FreeBSD kernel as a part = of > > Google summer of code 2015. > > > > Unfortunately, my graphics card is not supported by the FreeBSD kernel > and > > therefore, I am unable to install FreeBSD on my system with basic > Graphical > > User Interface. (only console mode is working) > > This (console mode) should be enough to compile FreeBSD. > > > I have to repeatedly compile FreeBSD current as a part of my my project= . > So > > far, I have been using Virtualbox for running FreeBSD and for > transferring > > file b/w the Linux host and FreeBSD guest I used linuxdcpp application > over > > LAN. This process is quite cumbersome and takes a lot of valuable time. > > > > I want to know is there any way in which I can compile freeBSD-current = on > > my Linux machine ? > > > > Or is there any way in which I can share files b/w my Virtualbox guest > and > > Linux host. (The guest additions don't work I have tried many times) ? > > > > Is there some other possible solution to my problem ? > > Have you considered SSH / SCP? > > matthias > > -- > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ > +49-170-4527211 +49-176-38902045 > "Wenn der Mensch von den Umst=C3=A4nden gebildet wird, so mu=C3=9F man di= e Umst=C3=A4nde > menschlich bilden." > "Si el hombre es formado por las circunstancias entonces es necesario > formar humanamente > las circunstancias", Karl Marx in Die heilige Familie / La sagrada famili= a > (MEW 2, 138) > --=20 Regards, Pratik Singhal