Bug 51610 - сервис cups слушает 0.0.0.0 вместо localhost
Summary: сервис cups слушает 0.0.0.0 вместо localhost
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: cups (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 17:51 MSK by Sergey Y. Afonin
Modified: 2024-10-01 17:51 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 Sergey Y. Afonin 2024-10-01 17:51:02 MSK
Файл /etc/cups/cupsd.conf содержит "Listen localhost:631" и, вроде бы, всё хорошо. Однако в системах с systemd всё получается не так (да и слушает systemd получается):

# netstat -apn|grep 631
tcp        0      0 :::631                      :::*                        LISTEN      1/init
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               28100/cups-browsed

До кучи ещё и cups-browsed тоже слушает всё.