From owner-freebsd-questions@FreeBSD.ORG Thu May 7 10:37:55 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0033B739 for ; Thu, 7 May 2015 10:37:54 +0000 (UTC) Received: from wp188.webpack.hosteurope.de (wp188.webpack.hosteurope.de [80.237.132.195]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6B311FCF for ; Thu, 7 May 2015 10:37:54 +0000 (UTC) Received: from [176.0.49.137] (helo=[10.155.137.182]); authenticated by wp188.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1YqIu8-0006uw-M6; Thu, 07 May 2015 12:19:45 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <554AFB34.3020702@seiya.me> References: <554AFB34.3020702@seiya.me> MIME-Version: 1.0 Subject: Re: Usermode FreeBSD kernel? From: Paul Blockhaus Date: Thu, 07 May 2015 12:19:37 +0200 To: freebsd-questions@freebsd.org Message-ID: <161E2B4C-63D1-4759-AABC-4E02353228E1@mueller-blockhaus.de> X-bounce-key: webpack.hosteurope.de; paul@mueller-blockhaus.de; 1430995074; 90c905c4; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 07 May 2015 10:37:55 -0000 Hello Seiya, Maybe YouTube should have a look in Jails in FreeBSD. Greetings Paul Am 7. Mai 2015 07:42:12 MESZ, schrieb Seiya Nuta : >Hello folks, > >I want to run FreeBSD kernel in userland to use it as a library OS. > >Does FreeBSD kernel supports running in the userland like User Mode >Linux? > >Thanks, >Seiya >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. From owner-freebsd-questions@FreeBSD.ORG Thu May 7 10:39:41 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 438F48E0 for ; Thu, 7 May 2015 10:39:41 +0000 (UTC) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07EC01FFD for ; Thu, 7 May 2015 10:39:40 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YqIoP-000N3z-FD for freebsd-questions@freebsd.org; Thu, 07 May 2015 11:13:49 +0100 Date: Thu, 7 May 2015 11:13:49 +0100 From: John To: freebsd-questions@freebsd.org Subject: local update server, how is it done now? Message-ID: <20150507101349.GA88580@potato.growveg.org> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false 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: Thu, 07 May 2015 10:39:41 -0000 Hello -questions, I have several local freebsd machines. At present, and for a couple of years now, I'm using svnlite to run daily updates on each of the machines, for src and ports. Years ago, I used to use something called freebsd_cvsup out of the ports which, when installed, asked a few questions and installed a cvsup mirror that I could point the other machines to, in order to update from (rather than each one updating from the internet which is a waste of bandwidth). Is there a port that does a similar thing but with git or svnlite? If not, I guess I have to set up svn by hand but the instructions in the handbook for this seem to suggest to do this only if it's really needed. thanks, -- John