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: Sat, 12 Mar 2011 15:26:14 -0500 (EST) Message-ID: <21085.189.215.48.129.1299961574.squirrel@lavabit.com> References: <20110309130232.22ae419b@rascar> 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 1299961634 10646 80.91.229.12 (12 Mar 2011 20:27:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 20:27:14 +0000 (UTC) Cc: guile-user To: "David Pirotte" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Mar 12 21:27:07 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 1PyVP0-00059A-IP for guile-user@m.gmane.org; Sat, 12 Mar 2011 21:27:06 +0100 Original-Received: from localhost ([127.0.0.1]:40888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyVP0-0001fw-4J for guile-user@m.gmane.org; Sat, 12 Mar 2011 15:27:06 -0500 Original-Received: from [140.186.70.92] (port=35595 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyVOm-0001fh-7u for guile-user@gnu.org; Sat, 12 Mar 2011 15:26:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyVOk-0007RJ-SI for guile-user@gnu.org; Sat, 12 Mar 2011 15:26:52 -0500 Original-Received: from karen.lavabit.com ([72.249.41.33]:33953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyVOk-0007Nc-Nq for guile-user@gnu.org; Sat, 12 Mar 2011 15:26:50 -0500 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id D225311B99E; Sat, 12 Mar 2011 14:26:19 -0600 (CST) Original-Received: from lavabit.com (189.215.48.129.cable.dyn.cableonline.com.mx [189.215.48.129]) by lavabit.com with ESMTP id TEIYHCD4N7DZ; Sat, 12 Mar 2011 14:26:15 -0600 Original-Received: from 189.215.48.129 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Sat, 12 Mar 2011 15:26:14 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=5T6XRKX1yXoa2WN4DYHeIM8N/XMvDSLIO9NLvMWbk1GhG2T1MQeyby2x1koeLhdJurf/UqMZ6X+YXaT5sWqhjMmUEToNTwAL9cNkupQg52FIwA32wsL120fq6D4MEtaXyWVBQZ8ZZx3dKhBR5JC16Sbwuc6/MlhyuyHjB1ChKD0=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20110309130232.22ae419b@rascar> 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:8533 Archived-At: I don't modify anything and find the same message at launch. --- fatal: ambiguous argument 'refs/heads/index': unknown revision or path no= t 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 fo= r > 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/te= kuti/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 (# [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 ti= tle > "My blog" ... > -] http://localhost:8085/blog/admin repeats the error message and > 'displays' an empty page too > >