From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7F0E138CBF for ; Fri, 13 Mar 2015 19:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B99BE08EF; Fri, 13 Mar 2015 19:16:35 +0000 (UTC) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14EC3E08D5 for ; Fri, 13 Mar 2015 19:16:34 +0000 (UTC) Received: by lbiw7 with SMTP id w7so24902505lbi.6 for ; Fri, 13 Mar 2015 12:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=F211ni/rVOksQm3lkc+NDDtQ2j/EnJrdhvSsR9N8VsQ=; b=j8m6EDe6jaIwn+VB+lOQqHcFPhubPMuELzLUMmTtr3Z8XpPalBuloapoeNCAe32qFx BAsd/DdwaTplBBNPbAWOI4TAkU21vuNui1vzJMcNgLSQP67NA5AehA+SxTwrW4AjxaFz rnmEIHfHHfffHZKhthkpCiTvkV/lx9le27X1Is153zA3EFEiQxmnWcRzVKSp8L+PDyM+ 7j9JSnqKh8NvySP6CmSoPrUr+98X+LtNW7EOaITHmiyL3ka4JSHxKy2YW45dmsPfzGeB 5Gfxkz5ZwxhwInP4J+b/weE1jaANbMzawsdeJDrqkErFJtTOi9r44QtJgkutMy9kNKbW VjPA== X-Received: by 10.112.170.100 with SMTP id al4mr45027481lbc.42.1426274192655; Fri, 13 Mar 2015 12:16:32 -0700 (PDT) Received: from digger ([178.70.71.200]) by mx.google.com with ESMTPSA id x9sm571976lax.20.2015.03.13.12.16.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 12:16:31 -0700 (PDT) Date: Fri, 13 Mar 2015 15:16:28 -0400 From: German To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Screen: Cannot open your terminal '/dev/tty1' - please check [Update] Message-Id: <20150313151628.cc840cdef745f8947c944afd@gmail.com> In-Reply-To: <125a8276-2199-4dae-8dc9-619ca436e548@email.android.com> References: <20150313115241.60fee51b1e2d361dcdd99f7c@gmail.com> <125a8276-2199-4dae-8dc9-619ca436e548@email.android.com> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 9b761c47-57ff-43d2-bd89-40553bf13222 X-Archives-Hash: 7de0cb2ce2c328312c5232c9c4fec297 On Fri, 13 Mar 2015 15:59:04 +0000 Neil Bothwick wrote: > On 13 March 2015 15:52:41 GMT+00:00, German 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 > > 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