Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Ross Berteig
On 2/29/2016 3:01 PM, Alexandru Birsanu wrote: Thanks for the explanations. Since Fossil 1.34 didn't have this issue I assumed it might be a bug not a new feature :). I've tried the following and it works great when run as root. export FOSSIL_HOME=/ mkdir /repos && cd /repos fossil new

Re: [fossil-users] possible bug in dc72fd9624 when adding--with-th1-hooks

2016-02-29 Thread Alexandru Birsanu
Thanks for the very clear explanation. I'll try to build as non-root from now on ;-). On Mon, Feb 29, 2016 at 8:19 PM, Ross Berteig wrote: > > On 2/29/2016 2:28 AM, Alexandru Birsanu wrote: >> >> HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set >>

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Alexandru Birsanu
Thanks for the explanations. Since Fossil 1.34 didn't have this issue I assumed it might be a bug not a new feature :). I've tried the following and it works great when run as root. export FOSSIL_HOME=/ mkdir /repos && cd /repos fossil new repo.fossil fossil server repo.fossil On Mon, Feb 29,

Re: [fossil-users] Announcement of a Fossil Usability Enhancement Wrapper Script

2016-02-29 Thread Ron W
On Mon, Feb 29, 2016 at 12:42 PM, Martin Vahi wrote: > > I have not been able to extensively test it yet, neither > is it anything very optimized and never will be, as a > matter of fact, it's very inefficient, but it does > have a practical feature set and might help

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Richard Hipp
On 2/29/16, jungle Boogie wrote: > > Could you point to where in the code the chroot is created? https://en.wikipedia.org/wiki/Grep https://www.fossil-scm.org/fossil/artifact/e75796be533?ln=1462-1523 -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Ross Berteig
On 2/29/2016 11:43 AM, jungle Boogie wrote: On 29 February 2016 at 10:36, Richard Hipp wrote: Right. The "fossil server", "fossil http", "fossil cgi" and similar commands all check to see if they are running as root, and if they are they immediately create a chroot

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread jungle Boogie
On 29 February 2016 at 10:36, Richard Hipp wrote: > On 2/29/16, Joe Mistachkin wrote: >> >> Alexandru Birsanu wrote: >>> >>> HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set >>> FOSSIL_ROOT to /root before make clean && ./configure >>>

Re: [fossil-users] possible bug in dc72fd9624 when adding--with-th1-hooks

2016-02-29 Thread Ross Berteig
On 2/29/2016 2:28 AM, Alexandru Birsanu wrote: HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set FOSSIL_ROOT to /root before make clean && ./configure --with-th1-hooks. I've also tested it with a non-root user, and that works fine. On Sun, Feb 28, 2016 at 10:46 PM, Joe

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Richard Hipp
On 2/29/16, Joe Mistachkin wrote: > > Alexandru Birsanu wrote: >> >> HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set >> FOSSIL_ROOT to /root before make clean && ./configure >> --with-th1-hooks. I've also tested it with a non-root user, and that >>

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Joe Mistachkin
Alexandru Birsanu wrote: > > HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set > FOSSIL_ROOT to /root before make clean && ./configure > --with-th1-hooks. I've also tested it with a non-root user, and that > works fine. > IIRC, the "fossil server" command runs in a chroot

[fossil-users] Announcement of a Fossil Usability Enhancement Wrapper Script

2016-02-29 Thread Martin Vahi
I suggest that You do not try it about a week, because I have not been able to extensively test it yet, neither is it anything very optimized and never will be, as a matter of fact, it's very inefficient, but it does have a practical feature set and might help other people in addition to me. It

Re: [fossil-users] possible bug in dc72fd9624 when adding--with-th1-hooks

2016-02-29 Thread Alexandru Birsanu
HOME=/root and FOSSIL_HOME is not set. It still doesn't work if I set FOSSIL_ROOT to /root before make clean && ./configure --with-th1-hooks. I've also tested it with a non-root user, and that works fine. On Sun, Feb 28, 2016 at 10:46 PM, Joe Mistachkin wrote: > >