screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Before using this tag, read the "Which site is more adequate?" session of the tag wiki.
-1
votes
0answers
8 views
swap-windows tmux in list
I have a bunch of tmux panes open and I would like to sort some of them from the list that I can bring up with Ctrl-b ".
In gnu-screen, I can move specific items up and down with the comma and ...
0
votes
2answers
28 views
Screen configuration in Linux
Guys what do these configuration in Linux screen means?
1.caption string "%w"
2.caption always
3.activity "@check %n"
4.defmonitor on
5.vbellwait 0
6.vbell_msg "whoops"
7.vbell off
8.defscrollback ...
0
votes
0answers
23 views
Separate gnu-screen history
I'm trying to understand how the history works in screen. I'm under the impression that until you run a command, or just return, your screen window only has the history of this window, but as soon as ...
0
votes
0answers
23 views
+50
Emacs SplitScreen and GnuScreen Causing Line Wrap Problems
I have gnuscreen on with multiple "tabs" open. Emacs is on tab 0.
When I tab to a different screen and return to Emacs, the lines do not wrap properly anymore. They blend into each other. If I have a ...
0
votes
0answers
11 views
GNU-screen disable scrollback
How to disable scrollback (^A[ESC]) mode in screen and just have it straight up print to the terminal instead (using the builtin scroll of my terminal emulator)?
I am using screen on gnome-terminal ...
3
votes
2answers
95 views
How copy the GNU Screen copy buffer to clipboard
When using GNU Screen we can work with scrollback buffer also know as "copy mode" using the Ctrl+a+[ command.
In there we can copy text to the copy buffer pressing space selecting the text and ...
0
votes
1answer
41 views
Create a new Screen Window over SSH?
I have a function I found online to add to my .bashrc which spawns a new SSH session with the hostname:
# Opens SSH on a new screen window with the appropriate name.
screen_ssh() {
numargs=$#
...
0
votes
2answers
81 views
Get pid of command ran by screen
I'm developing a Minecraft (Bukkit) server manager. It's porpuse is only to start it, stop it, back it up and check if it is running. The last one causes the problem.
If I do like this to get the pid ...
2
votes
1answer
124 views
Linux how to run a script in the background on a remote server?
I'm on a linux machine.
I would like to run four perl scripts on a remove server. Each script produces a single output file but it can take hours to run. I would like to run the scripts in the ...
0
votes
1answer
109 views
Run a command on a SSH screen through SSH with phpseclib
I have a PHP script that starts a detached screen through SSH:
$ssh->exec("screen -m -d -S ".$user);
I now need to execute a command in that screen without being in that screen. I have the code ...
0
votes
1answer
114 views
Creating a SSH screen through PHP with phpseclib
I have a PHP script in which I am trying to create a screen on my ssh server with the PHP SSH library phpseclib. This is the function that I am using to try to create the screen:
function ...
0
votes
0answers
27 views
GNU screen: change split navigation bindings
The default key binding for navigating between split windows in GNU screen is Ctrl-A TAB. I would like to change this to Alt-. I have no idea how to write those keys, and what functions to bind to ...
0
votes
0answers
39 views
error with running matplotlib/pymc in screen
When I run Matplot.plot in pymc, I use screen to suspend it. After it done, some
error show up:
_tkinter.TclError: couldn't connect to display "localhost:10.0"
I have tried ioff(), but it didn't ...
-1
votes
1answer
40 views
What is the difference between iTerm2 and GNU screen? [closed]
I know both are terminal window manager, but what is the difference? I am currently using iterm2 for 2 years, is there any reason I should switch?
0
votes
1answer
49 views
Network connection lost upon screen remote detach
I'm using secureCRT to ssh to Linux based server.
I use "screen" command to keep my sessions alive.
But things are becoming strange when I using two PC, OK, here's the scene:
On PC-A, start a new ...
0
votes
0answers
19 views
How to automatic set a tab name as the hostname in screen
When I create a new tab in screen and ssh login to a remote machine. I want the hostname of remote machine deplay in the screen status bar. How can I do that?
0
votes
1answer
76 views
How to get more than 40 windows in GNU screen under Debian [closed]
I am using the terminal program called screen, which can create several "virtual terminals" in a single "real" terminal (the words "virtual" and "real" here are quite relative, the "real" terminal can ...
2
votes
2answers
73 views
Bash: How do I get the command history in a screen session?
If I start a screen session with screen -dmS name, how would I access the command history of that screen session with a script?
Using the ↑, the last executed command appears, even in screen.
1
vote
1answer
88 views
Why is there extra whitespace after newline when pasting using Screen?
I am using screen to copy code that I am viewing using Vim from one window to another window currently editing a file with Vim. Unfortunately, when pasting onto the second window I get increasingly ...
1
vote
0answers
39 views
In Screen “bind ^C detach” doesn't work [closed]
Specifically I want to trap Ctrl-C from my bash script and detach screen rather than quit the program.
trap "" INT didn't work.
0
votes
1answer
118 views
How to resize gnu screen on linux when using split windows? [closed]
While in gnu screen for linux, how do I resize the current window to full screen?
<ctrl-a> a :resize max
does not work.
0
votes
0answers
25 views
Script disappeared from gnu-screen but is still running. How to get it back.?
I am using ubuntu screen command to ssh into server and run a python script which involves sql
.I was using print statements to check the responses.It was running good formost of time and printing my ...
2
votes
1answer
53 views
No mouse in Vim inside nested screen sessions
For many reasons, I often work with nested GNU Screen sessions. But Vim, running in a nested screen instance, doesn't seem to catch any mouse info. I've tried :set mouse=a and :set ttymouse=xterm2, ...
1
vote
1answer
77 views
vim run make through screen
Due to some complicated environmental variables required, I have chosen to run Make through GNU screen. Using the screen vim plugin, I have the following setup in my .vimrc:
map <Leader>mm ...
0
votes
1answer
371 views
GNU SCREEN - USB serial tty communication problems with MAC OS X 10.8.2
we succesfully manage USB to serial communication with a device with Putty on Windows 7 and GNU screen on LINUx but half fail to do so with Terminal / screen on MAC OS.
simple basic communication ...
0
votes
1answer
278 views
Kill all detached screen sessions
When I execute screen -ls, I see the following. How can I kill all the detached sessions?
There are screens on:
84918.ttys002.ros-mbp (Detached)
84944.ttys008.ros-mbp (Detached)
...
0
votes
1answer
43 views
Unbind gnu-screen commands
In copy mode, I don't want C-f to be bound to "page-down". What can I include in my .screenrc to unbind keys?
I tried
bind f
and
bind ^f
0
votes
1answer
70 views
.screenrc: Escape a single quote
escape ^\' gives me this error:
.screenrc: Missing ' quote.
How can I escape a single quote, so that C-' (rather than C-a) can be my screen escape key?
0
votes
0answers
60 views
control-left and control-right not working in vim, within a screen session [closed]
In vim, control-left and control-right are back and forward whitespace-separated word (i.e. synonyms for B and W), the same as web textareas and bash.
But when running screen, these keys stop ...
-1
votes
1answer
78 views
Garbled text on GNU Screen status line [closed]
I am using gnu screen. Every once in a while, when I accidentally cat some binary data (i.e. a gzipped file that I meant to use zcat, etc.) it will output garbled text to the screen. After the output ...
1
vote
0answers
244 views
Setting environment variables in .screenrc
I'm trying to write a .screenrc file that I can use to set up for a developing on a particular project - It will start a few screens, cd to the right places, open up the right files in an editor, and ...
1
vote
1answer
80 views
How to make GNU-Screen share 1 Screen for all Users?
How can I start a Screen that is accesable as Root-User and Default-User?
Because now when I start a Screen as Default-User with the command:
screen -dmS test java $JAR nogui
After executing the ...
5
votes
1answer
342 views
Shell GNU-Screen -X Stuff problems
OPTIONS="java -Xms1024M -Xmx1024M -jar craftbukkit.jar"
PROCESS=server01
screen -dmS $PROCESS $OPTIONS nogui # Starting the application
screen -x $PROCESS -X stuff `printf "stop\r"` # ...
0
votes
1answer
96 views
vim in screen: vim does not highlight syntax when I'm in a screen session
I cannot see any syntax highlighting in any language (e.g. python, c++ and sh) when I use vim within a screen session. The line numbers are in color though.
I precise that my terminal (in screen too) ...
1
vote
2answers
77 views
how to add another console to interact with multi-threaded program
I have a single-threaded program doing some long-running computing job. The main thread is using the console for some output. I'm considering adding another thread to interact with user to query ...
1
vote
1answer
60 views
How to set Emacs instances to use separate histories in separate GNU screen windows?
I often have several instances of Emacs open in different GNU screen windows. How can I give them separate histories for compilation, etc?
The problem is: When I do M-x compile in Emacs in one ...
0
votes
2answers
169 views
GNU Screen split tab
I'm looking for a way to split a tab (not all tabs) with GNU Screen.
I currently have one tab per account / application. For an application I would like to see the log and have a bash at the same ...
0
votes
1answer
223 views
How to run screen executing a command over ssh with tty
I tried many things today to have ssh start a screen session which executes a command. The goal is to run a command on a remote machine and to be able to see the output and to detach and reattach ...
0
votes
1answer
35 views
Start screen with commands for different windows
How can I start gnu screen with several different commands in several different windows?
i.e., (pseudocode)
screen -window1="ping google.com" -window2="vim ~/secret_document.txt"
2
votes
1answer
75 views
Screen escapes differently when called from bash
I have a long running server process called ROBUST, which has a console. We run it in a screen and attach to manually manipulate the server (it's a virtual world server).
I have a web app (in prolog) ...
3
votes
1answer
786 views
Get output from command with Tcl expect
I've spent the better part of the day now searching everywhere for an answer, and nothing has worked so far. What I'm trying to do is run an expect script that will attach to a GNU screen session, ...
0
votes
0answers
18 views
Screen - salloc - exit by accident
I'm working on a remote cluster, and for development, I started to combine the screen utility with the salloc --exclusive command from the SLURM resource manager. However, two times, in two days, I ...
3
votes
0answers
85 views
how to put elscreen tabs on the top only?
I'm using elscreen in my GNU Emacs 24.2.1
Currently, when i split my window, I have a same tab panel in each half:
Note that the two lower windows have the same tabs as the largest one.
How can I ...
2
votes
2answers
47 views
Tell screen window to run the previous command
I have the following in my vimrc:
nnoremap <F1> :!screen -S foo -p run -X stuff '!!^M'
However, when click F1, I get the error: No previous command.
What I want is to tell the 'run' ...
0
votes
1answer
88 views
Screen keeps terminating
I am trying to run a script in a screen that uses inotifywait to check for new files being created and then runs a script when an event that matches some parameters occurs. For some reason screen ...
1
vote
1answer
97 views
GNU Screen: create or attach to a session AND source a file
Using "screen -D -R -S foo", one can attach to an existing session named "foo", or if said session doesn't exist, create it.
How does one also source a file that contains screen commands?
I thought ...
1
vote
0answers
157 views
Vim zenburn doesn't work under screen in mac
I'm trying to use zenburn on OSX under vim. However, whenever I use vim under screen, the background is black instead of grey. Are there color settings I need to set in screen?
Here's my screenrc:
...
0
votes
1answer
115 views
Bash: Killing all screens with a specified name
If I have multiple screens with the same name, how could I kill all of them without checking all of their PIDs, and then executing screen -wipe?
Example:
24754.screen1 (Detached)
32236.screen1 ...
0
votes
1answer
71 views
Bash: Screen parameters being interpreted incorrectly
I'm trying to start daemon screens with screen -dmS nameofscreen command. This works by itself, but when I use a command with && or | it seems to interpret it wrong.
Example: screen -dmS ...
0
votes
1answer
225 views
how to log the output of a session generated by “screen” command?
I am running several screen sessions in the same directory at the same time. When the program in a certain session is completed, this session is terminated automatically, however, I need to check the ...





