X2Go Bug report logs - #69
x2godesktopsharing fails if pam_tmpdir.so is in use

version graph

Package: x2godesktopsharing; Maintainer for x2godesktopsharing is X2Go Developers <x2go-dev@lists.x2go.org>;

Reported by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Date: Mon, 3 Dec 2012 08:01:22 UTC

Severity: normal

Tags: moreinfo, pending

Merged with 65

Found in version 3.0.1.5-0~74~quantal1

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

Received: (at submit) by bugs.x2go.org; 3 Dec 2012 07:52:57 +0000
From mike.gabriel@das-netzwerkteam.de  Mon Dec  3 08:52:57 2012
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 63A935DA79
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 08:52:57 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 3898239D
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 08:52:57 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 320713BB97
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 08:52:57 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id gnKkMUhQyr4Z for <submit@bugs.x2go.org>;
	Mon,  3 Dec 2012 08:52:57 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 148A93BF8E
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 08:52:57 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id EEE693BB97
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 08:52:56 +0100 (CET)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	grimnir.das-netzwerkteam.de
X-Spam-Flag: NO
X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
	autolearn=ham version=3.3.1 running as userid=
X-Spam-Level: 
X-Spam-Bayes-Score: 0.0000
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 93CA93BF7A; Mon,  3 Dec 2012 08:52:56 +0100 (CET)
Received: from nocatv2.tng.de (nocatv2.tng.de [213.178.75.58]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Mon, 03 Dec 2012
 08:52:56 +0100
Message-ID: <20121203085256.18724c1hzamlavdk@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Mon, 03 Dec 2012 08:52:56 +0100
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: submit@bugs.x2go.org
Cc: Jochen Schulz <schulz@math.uni-goettingen.de>
Subject: x2godesktopsharing fails if pam_tmpdir.so is in use
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_49f5g0lh7kuw";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
Package: x2godesktopsharing
Version 3.1.0.5
Severity: normal

X2Go Desktop Sharing fails if pam_tmpdir.so is in use on the X2Go  
Server. The issue is relevant for X2Go working properly on Debian Edu.  
For details, see below...

Mike

----- Weitergeleitete Nachricht von schulz@math.uni-goettingen.de -----
     Datum: Fri, 30 Nov 2012 20:04:51 +0100
       Von: Jochen Schulz <schulz@math.uni-goettingen.de>
   Betreff: Re: [X2Go-User] x2godesktopsharing, what's the point?
        An: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
        Cc: x2go-user@lists.berlios.de

Hi,

>>> FYI: Alex and I have just fixed an issue with cross-user
>>> x2godesktopsharing. A bugfix release is currently being prepared
>>> (3.1.1.9).
>>
>> i am using x2godesktopsharing 3.0.1.5-0~74~precise1 and i tried using
>> the feature but faild other than with the same user, which runs the
>> original desktop  or x2go-session.
>
> Import thing is that you have x2goserver 3.1.1.9 installed. Should be in
> the stable Ubuntu ppa by now.

i am using x2goserver 3.1.19, so this should be fine.

> There are two approaches.
>
> 1.
> Every member of the posix group x2godesktopsharing may share each
> other's desktop.

i tried this, but it changed nothing.

i looked briefly into the code of x2godesktopsharing and it wants to
connect to a socket which simple is not there. The socketname is for
example /tmp/user/2001/x2godesktopsharing_@schul04@:0.0 when trying to
connect to "schul04's" desktop with "schulz" and it is never created.

Thats why x2godesktopsharing spits out a DENY, as it seems.

any ideas?

Jochen







----- Ende der weitergeleiteten Nachricht -----


-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[schulz.vcf (text/x-vcard, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Mon May 19 08:26:07 2025; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.