From unknown Thu Mar 28 10:44:25 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#818: [X2Go-Dev] Bug#818: x2goserver: client-side folder sharing broken on Ubuntu 10.04 Reply-To: Mike Gabriel , 818@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 21 Nov 2018 20:40:04 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 818 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 818-submit@bugs.x2go.org id=B818.154283251613955 (code B ref 818); Wed, 21 Nov 2018 20:40:04 +0000 Received: (at 818) by bugs.x2go.org; 21 Nov 2018 20:35:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=BAYES_00,RDNS_NONE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id E62C65DACB for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:35:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bVL86hUV6xVF for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:35:03 +0100 (CET) Received: from fregna.das-netzwerkteam.de (unknown [IPv6:2a01:4f8:202:1381::1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 227585DAED for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:35:03 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [148.251.201.105]) by fregna.das-netzwerkteam.de (Postfix) with ESMTPS id 12F8B60533 for <818@bugs.x2go.org>; Wed, 21 Nov 2018 20:35:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 11138C26B4 for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:35:03 +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 1MQzMIPkdbQc for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:34:57 +0100 (CET) Received: from das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id B9348C26B8 for <818@bugs.x2go.org>; Wed, 21 Nov 2018 21:32:19 +0100 (CET) Received: from [37.123.126.38] ([37.123.126.38]) by mail.das-netzwerkteam.de (Horde Framework) with HTTPS; Wed, 21 Nov 2018 20:32:19 +0000 Date: Wed, 21 Nov 2018 20:32:19 +0000 Message-ID: <20181121203219.Horde.wb3cJvL3-mPiBBjFJKHGWNs@mail.das-netzwerkteam.de> From: Mike Gabriel To: 818@bugs.x2go.org In-Reply-To: <20150316102830.Horde.UQ-Mny4TFQ-A8GY0WMK6Gg6@mail.das-netzwerkteam.de> User-Agent: Horde Application Framework 5 Accept-Language: de,en Organization: DAS-NETZWERKTEAM X-Originating-IP: 37.123.126.38 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 Content-Type: multipart/signed; boundary="=_mQO5Nw7i8VzsW0eV9xTHtcB"; protocol="application/pgp-signature"; micalg=pgp-sha256 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_mQO5Nw7i8VzsW0eV9xTHtcB Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Control: close -1 On Mo 16 M=C3=A4r 2015 11:28:30 CET, Mike Gabriel wrote: > Package: x2goserver > Severity: normal > Version: 4.0.1.19 > > Hi all, > > x2goserver: client-side folder sharing is broken on Ubuntu 10.04=20=20 >=20since X2Go Server 4.0.1.19. > > REASON: > ------- > > I just discovered that the "timeout" command that we have started=20=20 >=20using in /usr/bin/x2gomountdirs since 4.0.1.19 of X2Go Server is=20=20 >=20normally shipped via the essential .deb package "coreutils".=20=20 >=20Normally, it is not necessary to add dependencies for essential=20=20 >=20packages. > > However, on Ubuntu 10.04, the timeout command is not shipped with=20=20 >=20the coreutils package but with a separate package called "timeout".=20= =20 >=20There you have to explicitly install the "timeout" .deb package. > > So, basically in X2Go Server's debian/control file we need to add > > timeout | coreutils, > > under Depends: of bin:package x2goserver. > > However, as Ubuntu 10.04 will reach End of Life probably before the=20=20 >=20next X2Go Server release will come out, I am unsure if we should=20=20 >=20still change this. > > Please other devs give feedback, > Mike Ubuntu 10.04 has by far reached EOL. Thus closing this bug report. Mike --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de --=_mQO5Nw7i8VzsW0eV9xTHtcB Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIzBAABCAAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlv1wNMACgkQmvRrMCV3 GzHceQ/9GFb14XDz69ydQFR8QZIc54KHFzSMVhubaYGQyfjudpTn7zcbIzigVd+8 1TvYmh+gVrU651n/3ebIVtwrGJiPTiDnHTn+DsIU7mITRUfL3yOMXTfRI/HVYdV8 Mp1lGsw53rgH9vkm88STxEpK+GANxOiGHnTPlhAdlmjZuQwtLsp8jXJYzJzPOiYL KQXyvSXeNSD/EKRST3toewRu/g/jdvE+WtsIK2hrb589pAyjteJy8uldnCAOGcP0 uk1CO16SWe+JxaFk4wY8g9cr44D/fR1uVb9wX7+o+Qfx62xg1te8fdkkUu1zyoW7 mtzl8kPJVsPhB2cAsSdnVabLjTc6FBIklC5hjGBHspkWcKQdWHS+yo7tS6z7nWM7 YjTAruUtRCPNlytM7kShPStUikFRQJzCJU7MMUe/xWq7fd4nmbKmPZ3kliNTsnQM EmsbbRWRN82iTerLm71Yem8VYnikvXrojOcIlXFutxz2s82mDrF3skV6RdA48xfT tRG93sjM10+eOTbQzuqGCKzTMnhqnj756GZOctY7EnqOP6HC32TCbx70pA9gLcTU kW87V/ZIorMIkLPqLUqsz5vvTfVofJObj7xdrKK2vQycisz8oS4u844xFAdGYyJH Mm4ssAjeMQKxdTKg7mjXX9RwJb0wx0zg5uEvYStjHRzc5TvStnI= =Rire -----END PGP SIGNATURE----- --=_mQO5Nw7i8VzsW0eV9xTHtcB--