Bug 31753 - не работает tcp
Summary: не работает tcp
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: knock (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-02 15:48 MSK by Anton Farygin
Modified: 2018-10-16 17:20 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2016-02-02 15:48:17 MSK
не работает knock по tcp, да и в апстриме есть версия поновее

$ strace -fF knock 127.0.0.1 123
....
open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=153, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd33480e000
read(3, "# Generated by resolvconf\n# Do n"..., 4096) = 153
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7fd33480e000, 4096)            = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
fcntl(3, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
connect(3, {sa_family=AF_INET, sin_port=htons(123), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
close(3)                                = 0
Comment 1 Michael Shigorin 2016-02-02 17:37:20 MSK
Заберёшь?  Лет десять уж не применял.
Comment 2 Anton Farygin 2016-02-02 17:38:34 MSK
да, похоже что заберу, сейчас ещё проверю новую версию сервер.
Comment 3 Anton Farygin 2018-10-16 17:20:16 MSK
работает в новой сборке.