Screen command

From QNAPedia
Revision as of 05:24, 18 February 2016 by Ma7dy (talk | contribs) (Created page with "Running the command '''screen''' might yield the following error  <pre>/var/run/utmp: No such file or directory Cannot find termcap entry for 'xterm-color'.</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Running the command screen might yield the following error 


/var/run/utmp: No such file or directory
Cannot find termcap entry for 'xterm-color'.


To work around it, run the following commands 

touch /var/run/utmp 
ln -s /usr/share/terminfo/x/xterm-xfree86 /usr/share/terminfo/x/xterm-color