• 000008 by yuri@... on 2009/01/30 at 08:55 GMT
  • 000002 by agladysh@... on 2008/12/31 at 02:49 GMT

Page Content

From agladysh at gmail.com  Tue Dec 30 20:32:27 2008
From: agladysh at gmail.com (Alexander Gladysh)
Date: Tue Dec 30 19:40:56 2008
Subject: [Sputnik-list] Problems installing Sputnik
Message-ID: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>

Hi, list!

I'm trying to install Sputnik 8.08.13 on my Ubuntu box as per this guide:

http://sputnik.freewisdom.org/en/Installation

This step fails:

$ ./bin/lua -lluarocks.require -e 'require("sputnik").setup()'

Stack traceback below. Note how it looks for 1.4.0-1, and I have
1.4.1-1 installed by rocks.

/opt/sputnik$ ls rocks/luafilesystem/
1.4.1-1

I've used rocks command  from the mentioned wiki page:

$ ./bin/luarocks --only-from=http://sputnik.freewisdom.org/rocks/earth
install sputnik 8.08.13

Traceback from require("sputnik").setup():

./bin/lua: /opt/sputnik/share/lua/5.1/luarocks/require.lua:141: module
'lfs' not found:
	no field package.preload['lfs']
	no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lua/lfs.lua'
	no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lua/lfs/init.lua'
	no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lua/lfs.lua'
	no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lua/lfs/init.lua'
	no file './lfs.lua'
	no file '/opt/sputnik/share/lua/5.1/lfs.lua'
	no file '/opt/sputnik/share/lua/5.1/lfs/init.lua'
	no file '/opt/sputnik/lib/lua/5.1/lfs.lua'
	no file '/opt/sputnik/lib/lua/5.1/lfs/init.lua'
	no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lib/lfs.so'
	no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lib/lfs.so'
	no file './lfs.so'
	no file '/opt/sputnik/lib/lua/5.1/lfs.so'
	no file '/opt/sputnik/lib/lua/5.1/loadall.so'
stack traceback:
	[C]: in function 'plain_require'
	/opt/sputnik/share/lua/5.1/luarocks/require.lua:141: in function
</opt/sputnik/share/lua/5.1/luarocks/require.lua:130>
	(tail call): ?
	...k/rocks//sputnik/8.08.13-0/lua/sputnik/installer.lua:3: in main chunk
	[C]: in function 'plain_require'
	/opt/sputnik/share/lua/5.1/luarocks/require.lua:141: in function
</opt/sputnik/share/lua/5.1/luarocks/require.lua:130>
	(tail call): ?
	...putnik/rocks//sputnik/8.08.13-0/lua/sputnik/init.lua:49: in function 'setup'
	(command line):1: in main chunk
	[C]: ?

Alexander.


From agladysh at gmail.com  Tue Dec 30 20:49:41 2008
From: agladysh at gmail.com (Alexander Gladysh)
Date: Tue Dec 30 19:58:07 2008
Subject: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
Message-ID: <c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>

> This step fails:

> $ ./bin/lua -lluarocks.require -e 'require("sputnik").setup()'

> Stack traceback below. Note how it looks for 1.4.0-1, and I have
> 1.4.1-1 installed by rocks.

> /opt/sputnik$ ls rocks/luafilesystem/
> 1.4.1-1

> I've used rocks command  from the mentioned wiki page:

> $ ./bin/luarocks --only-from=http://sputnik.freewisdom.org/rocks/earth
> install sputnik 8.08.13

I suspect this should be some conflict with my existing luarocks
installation. I've copyed luafilesystem 1.4.0-1 from it to the Sputnik
rocks/ directory, and that fixed this error.

Alexander.


From yuri at sims.berkeley.edu  Wed Dec 31 14:16:39 2008
From: yuri at sims.berkeley.edu (Yuri Takhteyev)
Date: Wed Dec 31 13:25:13 2008
Subject: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
Message-ID: <fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>

> I suspect this should be some conflict with my existing luarocks
> installation. I've copyed luafilesystem 1.4.0-1 from it to the Sputnik
> rocks/ directory, and that fixed this error.

I am glad you got it working, but I am wondering what caused the
problem in the first place. Perhaps it's not so much the different
installations of Lua Rocks as the different _versions_?  What was your
existing luarocks installation?

