From unknown Wed Mar 11 19:59:16 2026
MIME-Version: 1.0
X-Mailer: MIME-tools 5.502 (Entity 5.502)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#1068 closed by X2Go Release Manager <git-admin@x2go.org>
 (X2Go issue (in src:x2goserver) has been marked as closed)
Message-ID: <handler.1068.c.147967269516983.notifdone@bugs.x2go.org>
References: <20161120114300.CE3AA408BE@ymir.das-netzwerkteam.de>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 1068
X-X2go-PR-Package: x2goserver
X-X2go-PR-Source: x2goserver
Date: Sun, 20 Nov 2016 20:15:02 +0000
Content-Type: multipart/mixed; boundary="----------=_1479672902-18127-0"

This is a multi-part message in MIME format...

------------=_1479672902-18127-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

This is an automatic notification regarding your Bug report
which was filed against the x2goserver package:

#1068: x2goserver: Restart of x2goserver fails after upgrade because of mis=
configuration in service-file

It has been closed by X2Go Release Manager <git-admin@x2go.org>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact X2Go Release Manager <=
git-admin@x2go.org> by
replying to this email.


--=20
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems

------------=_1479672902-18127-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 20 Nov 2016 20:11:35 +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=-1.4 required=3.0 tests=ALL_TRUSTED,BAYES_00,
	DATE_IN_PAST_06_12 autolearn=no version=3.3.2
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 4A3373BF8B;
	Sun, 20 Nov 2016 21:11:26 +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 J+je8v7NSkpa; Sun, 20 Nov 2016 21:11:19 +0100 (CET)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id CE3AA408BE; Sun, 20 Nov 2016 12:43:00 +0100 (CET)
From: X2Go Release Manager <git-admin@x2go.org>
To: 1068-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1068@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20161120114300.CE3AA408BE@ymir.das-netzwerkteam.de>
Date: Sun, 20 Nov 2016 12:43:00 +0100 (CET)

close #1068
thanks

Hello,

we are very hopeful that X2Go issue #1068 reported by you
has been resolved in the new release (4.0.1.20) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.20)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=71e1e82d82acc718da71301d2fbd67eb0a71ad44;hp=8a494e794402c1b124d861893d649726a9016eb7

