Re: [Pkg-shadow-devel] Bug#476519: shell-mode garbles input

2008-05-03 Thread Chet Ramey
[EMAIL PROTECTED] wrote: CR> Does this happen only in an emacs shell-mode window? No. It happens also in xterm. Today it at least allowed me to do -c date. I did not type exit or logout. The magic hand did. # su - nobody -c date No directory, logging in with HOME=/ Sat May 3 01:03:10 CST 2008 #

Re: Problem with "\ev" in vi mode with EDITOR=/usr/bin/ed

2008-05-03 Thread Chet Ramey
[EMAIL PROTECTED] wrote: Fix: You can use ed, but there's no echo and you have to use ^J instead of After !stty sane^J ed functions normal. Also ^Z and fg %1 (when %1 is the suspended ed command) works After return to bash you need to give one extra before wor

Re: [Pkg-shadow-devel] Bug#476519: shell-mode garbles input

2008-05-03 Thread jidanni
SC> Could you try ulimit -a? # su - nobody -c ulimit\ -a|grep -v unlimited core file size (blocks, -c) 0 scheduling priority (-e) 0 pending signals (-i) 1791 max locked memory (kbytes, -l) 32 open files (-n) 1024 pipe size