Skip to main content

All Questions

Tagged with or
0 votes
0 answers
89 views

I'm running this command: screen -S server -X stuff $'\003' when I run it directly in bash it execute immediately. When I'm running it through node's spawn, it takes several seconds for the command to ...
Elad Katz's user avatar
  • 101
0 votes
1 answer
288 views

From time to time I find that a Digitalocean server gets slower, had low memory... $ free -h total used free shared buff/cache available Mem: 985M ...
NoBugs's user avatar
  • 101
0 votes
1 answer
743 views

I am trying to make systemd unit that starts a script inside GNU screen headlessly. I did base my work here on a couple of questions some had that were related. I also tested the ExecStart line in a ...
Kaizushi's user avatar
0 votes
1 answer
47 views

We have Mac Mini with a classic Mac OS install (12) that runs a command every x minutes within a screen instance using a pipenv command that look like this. [scripts] some_pipenv_command="sh -c '...
AsTeR's user avatar
  • 267
1 vote
1 answer
946 views

I would like to exit my active screen session and kill (not detach) the session. This is done with CTRL + a and then k, however screen then then prompts you "Really kill this window [y/n]" ...
Rino Bino's user avatar
  • 722
0 votes
3 answers
3k views

I have a sh script with the following content: screen -mdS myscript /home/myscript/myscript_env/bin/python3 /home/myscript/bot.py This script executes a python script and opens it in a new screen. It ...
Steven2105's user avatar
2 votes
1 answer
2k views

We're trying to rewrite a draconian screen session killer for users who leave their screen sessions up for an inordinate amount of time and have in some way or other circumvented our session timeouts. ...
Peter Turner's user avatar
  • 2,538
2 votes
0 answers
218 views

Looks like GNU screen considers detach a lock request, and always locks when detached. How do I disable this? I trust all users (myself) on the box, and care little about the security implications.
lwa's user avatar
  • 21
0 votes
2 answers
997 views

I want to start screen and put a couple of programs running inside on startup. I've seen many similar posts but none answered my question. so I put in rc.local following 2 lines: screen -dmS scr ...
DenisZ's user avatar
  • 148
0 votes
1 answer
792 views

On ubuntu server 20.04 I created a service definition for a Minecraft server within a screen session like that [Unit] Description=Minecraft Server After=network.target [Service] User=minecraft Nice=...
Jan's user avatar
  • 111
0 votes
1 answer
247 views

I am looking into upgrading GNU screen following CVE-2021-26937. My question is simple: can I upgrade GNU screen without restarting my current screen, e.g., by a kind of in-place upgrade mechanism ...
a3nm's user avatar
  • 939
1 vote
1 answer
2k views

I'm running a CLI on an EC2 server (Amazon Linux image), which I let run indefinitely with the screen terminal multiplexer. My program queries an API continuously and logs the current state to stdout: ...
Paul Razvan Berg's user avatar
1 vote
0 answers
2k views

I'm facing somme issue when trying to keep process alive when shutting down session in MobaXTerm. I have a java process which should run on a linux server. I am using two commands, nohup and screen. ...
Sebr's user avatar
  • 11
0 votes
0 answers
232 views

Running an application inside screen to log all output including stacktraces not caught by the applications logging. Screen is however logging all formatting like ^[[58;1H^[[58;1H which results in ...
user2280032's user avatar
1 vote
2 answers
3k views

So I want to run screen inside a systemd service so that I can give the process (inside the daemon) commands while it is running. See at the end of the question for examples of what I want be be able ...
Rinkana's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
21