Re: [Ltsp-discuss] rdesktop and usbmount

2009-09-10 Thread Phil Davey
On Wed, 9 Sep 2009, Vagrant Cascadian wrote:
 On Wed, Sep 09, 2009 at 02:16:07PM -0600, David Burgess wrote:
 Another challenge I encountered while setting this up is getting local
 usb devices to appear in the rdp session.

 with ltspfs 0.5.13 on ubuntu or debian, install both the ltspfsd and ltspfs
 package into the chroot, and then it should at least partially work, by making
 a mount on the thin client in /media/root/* that you can then export via
 rdesktop somehow as a drive. at least that's what gadi tells me. :)

I have the following option set lts.conf in LTSP 4.2.

RDP_OPTIONS  = -r sound:local -r disk:drives=/Drives

I also have these which relate to the modules. They may or may not be 
necessary. :)

SOUND_DAEMON = rdp
SOUND = Y
SMODULE_01 = sound
SMODULE_02 = sis701  # driver for specific sound card


I am in the process of testing LTSP 5 and I'm not totally sure it works 
with that yet.

-- 
Phil Davey
Computer Officer
Hughes Hall, University of Cambridge
Email phil.da...@hughes.cam.ac.uk

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_
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


Re: [Ltsp-discuss] rdesktop and usbmount

2009-09-10 Thread Gideon Romm
On Wed, 2009-09-09 at 17:46 -0700, Vagrant Cascadian wrote:

 with ltspfs 0.5.13 on ubuntu or debian, install both the ltspfsd and ltspfs
 package into the chroot, and then it should at least partially work, by making
 a mount on the thin client in /media/root/* that you can then export via
 rdesktop somehow as a drive. at least that's what gadi tells me. :)
 
I tell vagrantc lots of things - I never knew he was listening ;)

Yeah, just install ltspfs in the chroot, update the image, and use the 
following flag in your rdesktop line:

-r disk:Drives=/media/root

That will create a share in Windows under My Computer called Drives.  
Whenever you plug in a local drive, it will appear as a folder in there.

-Gadi
 

Gideon Romm | Proud LTSP Developer
l...@symbio-technologies.com

Pay It Forward!  
Intel Atom 1.6GHz, 512MB RAM + Symbiont Boot Stick = $275
10% of order goes to school or open source project of your choice!

Buy yourself a lab or office and use your donation to set up a school,
pay for a desperately needed feature added to a software package,
or sponsor part of LTSP's annual developer's conference LTSP-by-the-sea!

Check out:  http://www.symbio-technologies.com/payitforward 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_
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


Re: [Ltsp-discuss] rdesktop and usbmount

2009-09-10 Thread David Burgess
Works for me. Thanks.

db

On Thu, Sep 10, 2009 at 8:18 AM, Gideon
Romml...@symbio-technologies.com wrote:
 On Wed, 2009-09-09 at 17:46 -0700, Vagrant Cascadian wrote:

 with ltspfs 0.5.13 on ubuntu or debian, install both the ltspfsd and ltspfs
 package into the chroot, and then it should at least partially work, by 
 making
 a mount on the thin client in /media/root/* that you can then export via
 rdesktop somehow as a drive. at least that's what gadi tells me. :)

 I tell vagrantc lots of things - I never knew he was listening ;)

 Yeah, just install ltspfs in the chroot, update the image, and use the 
 following flag in your rdesktop line:

 -r disk:Drives=/media/root

 That will create a share in Windows under My Computer called Drives.
 Whenever you plug in a local drive, it will appear as a folder in there.

 -Gadi

 
 Gideon Romm | Proud LTSP Developer
 l...@symbio-technologies.com

 Pay It Forward!
 Intel Atom 1.6GHz, 512MB RAM + Symbiont Boot Stick = $275
 10% of order goes to school or open source project of your choice!

 Buy yourself a lab or office and use your donation to set up a school,
 pay for a desperately needed feature added to a software package,
 or sponsor part of LTSP's annual developer's conference LTSP-by-the-sea!

 Check out:  http://www.symbio-technologies.com/payitforward


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 _
 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


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_
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


[Ltsp-discuss] rdesktop and usbmount

2009-09-09 Thread David Burgess
Hello again,

I appreciate the support I've had from the list getting my
ltsp/rdesktop project ticking. My clients are now booting up to a
Windows remote desktop login, and even without sound, I'm calling the
project a success.

Another challenge I encountered while setting this up is getting local
usb devices to appear in the rdp session. The problem in Ubuntu ltsp
is that because the usb volume mounts only when opened by the user
(i.e., in gnome/nautilus), and since the user will never see gnome,
there is no mount point to pass to the rdesktop command.

I found a solution in installing the usbmount package in the chroot,
added vfat to the supported fs types, rebuilt and rebooted.

I'm just stating this here for the record, as google doesn't seem to
turn anything up. Is there an appropriate place in a wiki somewhere I
should add this information?

Much thanks,

db

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_
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


Re: [Ltsp-discuss] rdesktop and usbmount

2009-09-09 Thread Vagrant Cascadian
On Wed, Sep 09, 2009 at 02:16:07PM -0600, David Burgess wrote:
 Another challenge I encountered while setting this up is getting local
 usb devices to appear in the rdp session. The problem in Ubuntu ltsp
 is that because the usb volume mounts only when opened by the user
 (i.e., in gnome/nautilus), and since the user will never see gnome,
 there is no mount point to pass to the rdesktop command.

with ltspfs 0.5.13 on ubuntu or debian, install both the ltspfsd and ltspfs
package into the chroot, and then it should at least partially work, by making
a mount on the thin client in /media/root/* that you can then export via
rdesktop somehow as a drive. at least that's what gadi tells me. :)

live well,
  vagrant

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_
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