From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by mail.openembedded.org (Postfix) with ESMTP id 9CABC7825E for ; Mon, 18 Sep 2017 19:30:15 +0000 (UTC) Received: by mail-wr0-f195.google.com with SMTP id b9so977261wra.0 for ; Mon, 18 Sep 2017 12:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Ugbv9vJ54Ai6UXA4NJV6hWDAhdkeoyhDHCuqnsIf92k=; b=iDxKapLMCifcvuPJwy1/qUAr9pqn1Oo47Tc9xDAhDqqk9LnU25XdS/VKiJfo5ks3q8 4S6cdZKMvMvHdIMCS5uBnWdxNw+imXY26I77exmst27k0FSav4sBNMcQpby7EvcnlJ73 HdOp66IS2BTx+GLMoNN9ODe/2Iw5EKFAD3F1us92Q3UOogKB1yeuVtLH4V8yMwSIKSKa vDkCmcAFtU5e/kTTJ4VY8ncTIS+JJ1QIUC61WRkaSXd/+wIgvtd+tfVpNKhNDnUMqNS1 EZm+Vlsq0t7FDCfECw9QgIXdmHdzOwPkg+jAu4rGmkhhYsJzjlbf4r+mvva0IbCWzYrf DhCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Ugbv9vJ54Ai6UXA4NJV6hWDAhdkeoyhDHCuqnsIf92k=; b=BGGttnnz9z2HtR2uqtVlKhw/bZKLNvCjmFIAvrWsUaRUkonD5z1FnGE97y1IdLxiAF vnaFwKA0Cg1doRIaZdYumhMtMhTVa7a2ATr1DmlP8W3iyJPiY7A8oxKtHZG5zDPweljR QriiAtLLUtfuf1S8FiKQNtTkLHEs8RVqdR4X/dwFzFoV+WtK3KXuKBV7X5FQNlEnhh7n +UOcNUjeOEfRNUe24OGVcmv3ESg4SRWCbeXGpS4CD5tnrJoLdyMmsDVGhjLXIbWnOi7T j0y2mGAD2b6ttce9fpZqsCwybsj3lQx3QUJ1+K91DMWV35MoJ2nJIsDFZZ0N1jFlJyaA zp4w== X-Gm-Message-State: AHPjjUje5Qp3NGtHaSJxmVfEkAOWAw3ZEH4nk5MuCmy8x+nL0Lws1jS5 RwNso7YlCsURONirT+ELz6V3GzZgLiDMM2U+kzQ= X-Google-Smtp-Source: ADKCNb5a+974xChSj7EmtVcME/C2+GGNsjHaUBdeI9vzYSUJK77my9JS48OZa4GjBt6UN1xiKi7CWdwQ3RSmcdptiD0= X-Received: by 10.223.186.6 with SMTP id o6mr26992318wrg.263.1505763016342; Mon, 18 Sep 2017 12:30:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.141.198 with HTTP; Mon, 18 Sep 2017 12:30:15 -0700 (PDT) In-Reply-To: References: <1505723966-17120-1-git-send-email-mike.looijmans@topic.nl> <660382f7-55b7-39cc-ae2a-afab46301b3c@topic.nl> <1505743634-13500-1-git-send-email-mike.looijmans@topic.nl> From: Andre McCurdy Date: Mon, 18 Sep 2017 12:30:15 -0700 Message-ID: To: "Burton, Ross" Cc: Mike Looijmans , Peter Kjellerstedt , "openembedded-core@lists.openembedded.org" Subject: Re: [PATCH] base-files: profile: Get rid of "resize" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 19:30:15 -0000 Content-Type: text/plain; charset="UTF-8" On Mon, Sep 18, 2017 at 12:19 PM, Burton, Ross wrote: > On 18 September 2017 at 20:01, Andre McCurdy wrote: >> >> > The question is does it do something useful *now*? >> >> I don't have a board with a serial console to test at the moment. >> Busybox hasn't changed in recent memory though, so as long as the >> resize command does actually get run I presume it's still going to >> work. > > Re-read the code. I've never read the code before, so don't make any claims to know *how* it works or worked :-) > There's a call to ioctl with TIOCSWINSZ which I'm > *guessing* is set window size. Google is not useful for this! It does all > this on stderr. > > So yes it *should* work, but not if you redirect stderr to /dev/null. We don't redirect stderr to /dev/null, only stdout. > Yes, this is a mess. :) > > Ross