Re: [fossil-users] fossil ui does not launch

2011-05-27 Thread Ron Wilson
On Fri, May 27, 2011 at 3:07 AM, Rene  wrote:
> I earlier said to down grade to an older version of fossil.
> Richard warns on
> http://www.fossil-scm.org/fossil/event/a1f9f17b6 (The Irreversible
> Schema Change)
> That it is not an option.

Maybe run the newer Fossil in server mode and clone the repository
with the older Fossil.
___
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 does not launch

2011-05-27 Thread Paul Ruizendaal
> As you may guess from my previous email, it might be that it is
something
> with
> the repos which were darcs --> fossil converted via git and/or with FF
> 'stale'
> session.

Perhaps it is an obscure race condition between fossil initialising the
server socket and FF4 opening a client socket to that server socket. With
Windows XP and IE7 it would happen that IE would hang if it opened before a
wifi network connection was fully initialised. You may want to try adding a
'sleep(1)' or so to fossil to test this hypothesis.

___
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 does not launch

2011-05-27 Thread Rene
On Fri, 27 May 2011 07:41:53 +0200, Gour-Gadadhara Dasa wrote:
> On Fri, 27 May 2011 00:38:37 +0200
> Rene  wrote:
>
>> Just out of curiosity I installed PC-BSD latest in a virtual 
>> machine.
>> (Long install nice user interface!)
>
> Heh, nice that you tried PC-BSD. ;)
>
>> I installed firefox-4.0.1 I downloaded the latest fossil release 
>> compiled
>> that cloned fossil fossil ui myclone.fossil and I got a web 
>> interface
>
> As you may guess from my previous email, it might be that it is
> something with
> the repos which were darcs --> fossil converted via git and/or with
> FF 'stale'
> session.
>
>
> Sincerely,
> Gour
Yes, I understand you did a conversion :-)

I did one more check

I renamed fossil to newfossil
I down loaded 2011-04-13 12:05:18
build it and named it oldfossil
 oldfossil clone http://www.fossil-scm.org/ myclone.fossil
 oldfossil ui myclone.fossl (works nosurprise)
 newfossil ui myclone.fossl (gives html pages with need to 
rebuild the database)
 newfossil reb myclone.fossl
 newfossil ui myclone.fossl (works)

I earlier said to down grade to an older version of fossil.
Richard warns on
http://www.fossil-scm.org/fossil/event/a1f9f17b6 (The Irreversible 
Schema Change)
That it is not an option.

Did you do something like oldfossil reb repo? that would cause 
problems?



-- 
Rene
___
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 does not launch

2011-05-26 Thread Gour-Gadadhara Dasa
On Fri, 27 May 2011 00:38:37 +0200
Rene  wrote:

> Just out of curiosity I installed PC-BSD latest in a virtual machine.
> (Long install nice user interface!)

Heh, nice that you tried PC-BSD. ;)

> I installed firefox-4.0.1 I downloaded the latest fossil release compiled
> that cloned fossil fossil ui myclone.fossil and I got a web interface

