kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

telnetd is only for two #582

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
0.embox>telnetd
telnetd is ready to accept connections
after 1.
Attempt to connect from address 10.0.2.10:47442 
 and 1-works
after 2.
Attempt to connect from address 10.1.2.10:46015
 and 1 & 2 work
after 3.
Attempt to connect from address 10.0.2.10:47446
1,2 work but 3- don't
_________________________________________________
1.
lnk@ubuntu:~/embox-read/scripts/qemu$ telnet 10.2.2.16
Trying 10.2.2.16...
Connected to 10.2.2.16.
Escape character is '^]'.
embox>
......................works

2.lnk@ubuntu:~/embox-read/scripts/qemu$ telnet 10.0.2.16
Trying 10.0.2.16...
Connected to 10.0.2.16.
Escape character is '^]'.
embox>
-----------------works
3.
lnk@ubuntu:~/embox-read/scripts/qemu$ telnet 10.1.2.16
Trying 10.1.2.16...
Connected to 10.1.2.16.
Escape character is '^]'.
-----------------doesn't work

Original issue reported on code.google.com by itslnk...@gmail.com on 29 Mar 2013 at 2:59

GoogleCodeExporter commented 9 years ago
r9320

Original comment by itslnk...@gmail.com on 29 Mar 2013 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by ki.stfu on 30 Mar 2013 at 1:25

GoogleCodeExporter commented 9 years ago
try to increase task_res_quantity of embox.kernel.task.idx_table

Original comment by ki.stfu on 30 Mar 2013 at 6:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r9355.

Original comment by ki.stfu on 31 Mar 2013 at 4:17

GoogleCodeExporter commented 9 years ago
fixed by r9355

Original comment by ki.stfu on 31 Mar 2013 at 4:18

GoogleCodeExporter commented 9 years ago
Issue 585 has been merged into this issue.

Original comment by ki.stfu on 2 Apr 2013 at 1:20