Re: [fossil-users] fossil ui/serv

2014-01-28 Thread Mark Janssen
On Tue, Jan 28, 2014 at 12:46 AM, James Turner ja...@calminferno.netwrote:



 I dunno either. Everything is fine on my main development machine. I'll
 chalk it up to a messed up virtual machine I guess. Sorry for the
 noise.


I have seen something similar in the past, could it be a permissions issue
on the repo or the containing directory?

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


Re: [fossil-users] fossil ui/serv

2014-01-28 Thread Jan Nijtmans
2014-01-28 Mark Janssen mpc.jans...@gmail.com:
 I have seen something similar in the past, could it be a permissions issue
 on the repo or the containing directory?

If it's a security issue, this commit could be the coolpit:
  http://www.fossil-scm.org/index.html/info/b4d538f8c6

I cannot explain how, maybe the check in db.c line 844
should use R_OK in stead of W_OK. It would mean that
the configuration db cannot be written, but for a
fossil server/ui I wouldn't expect this file to be
written anyway.

Feedback appreciated!

Regards,
Jan Nijtmans
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] fossil ui/serv

2014-01-27 Thread James Turner
I should note, this happens on new repos and cloned repos like
fossil-scm.org.

On Mon, Jan 27, 2014 at 05:10:27PM -0500, James Turner wrote:
 Am I doing something wrong? I'm suddenly getting Not Found for all
 URLs.
 
 Download lastest fossil release or run trunk. Build with:
 ./configure  make  make install
 
 Run: fossil ui
 
 http://localhost:8080 returns Not Found, all urls return Not Found.
 
 This is on OpenBSD and Firefox 26.0.
 
 -- 
 James Turner

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


Re: [fossil-users] fossil ui/serv

2014-01-27 Thread Richard Hipp
On Mon, Jan 27, 2014 at 5:10 PM, James Turner ja...@calminferno.net wrote:

 Am I doing something wrong? I'm suddenly getting Not Found for all
 URLs.

 Download lastest fossil release or run trunk. Build with:
 ./configure  make  make install

 Run: fossil ui

 http://localhost:8080 returns Not Found, all urls return Not Found.

 This is on OpenBSD and Firefox 26.0.


Dunno what might be the problem.  What you are doing works on Linux, Mac,
and Windows.  My only OpenBSD access is a shared-host account via ssh, so I
cannot run fossil ui there to verify it.  But if it works on Linux and
Mac, why shouldn't it also work on OpenBSD?


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] fossil ui/serv

2014-01-27 Thread James Turner
On Mon, Jan 27, 2014 at 05:44:31PM -0500, Richard Hipp wrote:
 On Mon, Jan 27, 2014 at 5:10 PM, James Turner ja...@calminferno.net wrote:
 
  Am I doing something wrong? I'm suddenly getting Not Found for all
  URLs.
 
  Download lastest fossil release or run trunk. Build with:
  ./configure  make  make install
 
  Run: fossil ui
 
  http://localhost:8080 returns Not Found, all urls return Not Found.
 
  This is on OpenBSD and Firefox 26.0.
 
 
 Dunno what might be the problem.  What you are doing works on Linux, Mac,
 and Windows.  My only OpenBSD access is a shared-host account via ssh, so I
 cannot run fossil ui there to verify it.  But if it works on Linux and
 Mac, why shouldn't it also work on OpenBSD?
 
 
 -- 
 D. Richard Hipp
 d...@sqlite.org

I dunno either. Everything is fine on my main development machine. I'll
chalk it up to a messed up virtual machine I guess. Sorry for the
noise.

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