If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goserver.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:x2goserver
Version: 4.0.1.20-0x2go1
Status: RELEASE
Date: Sun, 20 Nov 2016 12:39:36 +0100
Fixes: 799 812 888 889 903 922 923 985 1065 1068 1073
Changes: 
 x2goserver (4.0.1.20-0x2go1) RELEASED; urgency=low
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.1.20):
     - TERMINAL Session: Add support for qterminal
       (Lightweight terminal emulator written in Qt)
     - TRINITY: Add support for Q4OS
 .
   [ Mihai Moldovan ]
   * New upstream version (4.0.1.20):
     - x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't
       parse the full desktop file if there are non-Desktop Entries groups.
       Based on a patch submitted by Jason Alavaliant. Fixes: #812.
     - x2goserver/bin/x2gogetapps: do not print spurious newlines.
     - Change string "X2go" to "X2Go" where appropriate.
     - Add runcommand.d hooks to x2goserver-extensions Makefile.
     - x2goserver/bin/x2gosessionlimit: don't iterate over the whole groups
       file. Only check the primary and secondary groups as returned by
       getgid()/getgroups(). Fixes long delays in session startup on machines
       with a gazillion of groups.
     - x2goserver/sbin/x2gocleansessions: re-fetch the current sessions' status
       before handling it. Using the "cached" value from the initial
       x2golistsessions run may be desynchronized with the actual current
       value. Avoids a race condition logging users out after they attached to a
       session.
     - x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_since to
       %remembered_sessions_status_since. That's what it really is. Add
       comments to further clarify what it's actually doing. Change it to
       include a timestamp instead of the "iteration count multiplied by two"
       value. Compare timestamps to see if killing hanging nxagent processes is
       necessary.
     - x2goserver/sbin/x2gocleansessions: rename
       %remembered_sessions_status_since to
       %remembered_sessions_status_since_time. Add
       %remembered_sessions_status_since_iterations that will come in handy for
       the next change.
     - x2goserver/sbin/x2gocleansessions: give suspended-but-running sessions a
       grace period of one iteration. Fixes: #888.
     - x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace.
     - x2goserver/sbin/x2gocleansessions: move up session status sync a bit,
       don't update session state when session has been removed from the
       database.
     - x2goserver/sbin/x2gocleansessions: unify log messages. Move dangling
       line around.
     - x2goserver/sbin/x2gocleansessions: whitespace only.
     - x2goserver/sbin/x2gocleansessions: also delete entries in the other,
       overlooked hashes.
     - x2goserver/sbin/x2gocleansessions: move socket and lock file cleanup
       into time-based block for finished/failed sessions.
     - x2goserver/sbin/x2gocleansessions: add @remembered_finished_sessions
       array. Merge with session list as queried from the database (won't
       include finished/failed sessions) and remember F-state sessions via this
       array. Only delete elements once work on these has been finished.
     - x2goserver/sbin/x2gocleansessions: don't add failed/finished sessions to
       remembered list if that list already includes them.
     - x2goserver/sbin/x2gocleansessions: don't use gmtime (time ()) but merely
       time (). The former one returns a formatted date-time string, which
       can't be checked by forming a difference. The latter one returns an UNIX
       timestamp, which is what we really want... minus leap seconds. Let's
       hope this doesn't bite back some time or later...
     - x2goserver/sbin/x2gocleansessions: add debugging output to show the
       state change when updating the cached state result.
     - x2goserver/sbin/x2gocleansessions: only output status refreshing debug
       message if the old and new states actually differ. Prevents log spam.
     - x2goserver/bin/x2gostartagent: changes to Robert Nowotny's SSH_PORT
       patch. Fixes: #922. Use default outgoing interface to determine IP
       address. Use the whole range of ${RANDOM}'s pool. Seed it for good
       measure. Change the default method to randomization instead of IP-based
       initialization. If IP-based initialization was requested but the default
       outgoing IP address unavailable, fall back to randomization.
     - x2goserver/bin/x2goruncommand: whitespace and comment changes only.
     - x2goserver/bin/x2gocleansessions: replace system_capture_stdout_output()
       with actual implementation. We don't have that function on the release
       branch.
     - x2goserver-xsession/etc/Xsession: use /bin/bash explicitly on RedHat-,
       Gentoo- and SuSE-based systems. Users might change /bin/sh to point to a
       shell like mksh or dash, which do not support the -l or -c flags to
       exec. C.f., BGO #575022 (Gentoo.)
     - x2goserver/bin/x2gomountdirs: remove blowfish Cipher spec hardcoded for
       sshfs mounts. The speed improvement is probably mostly an illusion
       (unless talking about high-bandwidth links) and more importantly recent
       OpenSSH server versions seem to disable the Blowfish cipher by default,
       leading to errors like "Connection reset by peer."
     - x2goserver/bin/x2goruncommand: whitespace only.
     - x2goserver/sbin/x2gocleansessions: add Perl documentation and --help,
       -h, -? and --man options. Fixes: #1065. Also print a usage message on
       unknown options.
     - x2goserver/man/man8/x2gocleansessions.8: drop obsolete man page.
     - x2goserver-xsession/etc/Xsession: fix uname calls when (potentially)
       creating session log/error file and add uname call where necessary.
     - x2goserver-xsession/etc/Xsession: include hostname in
       xsession-x2go-errors file name. Part of #923.
     - x2goserver-xsession/etc/Xsession: rotate old log/error file before
       appending new data. Fixes: #923.
     - x2goserver-xsession/etc/Xsession: fix wrong variable usage.
       Fixes: #1073.
     - x2goserver/sbin/x2gocleansessions: move in-file POD to end of file,
       rather than "commenting" out all the remaining code. Fixes: #1068.
     - x2goserver/sbin/x2godbadmin: exit earlier when not finding the required
       "x2gouser" user.
   * x2goserver.spec:
     - Add sudo and logcheck as BuildRequires and Requires. Don't own
       directories that are owned by sudo and logcheck. Logcheck is not
       available on *SUSE, FC < 20 and RHEL, so for those distros still own the
       directories.
     - Typo fix in comment: Recommands -> Recommends.
     - Fix installation on OpenSUSE 12.3 and higher: has replaced pwdutils with
       shadow. Also affects SLE{S,D} 12.
     - Add workaround documentation for sudoers on *SUSE 11.
     - Add shadow/shadow-utils/pwdutils Requires to x2goserver-printing
       sub package.
     - Add new dependency on bash.
     - Add new dependency on xkeyboard-config to x2goserver. Fixes: #903.
     - Add new dependency on perl and the Cwd module to x2goserver-xsession.
       Part of #923.
   * debian/control:
     - Add new dependency on bash.
     - Add new dependency on xkb-data to x2goserver.
     - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
       versioning.
     - Add new dependency on perl-modules for Cwd. Part of #923.
 .
   [ Henning Heinold ]
   * New upstream version (4.0.1.20):
     - x2goserver/sbin/x2godbadmin: remove trailing whitespace.
     - x2goserver/sbin/x2godbadmin: revoke all PRIVILEGES before trying to
       delete a user on postgres. Fixes: #889.
 .
   [ Mike Gabriel ]
   * debian/x2goserver.preinst:
     + Use proper comment header explaining about preinst script argument
       calls (not postinst).
 .
   [ Robert Nowotny ]
   * New upstream version (4.0.1.20):
     - x2goserver/bin/x2gostartagent: original patch for SSH_PORT
       randomization/IP-based initialization. Submitted as #922.
 .
   [ Stefan Baur ]
   * New upstream version (4.0.1.20):
     - x2goserver/bin/x2goruncommand: add the other trinity launcher scripts in
       order from newest to oldest. Fixes: #985.
 .
   [ Tor Perkins ]
   * New upstream version (4.0.1.20):
     - x2goserver/bin/x2goruncommand: capture x2goruncommand debug output for
       x2gofeature X2GO_XSESSION.
 .
   [ Orion Poplawski ]
   * New upstream version (4.0.1.20):
     - x2goserver/bin/x2golistdesktops: drop -u parameter to ss. Fixes: #799.
       We would filter out UDP sockets later anyway and the combination -lxu is
       known to be broken with some versions of iproute2.


