mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 12 2007,03:51 |
|
I finally got around to testing lucky13's screen.uci (from a couple months ago). It works fine, but has the same issue as my personal build when used in console on a vanilla frugal/livecd. Since tty1 is already owned by root if you boot into runlevel 5, screen will fail. You should be able to avoid this by booting into runlevel 3, or run the following commands in runlevel 5:
Code Sample | sudo chown root.staff /dev/tty1 sudo chmod 660 /dev/tty1 |
orCode Sample | sudo chown dsl.staff /dev/tty1 |
I've never quite decided which is a better option, but it seems they both have approximately the same level of security.
This is not an issue when running screen in an x terminal
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|