As you may guess from my previous email, it might be that it is something with
the repos which were darcs --> fossil converted via git and/or with FF 'stale'
session.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-26 Thread Rene
On Thu, 26 May 2011 12:06:19 +0200, Gour-Gadadhara Dasa wrote:
> On Thu, 26 May 2011 10:18:46 +0200
> Rene  wrote:
>
>> 1) you were a happy camper with PC-BSD latest and fossil version
>> xx.
>
> Yes.
>
>> 2) You updated to the latest version of fossil and the fossil
>> webinterface stopped working.
>
> Yes.
>
>> 3) You downgraded to fossil version xx and still no dice.
>
> Yes.
>
>> one or both should work. Otherwise item 1 above never happened
>
> There is a little flaw in your reasoning - you forgot that it works
> with Midori
> browser (I didn't want to install Chromium to test.) So, e.g. Fossil 
> version
> [a2e1c48373] works with Midori here, but not with Firefox.
>
> The only problem is that my regular browser is FF and not Midori and 
> it's
> painful investigating what's wrong with Fossil & FF combo.
>
>
> Sincerely,
> Gour
Just out of curiosity I installed PC-BSD latest in a virtual machine.
(Long install nice user interface!)
I installed firefox-4.0.1
I downloaded the latest fossil release compiled that
cloned fossil
fossil ui myclone.fossil and I got a web interface

-- 
Rene
___
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 does not launch

2011-05-26 Thread Gour-Gadadhara Dasa
On Thu, 26 May 2011 10:22:38 -0500
Bill Burdick 
wrote:

> Git uses 'master' for its trunk.  Were these repositories converted
> from GitHub?

Ohh...completely forgot about that (/me prefers not to think about about
Git)...yes, that one was darcs ---> fossil converted via Git, but, strange
enough, I never had any problem with it until few days ago. Moreover, Midori
browser could show same repo which failed with FF.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-26 Thread Bill Burdick
On Thu, May 26, 2011 at 8:15 AM, Gour-Gadadhara Dasa wrote:

> On Thu, 26 May 2011 07:20:46 -0400
> Richard Hipp  wrote:
>
> > Please also understand that it is very hard for me to fix if I cannot
> > reproduce it.
>
> Sure. I understand, np.
>
> Now, I tried with lynx - it works.
>
> I managed to launch firefox by killing old seesion and started a new
> one.
>
> However, I notice some strange things which I can swear I did not do:
> setting
> for main branch is 'trunk', althouth there is not 'trunk' branch listed,
> but
> 'master' instead?
>
> Then I found some other repos with the same setting and another one which
> was
> also not launching with the same setting. However, after I changed setting
> to
> 'trunk' it did launch, so I feel some smell here..
>
> Was there some Fossil code which fiddled with such things?
>
>
> Sincerely,
> Gour
>

Git uses 'master' for its trunk.  Were these repositories converted from
GitHub?

I had problems with some Git repositories I converted to Fossil because they
had "orphan" branches -- GitHub uses orphan branches for the web content of
a project (GitHub has instructions to create an orphan branch for the web
content for a project, so it's kind of standard for GitHub repositories).
 Fossil got confused by these until I tagged the START of the orphan
branches.  Then, Fossil could deal with them.


Bill
___
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 does not launch

2011-05-26 Thread Gour-Gadadhara Dasa
On Thu, 26 May 2011 07:20:46 -0400
Richard Hipp  wrote:

> Please also understand that it is very hard for me to fix if I cannot
> reproduce it.

Sure. I understand, np.

Now, I tried with lynx - it works.

I managed to launch firefox by killing old seesion and started a new
one.

However, I notice some strange things which I can swear I did not do: setting
for main branch is 'trunk', althouth there is not 'trunk' branch listed, but
'master' instead?

Then I found some other repos with the same setting and another one which was
also not launching with the same setting. However, after I changed setting to
'trunk' it did launch, so I feel some smell here..

Was there some Fossil code which fiddled with such things?


Sincerely,
Gour


-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-26 Thread Rene
On Thu, 26 May 2011 13:17:58 +0200, Gour-Gadadhara Dasa wrote:
> On Thu, 26 May 2011 06:50:39 -0400
> Martin Gagnon  wrote:
>
>> Do you explicitly set the web-browser setting
>
> Yes...that's how I change setting in order to be able to try/test 
> with Midori
> browser.
>
>> If you try to start firefox from cli with any url as argument, does 
>> it work ?
>
> Yes.
>
>> If this give you same behavior, so fossil have nothing to do with 
>> the
>> problem.
>
> Well, I admit it's strange problem, but, at the same time it's very 
> real for
> me. :-/
>
>
>
> Sincerely,
> Gour

does the
fossil new gour.fossil
fossil ui gour.fossil

still doesn't show the webinterface?
If you do the same with the previous fossil version allow you to show 
the webinterface?


has  firefox been updated? if so can you downgrade with ports?
which version off firefox are you using? 4.0,0, 4.0.1 or 5.0.0

-- 
Rene
___
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 does not launch

2011-05-26 Thread Richard Hipp
On Thu, May 26, 2011 at 7:17 AM, Gour-Gadadhara Dasa wrote:

> On Thu, 26 May 2011 06:50:39 -0400
> Martin Gagnon  wrote:
>
> > Do you explicitly set the web-browser setting
>
> Yes...that's how I change setting in order to be able to try/test with
> Midori
> browser.
>
> > If you try to start firefox from cli with any url as argument, does it
> work ?
>
> Yes.
>
> > If this give you same behavior, so fossil have nothing to do with the
> > problem.
>
> Well, I admit it's strange problem, but, at the same time it's very real
> for
> me. :-/
>

Please also understand that it is very hard for me to fix if I cannot
reproduce it.


>
>
>
> Sincerely,
> Gour
>
> --
> “In the material world, conceptions of good and bad are
> all mental speculations…” (Sri Caitanya Mahaprabhu)
>
> http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
>
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
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 does not launch

2011-05-26 Thread Gour-Gadadhara Dasa
On Thu, 26 May 2011 06:50:39 -0400
Martin Gagnon  wrote:

> Do you explicitly set the web-browser setting

Yes...that's how I change setting in order to be able to try/test with Midori
browser.

> If you try to start firefox from cli with any url as argument, does it work ?

Yes.

> If this give you same behavior, so fossil have nothing to do with the
> problem.

Well, I admit it's strange problem, but, at the same time it's very real for
me. :-/



Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-26 Thread Martin Gagnon
On Thu, May 26, 2011 at 6:06 AM, Gour-Gadadhara Dasa wrote:

> On Thu, 26 May 2011 10:18:46 +0200
> Rene  wrote:
>
> > 1) you were a happy camper with PC-BSD latest and fossil version
> > xx.
>
> Yes.
>
> > 2) You updated to the latest version of fossil and the fossil
> > webinterface stopped working.
>
> Yes.
>
> > 3) You downgraded to fossil version xx and still no dice.
>
> Yes.
>
> > one or both should work. Otherwise item 1 above never happened
>
> There is a little flaw in your reasoning - you forgot that it works with
> Midori
> browser (I didn't want to install Chromium to test.) So, e.g. Fossil
> version
> [a2e1c48373] works with Midori here, but not with Firefox.
>
> The only problem is that my regular browser is FF and not Midori and it's
> painful investigating what's wrong with Fossil & FF combo.
>

Fossil will just use what ever is on the "web-browser" setting and append
the proper url to it to access the fossil web ui. Do you explicitly set the
web-browser setting, or you rely on the default browser of your OS ? I'm not
sure what is the behavior if web-browser is not set, on some OS it's able to
start default browser.

If you try to start firefox from cli with any url as argument, does it work
?

exemple:
  firefox http://www.google.com

If this give you same behavior, so fossil have nothing to do with the
problem.

-- 
Martin
___
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 does not launch

2011-05-26 Thread Gour-Gadadhara Dasa
On Thu, 26 May 2011 10:18:46 +0200
Rene  wrote:

> 1) you were a happy camper with PC-BSD latest and fossil version 
> xx.

