Re: [Ltsp-discuss] rcfile parameters

2011-05-31 Thread Gideon Romm
Thanks and committed. -Gadi On Tue, May 31, 2011 at 10:22 AM, Jam wrote: > On Tuesday, May 31, 2011 09:41:30 PM ltsp-discuss- > requ...@lists.sourceforge.net wrote: >> Hi >> the dev list has been dormant for some while ... >> >> I wanted to do stuff like this in lts.conf >> >>     MODULE_01="ham

Re: [Ltsp-discuss] root xterm and spinning wheel prompt upon login from terminal

2011-05-31 Thread Yudhvir Singh Sidhu
On Tue, 31 May 2011 12:29:17 -0700 Vagrant Cascadian wrote: > On Mon, May 30, 2011 at 12:32:58AM -0700, Yudhvir Singh Sidhu wrote: > > I get an xterm and a spinning wheel prompt... And it sits there. > > But wait! it does give me an xterm. It is logged on the server in > > the xterm. I'm missing

Re: [Ltsp-discuss] nc -q unsupported on Fedora/RHEL

2011-05-31 Thread Gideon Romm
Not to nitpick, but this is faster: nc_q_param="-q" nc_output=`LANG=C nc -q 2>&1` case "$nc_output" in *"option requires an argument"*) nc_q_param="-q -1" ;; *"invalid option -- q "*) unset nc_q_param ;; *"invalid option -- 'q' "*) unset nc_q_param ;; esac unset nc_output -Gadi On T

Re: [Ltsp-discuss] nc -q unsupported on Fedora/RHEL

2011-05-31 Thread Warren Togami Jr.
On 05/24/2011 06:37 AM, David Johnston wrote: > > nc_q_param="-q" > nc_output=`LANG=C nc -q 2>&1` > ( echo $nc_output |grep -q "option requires an argument" ) \ > && nc_q_param="-q -1" > ( echo $nc_output |grep -q "invalid option -- q " ) \ > && nc_q_param=" " > ( echo $nc_output |gre

Re: [Ltsp-discuss] root xterm and spinning wheel prompt upon login from terminal

2011-05-31 Thread Vagrant Cascadian
On Mon, May 30, 2011 at 12:32:58AM -0700, Yudhvir Singh Sidhu wrote: > I get an xterm and a spinning wheel prompt... And it sits there. But > wait! it does give me an xterm. It is logged on the server in the xterm. > I'm missing something obvious. And it seems to be hidden. i'm guessing you need

Re: [Ltsp-discuss] rcfile parameters

2011-05-31 Thread Jam
On Tuesday, May 31, 2011 09:41:30 PM ltsp-discuss- requ...@lists.sourceforge.net wrote: > Hi > the dev list has been dormant for some while ... > > I wanted to do stuff like this in lts.conf > > MODULE_01="hampshire minX=390 maxX=3750 minY=588 maxY=3644" > RCFILE_01="/bin/setserial /dev/t

Re: [Ltsp-discuss] NBD_SERVER Bug 504420 ?

2011-05-31 Thread Yudhvir Singh Sidhu
Get the same error after updating "ltsp-update-image -a i386" Yudhvir Singh Sidhu CEO MediGrail LLC MediGrail.com On 5/31/11 5:22 AM, Marc Gariépy wrote: > Hello, > > When ldm is restarting there is a verification to see if the chroot has > been updated this is why you have the disconnect messag

Re: [Ltsp-discuss] NBD_SERVER Bug 504420 ?

2011-05-31 Thread Marc Gariépy
Hello, When ldm is restarting there is a verification to see if the chroot has been updated this is why you have the disconnect message. I assure you that the size of the chroot doesn't matter that much since i usualy have 1.5G chroot and they work just fine. Thanks On Mon, 2011-05-30 at 21:48