Re: [Ltsp-discuss] rdesktop and resolution problems

2011-12-01 Thread David Burgess
On Thu, Dec 1, 2011 at 10:18 AM, Gideon Romm wrote: > David, > > Should be: > > RDP_OPTIONS = "-f -u ''" > > so, that's: -u > most likely the double-quotes around the entire value are important. Right again. I was missing the space. Big thanks. db ---

Re: [Ltsp-discuss] rdesktop and resolution problems

2011-12-01 Thread Gideon Romm
David, Should be: RDP_OPTIONS = "-f -u ''" so, that's: -u most likely the double-quotes around the entire value are important. -Gadi On Thu, Dec 1, 2011 at 12:13 PM, David Burgess wrote: > On Wed, Nov 30, 2011 at 10:50 AM, Gideon Romm > wrote: > >> ALSO specify the two that we used to add in

Re: [Ltsp-discuss] rdesktop and resolution problems

2011-12-01 Thread David Burgess
On Wed, Nov 30, 2011 at 10:50 AM, Gideon Romm wrote: > ALSO specify the two that we used to add in by default (-f -u ''). -f is working for me, thanks. On a related note, I'm not sure how to get the -u option working with a null value. In prior versions of Ubuntu/LTSP I specified my domain in

Re: [Ltsp-discuss] nbd service not configured in inetd.conf

2011-12-01 Thread David Burgess
On Wed, Nov 30, 2011 at 6:32 PM, Stéphane Graber wrote: > You only need to restart nbd-server if the nbd server configuration > changes, so if for example you add a new image or change the name of > an image. Thank you for the clarification. db -