BTW, if already have a lua+luarocks and your version of LuaRocks is
reasonably recent, and you are not interested in using Xavante (or are
willing to configure it by hand), you can install sputnik with just

  luarocks --only-from=http://sputnik.freewisdom.org/rocks/earth
install sputnik 8.08.13
  lua -lluarocks.require -e 'require("sputnik").setup()'
  mkdir wiki-data && chmod -R a+rw wiki-data

This should give you all you need to use sputnik with cgi. Everything
before that is just an easy way to install lua, luarocks and xavante
in such a way that they all work together.

(Of those three lines, only the first one really does installation.
The second line just creates a sputnik.cgi file.)

- yuri

-- 
http://sputnik.freewisdom.org/


From agladysh at gmail.com  Wed Dec 31 14:44:32 2008
From: agladysh at gmail.com (Alexander Gladysh)
Date: Wed Dec 31 13:53:05 2008
Subject: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
	<fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
Message-ID: <c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>

On Wed, Dec 31, 2008 at 7:16 PM, Yuri Takhteyev <yuri@sims.berkeley.edu> wrote:
>> I suspect this should be some conflict with my existing luarocks
>> installation. I've copyed luafilesystem 1.4.0-1 from it to the Sputnik
>> rocks/ directory, and that fixed this error.

> I am glad you got it working, but I am wondering what caused the
> problem in the first place. Perhaps it's not so much the different
> installations of Lua Rocks as the different _versions_?  What was your
> existing luarocks installation?

That was 0.4.something. I deleted it trying to solve my other problems
with Sputnik (see below), so I can't say for sure, sorry.

> BTW, if already have a lua+luarocks and your version of LuaRocks is
> reasonably recent, and you are not interested in using Xavante (or are
> willing to configure it by hand), you can install sputnik with just

I'm interested in Xavante, but it does not work for me (see below).

>  luarocks --only-from=http://sputnik.freewisdom.org/rocks/earth
> install sputnik 8.08.13
>  lua -lluarocks.require -e 'require("sputnik").setup()'
>  mkdir wiki-data && chmod -R a+rw wiki-data

> This should give you all you need to use sputnik with cgi. Everything
> before that is just an easy way to install lua, luarocks and xavante
> in such a way that they all work together.

> (Of those three lines, only the first one really does installation.
> The second line just creates a sputnik.cgi file.)

Thank you.

I have removed my other luarocks installation, removed Sputnik, and
installed it from scratch. I have these problems (and had them before
reinstall):

1. When I run Sputnik with Xavante, all edits fail. The post request
from my browser either "hangs" or browser complains that "server broke
connection". I have double checked permissions on my wiki-data
directory, all is OK.

2. When I run Sputnik as CGI on Apache, save works fine, but I have no history.

My sputnik.cgi file:

#! /bin/bash /opt/sputnik/bin/wsapi.cgi
require('sputnik')
require("lfs")
lfs.chdir("/opt/sputnik/wiki-data/")

return sputnik.new_wsapi_run_fn{
   VERSIUM_STORAGE_MODULE = "versium.git",
   VERSIUM_PARAMS = { '/opt/sputnik/wiki-data/' },
   BASE_URL       = '/cgi-bin/sputnik.cgi',
   PASSWORD_SALT  = '<censored>',
   TOKEN_SALT     = '<censored>',
}

$ ls -la wiki-data/
total 20
drwxrwxrwx  4 agladysh agladysh 4096 Dec 31 19:14 .
drwxr-xr-x 11 agladysh agladysh 4096 Dec 31 19:10 ..
drwxr-xr-x  7 agladysh agladysh 4096 Dec 31 19:20 .git
-rw-r--r--  1 www-data www-data  300 Dec 31 19:21 index.lua
drwxrwxr-x  2 www-data www-data 4096 Dec 31 19:18 sputnik

/opt/sputnik/wiki-data$ git status
# On branch master
#
# Initial commit
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	index.lua
#	sputnik/
nothing added to commit but untracked files present (use "git add" to track)

I'm on Ubuntu Gutsy (7.10, Server).

$ git --version
git version 1.6.1

Please advise me how can I debug these issues. The
kepler/log/xavante.log contains only Xavante start messages.

Alexander.


From yuri at sims.berkeley.edu  Wed Dec 31 18:32:30 2008
From: yuri at sims.berkeley.edu (Yuri Takhteyev)
Date: Wed Dec 31 17:40:37 2008
Subject: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
	<fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
	<c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
