Bug#490897: tcsh logins

2008-08-17 Thread Daniel Nilsson
On Sat, Aug 16, 2008 at 07:59:20PM -0700, Vagrant Cascadian wrote: cmd[i++] = ;; +cmd[i++] = exec; +cmd[i++] = sh; cmd[i++] = kill; cmd[i++] = -1; cmd[i++] = $PPID; no probably about it, in my tests, it definitely solved the issue. because it uses

Bug#490897: tcsh logins

2008-08-16 Thread Daniel Nilsson
On Fri, Aug 15, 2008 at 11:13:37AM -0700, Vagrant Cascadian wrote: On Thu, Aug 14, 2008 at 10:48:21PM +0200, Daniel Nilsson wrote: On Wed, Aug 13, 2008 at 01:46:14PM -0700, Vagrant Cascadian wrote: Please test this patch first which patch? Sorry, I was referring to the 2.0.9 based patch

Bug#490897: tcsh logins

2008-08-16 Thread Vagrant Cascadian
On Sat, Aug 16, 2008 at 11:29:39PM +0200, Daniel Nilsson wrote: On Fri, Aug 15, 2008 at 11:13:37AM -0700, Vagrant Cascadian wrote: On Thu, Aug 14, 2008 at 10:48:21PM +0200, Daniel Nilsson wrote: On Wed, Aug 13, 2008 at 01:46:14PM -0700, Vagrant Cascadian wrote: patch attached. tested and

Bug#490897: tcsh logins

2008-08-15 Thread Vagrant Cascadian
On Thu, Aug 14, 2008 at 10:48:21PM +0200, Daniel Nilsson wrote: On Wed, Aug 13, 2008 at 01:46:14PM -0700, Vagrant Cascadian wrote: Please test this patch first which patch? if it's a simple patch based on ldm 2.0.6, i can try and get it into lenny. otherwise, without a patch that's tested to

Bug#490897: tcsh logins

2008-08-14 Thread Daniel Nilsson
On Wed, Aug 13, 2008 at 01:46:14PM -0700, Vagrant Cascadian wrote: --- ldm-2.0.9.orig/src/ldm.c +++ ldm-2.0.9/src/ldm.c @@ -268,7 +268,7 @@ * FIXME: ditch the kill -1 and use ssh -o exit on the control socket */ command = g_strjoin( , ssh, -Y, -t, -S,

Bug#490897: tcsh logins

2008-08-13 Thread Vagrant Cascadian
found 490897 2:2.0.11-1 thanks On Wed, Aug 13, 2008 at 09:34:03PM +0200, Daniel Nilsson wrote: On Fri, Aug 08, 2008 at 02:59:57PM -0700, Vagrant Cascadian wrote: --- ldm-2.0.9.orig/src/ldm.c +++ ldm-2.0.9/src/ldm.c @@ -268,7 +268,7 @@ * FIXME: ditch the kill -1 and use ssh -o exit on