------------=_1479672902-18127-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 8 Aug 2016 11:19:29 +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=3.0 tests=BAYES_50,HTML_MESSAGE
	autolearn=ham version=3.3.2
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 3725C5DDCB
	for <submit@bugs.x2go.org>; Mon,  8 Aug 2016 13:19:27 +0200 (CEST)
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 IQg0+4Urpq9o for <submit@bugs.x2go.org>;
	Mon,  8 Aug 2016 13:19:20 +0200 (CEST)
X-Greylist: delayed 355 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Mon, 08 Aug 2016 13:19:20 CEST
Received: from mxout01.bytecamp.net (mxout01.bytecamp.net [212.204.60.217])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 944AE5DB7E
	for <submit@bugs.x2go.org>; Mon,  8 Aug 2016 13:19:20 +0200 (CEST)
Received: by mxout01.bytecamp.net (Postfix, from userid 1001)
	id 035DE30FD17; Mon,  8 Aug 2016 13:13:25 +0200 (CEST)
Received: from mail.bytecamp.net (mailstore.bytecamp.net [212.204.60.20])
	by mxout01.bytecamp.net (Postfix) with ESMTP id BFB5730FD13
	for <submit@bugs.x2go.org>; Mon,  8 Aug 2016 13:13:24 +0200 (CEST)
Received: (qmail 58166 invoked by uid 89); 8 Aug 2016 13:13:24 +0200
Received: from p5ddb7fd0.dip0.t-ipconnect.de (HELO nakaznyj.fritz.box) (carsten%kumke.net@93.219.127.208)
  by mail.bytecamp.net with SMTP; 8 Aug 2016 13:13:24 +0200
Message-ID: <1470654804.5352.8.camel@kumke.net>
Subject: x2goserver: Restart of x2goserver fails after upgrade because of
 misconfiguration in service-file
From: Carsten Kumke <ckumke@kumke.net>
Reply-To: ckumke@kumke.net
To: submit@bugs.x2go.org
Date: Mon, 08 Aug 2016 13:13:24 +0200
Content-Type: multipart/alternative; boundary="=-jCXPomoSj9X+Q+0fmICV"
X-Mailer: Evolution 3.20.4-1 
Mime-Version: 1.0


--=-jCXPomoSj9X+Q+0fmICV
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit

Package: x2goserver
Version: 4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
Severity: normal

Dear Maintainer,

I just upgraded x2goserver packages to 4.1.0.0-
0x2go1.2~git20160807.1349+9.heuler.1 on two systems. The installation
procedure ends up  on both machines  with a message thrown in 

systemctl status x2goserver

The message was: "x2goserver.service: PID file /run/x2goserver.pid not
readable (yet?) after start: No such file or directory"

   * What led up to the situation?

Simply apt-get dist-upgrade or (later) apt-get -f install

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Validating the fault I found that the
file /lib/systemd/system/x2goserver was wrong. 

Instead of line 7

PIDFile=/run/x2goserver.pid

it should read

PID-File=/run/x2goserver.pid

With this adjustment the server starts as expected. 

Yours sincerely

