From owner-freebsd-questions@freebsd.org Sun Feb 11 19:04:37 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69F9FF0E890 for ; Sun, 11 Feb 2018 19:04:37 +0000 (UTC) (envelope-from aitor.acedo@gmail.com) Received: from mail-vk0-x23f.google.com (mail-vk0-x23f.google.com [IPv6:2607:f8b0:400c:c05::23f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F109085926 for ; Sun, 11 Feb 2018 19:04:36 +0000 (UTC) (envelope-from aitor.acedo@gmail.com) Received: by mail-vk0-x23f.google.com with SMTP id o17so2496433vke.19 for ; Sun, 11 Feb 2018 11:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:message-id:in-reply-to:references:subject:mime-version; bh=CM4MfKd48dpw/MP+WAX48uRLwFI4tTh0VUZ59xoFZnI=; b=gTzMnARbEB7rARmv5Or+p8juVJm5Rqz3LOj36yqPVAYvUVmk2pYKa0ZMeggb/FHLJn xCkNBdqJS5epxJee3wSftWQHyXPkmVZUA0Kpqh7QxgeycTlLq+Zm9Fus+JigO6Q8czlU vsPShSex6roH9ZzKcwDGR93U6tI3fMtYqPxKiqrAtoeQP53LSWHdrXJh9AnbpCUncL2L H3WRRZ5SPLjJIzqgpTMVr8QAuHxu8/DScolkN/p1t9Koy6tjl9+8oI3zKH/vsw9xX39R bBEgzevJaB/Kn1ToUVdpWmGbeM1J/MR3XW5Ghcbn2gAfsAaWave5lUmQkQPTro4Y9mTA ryzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:message-id:in-reply-to:references :subject:mime-version; bh=CM4MfKd48dpw/MP+WAX48uRLwFI4tTh0VUZ59xoFZnI=; b=ITQhDNNcWdZ0p764VaHGF5m1Fix3jJ7K2KCryOLt0QL3QiYBwVdFlLYPf4gef/6VlX 1+UZnShvdXo2N8AxEs2hRyluQ1HgUm64G1BgaIXdtjBbkMwM5XMSW7O310Zrswj9echI GkLLGAOqwg65IcmBkdOqTVP5c1hPstW3LGadQADV3/u0GWG2v3BYAYdpCgK61ydwcNEq tw39+TkFwOmi72rK9UeuKFLeIaIQqkQNYS7+UVsPqL225mYndPD97vhW70T3LGmJmPJe vA1SWMnvL4mOchfLvz/jiGhJM3Yq2U0YwjCQui29f17n0gTi9/Z/DbYr+zC+GvWz811l Lx/A== X-Gm-Message-State: APf1xPA8Yq+RWhznHAqB3ivz6m3HdBfKemGCTmoFyw1dAQEQnbbA7d1R MADfaSOPgL4ZM1w4CtJLKBh4Era1fA== X-Google-Smtp-Source: AH8x2277X3DCKM5GXBwXFFaQ8ZKHPx1OfiXiyfu+wJKiyfjy85pOc6fXvwEg2wLtESsNqRIWhgPtrrFh3A== X-Received: by 10.31.54.205 with SMTP id d196mr832781vka.14.1518375876320; Sun, 11 Feb 2018 11:04:36 -0800 (PST) X-Google-Already-Archived: Yes X-Google-Already-Archived-Group-Id: af28cfb1dd X-Google-Doc-Id: 841afe28b5f2f X-Google-Thread-Id: a3e06d4fb67b4c1a X-Google-Message-Url: http://groups.google.com/group/ml-freebsd-questions/msg/841afe28b5f2f X-Google-Thread-Url: http://groups.google.com/group/ml-freebsd-questions/t/a3e06d4fb67b4c1a X-Google-Web-Client: true Date: Sun, 11 Feb 2018 11:04:35 -0800 (PST) From: aitor.acedo@gmail.com To: ml-freebsd-questions Message-Id: <0f072d7c-f9ea-4066-b2e9-bf08c05f0609@googlegroups.com> In-Reply-To: References: Subject: Re: weird screen problem MIME-Version: 1.0 X-Google-IP: 87.221.117.68 X-Mailman-Approved-At: Sun, 11 Feb 2018 19:39:13 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 19:04:37 -0000 Hello, I faced a very similar problem assigning screen as shell for some user accounts, I have to setup SHELL environment variable. I could find my problem comparing the env output from a xterm session which is working properly with env screen session, making use of env && sleep 10 commands in a custom shell script, it's a dirty way of doing it but it works for me. I hope you can at least find the difference between to sessions. Regards, Aitor On Monday, May 22, 2017 at 8:16:42 AM UTC+2, Zane C. B-H. wrote: > > Recently had a power outage and after coming back up I started having > the issue with screen below. > > csh: The terminal database could not be opened. > csh: using dumb terminal settings. > > The odd thing is I don't have any issues with xterm or the like, just > screen. > > So far I've been setting around this via. > > setenv TERM xterm > > Any one have any ideas on this? > _______________________________________________ > freebsd-...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " >