From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: romel@lavabit.com Newsgroups: gmane.lisp.guile.user Subject: Re: tekuti Date: Mon, 14 Mar 2011 19:16:22 -0400 (EDT) Message-ID: <23833.187.147.24.132.1300144582.squirrel@lavabit.com> References: <20110309130232.22ae419b@rascar> <21085.189.215.48.129.1299961574.squirrel@lavabit.com> <4D7C0E23.7010701@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300144630 3759 80.91.229.12 (14 Mar 2011 23:17:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 23:17:10 +0000 (UTC) Cc: guile-user , David Pirotte To: Aleix Conchillo =?iso-8859-1?Q?Flaqu=C3=A9?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Mar 15 00:17:06 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PzH0b-0004Cm-7S for guile-user@m.gmane.org; Tue, 15 Mar 2011 00:17:05 +0100 Original-Received: from localhost ([127.0.0.1]:44259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzH0a-0001B2-M1 for guile-user@m.gmane.org; Mon, 14 Mar 2011 19:17:04 -0400 Original-Received: from [140.186.70.92] (port=34341 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzH0W-0001Ax-Dv for guile-user@gnu.org; Mon, 14 Mar 2011 19:17:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzH0U-0004bp-Va for guile-user@gnu.org; Mon, 14 Mar 2011 19:17:00 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:49558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzH0U-0004Xo-SW for guile-user@gnu.org; Mon, 14 Mar 2011 19:16:58 -0400 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id A81A711B9FC; Mon, 14 Mar 2011 18:16:27 -0500 (CDT) Original-Received: from lavabit.com (dsl-187-147-24-132-dyn.prod-infinitum.com.mx [187.147.24.132]) by lavabit.com with ESMTP id K7H6SDSQ2S1P; Mon, 14 Mar 2011 18:16:22 -0500 Original-Received: from 187.147.24.132 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Mon, 14 Mar 2011 19:16:22 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=4dQe+ZqsZMVrl0QGuWh6YPX5AJwe9RI4zUVQgAHKu6FIbJsElfkzpn9M0RWclQDgGVI5YwfjOyMd1EOWoI7M0/dSf93GilJu5ocSk/zlA4Aypi5dXmQmz929nEA6R8rw04mYkKuluVvBwYOyHtvnKw18dFUCen+8snjGQYczSdY=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <4D7C0E23.7010701@gmail.com> User-Agent: SquirrelMail/1.4.13 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 72.249.41.33 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8538 Archived-At: 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 >