<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="Text File" newcontext="true">
<p>
Received: with ECARTIS (v1.0.0; list gopher);
 Fri, 28 May 2004 14:12:32 -0500 (CDT)
Return-Path: &lt;dhatarattha@route-add.net&gt;
X-Original-To: gopher@complete.org
Delivered-To: gopher@complete.org
Received: from localhost (localhost [127.0.0.1])
	by glockenspiel.complete.org (Postfix) with ESMTP id 88A0B114
	for &lt;gopher@complete.org&gt;; Fri, 28 May 2004 14:12:31 -0500 (CDT)
Received: from glockenspiel.complete.org ([127.0.0.1])
	by localhost (glockenspiel [127.0.0.1]) (amavisd-new, port 10025)
	with ESMTP id 26569-04 for &lt;gopher@complete.org&gt;;
	Fri, 28 May 2004 14:12:29 -0500 (CDT)
Received: from dns2.EurNetCity.NET (dns2.eurnetcity.net [80.68.196.9])
	by glockenspiel.complete.org (Postfix) with ESMTP id 01801C9
	for &lt;gopher@complete.org&gt;; Fri, 28 May 2004 14:12:28 -0500 (CDT)
Received: from brillante.route-add.net (postfix@brillante.route-add.net
 [80.68.194.26] (may be forged))
	by dns2.EurNetCity.NET (8.11.6p2-20030924/8.11.6) with SMTP id i4SIXUQ17611
	for &lt;gopher@complete.org&gt;; Fri, 28 May 2004 20:33:30 +0200
Received: from marana (marana [192.168.1.4])
	by brillante.route-add.net (Postfix) with ESMTP id 957051030
	for &lt;gopher@complete.org&gt;; Fri, 28 May 2004 21:12:06 +0200 (CEST)
Date: Fri, 28 May 2004 21:12:58 +0200 (CEST)
From: Alessandro Selli &lt;dhatarattha@route-add.net&gt;
To: gopher@complete.org
Subject: [gopher] Re: Pygopherd and xinetd
In-Reply-To: &lt;20040528130832.GB9268@excelhustler.com&gt;
Message-ID: &lt;Pine.LNX.4.58.0405282100380.3086@tanatos&gt;
References: &lt;Pine.LNX.4.58.0405281105370.21687@tanatos&gt;
 &lt;20040528130832.GB9268@excelhustler.com&gt;
MIME-Version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-EurNetCity-MailScanner-Information: Please contact the ISP for more
 information
X-EurNetCity-MailScanner: Found to be clean
X-MailScanner-From: dhatarattha@route-add.net
X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at complete.org
X-archive-position: 924
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: dhatarattha@route-add.net
Precedence: bulk
Reply-to: gopher@complete.org
List-help: &lt;mailto:ecartis@complete.org?Subject=help&gt;
List-unsubscribe: &lt;mailto:gopher-request@complete.org?Subject=unsubscribe&gt;
List-software: Ecartis version 1.0.0
List-Id: Gopher &lt;gopher.complete.org&gt;
X-List-ID: Gopher &lt;gopher.complete.org&gt;
List-subscribe: &lt;mailto:gopher-request@complete.org?Subject=subscribe&gt;
List-owner: &lt;mailto:jgoerzen@complete.org&gt;
List-post: &lt;mailto:gopher@complete.org&gt;
List-archive: &lt;http://www.complete.org/mailinglists/archives/&gt;
X-list: gopher
</p>
<p>Il giorno Fri, 28 May 2004, John Goerzen cosė ha scritto:
</p>
<p>|From: John Goerzen &lt;jgoerzen@complete.org&gt;
|To: gopher@complete.org
|Date: Fri, 28 May 2004 08:08:32 -0500
|Subject: [gopher] Re: Pygopherd and xinetd
|
|On Fri, May 28, 2004 at 11:25:09AM +0200, Alessandro Selli wrote:
|&gt;   I finally set pygopherd_2.0.9 up and running on route-add.net, after
|&gt; installing python2.3 side to side with the server&#x27;s native python2.1.
|&gt; I noticed that I cannot run it from xinetd, when I try to I get this error in
|&gt; the log:
|
|PyGopherd does not have any support for running from inetd or xinetd at
|present.  That support would probably be trivial to implement, but it&#x27;s
|just not there right now.
</p>
<p>  Oh well, it doesn&#x27;t matter.  The old sparky has got so much RAM I can
leave pygopherd run all the time whithout trouble.
</p>
<p>|Let me explain some of the errors you&#x27;re getting:
|
|&gt; May 25 20:28:16 brillante pygopherd[25192]: Pygopherd starting, using
|&gt; configuration file /etc/pygopherd/pygopherd.conf
|&gt; May 25 20:28:17 brillante pygopherd[25192]: mimetypes initialized with files:
|&gt; [&#x27;./conf/mime.types&#x27;, &#x27;/etc/pygopherd/mime.types&#x27;, &#x27;/etc/mime.types&#x27;]
|&gt; May 25 20:28:18 brillante pygopherd[25192]: unknown-address [None/None]
|&gt; EXCEPTION error: (48, &#x27;Address already in use&#x27;)
|
|That&#x27;s because PyGopherd attempts to listen to a port that is already
|being listened on by xinetd.
</p>
<p>  Just as I thought!  :^)
</p>
<p>|&gt; May 25 20:28:18 brillante pygopherd[25192]: Application startup NOT successful!
|&gt;
|&gt;   When I run it as a standalone server, it runs all right.  When I wan to run
|&gt; it as a xinetd-run service, I put &quot;detach = yes&quot; in
</p>
<p>  Well, this was wrong anyway, when a server is run from xinetd it should not
detach/fork (are the two terms interchangeable?) on its own, since xinetd
takes  care of that (I realized this some time ago when I wanted Qpopper to
run from xinetd and it failed, IIRC).  I either remebered wrong what I did, or
I wrote the wrong thing or I messed up xinetds&#x27; configuration.
</p>
<p>|Unfortunately, all detach does is tell PyGopherd to run as a Unix daemon
|-- that is, it forks itself off, continues listening for connections in
|the backgrouns, and returns immediately.
</p>
<p>  So, if I put &quot;detach = no&quot; then the server is busy and does not answer
new connections until the current one ends (that is, until the current data
transfer completes)?
</p>
<p>|&gt; Oh, by the way, John, I noticed this typo in the pygopherd/README file:
|
|Oops :-)
</p>
<p>  I want to be mentioned in the next Cahngelog!  :-D
</p>
<p></p>
<p></p>
<p>  Sandro
</p>
<p></p>
<p>--
Bellum se ipsum alet
       La guerra nutre se stessa
</p>
<p>Livio, &quot;Ab urbe condita&quot;, XXXIV,9
</p>
</card>
</wml>
