Date: Mon, 25 Nov 2013 04:49:59 +0100 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <decke@bluelife.at> To: Matthew Fleming <mdf@freebsd.org> Cc: freebsd-hackers <freebsd-hackers@freebsd.org>, Bryan Drewery <bdrewery@freebsd.org> Subject: Re: Are computers always this hard? Message-ID: <CAE-m3X2gQ8DR5RJ1Bp1pvQdnRmxoGW-3gcnijEYuDL%2BV9tk4_g@mail.gmail.com> In-Reply-To: <CAMBSHm8J0sBm4HWwD%2BdqgWKzyYZtp7-o_gPJj8bDS76ZEFV1CA@mail.gmail.com> References: <CAMBSHm8J0sBm4HWwD%2BdqgWKzyYZtp7-o_gPJj8bDS76ZEFV1CA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 24.11.2013 23:35 schrieb "Matthew Fleming" <mdf@freebsd.org>: > > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-m3X2gQ8DR5RJ1Bp1pvQdnRmxoGW-3gcnijEYuDL%2BV9tk4_g>