Re: screen -X

2008-12-04 Thread Dan Mahoney, System Admin
On Fri, 5 Dec 2008, Michael Grant wrote: On Fri, Dec 5, 2008 at 1:12 AM, Pia Mikeal <[EMAIL PROTECTED]> wrote: On Fri, 5 Dec 2008, Trent W. Buck wrote: In general, you are *much* better off dealing with clusters -- and even heterogeneous networks -- using a declarative tool like puppet or cfe

Re: screen -X

2008-12-04 Thread Michael Grant
On Fri, Dec 5, 2008 at 1:12 AM, Pia Mikeal <[EMAIL PROTECTED]> wrote: > On Fri, 5 Dec 2008, Trent W. Buck wrote: > >> In general, you are *much* better off dealing with clusters -- and even >> heterogeneous networks -- using a declarative tool like puppet or >> cfengine. It costs some manhours to

Re: screen -X

2008-12-04 Thread Trent W. Buck
Pia Mikeal <[EMAIL PROTECTED]> writes: > On Fri, 5 Dec 2008, Trent W. Buck wrote: > >> In general, you are *much* better off dealing with clusters -- and even >> heterogeneous networks -- using a declarative tool like puppet or >> cfengine. It costs some manhours to set up, but IME you end up wit

Re: help to use screen command

2008-12-04 Thread Trent W. Buck
Micah Cowan <[EMAIL PROTECTED]> writes: > Zaphod wrote: >> Hi >> >> 1st of all, i am using screen for number of years now and like it very >> much. >> lately decided to upgrade my environment. So my question is. >> >> Using .screenrc file where wants to open window with vim. The vim should >> al

Re: screen -X

2008-12-04 Thread Pia Mikeal
On Fri, 5 Dec 2008, Trent W. Buck wrote: In general, you are *much* better off dealing with clusters -- and even heterogeneous networks -- using a declarative tool like puppet or cfengine. It costs some manhours to set up, but IME you end up with a more robust setup than just blindly running th

Re: screen -X

2008-12-04 Thread Trent W. Buck
"Jim Lloyd" <[EMAIL PROTECTED]> writes: > I'd like to so something that I bet savvy unix admins do all the time > with screen, but I haven't figured out the trick. > > I have a shell script that lets me do this: > > $ each > > The script expands this running the same command on several machines:

Re: Raggle

2008-12-04 Thread Dan Mahoney, System Admin
On Thu, 4 Dec 2008, Pia Mikeal wrote: On Thu, 4 Dec 2008, Dan Mahoney, System Admin wrote: On Thu, 4 Dec 2008, Micah Cowan wrote: That's part of it, my .cshrc contains: if ($TERM == "screen") then alias precmd'printf "\033%s%s %s\033\\" "k" "tcsh" "[$HOST]"' alias postcmd 'printf "\033

Re: Raggle

2008-12-04 Thread Pia Mikeal
On Thu, 4 Dec 2008, Dan Mahoney, System Admin wrote: On Thu, 4 Dec 2008, Micah Cowan wrote: That's part of it, my .cshrc contains: if ($TERM == "screen") then alias precmd'printf "\033%s%s %s\033\\" "k" "tcsh" "[$HOST]"' alias postcmd 'printf "\033%s%s %s %s\033\\" "k" "\!#:0" "\!#:$" "[

attach sessions in multiuser

2008-12-04 Thread Zaphod
Hi I am trying to use multiuser session with screen from lately git. 1. I have 2 users on my Linux, where user1 running screen session with commands 'multiuser on' and 'addacl user2' in it's RC file. Second user doesn't see such session from 'screen -ls' I want user2 to be able to attach to ses

Re: Raggle

2008-12-04 Thread Dan Mahoney, System Admin
On Thu, 4 Dec 2008, Micah Cowan wrote: Dan Mahoney, System Admin wrote: Is it possible to define "viewer" commands in Alpine that would do either of the following: 1) Launch in a separate window and/or 2) set the title correctly? Right now, my shell seems to step in and want to set the title

Re: Raggle

2008-12-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin wrote: > Is it possible to define "viewer" commands in Alpine that would do > either of the following: > > 1) Launch in a separate window and/or > 2) set the title correctly? > > Right now, my shell seems to step in and want

Re: help to use screen command

2008-12-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zaphod wrote: > Hi > > 1st of all, i am using screen for number of years now and like it very > much. > lately decided to upgrade my environment. So my question is. > > Using .screenrc file where wants to open window with vim. The vim should > also >

Re: control

2008-12-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (sorry, accidentally hit "Reply" instead of "Reply All") Micah Cowan wrote: > broz wrote: >> Hi, >> i have a question about gnuscreen which I think is great btw. I >> may have a hard time conveying what I want to know, but here goes: > >> I curr

Raggle

2008-12-04 Thread Dan Mahoney, System Admin
Raggle is an awesome RSS feed reader that I've recently discovered, that does something rather nice, it embraces the concept of screen. That is to say, if I open a new article or link, it will open in a new screen in "links". Many of you probably already know this. However, there's a bit I'm

Re: screen -X

2008-12-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Lloyd wrote: > The -X option seems like it's intended for this purpose, but it seems > to be a no-op. The man page says "Note that this command doesn't work > if the session is password protected." To my knowledge the session is > not password prot

Re: permanent windows list

2008-12-04 Thread Andrew Schulman
> How to show the permanent list of opened windows (key binding C-a w)? I like this: caption always '%-Lw%{.kG} %n%f %t %{-}%+Lw' HTH Andrew ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

help to use screen command

2008-12-04 Thread Zaphod
Hi 1st of all, i am using screen for number of years now and like it very much. lately decided to upgrade my environment. So my question is. Using .screenrc file where wants to open window with vim. The vim should also open number of files. If running such vim from bash: vim `find . -name '*.c'

permanent windows list

2008-12-04 Thread Zaphod
Hi folks, i am using screen from git taken at 3 dec 2008. How to show the permanent list of opened windows (key binding C-a w)? ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

control

2008-12-04 Thread broz
Hi, i have a question about gnuscreen which I think is great btw. I may have a hard time conveying what I want to know, but here goes: I currently use nano as my editor (within gnuscreen of course). I can have multiple files open in it, and can switch to the next one with the M-. (or M-<)

screen -X

2008-12-04 Thread Jim Lloyd
I'd like to so something that I bet savvy unix admins do all the time with screen, but I haven't figured out the trick. I have a shell script that lets me do this: $ each The script expands this running the same command on several machines: $ ssh host1 $ ssh host2 ... $ ssh hostN The scrip

who, what?

2008-12-04 Thread Pia Mikeal
Greetings, I have noticed after recently upgrading to Screen 4.00.03 from 4.00.02 that sometimes when I use the w command, in the WHAT field, it shows for example, bash when it should show "ssh hostname.example.net". This can get confusing when I have quite a few windows open and am trying t