Bug 51863

Summary: netstat -s выполняется не полностью, ошибка "error parsing /proc/net/netstat: Нет такого файла или каталога" на ядре un-def
Product: Sisyphus Reporter: paulina.poidenko
Component: net-toolsAssignee: placeholder <placeholder>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: glebfm, ldv, placeholder, sem
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description paulina.poidenko 2024-10-28 16:43:23 MSK
Команда netstat -s выполняется не полностью, выдавая следующую ошибку: "error parsing /proc/net/netstat: Нет такого файла или каталога"
$ netstat -s
Ip:
    756810 total packets received
    49571 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    707236 incoming packets delivered
    636438 requests sent out
    33 outgoing packets dropped
    188 dropped because of missing route
Icmp:
    338 ICMP messages received
    1 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 338
    458 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 458
IcmpMsg:
        InType3: 338
        OutType3: 458
Tcp:
    2217 active connections openings
    0 passive connection openings
    88 failed connection attempts
    295 connection resets received
    41 connections established
    217913 segments received
    180091 segments send out
    6501 segments retransmited
    133 bad segments received.
    2115 resets sent
Udp:
    489116 packets received
    326 packets to unknown port received.
    0 packet receive errors
    457798 packets sent
    SndbufErrors: 17
    IgnoredMulti: 44
UdpLite:
error parsing /proc/net/netstat: Нет такого файла или каталога

Сам файл присутствует в системе:
$ ls -l /proc/net/netstat 
-r--r--r-- 1 root root 0 окт 28 16:24 /proc/net/netstat

Версия пакета:
$ rpm -qa | grep net-tools
net-tools-1.60-alt19.x86_64

Данная ошибка выводится на различных ОС Альт на ядрах un-def разных версий, включая последнюю (6.1.112-un-def)
На ядре std-def - ошибка не воспроизводится. Команда отрабатывает корректно.
Comment 1 Mikhail Efremov 2024-10-30 17:47:40 MSK
Замечу, что net-tools устарели лет 15 назад, если не больше.
Давно уже используется iproute2 вместо них.