Skip to content

samples: telnet: net shell is not working #14691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tedd-an opened this issue Mar 19, 2019 · 3 comments
Closed

samples: telnet: net shell is not working #14691

tedd-an opened this issue Mar 19, 2019 · 3 comments
Assignees
Labels
area: Networking area: Samples Samples bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@tedd-an
Copy link
Collaborator

tedd-an commented Mar 19, 2019

Describe the bug
Found couple of issues:
log_strdup_alloc_failed error
net shell is not working from the telnet side even if the connection is established

To Reproduce
Steps to reproduce the behavior:

  1. samples/net/telnet
  2. mkdir build; cd build
  3. cmake -GNinja -DBOARD=qemu_x86 ..
  4. ninja && ninja run
  5. From the terminal,
    $ telnet 192.0.2.1

Expected behavior
Access net shell via telnet

Impact
Sample is not working as described in https://docs.zephyrproject.org/latest/samples/net/telnet/README.html

Screenshots or console output
output attached
telnet-output.txt

Environment (please complete the following information):

  • OS: Linux FC28
  • Toolchain Zephyr SDK
  • 3dea408
@tedd-an tedd-an added the bug The issue is a bug, or the PR is fixing a bug label Mar 19, 2019
@tedd-an tedd-an self-assigned this Mar 19, 2019
@tedd-an
Copy link
Collaborator Author

tedd-an commented Mar 19, 2019

it looks like similar issue #12611

@rljordan-zz rljordan-zz added the priority: low Low impact/importance bug label Mar 20, 2019
@jukkar
Copy link
Member

jukkar commented Mar 20, 2019

Yes, the telnet cannot be used atm as the shell is missing support for network transport.

@jukkar
Copy link
Member

jukkar commented Mar 20, 2019

Duplicate of #12611

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking area: Samples Samples bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants