close #922
thanks
Hello,
we are very hopeful that X2Go issue #922 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=71e1e82d82acc71…
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(a)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.
close #985
thanks
Hello,
we are very hopeful that X2Go issue #985 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=71e1e82d82acc71…
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(a)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.
close #812
thanks
Hello,
we are very hopeful that X2Go issue #812 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=71e1e82d82acc71…
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(a)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.
close #1065
thanks
Hello,
we are very hopeful that X2Go issue #1065 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=71e1e82d82acc71…
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(a)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.
close #903
thanks
Hello,
we are very hopeful that X2Go issue #903 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=71e1e82d82acc71…
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(a)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.
close #888
thanks
Hello,
we are very hopeful that X2Go issue #888 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=71e1e82d82acc71…
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(a)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.
close #1073
thanks
Hello,
we are very hopeful that X2Go issue #1073 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=71e1e82d82acc71…
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(a)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.
close #799
thanks
Hello,
we are very hopeful that X2Go issue #799 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=71e1e82d82acc71…
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(a)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.
close #889
thanks
Hello,
we are very hopeful that X2Go issue #889 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=71e1e82d82acc71…
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(a)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.
close #1067
thanks
Hello,
we are very hopeful that X2Go issue #1067 reported by you
has been resolved in the new release (0.0.1.4) of the
X2Go source project »src:x2gomatebindings«.
You can view the complete changelog entry of src:x2gomatebindings (0.0.1.4)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2gomatebindings.
http://code.x2go.org/gitweb?p=x2gomatebindings.git;a=commitdiff;h=f353abe4b…
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:x2gomatebindings.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2gomatebindings
Version: 0.0.1.4
Status: RELEASE
Date: Sun, 20 Nov 2016 07:59:36 +0100
Fixes: 821 822 1067
Changes:
x2gomatebindings (0.0.1.4) RELEASED; urgency=low
.
[ Mike DePaulo ]
* New upstream version (0.0.1.4):
- Fix error when installing from an RPM built from the X2Go
project's .spec file (Fixes: #821):
"Error: Package: x2gomatebinding ... Requires: or"
.
[ Mihai Moldovan ]
* New upstream version (0.0.1.4):
- configure.ac: make GTK version selectable.
* x2gomatebindings.spec:
- Add run and build time dependency: filesystem.
- Only own files, do not blindly own complete (and alien!) directories.
Fixes: #822.
- Add missing BuildRequires: and Requires: for file and directory owning.
- Don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion
makes x2goserver also provide x2goserver-extensions.
- Fix a typo in if condition.
- Let Fedora/EPEL depend on x2goserver-extensions again. We're now adding
our own repositories to the build config.
- Make *SUSE ignore mate-menus-upstream. A choice is bad in this case,
leading to a build failure.
- The last change should have really been for mate-menus-branding, not
mate-menus.
- Add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1,
OpenSuSE 13.2 and SLE{S,D} 12.
- Switch to use -symbolic icons on OpenSUSE 13.2 and 42.1.
- Prepare GTK library version switching and hardcode GTK 2 for now.
- Re-add explicit GTK library build dependencies. Run-time dependencies
should be handled automatically.
- Switch to GTK 3 for Fedora 25 and up.
- Don't automatically configure after running autogen.sh.
- Fix FC conditionals, the macro is called "fedora", not "fedora_version".
Also catch some non-*SuSE*/-Fedora "edge cases".
- Break choice by ignoring x2goserver-x2goagent and (build-depending) on
x2goagent for now.
- Make *SUSE ignore mate-desktop-gschemas-branding-upstream. A choice is
bad in this case, leading to a build failure.
* debian/control:
- Maintainer change in package: X2Go Developers <x2go-dev(a)lists.x2go.org>.
- Whitespace only.
- Add new build dependencies (should already be fulfilled by base system,
but who knows...)
- Replace explicit GTK library dependency with some generated substitution
variable.
- Add explicit dependency on bash (for arithmetic operations in
debian/rules file.)
- Uploaders: add myself. Also, force a rebuild due to the changed
versioning.
* debian/rules:
- Add per-distro and per-version substitution variable for GTK library
version selection.
- Use bash for arithmetic operations, not supported by sh.
- Fix ifeq call by adding a space character between ifeq and the opening
parenthesis.
- If encountering the "unstable" distro version, set it to a fake 9999
version.
- Fix Ubuntu versioning override. It's uglier now, but there's no way
around that.
- Add explicit "printf-style" debugging, hoping it will actually show up.
- Drop debugging output (which only leads to failing builds on all
platforms) and consolidate default values.
- Don't automatically configure after running autogen.sh.
- Override "testing" string with a hardcoded version value as well.
- Fix spelling of GTK package names: "libgtk2.0-bin" and libgtk-3-bin
instead of "libgtk-2.0-bin" and "libgtk-3.0-bin". Fixes: #1067.