screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: startup issue.


From: Thomas Köhler
Subject: Re: startup issue.
Date: Thu, 28 Jan 2021 09:09:29 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

Hi,

On Wed, Jan 27, 2021 at 01:40:17PM -0500, Calvin Arndt 
<carndt@macksrecycling.com> wrote:
> 
> Ubuntu 18.04.5 LTS 
> 
> At the command prompt this succeeds: 
> 
> screen
> -dmS newscreen mc 
> 
> It creates a detached screen session with mc alive
> and well within! 
> 
> But dump the exact same command in /etc/rc.local and
> now screen 
> 
> doesn't start at boot??? Remove the command (in this case
> "mc") 
> 
> and screen is started detached successfully. What is going on
> here? 

Most probably $PATH is not the same and "mc" can't be found.
Find out where mc is located and try

  screen -dmS newscreen /full/path/to/mc

or

  PATH=/where/mc/is/located:$PATH screen -dmS newscreen mc


> -- 
>  Calvin Arndt
> carndt@macksrecycling.com

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       jean-luc@picard.franken.de
     <><             WWW:              http://gott-gehabt.de
                     IRC: tkoehler       Freenode: thkoehler
                     PGP public key available from Homepage!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]