On 5/26/2015 3:02 PM, Richard Hipp wrote:
> On 5/26/15, Will Parsons <varro@nodomain.invalid> wrote:
>> On Tuesday, 26 May 2015  3:20 PM -0400, Richard Hipp wrote:
>>> I think the best solution is to actually create a /dev/null and
>>> /dev/urandom inside of your chroot jail.  (That's what the
>>> www.fossil-scm.org website does.)
>>
>> Unfortunately, I have no idea how to that.
> 
> mkdir /jail/dev
> mknod /jail/dev/null c 1 3
> mknod /jail/dev/urandom c 1 9

While you're at it, you may optionally do:

mkdir /jail/etc
cp /etc/localtime /jail/etc

so your timeline isn't locked to UTC.  You will also need to use the web
administration interface to configure the timeline to show in local time.

> This should be documented on the Fossil website someplace....

Yes, please.

-- 
Andy Goth | <andrew.m.goth/at/gmail/dot/com>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to