I was rushing, and too cryptic. I ran into the same "No space left on device." error last night, building Tahoe-LAFS on FreeBSD 8.1 (aiming for pfSense). I had finished adding packages as root, and just ran "python setup.py build". And ran out of space. After logging in as user, it completed.
On 12-01-17 10:02 AM, Sameer Verma wrote: > On Mon, Jan 16, 2012 at 8:15 PM, Vladimir Arseniev <[email protected]> wrote: >> Are you running as root? > > Yes. Upped /tmp to 64MB in /etc/fstab and re-running it. Let's see how > far I get this time. > > Sameer > >> On 12-01-17 04:02 AM, Sameer Verma wrote: >> >>> On Mon, Jan 9, 2012 at 1:46 PM, Sameer Verma <[email protected]> wrote: >>>> Hello! >>>> >>>> I'm getting ready to put tahoe-lafs on Fedora 14 machines (OLPC XO-1 with >>>> build 11.3.0) using the quickstart instructions >>>> (https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst). >>>> Any gotchas on F14? Any RPMs instead of the quickstart instructions? >>>> >>>> I'm doing this for fun and for learning more about tahoe-lafs. I won't be >>>> storing any valuable or large files. I happen to have access to 10+ OLPC >>>> XO-1 machines that can talk to each other on a mesh network, so that should >>>> also be interesting, I hope. >>> >>> I got started with 1.9.1 Installed packages and dependencies. >>> >>> yum install gcc python-devel sqlite-devel gcc-c++ openssl-devel cpp >>> glibc-devel glibc-headers kernel-headers libgomp libstdc++-devel >>> e2fsprogs-devel keyutils-libs-devel krb5-devel libselinux-devel >>> libsepol-devel zlib-devel python-twisted >>> >>> After that, running python setup.py build runs for a bit, downloads >>> pycryptopp-0.5.29, runs >>> >>> pycryptopp-0.5.29/setup.py -q bdist_egg --dist-dir >>> /tmp/easy_install-p7QCzm/pycryptopp-0.5.29/egg-dist-tmp-6Yr2LO >>> >>> and runs out of space. Says "No space left on device." >>> >>> I'm assuming its running out of tmp? Tried running from an external >>> USB stick, but get the same error. >>> >>> Suggestions? >>> >>> Sameer >>> _______________________________________________ >>> tahoe-dev mailing list >>> [email protected] >>> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev >> >> _______________________________________________ >> tahoe-dev mailing list >> [email protected] >> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev >> >> > _______________________________________________ > tahoe-dev mailing list > [email protected] > http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
