[cups] sl7.1: how do I enable lpd support in CUPS?

ToddAndMargo ToddAndMargo at zoho.com
Wed Aug 26 15:48:11 PDT 2015


On 08/25/2015 09:50 AM, ToddAndMargo wrote:
> sl7.1: how do I enable lpd support in CUPS?
>
> Xinetd is gone from SL7.
>
>
>
> # rpm -qa cups-lpd
> cups-lpd-1.6.3-17.el7_1.1.x86_64
>
> $ rpm -qa cups
> cups-1.6.3-17.el7_1.1.x86_64
>
> $ uname -r
> 3.10.0-229.11.1.el7.x86_64


Figured it out, my notes:

SL7:

Xinetd: if you installed it just for cups-lpr, then remove it:
         # rpm -e xinetd

    Otherwise, if you need xinetd, remove
        /etc/xinetd.d/cups-lpd

    and restart xinetd with
        # service start xinetd


# systemctl enable cups-lpd.socket
# systemctl start cups-lpd.socket


Thanks to all for helping me with this!
-T




More information about the cups mailing list