From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DB2FAE00978; Thu, 16 Jul 2015 06:10:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (diego.ml[at]zoho.com) * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.201.84.158 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Greylist: delayed 904 seconds by postgrey-1.32 at yocto-www; Thu, 16 Jul 2015 06:10:44 PDT Received: from sender153-mail.zoho.com (sender1.zohomail.com [74.201.84.158]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3B075E00957 for ; Thu, 16 Jul 2015 06:10:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:date:message-id:user-agent:in-reply-to:mime-version:content-type; b=MMmQptjB1gNpt9sbi4iZj9kYJOzcYJo+9gCCSHj/R2h6TSgt0csfSEkCNbWiL/7HEikKOWaS42B7 dObYotxjgquzQGWvLJ13uJhuhD0s3QkX+2HE52iMS9qUcY9++sLd Received: from localhost.localdomain (host65-246-static.10-188-b.business.telecomitalia.it [188.10.246.65]) by mx.zohomail.com with SMTPS id 1437051339644637.0568235026533; Thu, 16 Jul 2015 05:55:39 -0700 (PDT) From: Diego To: meta-freescale@yoctoproject.org Date: Thu, 16 Jul 2015 14:55:36 +0200 Message-ID: <2833716.v7H5aENjJP@localhost.localdomain> User-Agent: KMail/4.14.9 (Linux/4.0.6-200.fc21.x86_64; KDE/4.14.9; x86_64; ; ) In-Reply-To: MIME-Version: 1.0 Subject: Re: static ip X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 13:10:46 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" > > After boot, this is what I can see with ifconfig eth0 command: > > NO static ip is set on eth0 for inet > > > > eth0 Link encap:Ethernet HWaddr 00:04:9F:03:9F:FD > > > > inet6 addr: fe80::204:9fff:fe03:9ffd/64 Scope:Link > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 > > collisions:0 txqueuelen:1000 > > RX bytes:0 (0.0 B) TX bytes:4642 (4.5 KiB) > > > > However, if I execute: > > /etc/init.d/networking restart > > everything seems to work and I can connect to static ip > > > > Any suggestion will be very appreciated. > > Thank you in advance > > it seems like /etc/init.d/networking is not executed at boot or > executed when bad timing. > > Wally I experienced a similar timing problems some time ago, but with udhcpc, and I think this presented before: https://lists.yoctoproject.org/pipermail/poky/2011-August/006931.html So suggestion is to try waiting when the eth0 link is UP. I think there aren't obvious solutions to this, but there are several options you can try. Bests, Diego