When I put this line in my ~/.screenrc
screen 7 env shelltitle="window 7 at $HOSTNAME" bash
then screen will create a shell in window 7, that has the machine's
hostname as part of its shelltitle env variable.
cheers, JW-
On Sat, Mar 7, 2015 at 1:02 PM, John Blakeman wrote:
> I'd like to be ab
I'd like to be able to put something like:
shelltitle "$HOSTNAME"
in my screenrc, and have it work.
Furthermore, I'd like to access any environment variable in my screenrc
that isn't a screen specific environment variable. Is this possible?
Thanks,
John
___
On Wed, Dec 11, 2013 at 12:06:36PM +0100, Nico Schlömer wrote:
> I would like to execute a program in a shell that needs a custom path
> added to LD_LIBRARY_PATH. This happens in my .bashrc by default, so
> on the regular non-screen shell I'm getting no problems.
> On a detached screen however, th
On Dec 11, 2013, at 6:06 AM, Nico Schlömer wrote:
> David T. Pierson wrote:
>
>> If you want different behavior, please be more specific about what you are
>> really trying to accomplish.
>
> I would like to execute a program in a shell that needs a custom path added
> to LD_LIBRARY_PATH. T
> If you want different behavior, please be more specific
> about what you are really trying to accomplish.
I would like to execute a program in a shell that needs a custom path
added to LD_LIBRARY_PATH. This happens in my .bashrc by default, so
on the regular non-screen shell I'm getting no prob
On Thu, Dec 05, 2013 at 10:08:36PM +0100, Nico Schlömer wrote:
> I get
>
> $ screen
> --> screen
> $ echo $FOO
> bar
>
> but a detached shell yields nothing:
>
> $ screen -s /bin/bash -L -d -m echo $FOO
> $
There are a couple of things to say here.
The lack of output has nothing to do with the
Hi all,
I'm not quite sure what environment variables are set when executing
an interactive screen vs. a detached screen. For example, when filling
in this
$ cat ~/.bashrc | grep FOO
export FOO="bar"
I get
$ screen
--> screen
$ echo $FOO
bar
but a detached shell yields not
Thanks for the response. In case this hits anyone else, the
problem is this is a Linux security measure due to screen being
setgid. This seems Linux-specifc in the system and specific to TMPDIR
and certain other environments variables. See below. It's
mentioned here:
https://bugzilla
o pass through environment
> variables when invoked?
>
> My particular problem is TMPDIR, which varies on different
> systems we have.
>
> Thanks!
>
> ___
> screen-users mailing list
> screen-users@gnu.org
> https://list
Is there a way to cause screen to pass through environment
variables when invoked?
My particular problem is TMPDIR, which varies on different
systems we have.
Thanks!
___
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman
Hi All,
After reattaching to a screen session, some of the environment variables
need to be updated. I have seen some solution where the variables need to be
explicitly updated (sourcing files). I haven't found any automated solution
to this.
My implementation below can do this automaticall
On Sun, May/25/2008 10:41:42AM, Trent W. Buck wrote:
> On Sat, May 24, 2008 at 05:23:25PM -0400, Ethan Mallove wrote:
> > Is there a way to get the $STY and $WINDOW environment variables to
> > propagate in an RSH/SSH session? E.g., if I start a Screen session,
> > $STY and $
On Sat, May 24, 2008 at 05:23:25PM -0400, Ethan Mallove wrote:
> Is there a way to get the $STY and $WINDOW environment variables to
> propagate in an RSH/SSH session? E.g., if I start a Screen session,
> $STY and $WINDOW go away once I have RSH/SSH'd to another machine.
The SendEn
Hello,
Is there a way to get the $STY and $WINDOW environment
variables to propagate in an RSH/SSH session? E.g., if
I start a Screen session, $STY and $WINDOW go away once
I have RSH/SSH'd to another machine.
Thanks,
Ethan
___
screen-users ma
Thanks a *ton* Michael. I swear that I checked the man page numerous
times before posting this question, but I just missed that option.
Also, sorry for asking something that was solved a few days ago. I
actually composed my question weeks ago and just joined the list. It's
a long story, but I s
I looked around for a while to find a solution to this and could not.
Any help at all would be greatly appreciated.
I use screen on Linux to access a large number of Unix servers. Some of
the terminal applications that I use on these Unix servers don't
recognize a TERM value of 'screen', so I usu
On Fri, Aug 18, 2006 at 04:15:41PM -0500, Tom Purl wrote:
> I looked around for a while to find a solution to this and could
> not. Any help at all would be greatly appreciated.
>
> I use screen on Linux to access a large number of Unix servers. Some
> of the terminal applications that I use on th
I looked around for a while to find a solution to this and could not. Any
help at all would be greatly appreciated.
I use screen on Linux to access a large number of Unix servers. Some of
the terminal applications that I use on these Unix servers don't
recognize a TERM value of 'screen', so I usu
18 matches
Mail list logo