Hi list,
I managed to get X2Go TCE running, by following the instructions on http://wiki.x2go.org/doku.php/wiki:advanced:tce:install
Everything works fine, except for the sound. All my thin clients don't emit sound.
Browsing through the list archive, I found a post from back in October where Mike said it happens due to a permission problem, and he posted two links to GIT where he had patched this (the first patch introduced a typo, which was fixed in the second patch).
So I decided to give it a go and simply copy the x2gothinclient_create script from GIT over the one I already had on disk.
Sadly, this just made things worse: after removing the chroot directory and rebuilding it with the new version of x2gothinclient_create, neither keyboard nor mouse work, so I can't even log in. Reverting back to the old script, rm'ing the chroot directory and running x2gothinclient_create again fixed that issue - but I still have no sound.
Any hints? Which log or config file(s) should I post?
-Stefan
Hi Stefan,
On Mo 25 Nov 2013 16:07:23 CET, Stefan Baur wrote:
Hi list,
I managed to get X2Go TCE running, by following the instructions on http://wiki.x2go.org/doku.php/wiki:advanced:tce:install
Everything works fine, except for the sound. All my thin clients don't emit sound.
Browsing through the list archive, I found a post from back in
October where Mike said it happens due to a permission problem, and
he posted two links to GIT where he had patched this (the first
patch introduced a typo, which was fixed in the second patch).So I decided to give it a go and simply copy the
x2gothinclient_create script from GIT over the one I already had on
disk.Sadly, this just made things worse: after removing the chroot
directory and rebuilding it with the new version of
x2gothinclient_create, neither keyboard nor mouse work, so I can't
even log in. Reverting back to the old script, rm'ing the chroot
directory and running x2gothinclient_create again fixed that issue -
but I still have no sound.Any hints? Which log or config file(s) should I post?
I have just released x2gothinclient last Friday (1.1.0.1). It contains
several fixes and features add-ons. However, it depends on X2Go Client
4.0.1.2 which is still to be released.
Just copying x2gothinclient_create is a bad idea, as I introduced a
new package x2gothinclient-chroot that takes care of several chroot
issues and is intended to make the X2Go TCE upgradable in the future.
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Am 25.11.2013 20:41, schrieb Mike Gabriel:
I have just released x2gothinclient last Friday (1.1.0.1). It contains several fixes and features add-ons. However, it depends on X2Go Client 4.0.1.2 which is still to be released.
Well, on the server, these packages are installed: dpkg -l x2go* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=========================-=================-=================-======================================================= ii x2go-keyring 2012.07.23+wheezy all GnuPG keys of all X2Go developers and the X2Go archive ii x2goagent 2:3.5.0.21-0+whee all X2Go agent ii x2goserver 4.0.1.6-0~x2go1+w i386 X2Go server daemon scripts un x2goserver-compat <none> (no description available) ii x2goserver-extensions 4.0.1.6-0~x2go1+w all X2Go server daemon scripts (extensions) un x2goserver-fmbindings <none> (no description available) un x2goserver-home <none> (no description available) un x2goserver-one <none> (no description available) un x2goserver-printing <none> (no description available) un x2goserver-pyhoca <none> (no description available) ii x2goserver-xsession 4.0.1.6-0~x2go1+w all X2Go server daemon scripts (Xsession runner) ii x2gothinclientmanagement 1.1.0.1-0~x2go1+w all Management tools for X2Go Thin Client chroot server
I'm not sure if you meant to say x2gothinclient or x2gothinclientmanagement, but 1.1.0.1 is the version number you mentioned above.
On the client side, things look like this:
dpkg -l 'x2go*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-============================================-===========================-===========================-============================================================================================= ii x2go-keyring 2012.07.23+wheezy~main~17~b all GnuPG keys of all X2Go developers and the X2Go archive ii x2gocdmanager 1.1.0.2-0~x2go2+wheezy~heul i386 clientside daemon enabling automatic CD-Rom mounting ii x2goclient 4.0.1.2-0~x2go2+wheezy~heul i386 X2Go Client application (Qt4) un x2goclient-gtk <none> (no description available) ii x2gosmartcardrules 1.1.0.2-0~x2go2+wheezy~heul all UDEV rules for smartcard readers ii x2gothinclient 1.1.0.2-0~x2go2+wheezy~heul all login daemon starting x2goclient in displaymanager mode ii x2gothinclient-chroot 1.1.0.2-0~x2go2+wheezy~heul all Install X2Go Thin Client chroot (meta-package) un x2gothinshutdown <none> (no description available) ii x2gousbmount 1.1.0.2-0~x2go2+wheezy~heul all clientside usb mass-storage device mounting
Here, x2gothinclient even is at 1.1.0.2, and x2goclient is at 4.0.1.2, which, again, is the version number you mentioned above and called it "unreleased". The entire TCE is pulled from the heuler repo, as it seems. Is that intentional or a bug (either in a package or in the wiki)?
Just copying x2gothinclient_create is a bad idea, as I introduced a new package x2gothinclient-chroot that takes care of several chroot issues and is intended to make the X2Go TCE upgradable in the future.
Well, since it is a test environment, I thought it was worth giving it a shot.
-Stefan
Am 26.11.2013 00:56, schrieb Stefan Baur:
Am 25.11.2013 20:41, schrieb Mike Gabriel:
I have just released x2gothinclient last Friday (1.1.0.1). It contains several fixes and features add-ons. However, it depends on X2Go Client 4.0.1.2 which is still to be released.
For everyone running into the same issue: The problem seems to have been a bug in x2goclient 4.0.1.2 (affected only Linux clients). See "Bug#384: Sound stopped working on Linux X2Goclient, or: Lookin' For Cookie In All The Wrong Places" in the bugtracker for Details. http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=384 4.0.1.3 (still unreleased in stable, but available in the heuler repository) will contain the necessary fixes.
-Stefan