Message-ID: <fa4efbc00812311232r2c5f7f5cy3d883db46c757231@mail.gmail.com>

> 1. When I run Sputnik with Xavante, all edits fail. The post request
> from my browser either "hangs" or browser complains that "server broke
> connection". I have double checked permissions on my wiki-data
> directory, all is OK.

Unfortunately, I don't know what this means. Xavante really isn't my
area of expertise.

> 2. When I run Sputnik as CGI on Apache, save works fine, but I have no history.

You mean specifically when using versium.git? Did the default storage
option work?


> drwxr-xr-x  7 agladysh agladysh 4096 Dec 31 19:20 .git
> -rw-r--r--  1 www-data www-data  300 Dec 31 19:21 index.lua
> drwxrwxr-x  2 www-data www-data 4096 Dec 31 19:18 sputnik

Make sure that wiki-data/.git is writeable by www-data. This should
have been mentioned in the documentation, and I just added it.

(And I'll look into why this isn't generating an error, as it really should.)

 - yuri

-- 
http://sputnik.freewisdom.org/



From sputnik-list-bounces@lists.luaforge.net Fri Jan  9 23:29:13 2009
Received: from pop.gmail.com (el-in-f109.google.com [209.85.163.109])
	by chai (mpop-1.0.11) with POP3
	for <yuri>; Fri, 09 Jan 2009 21:29:13 -0200
Delivered-To: sputnik.list.archiver@gmail.com
Received: by 10.142.242.18 with SMTP id p18cs913476wfh;
        Mon, 5 Jan 2009 16:26:22 -0800 (PST)
Received: by 10.100.232.10 with SMTP id e10mr11372665anh.36.1231201581717;
        Mon, 05 Jan 2009 16:26:21 -0800 (PST)
Return-Path: <sputnik-list-bounces@lists.luaforge.net>
Received: from mail.luaforge.net (www.luaforge.net [147.65.1.201])
        by mx.google.com with ESMTP id c28si36790961anc.27.2009.01.05.16.26.12;
        Mon, 05 Jan 2009 16:26:21 -0800 (PST)
Received-SPF: pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) client-ip=147.65.1.201;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) smtp.mail=sputnik-list-bounces@lists.luaforge.net
Received: from localhost ([127.0.0.1] helo=localhost.localdomain)
	by mail.luaforge.net with esmtp (Exim 4.50)
	id 1LK1af-00043q-Pn; Tue, 06 Jan 2009 00:22:45 -0200
Received: from [209.85.200.168] (helo=wf-out-1314.google.com)
	by mail.luaforge.net with esmtp (Exim 4.50) id 1LK1ac-00043l-VO
	for sputnik-list@lists.luaforge.net; Tue, 06 Jan 2009 00:22:43 -0200
Received: by wf-out-1314.google.com with SMTP id 28so7698266wfc.20
	for <sputnik-list@lists.luaforge.net>;
	Mon, 05 Jan 2009 16:25:03 -0800 (PST)
Received: by 10.142.84.3 with SMTP id h3mr8838249wfb.149.1231190026845;
	Mon, 05 Jan 2009 13:13:46 -0800 (PST)
Received: by 10.142.127.14 with HTTP; Mon, 5 Jan 2009 13:13:46 -0800 (PST)
Message-ID: <7913df4d0901051313h1296ba51h18fd297d4a76ba94@mail.gmail.com>
Date: Mon, 5 Jan 2009 19:13:46 -0200
From: "Fabio Mascarenhas" <mascarenhas@gmail.com>
To: "Alexander Gladysh" <agladysh@gmail.com>
Subject: Re: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
MIME-Version: 1.0
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
	<fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
	<c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
Cc: Sputnik <sputnik-list@lists.luaforge.net>
X-BeenThere: sputnik-list@lists.luaforge.net
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "An all-purpose list for now." <sputnik-list.lists.luaforge.net>
List-Unsubscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=unsubscribe>
List-Archive: <http://lists.luaforge.net/pipermail/sputnik-list>
List-Post: <mailto:sputnik-list@lists.luaforge.net>
List-Help: <mailto:sputnik-list-request@lists.luaforge.net?subject=help>
List-Subscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1576127066=="
Mime-version: 1.0
Sender: sputnik-list-bounces@lists.luaforge.net
Errors-To: sputnik-list-bounces@lists.luaforge.net

