mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #40] disconnected during upgrade packages #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frederikbosch on GitHub (Jan 16, 2019).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/40
I am wondering how I can prevent that I get disconnect from
sshwhen upgrading packages throughapt upgrade. This happens when packages have not been updated for a while. Security updates are activated through this installation library, but feature/bug updates will have to be installed manually. And during this process I am disconnected before the installation was finished.@konstruktoid commented on GitHub (Jan 17, 2019):
If the update takes more than 5 minutes, and gets you disconnected, I suggest you should try running the update using
screenortmux.@frederikbosch commented on GitHub (Jan 18, 2019):
Thanks, I believe I had problems with that before due to systemctl setting that closed the user session, even when I started tmux/screen. I cannot recall any more. Therefore I close it for now.