Bug 33007 - netstat показывает обрезанное имя процесса
Summary: netstat показывает обрезанное имя процесса
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: net-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-17 10:46 MSK by Sergey Y. Afonin
Modified: 2017-01-17 10:46 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2017-01-17 10:46:18 MSK
Вот это вот вызывает некоторое волнение по началу:

# netstat -tlpn|grep 6010
tcp    0  0 127.0.0.1:6010     0.0.0.0:*      LISTEN      3488/0
tcp    0  0 ::1:6010           :::*           LISTEN      3488/0

Оно, потом, проходит:

# ps ax|grep 3488
 3488 ?        S      0:00 sshd: user@pts/0

"/" неправильно обрабатывается, что ли ?