unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* tekuti
@ 2011-03-09 16:02 David Pirotte
  2011-03-12 20:26 ` tekuti romel
  0 siblings, 1 reply; 4+ messages in thread
From: David Pirotte @ 2011-03-09 16:02 UTC (permalink / raw)
  To: guile-user

Hello,

Trying tekuti for the very frst time [never used/hold any blog, please excuse my
total lack of knowledge about this]

I took a git clone and slightly modified config.scm and mod-lisp.scm for using the
port 8085 [8080 already used by guile-www intranet ...], then performed the required

	git config --global user.email "you@example.com"
	git config --global user.name "Your Name"

Launching tekuti gives me this message:

david@rascar:/usr/local/src/tekuti/git-clone 98 $ ./env src/tekuti
;;; note: source file /usr/local/src/tekuti/git-clone/tekuti/config.scm
;;;       newer than compiled /usr/local/src/tekuti/git-clone/tekuti/config.go
;;; found fresh local cache
at /usr/alto/staff/david/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/src/tekuti/git-clone/tekuti/config.scm.go
fatal: ambiguous argument 'refs/heads/index': unknown revision or path not in the working tree. 
Use '--' to separate paths from revisions


and trying to access http://localhost:8085 add these lines:

fatal: ambiguous argument 'refs/heads/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions

;;; WARNING (Error handling request srfi-34 (#<condition &git-condition [argv: ("git" "--bare" "rev-parse" "refs/heads/master") output: "refs/heads/master
" status: 32768] a1d0ed0>))


Thanks for some hints,
David

ps:	

-]	http://localhost:8085 displays an empty page, despite the default title "My blog" ...
-]	http://localhost:8085/blog/admin repeats the error message and 'displays' an empty page too



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tekuti
  2011-03-09 16:02 tekuti David Pirotte
@ 2011-03-12 20:26 ` romel
  2011-03-13  0:21   ` tekuti Aleix Conchillo Flaqué
  0 siblings, 1 reply; 4+ messages in thread
From: romel @ 2011-03-12 20:26 UTC (permalink / raw)
  To: David Pirotte; +Cc: guile-user

I don't modify anything and find the same message at launch.

---
fatal: ambiguous argument 'refs/heads/index': unknown revision or path not
in the working tree.
Use '--' to separate paths from revisions
---

This happens only on first launch before trying to access from web
browser. After the first access the message is not shown anymore.

When trying to access localhost:8080 I always have:

---
My blog
Page not found

Unknown path:
powered by tekuti
---

This is with Aleix repository
   git://gitorious.org/~aleix/tekuti/acf-tekuti.git
and Guile 2.0

Previously I was able to setup tekuti using Wingo repository with Guile
1.9.14.

Regards,
Romel Sandoval

> Hello,
>
> Trying tekuti for the very frst time [never used/hold any blog, please
> excuse my
> total lack of knowledge about this]
>
> I took a git clone and slightly modified config.scm and mod-lisp.scm for
> using the
> port 8085 [8080 already used by guile-www intranet ...], then performed
> the required
>
> 	git config --global user.email "you@example.com"
> 	git config --global user.name "Your Name"
>
> Launching tekuti gives me this message:
>
> david@rascar:/usr/local/src/tekuti/git-clone 98 $ ./env src/tekuti
> ;;; note: source file /usr/local/src/tekuti/git-clone/tekuti/config.scm
> ;;;       newer than compiled
> /usr/local/src/tekuti/git-clone/tekuti/config.go
> ;;; found fresh local cache
> at
> /usr/alto/staff/david/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/src/tekuti/git-clone/tekuti/config.scm.go
> fatal: ambiguous argument 'refs/heads/index': unknown revision or path not
> in the working tree.
> Use '--' to separate paths from revisions
>
>
> and trying to access http://localhost:8085 add these lines:
>
> fatal: ambiguous argument 'refs/heads/master': unknown revision or path
> not in the working tree.
> Use '--' to separate paths from revisions
>
> ;;; WARNING (Error handling request srfi-34 (#<condition &git-condition
> [argv: ("git" "--bare" "rev-parse" "refs/heads/master") output:
> "refs/heads/master
> " status: 32768] a1d0ed0>))
>
>
> Thanks for some hints,
> David
>
> ps:
>
> -]	http://localhost:8085 displays an empty page, despite the default title
> "My blog" ...
> -]	http://localhost:8085/blog/admin repeats the error message and
> 'displays' an empty page too
>
>






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tekuti
  2011-03-12 20:26 ` tekuti romel
@ 2011-03-13  0:21   ` Aleix Conchillo Flaqué
  2011-03-14 23:16     ` tekuti romel
  0 siblings, 1 reply; 4+ messages in thread
From: Aleix Conchillo Flaqué @ 2011-03-13  0:21 UTC (permalink / raw)
  To: romel; +Cc: guile-user, David Pirotte

On 03/12/2011 09:26 PM, romel@lavabit.com wrote:
> I don't modify anything and find the same message at launch.
>
> ---
> fatal: ambiguous argument 'refs/heads/index': unknown revision or path not
> in the working tree.
> Use '--' to separate paths from revisions
> ---
>
> This happens only on first launch before trying to access from web
> browser. After the first access the message is not shown anymore.
>

This is because the index is not available the first time tekuti runs.

See next entry for the index explanation: 
http://wingolog.org/archives/2008/02/29/im-telling-you

> When trying to access localhost:8080 I always have:
>
> ---
> My blog
> Page not found
>
> Unknown path:
> powered by tekuti
> ---
>
> This is with Aleix repository
>     git://gitorious.org/~aleix/tekuti/acf-tekuti.git
> and Guile 2.0
>

This is because tekuti does not have any posts yet. I have fixed it and 
a more pleasant message is shown now

Cheers,

Aleix



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tekuti
  2011-03-13  0:21   ` tekuti Aleix Conchillo Flaqué
@ 2011-03-14 23:16     ` romel
  0 siblings, 0 replies; 4+ messages in thread
From: romel @ 2011-03-14 23:16 UTC (permalink / raw)
  To: Aleix Conchillo Flaqué; +Cc: guile-user, David Pirotte

OK, I got it.

Thanks,
Romel Sandoval

> On 03/12/2011 09:26 PM, romel@lavabit.com wrote:
>> I don't modify anything and find the same message at launch.
>>
>> ---
>> fatal: ambiguous argument 'refs/heads/index': unknown revision or path
>> not
>> in the working tree.
>> Use '--' to separate paths from revisions
>> ---
>>
>> This happens only on first launch before trying to access from web
>> browser. After the first access the message is not shown anymore.
>>
>
> This is because the index is not available the first time tekuti runs.
>
> See next entry for the index explanation:
> http://wingolog.org/archives/2008/02/29/im-telling-you
>
>> When trying to access localhost:8080 I always have:
>>
>> ---
>> My blog
>> Page not found
>>
>> Unknown path:
>> powered by tekuti
>> ---
>>
>> This is with Aleix repository
>>     git://gitorious.org/~aleix/tekuti/acf-tekuti.git
>> and Guile 2.0
>>
>
> This is because tekuti does not have any posts yet. I have fixed it and
> a more pleasant message is shown now
>
> Cheers,
>
> Aleix
>






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-14 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 16:02 tekuti David Pirotte
2011-03-12 20:26 ` tekuti romel
2011-03-13  0:21   ` tekuti Aleix Conchillo Flaqué
2011-03-14 23:16     ` tekuti romel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).