Yes.

> 2) You updated to the latest version of fossil and the fossil 
> webinterface stopped working.

Yes.

> 3) You downgraded to fossil version xx and still no dice.

Yes.

> one or both should work. Otherwise item 1 above never happened

There is a little flaw in your reasoning - you forgot that it works with Midori
browser (I didn't want to install Chromium to test.) So, e.g. Fossil version
[a2e1c48373] works with Midori here, but not with Firefox.

The only problem is that my regular browser is FF and not Midori and it's
painful investigating what's wrong with Fossil & FF combo.


Sincerely,
Gour


-- 

“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-26 Thread Rene
On Thu, 26 May 2011 06:48:58 +0200, Gour-Gadadhara Dasa wrote:
> On Wed, 25 May 2011 23:42:58 +0200
> Rene  wrote:
>
>> make
>> ./fossil rebuild
>> ./fossil ui
>> and voila a previous release
>
> Tried, but still does not work... :-/
>
> I had to convert some repos to bzr (via git) ind order to continue
> commiting to
> them. :-/
>
>
> Sincerely,
> Gour
I'm  lost!
1) you were a happy camper with PC-BSD latest and fossil version 
xx.
2) You updated to the latest version of fossil and the fossil 
webinterface stopped working.
3) You downgraded to fossil version xx and still no dice.

take the latest fossil
do

fossil new gour.fossil
fossil ui gour.fossil

if that fails

take the previous fossil and  do the same thing

one or both should work. Otherwise item 1 above never happened
-- 
Rene
___
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 does not launch

2011-05-25 Thread Gour-Gadadhara Dasa
On Wed, 25 May 2011 23:42:58 +0200
Rene  wrote:

> make
> ./fossil rebuild
> ./fossil ui
> and voila a previous release

Tried, but still does not work... :-/

I had to convert some repos to bzr (via git) ind order to continue commiting to
them. :-/


Sincerely,
Gour