Carsten Kumke


-- System Information:
Debian Release: testing/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages x2goserver depends on:
ii  bash                   4.3-15
ii  bc                     1.06.95-9+b1
ii  debconf [debconf-2.0]  1.5.59
ii  libfile-basedir-perl   0.07-1
ii  libfile-which-perl     1.21-1
ii  libswitch-perl         2.17-2
ii  libtry-tiny-perl       0.24-1
ii  libx2go-server-perl    4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  lsof                   4.89+dfsg-0.1
ii  net-tools              1.60+git20150829.73cef8a-2
ii  openssh-client         1:7.2p2-8
ii  openssh-server         1:7.2p2-8
ii  psmisc                 22.21-2.1+b1
ii  pwgen                  2.07-1.1
ii  x2goagent              2:3.5.0.33-0x2go1~git20160710.753+9.heuler.1
ii  x2goserver-common      4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  xauth                  1:1.0.9-1
ii  xfonts-base            1:1.0.4+nmu1
ii  xkb-data               2.17-1

Versions of packages x2goserver recommends:
ii  fontconfig             2.11.0-6.4
ii  sshfs                  2.8-1
ii  x11-apps               7.7+6
ii  x11-session-utils      7.7+2
ii  x11-utils              7.7+3
ii  x11-xfs-utils          7.7+2
ii  x11-xkb-utils          7.7+3
ii  x11-xserver-utils      7.7+7
ii  x2goserver-extensions  4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  x2goserver-fmbindings  4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  x2goserver-printing    4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  x2goserver-xsession    4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1
ii  xinit                  1.3.4-3

Versions of packages x2goserver suggests:
ii  pulseaudio-utils  9.0-1.1
pn  rdesktop          <none>

-- Configuration Files:
/etc/sudoers.d/x2goserver [Errno 13] Keine Berechtigung:
u'/etc/sudoers.d/x2goserver'

-- debconf information:
  x2goserver/upgrade-4_1_0_0:
  x2goserver/postgresql-upgrade-3_1_0_0:


--=-jCXPomoSj9X+Q+0fmICV
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<html><head></head><body bgcolor=3D"#ffffff" text=3D"#2e3436" link=3D"#2a76=
c6" vlink=3D"#2e3436"><div>Package: x2goserver</div><div>Version: 4.1.0.0-0=
x2go1.2~git20160807.1349+9.heuler.1</div><div>Severity: normal</div><div><b=
r></div><div>Dear Maintainer,</div><div><br></div><div>I just upgraded x2go=
server packages to 4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1 on two syst=
ems. The installation procedure ends up &nbsp;on both machines &nbsp;with a=
 message thrown in&nbsp;</div><div><br></div><div>systemctl status x2goserv=
