Table of Contents

TODO

 Setting up screen (4.0.3-14) ...
install: can't change ownership of /var/run/screen: Operation not permitted
dpkg: error processing screen (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 screen
Updating desktop entries... Done
E: Sub-process /usr/bin/dpkg returned an error code (1)
chmod 777 /var/run/screen
apt-get install -f
root@debian:/# screen 
Must be connected to a terminal.

/dev/

cd / && mkdir -p dev/pts/ # ToDo MAKEDEV
for t in $(seq 0 9 ) ; do sudo mknod  dev/pts/$t c 136 $t; done
#| Cannot open your terminal '/dev/pts/0' - please check.
mount -t devpts devpts /dev/pts
mkdir -p /var/run/screen


By the way :

cd ../dev/ && sudo MAKEDEV -v generic 

@more: armv5

GNU screen

MISC

MORE

screen.txt · Last modified: 2022/09/11 13:18 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki