Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-12-05 Thread via GitHub
maxmbed commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1840958773 Cannot find a way to apply Linux capability to gdb. If anyone has solution, please let me us know here. -- This is an automated message from the Apache Git Service. To respond to t

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-25 Thread via GitHub
maxmbed commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1826281959 Thanks @anjiahao1, launching gdb with the admin privilege is working. I can access network now. Without sudo, the issue happens during the configuration of the tap device in `

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-22 Thread via GitHub
anjiahao1 commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1823765587 ![image](https://github.com/apache/nuttx/assets/75056955/f341664b-c6d8-475b-9a23-3004d766382a) @maxmbed It may be caused by gdb not having network permissions? Try using sudo gd

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-22 Thread via GitHub
anjiahao1 commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1823763739 > @alandeassis, No, the host cannot ping Nuttx in this case. > > Actually, the `sim:tcpblaster` example has already ICMP support enabled. Network is accessible if I run tcpbl

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-22 Thread via GitHub
acassis commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1823591781 @masayuki2009 any idea why network in the SIM is not accessing when using GDB ? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-21 Thread via GitHub
maxmbed commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1821816720 @alandeassis, No, the host cannot ping Nuttx in this case. Actually, the `sim:tcpblaster` example has already ICMP support enabled. Network is accessible if I run tcpblaster

Re: [I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-20 Thread via GitHub
alandeassis commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1819847221 @maxmbed can you ping NuttX from your host? You need ICMP enabled on NuttX! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-19 Thread via GitHub
maxmbed opened a new issue, #11223: URL: https://github.com/apache/nuttx/issues/11223 When running Nuttx `sim:tcpblaster` in GDB , I am encountering a problem to access the network. I cannot seem to access or to ping either the gateway or dns 8.8.8.8. I tried to set kernel capabil