er</div><div><br></div><div>The message was: "<span style=3D"color: rgb(0, =
0, 0); font-family: monospace;">x2goserver.service: PID file /run/x2goserve=
r.pid not readable (yet?) after start: No such file or directory</span>"</d=
iv><div><br></div><div>&nbsp;&nbsp;&nbsp;* What led up to the situation?</d=
iv><div><br></div><div>Simply apt-get dist-upgrade or (later) apt-get -f in=
stall</div><div><br></div><div>&nbsp;&nbsp;&nbsp;* What exactly did you do =
(or not do) that was effective (or</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
ineffective)?</div><div><br></div><div>Validating the fault I found that th=
e file&nbsp;/lib/systemd/system/x2goserver was wrong.&nbsp;</div><div><br><=
/div><div>Instead of line 7</div><div><br></div><div>PIDFile=3D/run/x2goser=
ver.pid</div><div><br></div><div>it should read</div><div><br></div><div>PI=
D-File=3D/run/x2goserver.pid</div><div><br></div><div>With this adjustment =
the server starts as expected.&nbsp;</div><div><br></div><div>Yours sincere=
ly</div><div><br></div><div>Carsten Kumke</div><div><br></div><div><br></di=
v><div>-- System Information:</div><div>Debian Release: testing/sid</div><d=
iv>&nbsp; APT prefers testing</div><div>&nbsp; APT policy: (500, 'testing')=
</div><div>Architecture: amd64 (x86_64)</div><div>Foreign Architectures: i3=
86</div><div><br></div><div>Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)=
</div><div>Locale: LANG=3Dde_DE.UTF-8, LC_CTYPE=3Dde_DE.UTF-8 (charmap=3DUT=
F-8)</div><div>Shell: /bin/sh linked to /bin/dash</div><div>Init: systemd (=
via /run/systemd/system)</div><div><br></div><div>Versions of packages x2go=
server depends on:</div><div>ii&nbsp;&nbsp;bash&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;4.3-15</div><div>ii&nbsp;&nbsp;bc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;1.06.95-9+b1</div><div>ii&nbsp;&nbsp;debconf [debconf-2=
.0]&nbsp;&nbsp;1.5.59</div><div>ii&nbsp;&nbsp;libfile-basedir-perl&nbsp;&nb=
sp;&nbsp;0.07-1</div><div>ii&nbsp;&nbsp;libfile-which-perl&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;1.21-1</div><div>ii&nbsp;&nbsp;libswitch-perl&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.17-2</div><div>ii&nbsp;&nbsp;libtry-=
tiny-perl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.24-1</div><div>ii&nbsp=
;&nbsp;libx2go-server-perl&nbsp;&nbsp;&nbsp;&nbsp;4.1.0.0-0x2go1.2~git20160=
807.1349+9.heuler.1</div><div>ii&nbsp;&nbsp;lsof&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;4.89+dfsg-0.1</div><div>ii&nbsp;&nbsp;net-tools&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.60+gi=
t20150829.73cef8a-2</div><div>ii&nbsp;&nbsp;openssh-client&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1:7.2p2-8</div><div>ii&nbsp;&nbsp;open=
ssh-server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1:7.2p2-8</=
div><div>ii&nbsp;&nbsp;psmisc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;22.21-2.1+b1</div><=
div>ii&nbsp;&nbsp;pwgen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.07-1.1</div><div>=
ii&nbsp;&nbsp;x2goagent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2:3.5.0.33-0x2go1~git20160710.753+9.heuler.=
1</div><div>ii&nbsp;&nbsp;x2goserver-common&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1</div><div>ii&nbsp;&nbsp;xa=
uth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1:1.0.9-1</div><div>ii&nbsp;&nbsp;xfont=
s-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;1:1.0.4+nmu1</div><div>ii&nbsp;&nbsp;xkb-data&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.17-1</div>=
<div><br></div><div>Versions of packages x2goserver recommends:</div><div>i=
i&nbsp;&nbsp;fontconfig&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;2.11.0-6.4</div><div>ii&nbsp;&nbsp;sshfs&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;2.8-1</div><div>ii&nbsp;&nbsp;x11-apps&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;7.7+6</div><div>ii&nbsp;&nbsp;x11-session-utils&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;7.7+2</div><div>ii&nbsp;&nbsp;x11-utils&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7+3</div><div>i=
i&nbsp;&nbsp;x11-xfs-utils&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;7.7+2</div><div>ii&nbsp;&nbsp;x11-xkb-utils&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7+3</div><div>ii&nbsp;&nbsp;x11-xs=
erver-utils&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.7+7</div><div>ii&nbsp;&nbs=
p;x2goserver-extensions&nbsp;&nbsp;4.1.0.0-0x2go1.2~git20160807.1349+9.heul=
er.1</div><div>ii&nbsp;&nbsp;x2goserver-fmbindings&nbsp;&nbsp;4.1.0.0-0x2go=
1.2~git20160807.1349+9.heuler.1</div><div>ii&nbsp;&nbsp;x2goserver-printing=
&nbsp;&nbsp;&nbsp;&nbsp;4.1.0.0-0x2go1.2~git20160807.1349+9.heuler.1</div><=
div>ii&nbsp;&nbsp;x2goserver-xsession&nbsp;&nbsp;&nbsp;&nbsp;4.1.0.0-0x2go1=
.2~git20160807.1349+9.heuler.1</div><div>ii&nbsp;&nbsp;xinit&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;1.3.4-3</div><div><br></div><div>Versions of packages x2g=
oserver suggests:</div><div>ii&nbsp;&nbsp;pulseaudio-utils&nbsp;&nbsp;9.0-1=
.1</div><div>pn&nbsp;&nbsp;rdesktop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&lt;none&gt;</div><div><br></div><div>-- Configuration =
Files:</div><div>/etc/sudoers.d/x2goserver [Errno 13] Keine Berechtigung: u=
'/etc/sudoers.d/x2goserver'</div><div><br></div><div>-- debconf information=
:</div><div>&nbsp; x2goserver/upgrade-4_1_0_0:</div><div>&nbsp; x2goserver/=
postgresql-upgrade-3_1_0_0:</div><div><br></div><div><br></div></body></htm=
l>
--=-jCXPomoSj9X+Q+0fmICV--

------------=_1479672902-18127-0--
