From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 25 03:50:00 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A153D7 for ; Mon, 25 Nov 2013 03:50:00 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D38C2799 for ; Mon, 25 Nov 2013 03:50:00 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wm4so3654558obc.10 for ; Sun, 24 Nov 2013 19:49:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tPXD3vsPg6oybPYUjGefukGgYODUqgY+yQDVpBFKqi4=; b=cyUFInI52t+4Jp3T7FUa06wAqb0v4DofmL+Ss2uG+2MTw+QipyBJ1+NV4B5y5IwU7b Hx93OXoaFq6dJJkoT5UPIHAjvdwaFqbbs0I2KWRUInGzo1Q0iM/8rTTUlOpctRvtVOlm CguMkJfyPne/IjK0KCT50DvNOqfWPWp5KdwrU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tPXD3vsPg6oybPYUjGefukGgYODUqgY+yQDVpBFKqi4=; b=FL+FiEFOX4hN0TWL6iPNvJnpu6Kyn+Bc5HclWiFw65ZCLcpFa52eIEnLSzDm7rKBWY yT08iPKGKIuNl8T/VV7+XggvzICRLa7K8flAWZ2BOFUWdR7wwCfAcpYNnBcMP2fIyURi ROkRhhz9cE9ds7/XE8mHPiNT7KkI5lIM7/X78QM80Z6EtCeNnMYamd/JSpzFNQC3dwhn PjpKQfFUr16WWbTTxNEgUrEwSey7XYpeA9lfjwz+Vp134QmuzUEYrtF6EWH0jp49ZOSk EwIHlS331MfUUX6DCXMTDmcrz1QMqKVAmQplhwGJ4JZEJUoUhc3NUb6ABxIzi2rmrY2M t8aQ== X-Gm-Message-State: ALoCoQnu5oSXLQLB8ib9087Z9GV38BiZlx+pi8iO8tXi221xaXgGW2ZqX498V/DVQ/11UKkI8yog MIME-Version: 1.0 X-Received: by 10.182.129.42 with SMTP id nt10mr22751728obb.19.1385351399609; Sun, 24 Nov 2013 19:49:59 -0800 (PST) Received: by 10.76.154.2 with HTTP; Sun, 24 Nov 2013 19:49:59 -0800 (PST) X-Originating-IP: [176.66.111.246] Received: by 10.76.154.2 with HTTP; Sun, 24 Nov 2013 19:49:59 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Nov 2013 04:49:59 +0100 Message-ID: Subject: Re: Are computers always this hard? From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Matthew Fleming X-Mailman-Approved-At: Mon, 25 Nov 2013 04:07:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: freebsd-hackers , Bryan Drewery X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:50:00 -0000 Am 24.11.2013 23:35 schrieb "Matthew Fleming" : > > I'm just trying to get FreeBSD in a VM running again on my Mac. I had had > VMware installed, but it stopped working when I updated my OS and I didn't > want to re-pay, so I got VirtualBox today. I've got an installed 10-beta3, > but I can't get source code on it. > > I tried to use folder sharing, since I have FreeBSD sources on my mac; that > got me an error about the VirtualBox Guest additions not being installed. Shared folders support for vbox was a GSoC project this year but it is not production ready yet. There is a halfway finished kernel module that needs to get his vfs stuff fixed. I would use scp 10.0.0.2 to copy the portstree from host to guest. If you use nat networking 10.0.0.2 is always the host. > I tried to use NFS mounting but I got too annoyed trying to get my Mac set > up as an NFS server. > > I tried to use svnlite to fetch from svn+ssh://mdf@, but it doesn't like my > pass phrase for my ssh key. I can ssh from the new FreeBSD install to > freefall, so this seems to be an svnlite issue. > > I tried to use pkg to install subversion. This gives me errors: As someone mentioned pkg install devel/subversion is what you look for. > ... > Conflict found on path > /usr/local/share/subversion/server-side/test_svn_server_log_parse.py > between subversion-1.8.4(devel/subversion) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/share/subversion/xslt/svnindex.css > between subversion-1.8.4(devel/subversion) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/share/subversion/xslt/svnindex.xsl > between subversion-1.8.4(devel/subversion) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/etc/rc.d/svnserve between > subversion-1.8.4(devel/subversion) and > subversion-1.6.23_2(devel/subversion16) > > root@mdf-bsd:~ # pkg info > pkg-1.1.4_10 New generation package manager > > So what's conflicting? > > To summarize: > > 1) can't (easily) share using VirtualBox > 2) NFS didn't work in the first 2 minutes of effort > 3) svnlite doesn't do svn+ssh > 4) pkg can't install subversion > > I'm going to poke at NFS for a bit, but at some point I'd really just > rather play a video game than hit my head against the wall. > > Thanks, > matthew > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"