--===============1576127066==
Content-Type: multipart/alternative; 
	boundary="----=_Part_26137_25183756.1231190026839"

------=_Part_26137_25183756.1231190026839
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

>
>
> Thank you.
>
> I have removed my other luarocks installation, removed Sputnik, and
> installed it from scratch. I have these problems (and had them before
> reinstall):
>
> 1. When I run Sputnik with Xavante, all edits fail. The post request
> from my browser either "hangs" or browser complains that "server broke
> connection". I have double checked permissions on my wiki-data
> directory, all is OK.
>

This is with git as a the repo? My guess is that there's a subprocess
hanging... can Xavante answer another connection while the browser is hung?

We have a Sputnik installation under Xavante running fine on
luarocks.orgwith the default backend, so something in the git backend
is my suspect
here.

--
Fabio Mascarenhas

------=_Part_26137_25183756.1231190026839
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><br>
</div>Thank you.<br>
<br>
I have removed my other luarocks installation, removed Sputnik, and<br>
installed it from scratch. I have these problems (and had them before<br>
reinstall):<br>
<br>
1. When I run Sputnik with Xavante, all edits fail. The post request<br>
from my browser either &quot;hangs&quot; or browser complains that &quot;server broke<br>
connection&quot;. I have double checked permissions on my wiki-data<br>
directory, all is OK.<br></blockquote><div><br></div><div>This is with git as a the repo? My guess is that there&#39;s a subprocess hanging... can Xavante answer another connection while the browser is hung?</div><div><br>
</div><div>We have a Sputnik installation under Xavante running fine on <a href="http://luarocks.org">luarocks.org</a> with the default backend, so something in the git backend is my suspect here.</div><div>&nbsp;</div><div>--</div>
<div>Fabio Mascarenhas</div><div><br></div></div>

------=_Part_26137_25183756.1231190026839--


--===============1576127066==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Sputnik-list mailing list
Sputnik-list@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list

--===============1576127066==--



From sputnik-list-bounces@lists.luaforge.net Fri Jan  9 23:29:14 2009
Received: from pop.gmail.com (el-in-f109.google.com [209.85.163.109])
	by chai (mpop-1.0.11) with POP3
	for <yuri>; Fri, 09 Jan 2009 21:29:14 -0200
Delivered-To: sputnik.list.archiver@gmail.com
Received: by 10.142.242.18 with SMTP id p18cs918473wfh;
        Mon, 5 Jan 2009 18:31:24 -0800 (PST)
Received: by 10.100.247.12 with SMTP id u12mr5963637anh.37.1231209083957;
        Mon, 05 Jan 2009 18:31:23 -0800 (PST)
Return-Path: <sputnik-list-bounces@lists.luaforge.net>
Received: from mail.luaforge.net (www.luaforge.net [147.65.1.201])
        by mx.google.com with ESMTP id c29si37706715anc.49.2009.01.05.18.31.13;
        Mon, 05 Jan 2009 18:31:23 -0800 (PST)
Received-SPF: pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) client-ip=147.65.1.201;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) smtp.mail=sputnik-list-bounces@lists.luaforge.net; dkim=neutral (body hash did not verify) header.i=@gmail.com
Received: from localhost ([127.0.0.1] helo=localhost.localdomain)
	by mail.luaforge.net with esmtp (Exim 4.50)
	id 1LK3YQ-00078l-3d; Tue, 06 Jan 2009 02:28:34 -0200
Received: from mail-bw0-f16.google.com ([209.85.218.16])
	by mail.luaforge.net with esmtp (Exim 4.50) id 1LK3YO-00078g-82
	for sputnik-list@lists.luaforge.net; Tue, 06 Jan 2009 02:28:32 -0200
