Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2D3117819CD for <~alpine/aports@lists.alpinelinux.org>; Sun, 9 May 2021 10:26:17 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4FdL204SdyzQk1Y for <~alpine/aports@lists.alpinelinux.org>; Sun, 9 May 2021 12:26:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-language:content-transfer-encoding:content-type :content-type:mime-version:date:date:message-id:subject:subject :from:from:received; s=mail20150812; t=1620555973; bh=OqXCPIfZMM pvlAXzw6bofoqChcH9tqMHFobTyYEhEZM=; b=rSqxoF+5RnEu6GA6U3pWcIkKgm 1GgH9M//tJxTbSFXo+gQ2JVc8oWz8CPm4nUeOGNLEubof19E5JrxNFDdrKmkr3xf QW+b3TSRINl/WVO+8wzfG+YSZwcWmzZ1qjnr1ZgJv9TOW/TYoH1ospUn+kdBqcRp pSJ5yQSxrtzjfpyPBTmlZ9139JYwm7kcyf20qweONNjz9EdHhXTLafGRQeLt0JD6 D+wdCQ/ZYfSZtR9CFFf0S2wgKUPeXMkWHGRPMamdU0dpLxDd+3P6N0qIY9PwbAIm 6isS6JqxWkUIMjCQK6rUgMDpnjNv6o54e03b1AAsf3sybXjlFCHwTRRsADMg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1620555974; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JGBUYOKhfBlIKS8wtwwOrtnfTBLpeJDFU962B4SrZ50=; b=AJmJCyh58sMHCI74+tBbj9Xl5ITkQRZkQdDOPgLW22/frRLbw8AsuAfzfdtnmhoH7EBlYd 7NcymUDabzyMFDoQMm1kxsH1CHbF5YaXSEPmz+MQezYqv0iyhWy4oztgwl9rV/2PRzWjaA O2+ZJlY3x9JdFSFqaNus6tLz6fQpdmIlI+o8asgXebYhaZ51lRJ6DGBhknkBvaN77Kgf8A OxrRIx84DoIKvfYUnEuFhG8/7z+ql8mNN+Q8Cwbrou56B/rQwQ1nZGvpV7cfZuTme/h5yr gtWLLc9WfzmOKecuYhEzX7KVp8/vm9cR8iWklNM9udYLQg6tFZl7FKJrcSEGmw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id p2d2qzJcE5PC for <~alpine/aports@lists.alpinelinux.org>; Sun, 9 May 2021 12:26:13 +0200 (CEST) To: ~alpine/aports@lists.alpinelinux.org From: Barath Aron Subject: x2goserver issue Message-ID: Date: Sun, 9 May 2021 12:26:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-MBO-SPAM-Probability: X-Rspamd-Score: -4.55 / 15.00 / 15.00 X-Rspamd-Queue-Id: AE3141404 X-Rspamd-UID: e991b9 Hello, I installed a fresh Alpine Linux 3.13, and also installed x2goserver. I couldn't login. I traced the issue back to the x2gogetdisplays command. So I though I try it as standalone. I didn't worked, while on my other machine (different distro) it yielded "|50|", which I think it's okay. On Alpine, it died with this: Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper.pl line 23. So I installed perl-switch, and the error was gone. I suggest to add "perl-switch" as a dependency to "x2goserver". However, I still can't login, but I think it is a separate problem. Thanks, Aron