[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2269: Unable to build Tahoe-LAFS v1.10.0 on FreeBSD 10

Tahoe-LAFS trac at tahoe-lafs.org
Sun Nov 30 07:32:53 UTC 2014


#2269: Unable to build Tahoe-LAFS v1.10.0 on FreeBSD 10
------------------------+--------------------------------
     Reporter:  manas   |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  undecided
    Component:  code    |    Version:  1.10.0
   Resolution:          |   Keywords:  freebsd,jail,build
Launchpad Bug:          |
------------------------+--------------------------------

Comment (by cloud_trouble):

 I found a workaround for this issue. You can run tahoe-lafs on FreeBSD
 using a Debian kFreeBSD jail. Just create a debian jail with debootstrap
 from ports/sysutils/debootstrap and then install tahoe-lafs using apt-get
 install tahoe-lafs.

 Basic steps (on FreeBSD 10):

 install debootstrap from sysutils/debootstrap
 mkdir /path/to/jail
 debootstrap jessie /path/to/jail
 kldload linprocfs (and others)
 mount -t linprocfs none /path/to/jail/proc (same for dev and sys)
 jail /path/to/jail jail_name jail_IP /etc/init.d/rc 2
 jexec JID /bin/sh
 apt-get install tahoe-lafs
 create non-root user and configure tahoe-lafs.

 Search for "FreeBSD Debian jail" for better details.

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2269#comment:9>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list