From unknown Thu Mar 28 12:42:16 2024 X-Loop: git-admin@x2go.org Subject: Bug#52: x2goclient deletes all files in a given directory, possible regression Reply-To: Stefan Baur , 52@bugs.x2go.org Resent-From: Stefan Baur Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers X-Loop: git-admin@x2go.org Resent-Date: Tue, 23 Oct 2012 15:18:01 +0000 Resent-Message-ID: Resent-Sender: git-admin@x2go.org X-X2Go-PR-Message: followup 52 X-X2Go-PR-Package: x2goclient X-X2Go-PR-Keywords: moreinfo Received: via spool by 52-submit@bugs.x2go.org id=B52.135100538015233 (code B ref 52); Tue, 23 Oct 2012 15:18:01 +0000 Received: (at 52) by bugs.x2go.org; 23 Oct 2012 15:16:20 +0000 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by ymir (Postfix) with ESMTP id C553F5DB14 for <52@bugs.x2go.org>; Tue, 23 Oct 2012 17:16:20 +0200 (CEST) Received: from [192.168.2.3] (dslb-188-105-117-170.pools.arcor-ip.net [188.105.117.170]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MARiQ-1Tb6cQ1Gaw-00B1jh; Tue, 23 Oct 2012 17:16:20 +0200 Message-ID: <5086B4D5.4090405@stefanbaur.de> Date: Tue, 23 Oct 2012 17:16:37 +0200 From: Stefan Baur User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Oleksandr Shneyder CC: 52@bugs.x2go.org, x2go-dev@lists.berlios.de References: <508698FD.100@stefanbaur.de> <5086A89F.4040508@obviously-nice.de> In-Reply-To: <5086A89F.4040508@obviously-nice.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:pMblGCrboOpKNF+SXpr5UfHM+7NyjmA0nNQ8on9w6XJ 3VRm0rHXVeW/bYB1UE0eqaJvUbyO/V5gNpswrQWKxNPA7kptIo Dwh5vv2SbnNvuZvHqOGygvnwkrpU6ccCOgjQYQRzOWxgWmyvQy fkxXg+Uh0JWyukOGHBhlOUZeYLp7qknwDOd/HgE/X/qsL5GqLF ns1CMBghu+Pgsg7JN1MeDOPoauPneD/VqTrHa4+UV9zvCGzttx WYkKGi1QzVZ1kNoOU7nD0XTTlDxpy1gyXBY2ayxVyZpuzg3EZo pxEIR8SF7LLbb5u0SFFzX/0MVw/2HivabZ7i8QlHlRtUMQvL9p QL6D5Dozd6b4zZrCKvNgstmggLm5uzqXX/sJ1lm7T Further testing reveals that the bug only manifests itself if the directory in which the batch file is located is a root directory. In my case, it was the user's home directory on a mapped network drive: U:\ was mapped to \\fileserver\homedirs\myuser and the batch file was U:\testfile.cmd It also happens if you "subst" a drive letter: subst U: C:\Users\myuser\Downloads Save the file as C:\Users\myuser\Downloads\testfile.cmd and call it as U:\testfile.cmd - The directory C:\Users\myuser\Downloads\ gets zapped. I can record a video of it if necessary. Am 23.10.2012 16:24, schrieb Oleksandr Shneyder: > Hello Stefan, > > Unfortunately I can't reproduce this bug. In my setup staying the batch > (and other files) undeleted... > > regards, > Alex > > Am 23.10.2012 15:17, schrieb Stefan Baur: >> Package: x2goclient >> Version: 3.99.3.0 >> Severity: important >> >> This is happening with: >> http://code.x2go.org/releases/binary-win32/x2goclient/with-old-pulseaudio-0.9.6/x2goclient-3.99.3.0.interims-pre2-setup.exe >> >> Haven't had a chance to try pre3 yet, but I am assuming it behaves the >> same, as nobody else reported the bug so far. >> >> Steps to reproduce: >> >> Create a batch file anyname.cmd with this content: >> >> @echo off >> \\box\x2go\Windows\x2goclient\x2goclient.exe --portable --no-menu >> --no-session-edit --hide --add-to-known-hosts --session="BOX" >> --home="%USERPROFILE%" --session-conf="\\box\x2go\box-configs\sessions" >> --autostart=iceweasel --user=unlimited1 >> pause >> >> Save this file in a directory where the user has write access. >> >> Double-click the batch file, enter password. >> >> Close Iceweasel. >> >> Right-Click the X2Go icon in the Notification area. >> Select "BOX" (or whatever you named your session, if you didn't follow >> the example from above). >> >> Select "Exit". >> >> As soon as the session terminates, ALL the files in the directory where >> the batch file was stored are deleted - including the batch file itself. >> >> This is BAD(tm). >> >> I've seen this with an older copy of x2goclient for Windows and reported >> it to Alex back then, not sure if it never got fixed or if it cropped up >> again. >> _______________________________________________ >> X2Go-Dev mailing list >> X2Go-Dev@lists.berlios.de >> https://lists.berlios.de/mailman/listinfo/x2go-dev > >