Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
Hi Widu,
Sorry for the late reply. Paying customers taking priority ...
There was a regression in the patchscript in the Wiki. I *think* the fix I just applied should re-enable USB mounting.
Please update your patch script to what's in the Wiki at <https://wiki.x2go.org/doku.php/doc:howto:tce#live-patching_the_build>
Regarding sound output on the server - usually people want sound on the client, so pulseaudio is started on the client and the proper variables set on the server that point to the pulseaudio instance on the client.
If you want to output sound on the server instead, you will have to set sound to disabled in the X2Go session config, and figure out how to start pulseaudio on the server with the proper parameters and permissions.
Kind Regards, Stefan Baur
Am 14.12.2017 um 13:58 schrieb Widu Wittekindt:
Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Hold your horses, I spoke too soon. vfat/ntfs mounts are still broken. Working on a fix.
-Stefan
Am 25.01.2018 um 17:38 schrieb Stefan Baur:
Hi Widu,
Sorry for the late reply. Paying customers taking priority ...
There was a regression in the patchscript in the Wiki. I *think* the fix I just applied should re-enable USB mounting.
Please update your patch script to what's in the Wiki at <https://wiki.x2go.org/doku.php/doc:howto:tce#live-patching_the_build>
Regarding sound output on the server - usually people want sound on the client, so pulseaudio is started on the client and the proper variables set on the server that point to the pulseaudio instance on the client.
If you want to output sound on the server instead, you will have to set sound to disabled in the X2Go session config, and figure out how to start pulseaudio on the server with the proper parameters and permissions.
Kind Regards, Stefan Baur
Am 14.12.2017 um 13:58 schrieb Widu Wittekindt:
Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Should be fixed now; please update your copy of the patch script again.
-Stefan
Am 26.01.2018 um 10:39 schrieb Stefan Baur:
Hold your horses, I spoke too soon. vfat/ntfs mounts are still broken. Working on a fix.
-Stefan
Am 25.01.2018 um 17:38 schrieb Stefan Baur:
Hi Widu,
Sorry for the late reply. Paying customers taking priority ...
There was a regression in the patchscript in the Wiki. I *think* the fix I just applied should re-enable USB mounting.
Please update your patch script to what's in the Wiki at <https://wiki.x2go.org/doku.php/doc:howto:tce#live-patching_the_build>
Regarding sound output on the server - usually people want sound on the client, so pulseaudio is started on the client and the proper variables set on the server that point to the pulseaudio instance on the client.
If you want to output sound on the server instead, you will have to set sound to disabled in the X2Go session config, and figure out how to start pulseaudio on the server with the proper parameters and permissions.
Kind Regards, Stefan Baur
Am 14.12.2017 um 13:58 schrieb Widu Wittekindt:
Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Thanks a lot Stefan. I'll gona give it a try next week.
Kind Regards
Widu
Am 28.01.2018 um 20:22 schrieb Stefan Baur:
Should be fixed now; please update your copy of the patch script again.
-Stefan
Am 26.01.2018 um 10:39 schrieb Stefan Baur:
Hold your horses, I spoke too soon. vfat/ntfs mounts are still broken. Working on a fix.
-Stefan
Am 25.01.2018 um 17:38 schrieb Stefan Baur:
Hi Widu,
Sorry for the late reply. Paying customers taking priority ...
There was a regression in the patchscript in the Wiki. I *think* the fix I just applied should re-enable USB mounting.
Please update your patch script to what's in the Wiki at <https://wiki.x2go.org/doku.php/doc:howto:tce#live-patching_the_build>
Regarding sound output on the server - usually people want sound on the client, so pulseaudio is started on the client and the proper variables set on the server that point to the pulseaudio instance on the client.
If you want to output sound on the server instead, you will have to set sound to disabled in the X2Go session config, and figure out how to start pulseaudio on the server with the proper parameters and permissions.
Kind Regards, Stefan Baur
Am 14.12.2017 um 13:58 schrieb Widu Wittekindt:
Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
Hey Stefan,
I just built a new tce with your patch and usb_mount is working. Great!
Thanks again
Widu
Am 28.01.2018 um 20:26 schrieb Widu Wittekindt:
Thanks a lot Stefan. I'll gona give it a try next week.
Kind Regards
Widu
Am 28.01.2018 um 20:22 schrieb Stefan Baur:
Should be fixed now; please update your copy of the patch script again.
-Stefan
Am 26.01.2018 um 10:39 schrieb Stefan Baur:
Hold your horses, I spoke too soon. vfat/ntfs mounts are still broken. Working on a fix.
-Stefan
Am 25.01.2018 um 17:38 schrieb Stefan Baur:
Hi Widu,
Sorry for the late reply. Paying customers taking priority ...
There was a regression in the patchscript in the Wiki. I *think* the fix I just applied should re-enable USB mounting.
Please update your patch script to what's in the Wiki at <https://wiki.x2go.org/doku.php/doc:howto:tce#live-patching_the_build>
Regarding sound output on the server - usually people want sound on the client, so pulseaudio is started on the client and the proper variables set on the server that point to the pulseaudio instance on the client.
If you want to output sound on the server instead, you will have to set sound to disabled in the X2Go session config, and figure out how to start pulseaudio on the server with the proper parameters and permissions.
Kind Regards, Stefan Baur
Am 14.12.2017 um 13:58 schrieb Widu Wittekindt:
Hi again,
now that the netboot image builds just fine even on a stretch build host, I have another problem - well I've got a problem for every solution :-)
My client doesn't mount usb media, with any of the images I made, regardless of the distribution (stretch or jessie) or the repo (code.x2go.org or LinuxHaus) or the build host (stretch or jessie). But the usb mount works with an image I got from a friend here in Freiburg - but this is a jessie image and one of my clients will not boot with a 3.16 kernel :-(
Of course I think I did everything just as I should:
put the config as a script in the BUILDDIR
put the usb mount patch as a script in the BUILDDIR
put the build-script in the BUILDDIR
source the config
call the patch script
call the build script.
What am I doing wrong?
And theres a second question: Is it possible to output the sound on the x2go-server?
cheers
Widu
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user