Received: by bwz9 with SMTP id 9so19357218bwz.5
	for <sputnik-list@lists.luaforge.net>;
	Mon, 05 Jan 2009 18:30:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:received:received:message-id:date:from:to
	:subject:cc:in-reply-to:mime-version:content-type
	:content-transfer-encoding:content-disposition:references;
	bh=NWCjCxyQObw+7oF/xSRx1LdFWR0is2VE+363/a4MycU=;
	b=jfNBU/sp+BGc+ObDbDhkoZQupzXeoUyVdc8Wt2fJmKw/hyKmyBKQKEoiu1AVUjSqkW
	TuVH6WZrdnULyZEevhTYf05+q/ypJO8F1bpTjIk0/2GciO6lBZ3PE7rzCNMukbKIrU1h
	Su+oUwJ24LfPBxTBygOduZXhUDnNcZ8dHEV4Y=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=message-id:date:from:to:subject:cc:in-reply-to:mime-version
	:content-type:content-transfer-encoding:content-disposition
	:references;
	b=NacowoNVA188hkjUC327w5Nx7lgfPQy56NfNIdO+ckpYKbvol5aMTgeHIhuF11Nj/4
	h6egJUgOfUiIZuLj96LI+o9bjfmC++JHlvdG6zvQ3vWv9WJri8ga/1MNx8JZce5Zd1r/
	A/5QO+eKjf1W/FIxY7vXAWqQpKwrEbPfozwtQ=
Received: by 10.181.48.4 with SMTP id a4mr8319418bkk.6.1231209032539;
	Mon, 05 Jan 2009 18:30:32 -0800 (PST)
Received: by 10.181.226.17 with HTTP; Mon, 5 Jan 2009 18:30:32 -0800 (PST)
Message-ID: <c6c947f60901051830o2fffac29of36ee3e3f021f90e@mail.gmail.com>
Date: Tue, 6 Jan 2009 05:30:32 +0300
From: "Alexander Gladysh" <agladysh@gmail.com>
To: "Fabio Mascarenhas" <mascarenhas@gmail.com>
Subject: Re: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <7913df4d0901051313h1296ba51h18fd297d4a76ba94@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
	<fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
	<c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
	<7913df4d0901051313h1296ba51h18fd297d4a76ba94@mail.gmail.com>
Cc: Sputnik <sputnik-list@lists.luaforge.net>
X-BeenThere: sputnik-list@lists.luaforge.net
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "An all-purpose list for now." <sputnik-list.lists.luaforge.net>
List-Unsubscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=unsubscribe>
List-Archive: <http://lists.luaforge.net/pipermail/sputnik-list>
List-Post: <mailto:sputnik-list@lists.luaforge.net>
List-Help: <mailto:sputnik-list-request@lists.luaforge.net?subject=help>
List-Subscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=subscribe>
Sender: sputnik-list-bounces@lists.luaforge.net
Errors-To: sputnik-list-bounces@lists.luaforge.net

>> 1. When I run Sputnik with Xavante, all edits fail. The post request
>> from my browser either "hangs" or browser complains that "server broke
>> connection". I have double checked permissions on my wiki-data
>> directory, all is OK.

> This is with git as a the repo?

Yes.

> My guess is that there's a subprocess
> hanging... can Xavante answer another connection while the browser is hung?

Yes.

Alexander.

_______________________________________________
Sputnik-list mailing list
Sputnik-list@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list


From sputnik-list-bounces@lists.luaforge.net Fri Jan 30 08:55:47 2009
Received: from pop.gmail.com (ag-in-f109.google.com [72.14.247.109])
	by localhost (mpop-1.0.11) with POP3
	for <yuri>; Fri, 30 Jan 2009 08:55:47 +0000
Delivered-To: sputnik.list.archiver@gmail.com
Received: by 10.142.161.20 with SMTP id j20cs1367424wfe;
        Thu, 15 Jan 2009 03:18:19 -0800 (PST)
Received: by 10.100.144.11 with SMTP id r11mr1003921and.24.1232018298717;
        Thu, 15 Jan 2009 03:18:18 -0800 (PST)
Return-Path: <sputnik-list-bounces@lists.luaforge.net>
Received: from mail.luaforge.net (www.luaforge.net [147.65.1.201])
        by mx.google.com with ESMTP id b14si43372793ana.32.2009.01.15.03.18.07;
        Thu, 15 Jan 2009 03:18:18 -0800 (PST)
Received-SPF: pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) client-ip=147.65.1.201;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of sputnik-list-bounces@lists.luaforge.net designates 147.65.1.201 as permitted sender) smtp.mail=sputnik-list-bounces@lists.luaforge.net; dkim=neutral (body hash did not verify) header.i=@gmail.com
Received: from localhost ([127.0.0.1] helo=localhost.localdomain)
	by mail.luaforge.net with esmtp (Exim 4.50)
	id 1LNS3y-0005N2-Ta; Thu, 15 Jan 2009 11:15:10 -0200
