From jengelh@inai.de  Tue Dec 17 15:47:16 2013
Received: (at 377) by bugs.x2go.org; 17 Dec 2013 14:47:16 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	version=3.3.2
Received: from ares08.inai.de (ares08.inai.de [46.4.84.70])
	by ymir (Postfix) with ESMTPS id 7B67F5DB16
	for <377@bugs.x2go.org>; Tue, 17 Dec 2013 15:47:16 +0100 (CET)
Received: by ares08.inai.de (Postfix, from userid 25121)
	id 6E7B510673FF2; Tue, 17 Dec 2013 15:47:16 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by ares08.inai.de (Postfix) with ESMTP id 6C902186716F9
	for <377@bugs.x2go.org>; Tue, 17 Dec 2013 15:47:16 +0100 (CET)
Date: Tue, 17 Dec 2013 15:47:16 +0100 (CET)
From: Jan Engelhardt <jengelh@inai.de>
To: 377@bugs.x2go.org
Subject: Re: paramiko fails to recognize known_hosts
Message-ID: <alpine.LSU.2.11.1312171545160.20165@nerf08.vanv.qr>
User-Agent: Alpine 2.11 (LSU 23 2013-08-11)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


When started from sysvinit, the HOME environment variable is not set 
(what to, anyway!), and startproc does not set HOME _either_.
Therefore, /etc/init.d/x2gobroker-daemon needs a

  export HOME=/var/lib/x2gobroker

or something nicer of equal footing so that /usr/sbin/x2gobroker has 
something to work with.

