From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Wed, 09 Jul 2014 11:46:58 -0300 Subject: [Buildroot] ping not working in a glibc based buildroot In-Reply-To: <53BD5452.6030902@scalemp.com> References: <53BD4395.5050306@scalemp.com> <20140709142242.GK3003@tarshish> <53BD5452.6030902@scalemp.com> Message-ID: <53BD55E2.7070507@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 07/09/2014 11:40 AM, Eial Czerwacki wrote: > yes, here it is: > --- /etc/resolv.conf 2014-07-09 17:35:30.420040438 +0300 > +++ yyy/etc/resolv.conf 1970-01-01 02:00:00.000000000 +0200 > @@ -1,3 +0,0 @@ > -; generated by /sbin/dhclient-script > -search cluserdns cluserdnsus > -nameserver 10.100.1.40 > > thing is, I'm not sure who generates the content of that file, is it > part of busybox? other utility? That depends on your network configuration, for static IP scenarios normally you do, for DHCP it's normally done by the dhcp post up script. Regards.