Re: Control-C kills interactive bash

2008-03-06 Thread Lesley Walker
michael wrote: On Thu, 2008-03-06 at 16:58 +1300, Lesley Walker wrote: Never mind... I think I found it. We have this line in /etc/profile: trap "exit" 2 3 23 If I comment it out the problem goes away. Time for me go and RTFM on traps. I think people have been misreading this. It means

Re: Control-C kills interactive bash

2008-03-06 Thread michael
On Thu, 2008-03-06 at 16:58 +1300, Lesley Walker wrote: > Ron Johnson wrote: > > On 03/05/08 17:39, Lesley Walker wrote: > > > > > After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills > > > the current interactive Bash shell. > > > ... > > > I feel as though I must be overlooki

Re: Control-C kills interactive bash

2008-03-05 Thread Lesley Walker
Kevin Mark wrote: On Thu, Mar 06, 2008 at 04:58:21PM +1300, Lesley Walker wrote: Never mind... I think I found it. We have this line in /etc/profile: trap "exit" 2 3 23 If I comment it out the problem goes away. Time for me go and RTFM on traps. That is odd. IIRC control-d was set to 'e

Re: Control-C kills interactive bash

2008-03-05 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Mark wrote: > On Thu, Mar 06, 2008 at 04:58:21PM +1300, Lesley Walker wrote: >> Ron Johnson wrote: >> >> On 03/05/08 17:39, Lesley Walker wrote: >> >> >> After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills >>

Re: Control-C kills interactive bash

2008-03-05 Thread Kevin Mark
On Thu, Mar 06, 2008 at 04:58:21PM +1300, Lesley Walker wrote: > Ron Johnson wrote: > > On 03/05/08 17:39, Lesley Walker wrote: > > > After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills > the current interactive Bash shell. > ... > I feel as

Re: Control-C kills interactive bash

2008-03-05 Thread Lesley Walker
Ron Johnson wrote: On 03/05/08 17:39, Lesley Walker wrote: After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills the current interactive Bash shell. ... I feel as though I must be overlooking something completely obvious, can anyone suggest what? Console or an X window?

Re: Control-C kills interactive bash

2008-03-05 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/08 17:39, Lesley Walker wrote: > After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills > the current interactive Bash shell. > > I've been assuming it's a changed default or config file, so I've read > man pages and searched l

Control-C kills interactive bash

2008-03-05 Thread Lesley Walker
After upgrading from Sarge to Etch, I have this problem, Ctrl-C kills the current interactive Bash shell. I've been assuming it's a changed default or config file, so I've read man pages and searched list archives to the best of my ability but haven't found the answer. Things I have looked at