IN.LPD(8) Maintenance Commands and Procedures IN.LPD(8)

in.lpd - BSD print protocol adaptor

/usr/lib/print/in.lpd

in.lpd implements the network listening service for the BSD print protocol specified in RFC 1179. The BSD print protocol provides a remote interface for systems to interact with a local spooling system. The protocol defines five standard requests from the client to the server: starting queue processing, transferring print jobs, retrieving terse status, retrieving verbose status, and canceling print jobs.

The in.lpd service is managed by the service management facility, smf(7), under the service identifier:


svc:/network/lp

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(8). Responsibility for initiating and restarting this service is delegated to inetd(8). Use inetadm(8) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command.

in.lpd uses the config/log_from_remote property to allow or disallow remote access. The default value of this property, localhost, disallows remote access.

inetd waits for connections on TCP port 515. Upon receipt of a connect request, in.lpd is started to service the connection. Once the request has been filled, in.lpd closes the connection and exits.

Example 1 Allowing Remote Access

The following command allows remote access to in.lpd.


# inetadm -m svc:/application/print/rfc1179:default bind_addr=""

The following exit values are returned:

0

Successful completion.

non-zero

An error occurred.

/etc/printers.conf

System printer configuration database.

printers.conf.byname

NIS version of /etc/printers.conf.

/usr/lib/print/bsd-adaptor/bsd_*.so*

Spooler translation modules.

svcs(1), printers.conf(5), attributes(7), smf(7), inetadm(8), inetd(8), svcadm(8)

February 25, 2017 OmniOS