From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MmA2Q-0003k4-Lr for garchives@archives.gentoo.org; Fri, 11 Sep 2009 17:35:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BBAFE06C8; Fri, 11 Sep 2009 17:35:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09313E06C8 for ; Fri, 11 Sep 2009 17:35:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A575867431 for ; Fri, 11 Sep 2009 17:35:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.217 X-Spam-Level: X-Spam-Status: No, score=-3.217 required=5.5 tests=[AWL=-0.618, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LAh6N8YGhOBQ for ; Fri, 11 Sep 2009 17:35:49 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7F91B6739A for ; Fri, 11 Sep 2009 17:35:46 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MmA26-0002Gb-0u for gentoo-user@gentoo.org; Fri, 11 Sep 2009 19:35:38 +0200 Received: from athedsl-379809.home.otenet.gr ([79.131.35.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 19:35:38 +0200 Received: from realnc by athedsl-379809.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 19:35:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: screen, mc, htop Date: Fri, 11 Sep 2009 20:35:17 +0300 Organization: Lucas Barks Message-ID: References: <58965d8a0909110838qbd3fd9dq848005b66977300c@mail.gmail.com> <20090911160457.GA21779@math.princeton.edu> <58965d8a0909111008u40f67f4apb372b3c107b3fe62@mail.gmail.com> 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=ISO-8859-1; format=flowed X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-379809.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090826 Thunderbird/3.0b3 In-Reply-To: <58965d8a0909111008u40f67f4apb372b3c107b3fe62@mail.gmail.com> Sender: news Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7285d287-827d-40b0-b070-2ecaecf87d4d X-Archives-Hash: 3116d3e74d2c8fc714848be8fbf37052 On 09/11/2009 08:08 PM, Paul Hartman wrote: > On Fri, Sep 11, 2009 at 11:58 AM, Nikos Chantziaras w= rote: >> On 09/11/2009 07:04 PM, Willie Wong wrote: >>> >>> On Fri, Sep 11, 2009 at 10:38:50AM -0500, Paul Hartman wrote: >>>> >>>> On Fri, Feb 13, 2009 at 2:35 PM, Andr=E1s, Cs=E1nyi - Sayusi Ando >>>> wrote: >>>>> >>>>> I use screen lot of and I like it veery much. Few weeks ago - when = I >>>>> reinstall gentoo, started this weird thing. >>>>> If I start mc in the screen nothings happen. I can see the cursos i= s >>>>> stop before the last line and waiting... >>>>> Generally first time the mc is start and I can work with. But, rand= om >>>>> long time later the mc is start doing this stupid behavior what I >>>>> wrote upper. This thing is independent what I did. Last time is >>>>> started after I use vim to edit an file. Yesterday started after I >>>>> write in mc's command line 'df -h' and hit Enter. >>>> >>>> This is a very old post, but I want to say I am experiencing the sam= e >>>> problems with screen and mc (even after I initially replied saying I >>>> didn't have it :). Did you ever find a solution? >>>> >>> >>> I dunno if my problem is the same as yours, but it may not be just mc= . >>> screen has been crapping out on me lately, and also randomly, like >>> described above, when I use some of the shell scripts that I wrote. I= t >>> only happens with interactive scripts that display a menu using >>> 'dev-util/dialog'. Most of the time it works, sometimes it doesn't: >>> after the previous dialog clears the screen, screen just sits there >>> blinking and not loading the next one. >>> >>> I'd be interested in a solution too, if there is one. >> >> If you start screen, then do "export TERM=3Dxterm", does that fix the = issues? > > So far that seems to fix it for me! But it's a very random and > non-reproducible error so only time will tell. mc froze on startup for > me just now (with TERM=3Dscreen) 5 times in a row; set TERM=3Dxterm and= mc > started without problem 5 times in a row. So that's a good sign, I > think. > > Thanks! I use that trick to get mouse support in mc under screen. Just thought=20 it might solve even more issues.