Quote (mikshaw @ Sep. 20 2005,11:25) |
Since screen is a whole other system of shells, it's possible that the output is being controlled by screen rather than being sent to stdout/stderr. Just guessing as usual =o) Just out of curiosity...if it's just a headless jukebox, why use screen? |
Quote (mikshaw @ Sep. 20 2005,14:12) |
I think you can execute it from bootlocal with "su dsl -c screen ...". |
Quote (mikshaw @ Sep. 20 2005,14:12) |
Another option might be to return /.bash_profile to it's original state of automatically logging in as dsl (if you are running in runlevel 5), and start screen from /home/dsl/.bash_profile (in place of startx). |
Quote (mikshaw @ Sep. 20 2005,14:12) |
From my experience with screen in DSL, you'll need to make sure that /dev/tty1 has write permission by either user 'dsl' or group 'staff', if you haven't already done this. |