From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: tekuti Date: Wed, 9 Mar 2011 13:02:32 -0300 Message-ID: <20110309130232.22ae419b@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299686578 7736 80.91.229.12 (9 Mar 2011 16:02:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 16:02:58 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 09 17:02:54 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 1PxLqf-0008Jw-3D for guile-user@m.gmane.org; Wed, 09 Mar 2011 17:02:53 +0100 Original-Received: from localhost ([127.0.0.1]:40991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxLqe-0004P9-4Q for guile-user@m.gmane.org; Wed, 09 Mar 2011 11:02:52 -0500 Original-Received: from [140.186.70.92] (port=53989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxLqY-0004O5-Jd for guile-user@gnu.org; Wed, 09 Mar 2011 11:02:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxLqX-00042M-K4 for guile-user@gnu.org; Wed, 09 Mar 2011 11:02:46 -0500 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:59514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxLqX-00041h-Fh for guile-user@gnu.org; Wed, 09 Mar 2011 11:02:45 -0500 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 94DB4A04C12E for ; Wed, 9 Mar 2011 17:02:43 +0100 (CET) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id IDqooW8XXc-y for ; Wed, 9 Mar 2011 16:46:33 +0100 (CET) Original-Received: from rascar (unknown [189.60.162.71]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 7D1E6A04C0C3 for ; Wed, 9 Mar 2011 17:02:35 +0100 (CET) X-Mailer: Claws Mail 3.7.8 (GTK+ 2.20.1; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 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:8506 Archived-At: 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 (#)) 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