Re: Trying to silence a "Filter running" message

2011-11-30 Thread John Magolske
> The "colon" "stuff ^[" commands seem to clean up messages from the > hardstatus. > > bindkey "\033[25~" eval "exec ! amix-adjust minus" "colon" "stuff ^[" Yes, this prevents that "Filter running" message from showing up in the message line. There's a slight bit of flickering on the command line

Re: Trying to silence a "Filter running" message

2011-11-30 Thread Artur Skonecki
The "colon" "stuff ^[" commands seem to clean up messages from the hardstatus. bindkey "\033[25~" eval "exec ! amix-adjust minus" "colon" "stuff ^[" On Wed, 30 Nov 2011, John Magolske wrote: Using screen as a "window manager" in the Linux console of my Thinkpad, I've bound certain keys to a

Re: Trying to silence a "Filter running" message

2011-11-30 Thread Artur Skonecki
Hi, Maybe try playing with msgwait? bindkey "\033[25~" eval "msgwait 0" "exec ! amix-adjust minus" "msgwait 4" On Wed, 30 Nov 2011, John Magolske wrote: Using screen as a "window manager" in the Linux console of my Thinkpad, I've bound certain keys to adjust volume up and down using amixer. I

Trying to silence a "Filter running" message

2011-11-30 Thread John Magolske
Using screen as a "window manager" in the Linux console of my Thinkpad, I've bound certain keys to adjust volume up and down using amixer. In my ~/.screenrc there is: # Decrease & Increase volume bindkey "\033[25~" exec ! amix-adjust minus bindkey "\033[26~" exec ! amix-adjust plus Where "a

ssh: Must be connected to a terminal

2011-11-30 Thread Colin Kincaid Williams
Hi, I'm trying to run screen on a remote host through ssh however I get : Must be connected to a terminal.The server is a hosting account i pay for and get ssh shell on. I am able to compile code on it, however, I believe that it is a restricted jail shell. Is that why I can't use screen? I read an

ssh: Must be connected to a terminal

2011-11-30 Thread Colin Kincaid Williams
Hi, Thanks for the help. I left some important details out. The server is a chroot jail provided by cpanel... from strace screen I found that: Cannot access '/dev/pts/4': No such file or directory. It does not look like I have permission to create /dev/pts/4 . I did try ssh -t . Unless there is

Re: screen remote ssh: Must be connected to a terminal.

2011-11-30 Thread Thomas Köhler
Hi, Colin Kincaid Williams wrote: > Hi, I'm trying to run screen on a remote host through ssh however I get > : Must be connected to a terminal. I read and tried some different > solutions found on the web. However, they did not work for me. Can somebody > more knowledgeable can help me troublesho