From unknown Thu Mar 28 14:50:43 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#714: Cannot connect to epel5 servers: Undefined subroutine &main::LOG_UPTO Reply-To: Michael DePaulo , 714@bugs.x2go.org Resent-From: Michael DePaulo Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Sat, 03 Jan 2015 15:50:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 714 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.142030019119152 (code B); Sat, 03 Jan 2015 15:50:01 +0000 Received: (at submit) by bugs.x2go.org; 3 Jan 2015 15:49:51 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 84E093BC49 for ; Sat, 3 Jan 2015 16:49:49 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id em10so945063wid.5 for ; Sat, 03 Jan 2015 07:49:49 -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=LSccuFp9h6bY/YwF7M1iVxaw4v3d7DOG0zcrzbeN9v0=; b=iP6FJeJ96KMA3fiwMtj8HNFxvCuQVfWVkgfhgHZJ7vnsvMMBkOM0WiYkSizur9P/mD 4RtjdYNdqoAmbfQNtpkcwSAPnmthlfi/P8FdQmDW+xbem/KgfOE83bxTzTBvU8bekYA4 ZFHcJDUYwZnF4jNI8u905CJVfcI3I/GRJWQDLOVjqSP/R6oguAEMdirh2BQL+Icu0xEe 01M5sFuHUIKtPrgSoKP7PyNAnLDKtl+F4kuH3sLN2gleIicXQuK+NHkhfR8smwc8M/gA dQydxX+9N8ehZ8CxN+yRo55TdBRjwlc08o+wti3/Vp4eCEFIVPLEmwHoIXbK+ZGWtcWS +tZQ== MIME-Version: 1.0 X-Received: by 10.194.6.199 with SMTP id d7mr161521233wja.124.1420300189124; Sat, 03 Jan 2015 07:49:49 -0800 (PST) Received: by 10.180.90.116 with HTTP; Sat, 3 Jan 2015 07:49:49 -0800 (PST) Date: Sat, 3 Jan 2015 10:49:49 -0500 Message-ID: From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2goserver Version: 4.0.1.18 Severity: grave Server: CentOS 5.11 64-bit Server distro's version of Perl: 5.8.8-43.el5_11 Client: x2goclient 4.0.3.1 Client OS: Windows 8.1 64-bit While I was verifying the fix for #699, I noticed that whenever I attempt to connect to my CentOS 5 server, I get the error: Connection failed Undefined subroutine &main::LOG_UPTO called at /usr/bin/x2golistsessions line 35. This bug prevents X2Go Server from being used at all on epel5 distros (RHEL 5, CentOS 5, SL 5, OL 5). It appears that the cause is that the LOG_UPTO() function is not available on CentOS 5's version of Perl, 5.8.8. It is available on CentOS 6 (Perl 5.10.1), hence why my CentOS 6 system is not affected. http://perldoc.perl.org/5.8.8/Sys/Syslog.html http://perldoc.perl.org/5.10.1/Sys/Syslog.html