X2Go Bug report logs - #427
"x2gosyslog: No such file or directory" when resuming x2go session

version graph

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

Reported by: Michael DePaulo <mikedep333@gmail.com>

Date: Sat, 1 Feb 2014 18:40:01 UTC

Severity: normal

Tags: pending

Found in version 3.1.1.0

Fixed in version 3.1.1.1

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; 1 Feb 2014 18:38:03 +0000
From mikedep333@gmail.com  Sat Feb  1 19:38:03 2014
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,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham version=3.3.2
Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170])
	by ymir (Postfix) with ESMTPS id ECA1B5DB17
	for <submit@bugs.x2go.org>; Sat,  1 Feb 2014 19:38:02 +0100 (CET)
Received: by mail-we0-f170.google.com with SMTP id w62so776994wes.15
        for <submit@bugs.x2go.org>; Sat, 01 Feb 2014 10:38:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=8gwDxTEaswy6ej10XibQ0sIeB2WIJvktIGexj5b6fUI=;
        b=slQjks1vB7xBm90QFHLrVZT3/KYX3gVJuVaQSyAA0M/4yjVLYsbGnpft6qeuyO2IQt
         h3Ea4RhA6nnd5EMAeGWrXfZZb4pSVyBCw+L80jNC+CtQEzUsFKWtv+qVybJTYYTrjrWI
         XBg8lqZ9iITKM52Sm9DBUuhnFIOFO1IDW7X1kOpz9MhmrJl7rKkRSlJWrkH9Q+tLxBzx
         H9WIAMOGpEwVW++Mf3WkzPFTdKpZ9Ul5a9i5OSRy3742Yyn5mw5mSjWboz24s9XdgbRV
         XX9N7YS4HDUktJvWCHW3CxmraZze/jdDv9eznwlhB5clGKO8cU6+SeflMNp5EVNAAZ+t
         M/Tw==
MIME-Version: 1.0
X-Received: by 10.194.85.75 with SMTP id f11mr349274wjz.47.1391279882679; Sat,
 01 Feb 2014 10:38:02 -0800 (PST)
Received: by 10.180.82.227 with HTTP; Sat, 1 Feb 2014 10:38:02 -0800 (PST)
Date: Sat, 1 Feb 2014 13:38:02 -0500
Message-ID: <CAMKht8im-phwWCj8LE_mWEFieOkgt9hAFWP2Pro4m1nCQCfpFA@mail.gmail.com>
Subject: "x2gosyslog: No such file or directory" when resuming x2go session
From: Michael DePaulo <mikedep333@gmail.com>
To: submit@bugs.x2go.org
Content-Type: text/plain; charset=ISO-8859-1
Package: x2goserver
Version: 4.0.1.10

I observed these 2 errors:
http://i.imgur.com/9Va5sJJ.png

/usr/bin/x2gosuspend-desktopsharing: line 32:
/usr/lib/x2go/x2gosyslog: No suh file or directory
/usr/bin/x2goterminate-desktopsharing: line 32:
/usr/lib/x2go/x2gosyslog: No suh file or directory

When resuming an X2Go session.

Server: x2goserver 4.0.1.10 (Fedora 20 64-bit)
Client: x2goclient 4.0.1.3 (Windows 8.1 64-bit)

Note that the "pidof: command not found" error has been be reported
separately as bug 426.

Note that on Fedora 20 64-bit, x2gosyslog is located at:
/usr/lib64/x2go/x2gosyslog

I plan to fix the bug (most likely today) by editing those 2 scripts
so that they follow this pseudocode:

if (file exists: /usr/lib64/x2go/x2gosyslog ) then
    /usr/lib64/x2go/x2gosyslog
else
    /usr/lib/x2go/x2gosyslog
fi

-Mike#2


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 13:43:54 2024; 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.