why do you even run it in background? just use byobu and hit F6 to exit.
it will go on as normal and you'll get back just by ssh-ing in again.
multiple windows and scrollback buffers as bonus ;-)
i use screen ...
its easy to configure and runs from the command line with the same features you just mentioned ...
which is why i was trying to establish HOW he was doing the 'background' run ...
ill look into byobu - ive never heard of it ...
edit - hehehe ... and its in the fedora 23 repo ... nice ...
[root@horus ~]# dnf info byobu
Last metadata expiration check performed 21:41:36 ago on Tue Feb 2 01:17:05 2016.
Available Packages
Name : byobu
Arch : noarch
Epoch : 0
Version : 5.97
Release : 1.fc23
Size : 157 k
Repo : updates
Summary : Light-weight, configurable window manager built upon GNU screen
URL : http://launchpad.net/byobu
License : GPLv3
Description : Byobu is a Japanese term for decorative, multi-panel screens that serve
: as folding room dividers. As an open source project, Byobu is an
: elegant enhancement of the otherwise functional, plain,
: practical GNU Screen. Byobu includes an enhanced profile
: and configuration utilities for the GNU screen window manager,
: such as toggle-able system status notifications.
and just for informations sake ...
[root@horus ~]# dnf info screen
Last metadata expiration check performed 21:44:09 ago on Tue Feb 2 01:17:05 2016.
Installed Packages
Name : screen
Arch : x86_64
Epoch : 0
Version : 4.3.1
Release : 2.fc23
Size : 938 k
Repo : @System
From repo : @commandline
Summary : A screen manager that supports multiple logins on one terminal
URL : http://www.gnu.org/software/screen
License : GPLv2+
Description : The screen utility allows you to have multiple logins on just one
: terminal. Screen is useful for users who telnet into a machine or are
: connected via a dumb terminal, but want to use more than just one
: login.
:
: Install the screen package if you need a screen manager that can
: support multiple logins on one terminal.
tanx ...
#crysx