On 06/07/18 06:09, Antonio M wrote:
> telnet localhost 631
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1 <http://127.0.0.1>: Connection refused
> [antonio@fujitsu ~]$ systemctl status cups
> ● cups.service - CUPS Scheduler
>    Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled; vendor 
> preset:
> disabled)
>    Active: active (running) since Wed 2018-06-06 23:29:07 CEST; 40min ago
>      Docs: man:cupsd(8)
>  Main PID: 891 (cupsd)
>    Status: "Scheduler is running..."
>     Tasks: 2 (limit: 4296)
>    Memory: 16.0M
>    CGroup: /system.slice/cups.service
>            ├─ 891 /usr/sbin/cupsd -l
>            └─2479 /usr/lib/cups/notifier/dbus dbus://


How about ....

netstat -napt | grep ":631 "

[root@meimei ~]# netstat -napt | grep ":631 "
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN     
1045/cupsd         
tcp6       0      0 ::1:631                 :::*                    LISTEN     
1045/cupsd


-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/7ZPQRRWTBOZFP5DWN72HAB36RIFSZCFQ/

Reply via email to