-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-25 Thread Rene
On Tue, 24 May 2011 22:38:19 +0200, Gour-Gadadhara Dasa wrote:
> On Tue, 24 May 2011 22:31:27 +0200
> Rene  wrote:
>
>>  I meant one version of fossil.
>
> Ahh..but how to do it when I did rebuild all the repos and newer 
> fosiil
> involved changes in db schema?
goto http://www.fossil-scm.org/
Tags --> release (I selected 047e06193b 2 releases back)

SHA1 Hash:  047e06193b65c535d845d10f6e64d8c467ef7524
Date:   2011-04-13 12:05:18
User:   drh
Comment:Release
Timelines:  family | ancestors | descendants | both | trunk | release
Other Links:files | Tarball | ZIP archive | manifest

then fossil update 047e06193b65c535d845d10f6e64d8c467ef7524
make
./fossil rebuild
./fossil ui
and voila a previous release
>
>>  But http://www.pcbsd.org/ claims 8.2 is the latest?
>
> Latest stable.
>
>
> Sincerely,
> Gour

-- 
Rene
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 22:31:27 +0200
Rene  wrote:

>  I meant one version of fossil.

Ahh..but how to do it when I did rebuild all the repos and newer fosiil
involved changes in db schema?

>  But http://www.pcbsd.org/ claims 8.2 is the latest?

Latest stable.


Sincerely,
Gour


-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Rene
 On Tue, 24 May 2011 22:13:34 +0200, Gour-Gadadhara Dasa wrote:
> On Tue, 24 May 2011 19:48:37 +0200
> Rene  wrote:
>
>>  Which version of pc freebsd are you running?
>
> 9.0 (current)
>
>>  Can you go back one version and see if the problem still exists?
>
> Well, I was running Fossil on 9.0 for quite some time without any 
> problem and
> downgrading to 8.2 involves too much work for one application only.
>
>
> Sincerely,
> Gour
 I meant one version of fossil.
 But http://www.pcbsd.org/ claims 8.2 is the latest?
-- 
 Rene
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 19:48:37 +0200
Rene  wrote:

>  Which version of pc freebsd are you running?

9.0 (current)

>  Can you go back one version and see if the problem still exists?

Well, I was running Fossil on 9.0 for quite some time without any problem and
downgrading to 8.2 involves too much work for one application only.


Sincerely,
Gour


-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 18:00:45 +0200
Benoit Mortgat  wrote:

> Do you have any of those?

Adblock plus.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Rene
 On Tue, 24 May 2011 16:08:35 +0200, Gour-Gadadhara Dasa wrote:
> On Tue, 24 May 2011 15:57:18 +0200
> Rene  wrote:
>
>>  I assume you are under linux?
>
> No, (Free)PC-BSD.
>
>
> Sincerely,
> Gour
 I tested on linux and no problem.

 Which version of pc freebsd are you running?

 Can you go back one version and see if the problem still exists?

-- 
 Rene
___
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 does not launch

2011-05-24 Thread Benoit Mortgat
I suspect that some Firefox extension might be culprit here.
Let's start with a list of common extensions I have installed:
 * Adblock plus
 * Certificate patrol
 * Cookie Monster
 * Greasemonkey
 * Noscript
 * WOT
 * Tab mix plus

Do you have any of those?

On Tue, May 24, 2011 at 16:08, Gour-Gadadhara Dasa wrote:

> On Tue, 24 May 2011 15:57:18 +0200
> Rene  wrote:
>
> >  I assume you are under linux?
>
> No, (Free)PC-BSD.
>
>
> Sincerely,
> Gour
>
> --
> “In the material world, conceptions of good and bad are
> all mental speculations…” (Sri Caitanya Mahaprabhu)
>
> http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
>
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 15:57:18 +0200
Rene  wrote:

>  I assume you are under linux?

No, (Free)PC-BSD.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Rene
 On Tue, 24 May 2011 15:26:50 +0200, Gour-Gadadhara Dasa wrote:
> On Tue, 24 May 2011 14:55:07 +0200
> Rene  wrote:
>
>>  Are you able to connect and browse this site with FF4?
>
> Yes.
>
>>  if so, Can you go directly to http://localhost:8080/setup_header 
>> and the
>>  header screen is displayed
>
> I can access http://localhost:8080/setup_config page, but 'apply
> changes' does not work and the page hangs afterwards.
>
>>  if not, Although you claim that your header hasn't changed could 
>> you reset
>>  it to default via midiori or  by 
>> http://localhost:8080/setup_header&clear=1
>>  just to be sure!
>
> I did. Moreover, don0t forget it hangs with *ALL* my repos.
>
>>  If you still cannot view fossil wget -nd http://localhost:8080/ and 
>> see if
>>  you get index.wiki.
>
> I got index.html.
>
>>  Then open this file in firefox. Does that work renders oke?
>
> It opens but renders without any graphic/CSS.
>
>
> Sincerely,
> Gour

 I have updated my version to 474850cff5 and don't have the problem 
 under windows. I'll have to check linux later.
 I assume you are under linux?

