Build failed in Jenkins: NuttX-Nightly-Build #75

2020-03-24 Thread Apache Jenkins Server
See Changes: -- [...truncated 517.70 KB...] find: '

Re: nslookup issue in DNS name resolution

2020-03-24 Thread Alan Carvalho de Assis
Hi Surya and Greg, Doing more some tests I discovered something that appears an issue on NuttX nslookup: NuttShell (NSH) NuttX-8.2 nsh> ifconfig eth0 192.168.15.113 nsh> nslookup google.com Host: google.com IPv4 Addr: 216.58.222.78 nsh> nslookup receiver-producao.xpdia9pary.sa-east-1.elasticbe

Re: nslookup issue in DNS name resolution

2020-03-24 Thread Alan Carvalho de Assis
Hi Surya, I just tested nslookup on freedom-k64f board and it worked fine: NuttShell (NSH) NuttX-8.2 nsh> ifconfig eth0 192.168.15.85 nsh> nslookup google.com Host: google.com IPv4 Addr: 216.58.222.78 nsh> nslookup youtube.com Host: youtube.com IPv4 Addr: 172.217.29.78 nsh> ping google.com PING

MLD application issue

2020-03-24 Thread Surya prakash Verma
Hello Everyone, We have configured MLD for IPv6 on RX65N and tried to test but observed MLD application is failing to transmit packet on very first execution of MLD application. It works with second time execution of MLD applications. We have debugged and observed that MLD application request i

Re: nslookup issue in DNS name resolution

2020-03-24 Thread Surya prakash Verma
Hello Greg, Thank you for your reply. We have checked CONFIG_NET_ARP_SEND configuration and it is already enabled but still getting same issue. Thanks & Regards, Surya From: Gregory Nutt Sent: 17 March 2020 20:31 To: dev@nuttx.apache.org Subject: Re: nslookup