Bug 55191 - Ошибка "can't execute most: Нет такого файла или каталога" при вызове man ss
Summary: Ошибка "can't execute most: Нет такого файла или каталога" при вызове man ss
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: man-pages (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-11 19:46 MSK by imurzich@yandex.ru
Modified: 2025-07-14 12:30 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description imurzich@yandex.ru 2025-07-11 19:46:37 MSK
При вызове man ss получаю ошибку:

$ man ss
man: can't execute most: Нет такого файла или каталога
man: команда завершилась с кодом 255: sed -e '/^[[:space:]]*$/{ N; /^[[:space:]]*\n[[:space:]]*$/D; }' | LESS=-ix8RmPm Manual page ss(8) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page ss(8) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$-MM MAN_PN=ss(8) most

Пакета most репозитарии нет.
Comment 1 Dmitry V. Levin 2025-07-12 04:45:38 MSK
$ type -p man |xargs -r rpm -qf
man-db-2.13.1-alt1.x86_64
$ man -w ss |xargs -r rpm -qf
iproute2-6.12.0-alt1.x86_64
$ man ss |wc   
    457    2189   18275
Comment 2 imurzich@yandex.ru 2025-07-14 10:37:38 MSK
Проблема была в неверной настройке PAGER most - после удаления этой строки man заработал. Прошу прощения за беспокойство.