-- 
 Rene
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 14:55:07 +0200
Rene  wrote:

>  Are you able to connect and browse this site with FF4?

Yes.

>  if so, Can you go directly to http://localhost:8080/setup_header and the
>  header screen is displayed

I can access http://localhost:8080/setup_config page, but 'apply
changes' does not work and the page hangs afterwards.

>  if not, Although you claim that your header hasn't changed could you reset
>  it to default via midiori or  by http://localhost:8080/setup_header&clear=1
>  just to be sure!

I did. Moreover, don0t forget it hangs with *ALL* my repos.

>  If you still cannot view fossil wget -nd http://localhost:8080/ and see if
>  you get index.wiki.

I got index.html.

>  Then open this file in firefox. Does that work renders oke?

It opens but renders without any graphic/CSS.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Rene
 On Tue, 24 May 2011 13:16:28 +0200, Gour-Gadadhara Dasa wrote:
> On Tue, 24 May 2011 12:41:35 +0200
> Rene  wrote:
>
>>  Have you modified your header and/or footer?
>
> Nope, and as you can see from other message, it work with another 
> browser.
>
>
> Sincerely,
> Gour
 You are using the same version as http://fossil-scm.org/ , Are you able 
 to connect and browse this site with FF4?

 if so,
 Can you go directly to http://localhost:8080/setup_header and the 
 header screen is displayed

 if not,
 Although you claim that your header hasn't changed could you
 reset it to default via midiori or  by 
 http://localhost:8080/setup_header&clear=1
 just to be sure!

 If you still cannot view fossil
 wget -nd http://localhost:8080/ and see if you get index.wiki.
 Then open this file in firefox. Does that work renders oke?

 If so, There is a problem within FF





-- 
 Rene
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 12:41:35 +0200
Rene  wrote:

>  Have you modified your header and/or footer?

Nope, and as you can see from other message, it work with another browser.


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Rene
 On Tue, 24 May 2011 09:24:42 +0200, Gour-Gadadhara Dasa wrote:
> Hello!
>
> None of my Fossil repos cannot show web interface any longer.
>
> After issuing: fossil ui
>
> I'm switched to ff-4 browser, new tab is opened, but it jsut hangs 
> with
> the 'connecting...' message.
>
> I did rebuild all my repos and I can see output from e.g.
>
> fossil timeline
>
>
> Any idea how to troubleshoot it?
>
> Here is my version:
>
> This is fossil version [474850cff5] 2011-05-23 15:11:12 UTC
>
>
> Sincerely,
> Gour
 Have you modified your header and/or footer?
-- 
 Rene
___
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 does not launch

2011-05-24 Thread Gour-Gadadhara Dasa
On Tue, 24 May 2011 09:46:41 +0200
Benoit Mortgat  wrote:

> Running « fossil ui » when Firefox is not in the active processes,
> launches Firefox and hangs.
> However, if Firefox is already launched, « fossil ui » opens a new
> tab in Firefox and it works immediately.

Here it does not work at all with Firefox (although it did).

I just installed Midori and it shows up, so there is some problem which is
Firefox-related?


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature
___
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 does not launch

2011-05-24 Thread Benoit Mortgat
On Tue, May 24, 2011 at 09:24, Gour-Gadadhara Dasa wrote:

> Hello!
>
> None of my Fossil repos cannot show web interface any longer.
>
> After issuing: fossil ui
>
> I'm switched to ff-4 browser, new tab is opened, but it jsut hangs with
> the 'connecting...' message.
>

I observe a similar bad behaviour on Windows.

Running « fossil ui » when Firefox is not in the active processes, launches
Firefox and hangs.
However, if Firefox is already launched, « fossil ui » opens a new tab in
Firefox and it works immediately.

In my settings I have:

web-browser  (global) C:\Progra~2\Mozill~1\firefox.exe

Firefox version is 4.0.

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