Received: from rv-out-0506.google.com ([209.85.198.230])
	by mail.luaforge.net with esmtp (Exim 4.50) id 1LKQwu-0001yW-SU
	for sputnik-list@lists.luaforge.net; Wed, 07 Jan 2009 03:27:25 -0200
Received: by rv-out-0506.google.com with SMTP id k40so7963459rvb.29
	for <sputnik-list@lists.luaforge.net>;
	Tue, 06 Jan 2009 19:29:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:received:received:message-id:date:from:sender
	:to:subject:cc:in-reply-to:mime-version:content-type
	:content-transfer-encoding:content-disposition:references
	:x-google-sender-auth;
	bh=/GNz/mK0rGEru3SvdsX1S0ZZ5Gkki+inylI/CKIMMOw=;
	b=IJbzhOxw2w9P9FR10s0YfItB1SLYK/V5QSQc6n7g2kcx8i4i0o4r+ijmBOCh2aiZDq
	xc2KQELuVnged3pBFMfcEA0owS5Sa+uJs2bgQxuj8u8ZlAatT62Mat1aeHa+P/e1Gjh+
	uGp4s7yb81kk6ESABIF026JHk3jvwtOayS1b4=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version
	:content-type:content-transfer-encoding:content-disposition
	:references:x-google-sender-auth;
	b=ALqEzHwCpShDtVPxvAbi9sGY8oCQX2QNhm/miM1Csf+gf0vHHHjikOC+IkD8xPb7xH
	K7fchi043tJBpjbv+bnc7rTRw/kwJlcHKAcFLBDjDHrn3AdRtX+l/ongrBGkHdBtBswm
	xFuZTnKyG9pk6Hm0MCJ+UnG1JXddzMSexLAzA=
Received: by 10.141.44.13 with SMTP id w13mr11252575rvj.275.1231298994540;
	Tue, 06 Jan 2009 19:29:54 -0800 (PST)
Received: by 10.140.177.20 with HTTP; Tue, 6 Jan 2009 19:29:54 -0800 (PST)
Message-ID: <fa4efbc00901061929r42bf9994x15f105c96e9602a7@mail.gmail.com>
Date: Wed, 7 Jan 2009 01:29:54 -0200
From: "Yuri Takhteyev" <yuri@sims.berkeley.edu>
To: "Alexander Gladysh" <agladysh@gmail.com>
Subject: Re: [Sputnik-list] Re: Problems installing Sputnik
In-Reply-To: <c6c947f60901051830o2fffac29of36ee3e3f021f90e@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com>
	<c6c947f60812301449n5b4f183g89f63924120feb11@mail.gmail.com>
	<fa4efbc00812310816v6db1e52i123a86cc3fe78df1@mail.gmail.com>
	<c6c947f60812310844p6a042f62i57ec967fdc33b467@mail.gmail.com>
	<7913df4d0901051313h1296ba51h18fd297d4a76ba94@mail.gmail.com>
	<c6c947f60901051830o2fffac29of36ee3e3f021f90e@mail.gmail.com>
X-Google-Sender-Auth: 3bdfb06d37f7fa91
Cc: Sputnik <sputnik-list@lists.luaforge.net>
X-BeenThere: sputnik-list@lists.luaforge.net
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "An all-purpose list for now." <sputnik-list.lists.luaforge.net>
List-Unsubscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=unsubscribe>
List-Archive: <http://lists.luaforge.net/pipermail/sputnik-list>
List-Post: <mailto:sputnik-list@lists.luaforge.net>
List-Help: <mailto:sputnik-list-request@lists.luaforge.net?subject=help>
List-Subscribe: <http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list>,
	<mailto:sputnik-list-request@lists.luaforge.net?subject=subscribe>
Sender: sputnik-list-bounces@lists.luaforge.net
Errors-To: sputnik-list-bounces@lists.luaforge.net

>>> 1. When I run Sputnik with Xavante, all edits fail. The post request
>>> from my browser either "hangs" or browser complains that "server broke
>>> connection". I have double checked permissions on my wiki-data
>>> directory, all is OK.

I tried again to reproduce it, and I cannot. Can anyone else?

I am on Ubuntu 8.10 now, but I am pretty sure I tested it on 7.10 back
in July...

Does this happen with a fresh install?

  - yuri

_______________________________________________
Sputnik-list mailing list
Sputnik-list@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list
Powered by Sputnik | XHTML 1.1