On Fri, 13 Mar 2015 15:59:04 +0000 Neil Bothwick <[email protected]> wrote:
> On 13 March 2015 15:52:41 GMT+00:00, German <[email protected]> wrote: > > This is very strange. When I boot up my box and login as a user I can > > use screen. But if I booted up and logged in as root first and then su > > user, the user have the error message displayed in the subject line. > > Any ideas? > > > > -- > > German <[email protected]> > > Try su - l user. > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. after searching, I found the following solution to chmod tty1, like so: chmod o+rw /dev/tty1 and this worked, I was able to use screen as a user, however it doesn't stay permanently; after reboot, I got the same problem. How to chmod tty1 so changes stay permenently? Thanks -- German <[email protected]>

