Discussion:
[Ltsp-discuss] rdesktop usb redirection black screen
Funke, Martin
2015-03-16 11:34:48 UTC
Permalink
Hello list,

in lts.conf i configured my clients as followed:

SCREEN_07=rdesktop –r disk:usb=/media/ -f -z SERVER

The only thing I get is a black screen and that’s it. When I use this on my local installed Ubuntu 14.04 everything works fine.
In ltsp environment there is only a black screen. Does someone know a why its like that?

Best regards
Martin
Funke, Martin
2015-03-17 10:10:11 UTC
Permalink
Hi,

so i found the issue that causes a black screen.

I changed my lts.conf to:

SCREEN_07=rdesktop
RDP-SERVER=Server_ip
RDP_OPTIONS=”-r disk:Drive=/mnt/usb”

In /etc/fstab I added /dev/sda1 /mnt/usb auto defaults 0 0

With this I can access my data only when my pen drive is plugged before I start the client.

Does anyone know any other solution to change pen drive while client is running?

Best regards

Von: Funke, Martin [mailto:***@olpe.de]
Gesendet: Montag, 16. MÀrz 2015 12:35
An: 'LTSP (ltsp-***@lists.sourceforge.net)'
Betreff: [Ltsp-discuss] rdesktop usb redirection black screen
Wichtigkeit: Hoch

Hello list,

in lts.conf i configured my clients as followed:

SCREEN_07=rdesktop –r disk:usb=/media/ -f -z SERVER

The only thing I get is a black screen and that’s it. When I use this on my local installed Ubuntu 14.04 everything works fine.
In ltsp environment there is only a black screen. Does someone know a why its like that?

Best regards
Martin
Vagrant Cascadian
2015-03-17 16:33:29 UTC
Permalink
Post by Funke, Martin
so i found the issue that causes a black screen.
SCREEN_07=rdesktop
RDP-SERVER=Server_ip
RDP_OPTIONS=”-r disk:Drive=/mnt/usb”
In /etc/fstab I added /dev/sda1 /mnt/usb auto defaults 0 0
With this I can access my data only when my pen drive is plugged before I start the client.
Does anyone know any other solution to change pen drive while client is running?
Have you tried the instructions in "13.3 RDP + Local Devices" of the
LTSP manual? It's available in the ltsp-docs package, in
/usr/share/docs/ltsp/. Since I couldn't find it on the internet, I've
uploaded a copy of it here:

http://cascadia.debian.net/~vagrant/ltsp/LTSPManual.html#idp3097256


Some of it is a bit dated, but a lot of it is still valid.


live well,
vagrant
Funke, Martin
2015-03-18 11:20:51 UTC
Permalink
Thx for your help but the howto didn’t work for me.

Through trial and error I found a way for me to get it working.

On the ltsp server I created /mnt/usb in /etc/ltsp/ltsp/ltsp-update-image-excludes I removed /mnt.

With apt-get install usbmount I installed a tool for automounting. In /etc/usbmount/usbmount.conf you can add in MOUNTPOINTS="/mnt/usb

Im not really sure if usbmount is really necessary but with all this its working.

Best regards
Martin


-----Ursprüngliche Nachricht-----
Von: Vagrant Cascadian [mailto:***@debian.org]
Gesendet: Dienstag, 17. März 2015 17:33
An: ltsp-***@lists.sourceforge.net
Betreff: Re: [Ltsp-discuss] rdesktop usb redirection black screen
Post by Funke, Martin
so i found the issue that causes a black screen.
SCREEN_07=rdesktop
RDP-SERVER=Server_ip
RDP_OPTIONS=”-r disk:Drive=/mnt/usb”
In /etc/fstab I added /dev/sda1 /mnt/usb auto defaults 0 0
With this I can access my data only when my pen drive is plugged before I start the client.
Does anyone know any other solution to change pen drive while client is running?
Have you tried the instructions in "13.3 RDP + Local Devices" of the LTSP manual? It's available in the ltsp-docs package, in /usr/share/docs/ltsp/. Since I couldn't find it on the internet, I've uploaded a copy of it here:

http://cascadia.debian.net/~vagrant/ltsp/LTSPManual.html#idp3097256


Some of it is a bit dated, but a lot of it is still valid.


live well,
vagrant
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Loading...