On Tue 27 Nov 2018 at 20:33:10 +0100, Till Kamppeter wrote:

> So to investigate this further I would need a log file of cups-browsed.
> 
> You get a log file if there is a line
> 
> DebugLogging file
> 
> in cups-browsed.conf
> 
> The log file will by default be created as
> 
> /var/log/cups/cups-browsed_log
> 
> Please attach your log file (from starting cups-browsed until observation of
> wrong behavior) to this bug report. Also attach your cups-browsed.conf.

I gave a log file already, but have no problem in attaching another one.

Cheers,

Brian.
# All configuration options described here can also be supplied on the
# command line of cups-browsed via the "-o" option. In case of
# contradicting settings the setting defined in the configuration file
# will get used.

# Unknown directives are ignored, also unknown values.


# Where should cups-browsed save information about the print queues it had
# generated when shutting down, like whether one of these queues was the
# default printer, or default option settings of the queues?

# CacheDir /var/cache/cups


# Where should cups-browsed create its debug log file (if "DebugLogging file"
# is set)?

LogDir /var/log/cups


# How should debug logging be done? Into the file
# /var/log/cups/cups-browsed_log ('file'), to stderr ('stderr'), or
# not at all ('none')?

DebugLogging file
# DebugLogging stderr
# DebugLogging file stderr
# DebugLogging none


# Which protocols will we use to discover printers on the network?
# Can use DNSSD and/or CUPS and/or LDAP, or 'none' for neither.

BrowseRemoteProtocols dnssd cups


# Which protocols will we use to broadcast shared local printers to the network?
# Can use DNSSD and/or CUPS, or 'none' for neither.
# Only CUPS is actually supported, as DNSSD is done by CUPS itself (we ignore
# DNSSD in this directive).

# BrowseLocalProtocols none


# Settings of this directive apply to both BrowseRemoteProtocols and
# BrowseLocalProtocols.
# Can use DNSSD and/or CUPS and/or LDAP, or 'none' for neither.

# BrowseProtocols none


# Only browse remote printers (via DNS-SD or CUPS browsing) from
# selected servers using the "BrowseAllow", "BrowseDeny", and
# "BrowseOrder" directives

# This serves for restricting the choice of printers in print dialogs
# to trusted servers or to reduce the number of listed printers in the
# print dialogs to a more user-friendly amount in large networks with
# very many shared printers.

# This only filters the selection of remote printers for which
# cups-browsed creates local queues. If the print dialog uses other
# mechanisms to list remote printers as for example direct DNS-SD
# access, cups-browsed has no influence. cups-browsed also does not
# prevent the user from manually accessing non-listed printers.

# "BrowseAllow": Accept printers from these hosts or networks. If
# there are only "BrowseAllow" lines and no "BrowseOrder" and/or
# "BrowseDeny" lines, only servers matching at last one "BrowseAllow"
# line are accepted.

# "BrowseDeny": Deny printers from these hosts or networks. If there
# are only "BrowseDeny" lines and no "BrowseOrder" and/or
# "BrowseAllow" lines, all servers NOT matching any of the
# "BrowseDeny" lines are accepted.

# "BrowseOrder": Determine the order in which "BrowseAllow" and
# "BrowseDeny" lines are applied. With "BrowseOrder Deny,Allow" in the
# beginning all servers are accepted, then the "BrowseDeny" lines are
# applied to exclude unwished servers or networks and after that the
# "BrowseAllow" lines to re-include servers or networks. With
# "BrowseOrder Allow,Deny" we start with denying all servers, then
# applying the "BrowseAllow" lines and afterwards the "BrowseDeny"
# lines.

# Default for "BrowseOrder" is "Deny.Allow" if there are both
# "BrowseAllow" and "BrowseDeny" lines.

# If there are no "Browse..." lines at all, all servers are accepted.

# BrowseAllow All
# BrowseAllow cups.example.com
# BrowseAllow 192.168.1.12
# BrowseAllow 192.168.1.0/24
# BrowseAllow 192.168.1.0/255.255.255.0

# BrowseDeny All
# BrowseDeny printserver.example.com
# BrowseDeny 192.168.1.13
# BrowseDeny 192.168.3.0/24
# BrowseDeny 192.168.3.0/255.255.255.0

# BrowseOrder Deny,Allow
# BrowseOrder Allow,Deny


# The interval between browsing/broadcasting cycles, local and/or
# remote, can be adjusted with the BrowseInterval directive.

# BrowseInterval 60


# Browsing-related operations such as adding or removing printer queues
# and broadcasting are each allowed to take up to a given amount of time.
# It can be configured, in seconds, with the BrowseTimeout directive.
# Especially queues discovered by CUPS broadcasts will be removed after
# this timeout if no further broadcast from the server happens.

# BrowseTimeout 300


# Filtering of remote printers by other properties than IP addresses
# of their servers

# Often the desired selection of printers cannot be reached by only
# taking into account the IP addresses of the servers. For these cases
# there is the BrowseFilter directive to filter by most of the known
# properties of the printer.

# By default there is no BrowseFilter line meaning that no filtering
# is applied.

# To do filtering one can supply one or more BrowseFilter directives
# like this:

# BrowseFilter [NOT] [EXACT] <FIELD> [<VALUE>]

# The BrowseFilter directive always starts with the word
# "BrowseFilter" and it must at least contain the name of the data
# field (<FIELD>) of the printer's properties to which it should
# apply.

# Available field names are:

#   name:    Name of the local print queue to be created
#   host:    Host name of the remote print server
#   port:    Port through which the printer is accessed on the server
#   service: DNS/SD service name of the remote printer
#   domain:  Domain of the remote print server

# Also all field names in the TXT records of DNS-SD-advertised printers
# are valid, like "color", "duplex", "pdl", ... If the field name of
# the filter rule does not exist for the printer, the rule is skipped.

# The optional <VALUE> field is either the exact value (when the
# option EXACT is supplied) or a regular expression (Run "man 7 regex"
# in a terminal window) to be matched with the data field.

# If no <VALUE> filed is supplied, rules with field names of the TXT
# record are considered for boolean matching (true/false) of boolean
# field (like duplex, which can have the values "T" for true and "F"
# for false).

# If the option NOT is supplied, the filter rule is fulfilled if the
# regular expression or the exact value DOES NOT match the content of
# the data field. In a boolean rule (without <VALUE>) the rule matches
# false.

# Regular expressions are always considered case-insensitive and
# extended POSIX regular expressions. Field names and options (NOT,
# EXACT) are all evaluated case-insensitive. If there is an error in a
# regular expression, the BrowseFilter line gets ignored.

# Especially to note is that supplying any simple string consisting of
# only letters, numbers, spaces, and some basic special characters as
# a regular expression matches if it is contained somewhere in the
# data field.

# If there is more than one BrowseFilter directive, ALL the directives
# need to be fulfilled for the remote printer to be accepted. If one
# is not fulfilled, the printer will get ignored.

# Examples:

# Rules for standard data items which are supplied with any remote
# printer advertised via DNS-SD:

# Print queue name must contain "hum_res_", this matches
# "hum_res_mono" or "hum_res_color" but also "old_hum_res_mono":

# BrowseFilter name hum_res_

# This matches if the remote host name contains "printserver", like
# "printserver.local", "printserver2.example.com", "newprintserver":

# BrowseFilter host printserver

# This matches all ports with 631 int its number, for example 631,
# 8631, 10631,...:

# BrowseFilter port 631

# This rule matches if the DNS-SD service name contains "@ printserver":

# Browsefilter service @ printserver

# Matches all domains with "local" in their names, not only "local" but
# also things like "printlocally.com":

# BrowseFilter domain local

# Examples for rules applying to items of the TXT record:

# This rule selects PostScript printers, as the "PDL" field in the TXT
# record contains "postscript" then. This includes also remote CUPS
# queues which accept PostScript, independent of whether the physical
# printer behind the CUPS queue accepts PostScript or not.

# BrowseFilter pdl postscript

# Color printers usually contain a "Color" entry set to "T" (for true)
# in the TXT record. This rule selects them:

# BrowseFilter color

# This is a similar rule to select only duplex (automatic double-sided
# printing) printers:

# BrowseFilter duplex

# Rules with the NOT option:

# This rule EXCLUDES printers from all hosts containing "financial" in
# their names, nice to get rid of the 100s of printers of the
# financial department:

# BrowseFilter NOT host financial

# Get only monochrome printers ("Color" set to "F", meaning false, in
# the TXT record):

# BrowseFilter NOT color

# Rules with more advanced use of regular expressions:

# Only queue names which BEGIN WITH "hum_res_" are accepted now, so we
# still get "hum_res_mono" or "hum_res_color" but not
# "old_hum_res_mono" any more:

# BrowseFilter name ^hum_res_

# Server names is accepted if it contains "print_server" OR
# "graphics_dep_server":

# BrowseFilter host print_server|graphics_dep_server

# "printserver1", "printserver2", and "printserver3", nothing else:

# BrowseFilter host ^printserver[1-3]$

# Printers understanding at least one of PostScript, PCL, or PDF:

# BrowseFilter pdl postscript|pcl|pdf

# Examples for the EXACT option:

# Only printers from "printserver.local" are accepted:

# BrowseFilter EXACT host printserver.local

# Printers from all servers except "prinserver2.local" are accepted:

# BrowseFilter NOT EXACT host prinserver2.local


# Use BrowsePoll to poll a particular CUPS server

# BrowsePoll cups.example.com
# BrowsePoll cups.example.com:631
# BrowsePoll cups.example.com:631/version=1.1


# LDAP browsing configuration
# The default value for all options is an empty string. Example configuration:

# BrowseLDAPBindDN cn=cups-browsed,dc=domain,dc=tld
# BrowseLDAPCACertFile /path/to/server/certificate.pem
# BrowseLDAPDN ou=printers,dc=domain,dc=tld
# BrowseLDAPFilter (printerLocation=/Office 1/*)
# BrowseLDAPPassword s3cret
# BrowseLDAPServer ldaps://ldap.domain.tld


# Use DomainSocket to access the local CUPS daemon via another than the
# default domain socket. "None" or "Off" lets cups-browsed not use CUPS'
# domain socket.

# DomainSocket /var/run/cups/cups.sock
# DomainSocket None
# DomainSocket Off


# Set HTTP timeout (in seconds) for requests sent to local/remote
# resources Note that too short timeouts can make services getting
# missed when they are present and operations be unneccessarily
# repeated and too long timeouts can make operations take too long
# when the server does not respond.

# HttpLocalTimeout 5
# HttpRemoteTimeout 10

# Set how many retries (N) should cups-browsed do for creating print
# queues for remote printers which receive timeouts during print queue
# creation.  The printers which are not successfuly set up even after
# N retries, are skipped until the next restart of the service.  Note
# that too many retries can cause high CPU load.

# HttpMaxRetries 5

# Set OnlyUnsupportedByCUPS to "Yes" will make cups-browsed not create
# local queues for remote printers for which CUPS creates queues by
# itself.  These printers are printers advertised via DNS-SD and doing
# CUPS-supported (currently PWG Raster and Apple Raster) driverless
# printing, including remote CUPS queues. Queues for other printers
# (like for legacy PostScript/PCL printers) are always created
# (depending on the other configuration settings of cups-browsed).

# With OnlyUnsupportedByCUPS set to "No", cups-browsed creates queues
# for all printers which it supports, including printers for which
# CUPS would create queues by itself. Temporary queues created by CUPS
# will get overwritten. This way it is assured that any extra
# functionality of cups-browsed will apply to these queues. As queues
# created by cups-browsed are permanent CUPS queues this setting is
# also recommended if applications/print dialogs which do not support
# temporary CUPS queues are installed. This setting is the default.

# OnlyUnsupportedByCUPS Yes


# With UseCUPSGeneratedPPDs set to "Yes" cups-browsed creates queues
# for IPP printers with PPDs generated by the PPD generator of CUPS
# and not with the one of cups-browsed. So any new development in
# CUPS' PPD generator gets available. As CUPS' PPD generator is not
# directly accessible, we need to make CUPS generate a temporary print
# queue with the desired PPD. Therefore we can only use these PPDs
# when our queue replaces a temporary CUPS queue, meaning that the
# queue is for a printer on which CUPS supports driverless printing
# (IPP 2.x, PDLs: PDF, PWG Raster, and/or Apple Raster) and that its
# name is the same as CUPS uses for the temporary queue
# ("LocalQueueNamingIPPPrinter DNS-SD" must be set). The directive
# applies only to IPP printers, not to remote CUPS queues, to not
# break clustering. Setting this directive to "No" lets cups-browsed
# generate the PPD file. Default setting is "Yes".

# UseCUPSGeneratedPPDs No


# With the directives LocalQueueNamingRemoteCUPS and
# LocalQueueNamingIPPPrinter you can determine how the names for local
# queues generated by cups-browsed are generated, separately for
# remote CUPS printers and IPP printers.

# DNS-SD (the default in both cases) bases the naming on the service
# name of the printer's advertised DNS-SD record. This is exactly the
# same naming scheme as CUPS uses for its temporary queues, so the
# local queue from cups-browsed prevents CUPS from listing and
# creating an additional queue. As DNS-SD service names have to be
# unique, queue names of printers from different servers will also be
# unique and so there is no automatic clustering for load-balanced
# printing.

# MakeModel bases the queue name on the printer's manufacturer and
# model names. This scheme cups-browsed used formerly for IPP
# printers.

# RemoteName is only available for remote CUPS queues and uses the
# name of the queue on the remote CUPS server as the local queue's
# name. This makes printers on different CUPS servers with equal queue
# names automatically forming a load-balancing cluster as CUPS did
# formerly (CUPS 1.5.x and older) with CUPS-broadcasted remote
# printers. This scheme cups-browsed used formerly for remote CUPS
# printers.

# LocalQueueNamingRemoteCUPS DNS-SD
# LocalQueueNamingRemoteCUPS MakeModel
# LocalQueueNamingRemoteCUPS RemoteName
# LocalQueueNamingIPPPrinter DNS-SD
# LocalQueueNamingIPPPrinter MakeModel


# Set IPBasedDeviceURIs to "Yes" if cups-browsed should create its
# local queues with device URIs with the IP addresses instead of the
# host names of the remote servers. This mode is there for any
# problems with host name resolution in the network, especially also
# if avahi-daemon is only run for printer discovery and already
# stopped while still printing. By default this mode is turned off,
# meaning that we use URIs with host names.

# If you prefer IPv4 or IPv6 IP addresses in the URIs, you can set
# IPBasedDeviceURIs to "IPv4" to only get IPv4 IP addresses or
# IPBasedDeviceURIs to "IPv6" to only get IPv6 IP addresses.

# IPBasedDeviceURIs No
# IPBasedDeviceURIs Yes
# IPBasedDeviceURIs IPv4
# IPBasedDeviceURIs IPv6


# Set CreateRemoteRawPrinterQueues to "Yes" to let cups-browsed also
# create local queues pointing to remote raw CUPS queues. Normally,
# only queues pointing to remote queues with PPD/driver are created
# as we do not use drivers on the client side, but in some cases
# accessing a remote raw queue can make sense, for example if the
# queue forwards the jobs by a special backend like Tea4CUPS.

# CreateRemoteRawPrinterQueues Yes


# cups-browsed by default creates local print queues for each shared
# CUPS print queue which it discovers on remote machines in the local
# network(s). Set CreateRemoteCUPSPrinterQueues to "No" if you do not
# want cups-browsed to do this. For example you can set cups-browsed
# to only create queues for IPP network printers setting
# CreateIPPPrinterQueues not to "No" and CreateRemoteCUPSPrinterQueues
# to "No".

# CreateRemoteCUPSPrinterQueues No


# Set CreateIPPPrinterQueues to "All" to let cups-browsed discover IPP
# network printers (native printers, not CUPS queues) with known page
# description languages (PWG Raster, PDF, PostScript, PCL XL, PCL
# 5c/e) in the local network and auto-create print queues for them.

# Set CreateIPPPrinterQueues to "Everywhere" to let cups-browsed
# discover IPP Everywhere printers in the local network (native
# printers, not CUPS queues) and auto-create print queues for them.

# Set CreateIPPPrinterQueues to "AppleRaster" to let cups-browsed
# discover Apple Raster printers in the local network (native
# printers, not CUPS queues) and auto-create print queues for them.

# Set CreateIPPPrinterQueues to "Driverless" to let cups-browsed
# discover printers designed for driverless use (currently IPP
# Everywhere and Apple Raster) in the local network (native printers,
# not CUPS queues) and auto-create print queues for them.

# Set CreateIPPPrinterQueues to "LocalOnly" to auto-create print
# queues only for local printers made available as IPP printers. These
# are for example IPP-over-USB printers, made available via
# ippusbxd. This is the default.

# Set CreateIPPPrinterQueues to "No" to not auto-create print queues
# for IPP network printers.

# If queues with PPD file are created (see IPPPrinterQueueType
# directive below) the PPDs are auto-generated by cups-browsed based
# on properties of the printer polled via IPP. In case of missing
# information, info from the Bonjour record is used asd as last mean
# default values.

# If queues without PPD (see IPPPrinterQueueType directive below) are
# created clients have to IPP-poll the capabilities of the printer and
# send option settings as standard IPP attributes. Then we do not poll
# the capabilities by ourselves to not wake up the printer from
# power-saving mode when creating the queues. Jobs have to be sent in
# one of PDF, PWG Raster, or JPEG format. Other formats are not
# accepted.

# This functionality is primarily for mobile devices running
# CUPS to not need a printer setup tool nor a collection of printer
# drivers and PPDs.

# CreateIPPPrinterQueues No
# CreateIPPPrinterQueues LocalOnly
# CreateIPPPrinterQueues Everywhere
# CreateIPPPrinterQueues AppleRaster
# CreateIPPPrinterQueues Everywhere AppleRaster
# CreateIPPPrinterQueues Driverless
# CreateIPPPrinterQueues All


# If cups-browsed is automatically creating print queues for native
# IPP network printers ("CreateIPPPrinterQueues Yes"), the type of
# queue to be created can be selected by the "IPPPrinterQueueType"
# directive. The "PPD" (default) setting makes queues with PPD file
# being created. With "Interface" or "NoPPD" the queue is created with
# a System V interface script (Not supported with CUPS 2.2.x or
# later). "Auto" is for backward compatibility and also lets queues
# with PPD get created.

# IPPPrinterQueueType PPD
# IPPPrinterQueueType NoPPD
# IPPPrinterQueueType Interface
# IPPPrinterQueueType Auto


# The NewIPPPrinterQueuesShared directive determines whether a print
# queue for a newly discovered IPP network printer (not remote CUPS
# queue) will be shared to the local network or not. This is only
# valid for newly discovered printers. For printers discovered in an
# earlier cups-browsed session, cups-browsed will remember whether the
# printer was shared, so changes by the user get conserved. Default is
# not to share newly discovered IPP printers.

# NewIPPPrinterQueuesShared Yes


# If there is more than one remote CUPS printer whose local queue
# would get the same name and AutoClustering is set to "Yes" (the
# default) only one local queue is created which makes up a
# load-balancing cluster of the remote printers which would get this
# queue name (implicit class). This means that when several jobs are
# sent to this queue they get distributed between the printers, using
# the method chosen by the LoadBalancing directive.

# Note that the forming of clusters depends on the naming scheme for
# local queues created by cups-browsed. If you have set
# LocalQueueNamingRemoteCUPS to "DNSSD" you will not get automatic
# clustering as the DNS-SD service names are always unique. With
# LocalQueueNamingRemoteCUPS set to "RemoteName" local queues are
# named as the CUPS queues on the remote servers are named and so
# equally named queues on different servers get clustered (this is how
# CUPS did it in version 1.5.x or older). LocalQueueNamingRemoteCUPS
# set to "MakeModel" makes remote printers of the same model get
# clustered. Note that then a cluster can contain more than one queue
# of the same server.

# With AutoClustering set to "No", for each remote CUPS printer an
# individual local queue is created, and to avoid name clashes when
# using the LocalQueueNamingRemoteCUPS settings "RemoteName" or
# "MakeModel" "@<server name>" is added to the local queue name.

# Only remote CUPS printers get clustered, not IPP network printers or
# IPP-over-USB printers.

# AutoClustering Yes
# AutoClustering No


# Load-balancing printer cluster formation can also be manually
# controlled by defining explicitly which remote CUPS printers should
# get clustered together.

# This is done by the "Cluster" directive:

# Cluster <QUEUENAME>: <EXPRESSION1> <EXPRESSION2> ...
# Cluster <QUEUENAME>

# If no expressions are given, <QUEUENAME> is used as the first and
# only expression for this cluster.

# Discovered printers are matched against all the expressions of all
# defined clusters. The first expression which matches the discovered
# printer determines to which cluster it belongs. Note that this way a
# printer can only belong to one cluster. Once matched, further
# cluster definitions will not checked any more.

# With the first printer matching a cluster's expression a local queue
# with the name <QUEUENAME> is created. If more printers are
# discovered and match this cluster, they join the cluster. Printing
# to this queue prints to all these printers in a load-balancing
# manner, according to to the setting of the LoadBalancing directive.

# Each expression must be a string of characters without spaces. If
# spaces are needed, replace them by underscores ('_').

# An expression can be matched in three ways:

# 1. By the name of the CUPS queue on the remote server
# 2. By make and model name of the remote printer
# 3. By the DNS-SD service name of the remote printer

# Note that the matching is done case-insensitively and any group of
# non-alphanumerical characters is replaced by a single underscore.

# So if an expression is "HP_DeskJet_2540" and the remote server
# reports "hp Deskjet-2540" the printer gets matched to this cluster.

# If "AutoClustering" is not set to "No" both your manual cluster
# definitions will be followed and automatic clustering of
# equally-named remote queues will be performed. If a printer matches
# in both categories the match to the manually defined cluster has
# priority. Automatic clustering of equally-named remote printers is
# not performed if there is a manually defined cluster with this name
# (at least as the printers do not match this cluster).

# Examples:

# To cluster all remote CUPS queues named "laserprinter" in your local
# network but not cluster any other equally-named remote CUPS printers
# use (Local queue will get named "laserprinter"):

# AutoClustering No
# Cluster laserprinter

# To cluster all remote CUPS queues of HP LaserJet 4050 printers in a
# local queue named "LJ4050":

# Cluster LJ4050: HP_LaserJet_4050

# As DNS-SD service names are unique in a network you can create a
# cluster from exactly specified printers (spaces replaced by
# underscors):

# Cluster hrdep: oldlaser_@_hr-server1 newlaser_@_hr-server2


# The LoadBalancing directive switches between two methods of handling
# load balancing between equally-named remote queues which are
# represented by one local print queue making up a cluster of them
# (implicit class).

# The two methods are:

# Queuing of jobs on the client (LoadBalancing QueueOnClient):

# Here we queue up the jobs on the client and regularly check the
# clustered remote print queues. If we find an idle queue, we pass
# on a job to it.

# This is also the method which CUPS uses for classes. Advantage is a
# more even distribution of the job workload on the servers
# (especially if the printing speed of the servers is very different),
# and if a server fails, there are not several jobs stuck or
# lost. Disadvantage is that if one takes the client (laptop, mobile
# phone, ...) out of the local network, printing stops with the jobs
# waiting in the local queue.

# Queuing of jobs on the servers (LoadBalancing QueueOnServers):

# Here we check the number of jobs on each of the clustered remote
# printers and send an incoming job immediately to the remote printer
# with the lowest amount of jobs in its queue. This way no jobs queue
# up locally, all jobs which are waiting are waiting on one of the
# remote servers.

# Not having jobs waiting locally has the advantage that we can take
# the local machine from the network and all jobs get printed.
# Disadvantage is that if a server with a full queue of jobs goes
# away, the jobs go away, too.

# Default is queuing the jobs on the client as this is what CUPS does
# with classes.

# LoadBalancing QueueOnClient
# LoadBalancing QueueOnServers


# With the DefaultOptions directive one or more option settings can be
# defined to be applied to every print queue newly created by
# cups-browsed. Each option is supplied as one supplies options with
# the "-o" command line argument to the "lpadmin" command (Run "man
# lpadmin" for more details). More than one option can be supplied
# separating the options by spaces. By default no option settings are
# pre-defined.

# Note that print queues which cups-browsed already created before
# remember their previous settings and so these settings do not get
# applied.

# DefaultOptions Option1=Value1 Option2=Value2 Option3 noOption4


# The AutoShutdown directive specifies whether cups-browsed should
# automatically terminate when it has no local raw queues set up
# pointing to any discovered remote printers or no jobs on such queues
# depending on AutoShutdownOn setting (auto shutdown mode). Setting it
# to "On" activates the auto-shutdown mode, setting it to "Off"
# deactiivates it (the default). The special mode "avahi" turns auto
# shutdown off while avahi-daemon is running and on when avahi-daemon
# stops. This allows running cups-browsed on-demand when avahi-daemon
# is run on-demand.

# AutoShutdown Off
# AutoShutdown On
# AutoShutdown avahi


# The AutoShutdownOn directive determines what event cups-browsed
# considers as inactivity in auto shutdown mode. "NoQueues" (the
# default) means that auto shutdown is initiated when there are no
# queues for discovered remote printers generated by cups-browsed any
# more. "NoJobs" means that all queues generated by cups-browsed are
# without jobs.

# AutoShutdownOn NoQueues
# AutoShutdownOn NoJobs


# The AutoShutdownTimeout directive specifies after how many seconds
# without local raw queues set up pointing to any discovered remote
# printers or jobs on these queues cups-browsed should actually shut
# down in auto shutdown mode. Default is 30 seconds, 0 means immediate
# shutdown.

# AutoShutdownTimeout 30
Tue Nov 27 20:28:00 2018 Caught signal 15, shutting down ...
Tue Nov 27 20:28:00 2018 main loop exited
Tue Nov 27 20:28:00 2018 update_cups_queues() in THREAD -1231136192
Tue Nov 27 20:28:00 2018 Processing printer list ...
Tue Nov 27 20:28:00 2018 === Remote printer overview ===
Tue Nov 27 20:28:00 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
laserjet_300_desktop, Remote CUPS Printer, Slave of None (Disappeared)
Tue Nov 27 20:28:00 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None (Disappeared)
Tue Nov 27 20:28:00 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None (Disappeared)
Tue Nov 27 20:28:00 2018 Printer ipp://envy4500.local:631/ipp/print: Local 
queue ENVY4500, IPP Printer, Slave of None (Disappeared)
Tue Nov 27 20:28:00 2018 ===============================
Tue Nov 27 20:28:00 2018 Removing entry laserjet_300_desktop 
(ipps://desktop.local:631/printers/LaserJet-300) and its CUPS queue.
Tue Nov 27 20:28:00 2018 Recording printer options for laserjet_300_desktop to 
/var/cache/cups/cups-browsed-options-laserjet_300_desktop
Tue Nov 27 20:28:00 2018 Could not determine system default printer!
Tue Nov 27 20:28:00 2018 Removing local CUPS queue laserjet_300_desktop 
(ipps://desktop.local:631/printers/LaserJet-300).
Tue Nov 27 20:28:00 2018 main() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 cups-browsed: Creating http connection to local CUPS 
daemon: /var/run/cups/cups.sock:631
Tue Nov 27 20:28:00 2018 update_netifs() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 network interface at 192.168.7.66
Tue Nov 27 20:28:00 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Create-Subscription
Tue Nov 27 20:28:00 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
subscription ID=175
Tue Nov 27 20:28:00 2018 cups-browsed (/var/run/cups/cups.sock): cupsEnumDests
Tue Nov 27 20:28:00 2018 Could not determine system default printer!
Tue Nov 27 20:28:00 2018 find_previous_queue() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 === Remote printer overview ===
Tue Nov 27 20:28:00 2018 ===============================
Tue Nov 27 20:28:00 2018 === Remote printer overview ===
Tue Nov 27 20:28:00 2018 Printer implicitclass://realq_desktop/: Local queue 
realq_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:00 2018 ===============================
Tue Nov 27 20:28:00 2018 Found CUPS queue realq_desktop (URI: 
implicitclass://realq_desktop/) from previous session.
Tue Nov 27 20:28:00 2018 find_previous_queue() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 === Remote printer overview ===
Tue Nov 27 20:28:00 2018 Printer implicitclass://realq_desktop/: Local queue 
realq_desktop, Remote CUPS Printer, Slave of None (Unconfirmed)
Tue Nov 27 20:28:00 2018 ===============================
Tue Nov 27 20:28:00 2018 === Remote printer overview ===
Tue Nov 27 20:28:00 2018 Printer implicitclass://realq_desktop/: Local queue 
realq_desktop, Remote CUPS Printer, Slave of None (Unconfirmed)
Tue Nov 27 20:28:00 2018 Printer implicitclass://xxx_desktop/: Local queue 
xxx_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:00 2018 ===============================
Tue Nov 27 20:28:00 2018 Found CUPS queue xxx_desktop (URI: 
implicitclass://xxx_desktop/) from previous session.
Tue Nov 27 20:28:00 2018 Using signal handler SIGACTION
Tue Nov 27 20:28:00 2018 Avahi server connection got available, setting up 
service browsers.
Tue Nov 27 20:28:00 2018 checking queues in 300s
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'CustomisedPrinting @ 
desktop' of type '_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-A4 @ desktop' of type '_ipp._tcp' in domain 'local' 
on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipp._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'LaserJet-300 @ desktop' 
of type '_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'realq @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'xxx @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'ENVY4500' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'CustomisedPrinting @ 
desktop' of type '_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-A4 @ desktop' of type '_ipp._tcp' in domain 'local' 
on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipp._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'LaserJet-300 @ desktop' 
of type '_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'realq @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'xxx @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Unable to find interface name for interface -1: No 
such device or address
Tue Nov 27 20:28:00 2018 Avahi Browser: CACHE_EXHAUSTED
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Unable to find interface name for interface -1: No 
such device or address
Tue Nov 27 20:28:00 2018 Avahi Browser: ALL_FOR_NOW
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'realq @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'LaserJet-300 @ desktop' 
of type '_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'xxx @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-A4 @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'CustomisedPrinting @ 
desktop' of type '_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'realq @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'LaserJet-300 @ desktop' 
of type '_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'xxx @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 
'josiecopierbackroom-duplex-A4 @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Avahi Browser: NEW: service 'CustomisedPrinting @ 
desktop' of type '_ipps._tcp' in domain 'local' on interface 'enp0s25'
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Unable to find interface name for interface -1: No 
such device or address
Tue Nov 27 20:28:00 2018 Avahi Browser: CACHE_EXHAUSTED
Tue Nov 27 20:28:00 2018 browse_callback() in THREAD -1231742400
Tue Nov 27 20:28:00 2018 Unable to find interface name for interface -1: No 
such device or address
Tue Nov 27 20:28:00 2018 Avahi Browser: ALL_FOR_NOW
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'josiecopierbackroom-duplex-A4 
@ desktop' of type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-A4|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: josiecopierbackroom-duplex-A4 
on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-A4 on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 299s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'CustomisedPrinting @ desktop' 
of type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |CustomisedPrinting|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: CustomisedPrinting on host 
desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue CustomisedPrinting 
on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 299s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'CustomisedPrinting @ desktop' 
of type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |CustomisedPrinting|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: CustomisedPrinting on host 
desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue CustomisedPrinting 
on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 299s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'josiecopierbackroom-duplex-A4 
@ desktop' of type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-A4|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: josiecopierbackroom-duplex-A4 
on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-A4 on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 299s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-booklet|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: 
josiecopierbackroom-duplex-booklet on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-booklet on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 299s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'xxx @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |xxx|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: xxx on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "xxx_desktop" with properties Host = 
"desktop.local", Port = 631, Service Name = "xxx @ desktop", Domain = "local" 
with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer xxx_desktop
Tue Nov 27 20:28:01 2018 Entry for xxx_desktop (URI: 
implicitclass://xxx_desktop/) already exists.
Tue Nov 27 20:28:01 2018 Changing URI of printer xxx_desktop (Host: 
desktop.local, Port: 631) to ipps://desktop.local:631/printers/xxx.
Tue Nov 27 20:28:01 2018 Discovered printer xxx_desktop (Host: desktop.local, 
Port: 631, URI: ipps://desktop.local:631/printers/xxx) by DNS-SD now.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "xxx @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'LaserJet-300 @ desktop' of 
type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |LaserJet-300|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: LaserJet-300 on host 
desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "LaserJet_300_desktop" with 
properties Host = "desktop.local", Port = 631, Service Name = "LaserJet-300 @ 
desktop", Domain = "local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 local_printer_has_uri() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 local_printer_has_uri() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer implicitclass://realq_desktop/: Local queue 
realq_desktop, Remote CUPS Printer, Slave of None (Unconfirmed)
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer implicitclass://realq_desktop/: Local queue 
realq_desktop, Remote CUPS Printer, Slave of None (Unconfirmed)
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "LaserJet-300 @ desktop", 
Service type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'realq @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |realq|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: realq on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "realq_desktop" with properties Host 
= "desktop.local", Port = 631, Service Name = "realq @ desktop", Domain = 
"local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer realq_desktop
Tue Nov 27 20:28:01 2018 Entry for realq_desktop (URI: 
implicitclass://realq_desktop/) already exists.
Tue Nov 27 20:28:01 2018 Changing URI of printer realq_desktop (Host: 
desktop.local, Port: 631) to ipps://desktop.local:631/printers/realq.
Tue Nov 27 20:28:01 2018 Discovered printer realq_desktop (Host: desktop.local, 
Port: 631, URI: ipps://desktop.local:631/printers/realq) by DNS-SD now.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "realq @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'xxx @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |xxx|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: xxx on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "xxx_desktop" with properties Host = 
"desktop.local", Port = 631, Service Name = "xxx @ desktop", Domain = "local" 
with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer xxx_desktop
Tue Nov 27 20:28:01 2018 Entry for xxx_desktop (URI: 
ipps://desktop.local:631/printers/xxx) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "xxx @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'realq @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |realq|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: realq on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "realq_desktop" with properties Host 
= "desktop.local", Port = 631, Service Name = "realq @ desktop", Domain = 
"local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer realq_desktop
Tue Nov 27 20:28:01 2018 Entry for realq_desktop (URI: 
ipps://desktop.local:631/printers/realq) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "realq @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'LaserJet-300 @ desktop' of 
type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |LaserJet-300|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: LaserJet-300 on host 
desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "LaserJet_300_desktop" with 
properties Host = "desktop.local", Port = 631, Service Name = "LaserJet-300 @ 
desktop", Domain = "local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 Entry for LaserJet_300_desktop (URI: 
ipps://desktop.local:631/printers/LaserJet-300) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "LaserJet-300 @ desktop", 
Service type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipp._tcp' in domain 
'local' on interface 'enp0s25' (IPv6).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-booklet|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: 
josiecopierbackroom-duplex-booklet on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-booklet on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'CustomisedPrinting @ desktop' 
of type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |CustomisedPrinting|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: CustomisedPrinting on host 
desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue CustomisedPrinting 
on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'CustomisedPrinting @ desktop' 
of type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |CustomisedPrinting|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: CustomisedPrinting on host 
desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue CustomisedPrinting 
on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'josiecopierbackroom-duplex-A4 
@ desktop' of type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-A4|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: josiecopierbackroom-duplex-A4 
on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-A4 on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipps._tcp' in domain 
'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-booklet|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: 
josiecopierbackroom-duplex-booklet on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-booklet on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'xxx @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |xxx|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: xxx on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "xxx_desktop" with properties Host = 
"desktop.local", Port = 631, Service Name = "xxx @ desktop", Domain = "local" 
with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer xxx_desktop
Tue Nov 27 20:28:01 2018 Entry for xxx_desktop (URI: 
ipps://desktop.local:631/printers/xxx) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "xxx @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'LaserJet-300 @ desktop' of 
type '_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |LaserJet-300|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: LaserJet-300 on host 
desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "LaserJet_300_desktop" with 
properties Host = "desktop.local", Port = 631, Service Name = "LaserJet-300 @ 
desktop", Domain = "local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 Entry for LaserJet_300_desktop (URI: 
ipps://desktop.local:631/printers/LaserJet-300) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "LaserJet-300 @ desktop", 
Service type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'realq @ desktop' of type 
'_ipps._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |realq|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: realq on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "realq_desktop" with properties Host 
= "desktop.local", Port = 631, Service Name = "realq @ desktop", Domain = 
"local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer realq_desktop
Tue Nov 27 20:28:01 2018 Entry for realq_desktop (URI: 
ipps://desktop.local:631/printers/realq) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "realq @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'xxx @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |xxx|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: xxx on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "xxx_desktop" with properties Host = 
"desktop.local", Port = 631, Service Name = "xxx @ desktop", Domain = "local" 
with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer xxx_desktop
Tue Nov 27 20:28:01 2018 Entry for xxx_desktop (URI: 
ipps://desktop.local:631/printers/xxx) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "xxx @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'realq @ desktop' of type 
'_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |realq|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: realq on host desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "realq_desktop" with properties Host 
= "desktop.local", Port = 631, Service Name = "realq @ desktop", Domain = 
"local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer realq_desktop
Tue Nov 27 20:28:01 2018 Entry for realq_desktop (URI: 
ipps://desktop.local:631/printers/realq) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "realq @ desktop", Service 
type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'LaserJet-300 @ desktop' of 
type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: |LaserJet-300|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: LaserJet-300 on host 
desktop.local.
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
no events
Tue Nov 27 20:28:01 2018 Matching printer "LaserJet_300_desktop" with 
properties Host = "desktop.local", Port = 631, Service Name = "LaserJet-300 @ 
desktop", Domain = "local" with the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 Entry for LaserJet_300_desktop (URI: 
ipps://desktop.local:631/printers/LaserJet-300) already exists.
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "LaserJet-300 @ desktop", 
Service type: "_ipps._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 
'josiecopierbackroom-duplex-booklet @ desktop' of type '_ipp._tcp' in domain 
'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-booklet|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: 
josiecopierbackroom-duplex-booklet on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-booklet on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'josiecopierbackroom-duplex-A4 
@ desktop' of type '_ipp._tcp' in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 Avahi-Resolver: instance: 
|josiecopierbackroom-duplex-A4|
Tue Nov 27 20:28:01 2018 Found CUPS queue/class: josiecopierbackroom-duplex-A4 
on host desktop.local.
Tue Nov 27 20:28:01 2018 Remote DNS-SD-advertised CUPS queue 
josiecopierbackroom-duplex-A4 on host desktop.local is raw, ignored.
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 update_cups_queues() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Processing printer list ...
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 Creating/Updating CUPS queue realq_desktop
Tue Nov 27 20:28:01 2018 Creating/Updating permanent CUPS queue realq_desktop.
Tue Nov 27 20:28:01 2018 Loading saved printer options for realq_desktop from 
/var/cache/cups/cups-browsed-options-realq_desktop
Tue Nov 27 20:28:01 2018 Loading following option settings for printer 
realq_desktop:
Tue Nov 27 20:28:01 2018    job-k-limit=0
Tue Nov 27 20:28:01 2018    job-page-limit=0
Tue Nov 27 20:28:01 2018    job-quota-period=0
Tue Nov 27 20:28:01 2018    Label=2
Tue Nov 27 20:28:01 2018    LogType=7
Tue Nov 27 20:28:01 2018    PageSize=A4
Tue Nov 27 20:28:01 2018    PDFVer=1.2
Tue Nov 27 20:28:01 2018    printer-error-policy=retry-job
Tue Nov 27 20:28:01 2018    printer-geo-location=unknown
Tue Nov 27 20:28:01 2018    printer-info=realq
Tue Nov 27 20:28:01 2018    printer-is-accepting-jobs=true
Tue Nov 27 20:28:01 2018    printer-is-shared=false
Tue Nov 27 20:28:01 2018    printer-location=
Tue Nov 27 20:28:01 2018    printer-op-policy=default
Tue Nov 27 20:28:01 2018    printer-organization=
Tue Nov 27 20:28:01 2018    printer-organizational-unit=
Tue Nov 27 20:28:01 2018    Resolution=300dpi
Tue Nov 27 20:28:01 2018    TitlePref=0
Tue Nov 27 20:28:01 2018    Truncate=64
Tue Nov 27 20:28:01 2018 
Tue Nov 27 20:28:01 2018 Print queue realq_desktop is for remote CUPS queue(s) 
and we get notifications from CUPS, using implicit class device URI 
implicitclass://realq_desktop/
Tue Nov 27 20:28:01 2018 Loaded PPD file /tmp/006e25bff04c4 for printer 
realq_desktop from server desktop.local:631!
Tue Nov 27 20:28:01 2018 Editing PPD file /tmp/006e25bff04c4 for printer 
realq_desktop, setting the option defaults of the previous cups-browsed session 
and inhibiting client-side filtering of the job, saving the resulting PPD in 
/tmp/006e25bff1948.
Tue Nov 27 20:28:01 2018 Non-raw queue realq_desktop with PPD file: 
/tmp/006e25bff1948
Tue Nov 27 20:28:01 2018 Unsetting printer-is-shared bit.
Tue Nov 27 20:28:01 2018 Unable to set printer-is-shared bit to false (Cannot 
change printer-is-shared for remote queues.)!
Tue Nov 27 20:28:01 2018 Failed reading file 
/var/cache/cups/cups-browsed-remote-default-printer
Tue Nov 27 20:28:01 2018 Creating/Updating CUPS queue xxx_desktop
Tue Nov 27 20:28:01 2018 Creating/Updating permanent CUPS queue xxx_desktop.
Tue Nov 27 20:28:01 2018 Loading saved printer options for xxx_desktop from 
/var/cache/cups/cups-browsed-options-xxx_desktop
Tue Nov 27 20:28:01 2018 Loading following option settings for printer 
xxx_desktop:
Tue Nov 27 20:28:01 2018    Duplex=None
Tue Nov 27 20:28:01 2018    InputSlot=Default
Tue Nov 27 20:28:01 2018    job-k-limit=0
Tue Nov 27 20:28:01 2018    job-page-limit=0
Tue Nov 27 20:28:01 2018    job-quota-period=0
Tue Nov 27 20:28:01 2018    Option1=False
Tue Nov 27 20:28:01 2018    PageSize=Letter
Tue Nov 27 20:28:01 2018    printer-error-policy=retry-job
Tue Nov 27 20:28:01 2018    printer-geo-location=unknown
Tue Nov 27 20:28:01 2018    printer-info=xxx
Tue Nov 27 20:28:01 2018    printer-is-accepting-jobs=true
Tue Nov 27 20:28:01 2018    printer-is-shared=false
Tue Nov 27 20:28:01 2018    printer-location=
Tue Nov 27 20:28:01 2018    printer-op-policy=default
Tue Nov 27 20:28:01 2018    printer-organization=
Tue Nov 27 20:28:01 2018    printer-organizational-unit=
Tue Nov 27 20:28:01 2018 
Tue Nov 27 20:28:01 2018 Print queue xxx_desktop is for remote CUPS queue(s) 
and we get notifications from CUPS, using implicit class device URI 
implicitclass://xxx_desktop/
Tue Nov 27 20:28:01 2018 Loaded PPD file /tmp/006e25c0037ae for printer 
xxx_desktop from server desktop.local:631!
Tue Nov 27 20:28:01 2018 Editing PPD file /tmp/006e25c0037ae for printer 
xxx_desktop, setting the option defaults of the previous cups-browsed session 
and inhibiting client-side filtering of the job, saving the resulting PPD in 
/tmp/006e25c00545f.
Tue Nov 27 20:28:01 2018 Non-raw queue xxx_desktop with PPD file: 
/tmp/006e25c00545f
Tue Nov 27 20:28:01 2018 Unsetting printer-is-shared bit.
Tue Nov 27 20:28:01 2018 Unable to set printer-is-shared bit to false (Cannot 
change printer-is-shared for remote queues.)!
Tue Nov 27 20:28:01 2018 Failed reading file 
/var/cache/cups/cups-browsed-remote-default-printer
Tue Nov 27 20:28:01 2018 Creating/Updating CUPS queue LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 Creating/Updating permanent CUPS queue 
LaserJet_300_desktop.
Tue Nov 27 20:28:01 2018 Loading saved printer options for LaserJet_300_desktop 
from /var/cache/cups/cups-browsed-options-LaserJet_300_desktop
Tue Nov 27 20:28:01 2018 Loading following option settings for printer 
LaserJet_300_desktop:
Tue Nov 27 20:28:01 2018    ColorModel=Gray
Tue Nov 27 20:28:01 2018    Duplex=None
Tue Nov 27 20:28:01 2018    InputSlot=Standard
Tue Nov 27 20:28:01 2018    job-k-limit=0
Tue Nov 27 20:28:01 2018    job-page-limit=0
Tue Nov 27 20:28:01 2018    job-quota-period=0
Tue Nov 27 20:28:01 2018    PageSize=Letter
Tue Nov 27 20:28:01 2018    printer-error-policy=retry-job
Tue Nov 27 20:28:01 2018    printer-geo-location=unknown
Tue Nov 27 20:28:01 2018    printer-info=LaserJet-300
Tue Nov 27 20:28:01 2018    printer-is-accepting-jobs=true
Tue Nov 27 20:28:01 2018    printer-is-shared=false
Tue Nov 27 20:28:01 2018    printer-location=
Tue Nov 27 20:28:01 2018    printer-op-policy=default
Tue Nov 27 20:28:01 2018    printer-organization=
Tue Nov 27 20:28:01 2018    printer-organizational-unit=
Tue Nov 27 20:28:01 2018    Resolution=301x300dpi
Tue Nov 27 20:28:01 2018    StpBrightness=None
Tue Nov 27 20:28:01 2018    StpColorCorrection=None
Tue Nov 27 20:28:01 2018    StpColorPrecision=Normal
Tue Nov 27 20:28:01 2018    StpContrast=None
Tue Nov 27 20:28:01 2018    StpDensity=None
Tue Nov 27 20:28:01 2018    StpDitherAlgorithm=None
Tue Nov 27 20:28:01 2018    StpFineBrightness=None
Tue Nov 27 20:28:01 2018    StpFineContrast=None
Tue Nov 27 20:28:01 2018    StpFineDensity=None
Tue Nov 27 20:28:01 2018    StpFineGamma=None
Tue Nov 27 20:28:01 2018    StpGamma=None
Tue Nov 27 20:28:01 2018    StpImageType=TextGraphics
Tue Nov 27 20:28:01 2018    StpiShrinkOutput=Shrink
Tue Nov 27 20:28:01 2018    StpLinearContrast=False
Tue Nov 27 20:28:01 2018    StpQuality=Standard
Tue Nov 27 20:28:01 2018 
Tue Nov 27 20:28:01 2018 Print queue LaserJet_300_desktop is for remote CUPS 
queue(s) and we get notifications from CUPS, using implicit class device URI 
implicitclass://LaserJet_300_desktop/
Tue Nov 27 20:28:01 2018 Loaded PPD file /tmp/006e25c035bff for printer 
LaserJet_300_desktop from server desktop.local:631!
Tue Nov 27 20:28:01 2018 Editing PPD file /tmp/006e25c035bff for printer 
LaserJet_300_desktop, setting the option defaults of the previous cups-browsed 
session and inhibiting client-side filtering of the job, saving the resulting 
PPD in /tmp/006e25c037436.
Tue Nov 27 20:28:01 2018 Non-raw queue LaserJet_300_desktop with PPD file: 
/tmp/006e25c037436
Tue Nov 27 20:28:01 2018 Unsetting printer-is-shared bit.
Tue Nov 27 20:28:01 2018 Unable to set printer-is-shared bit to false (Cannot 
change printer-is-shared for remote queues.)!
Tue Nov 27 20:28:01 2018 Failed reading file 
/var/cache/cups/cups-browsed-remote-default-printer
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 listening
Tue Nov 27 20:28:01 2018 on_printer_modified() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer modified: Printer 
"realq_desktop" modified by "root".
Tue Nov 27 20:28:01 2018 Settings of printer realq_desktop got modified, doing 
backup.
Tue Nov 27 20:28:01 2018 Recording printer options for realq_desktop to 
/var/cache/cups/cups-browsed-options-realq_desktop
Tue Nov 27 20:28:01 2018 on_printer_modified() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer modified: Printer 
"xxx_desktop" modified by "root".
Tue Nov 27 20:28:01 2018 Settings of printer xxx_desktop got modified, doing 
backup.
Tue Nov 27 20:28:01 2018 Recording printer options for xxx_desktop to 
/var/cache/cups/cups-browsed-options-xxx_desktop
Tue Nov 27 20:28:01 2018 on_printer_state_changed() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer state change on printer 
LaserJet_300_desktop: Now accepting jobs.
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer state reasons: paused
Tue Nov 27 20:28:01 2018 on_printer_state_changed() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer state change on printer 
LaserJet_300_desktop: Printer "LaserJet_300_desktop" state changed to idle.
Tue Nov 27 20:28:01 2018 [CUPS Notification] Printer state reasons: none
Tue Nov 27 20:28:01 2018 resolve_callback() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Avahi Resolver: Service 'ENVY4500' of type '_ipp._tcp' 
in domain 'local' on interface 'enp0s25' (IPv4).
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
IPP-Get-Notifications
Tue Nov 27 20:28:01 2018 cups-browsed [BrowsePoll /var/run/cups/cups.sock:0]: 
printer-* event
Tue Nov 27 20:28:01 2018 cups-browsed (/var/run/cups/cups.sock): cupsEnumDests
Tue Nov 27 20:28:01 2018 free_local_printer() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 free_local_printer() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Matching printer "ENVY4500" with properties Host = 
"envy4500.local", Port = 631, Service Name = "ENVY4500", Domain = "local" with 
the BrowseFilter lines in cups-browsed.conf
Tue Nov 27 20:28:01 2018 All BrowseFilter lines matched or skipped, accepting 
printer ENVY4500
Tue Nov 27 20:28:01 2018 local_printer_has_uri() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 local_printer_has_uri() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 local_printer_has_uri() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Full list of IPP attributes (get-printer-attributes) 
for printer with URI ipp://envy4500.local:631/ipp/print:
Tue Nov 27 20:28:01 2018   Attr: attributes-charset
Tue Nov 27 20:28:01 2018   Value: utf-8
Tue Nov 27 20:28:01 2018   Keyword: utf-8
Tue Nov 27 20:28:01 2018   Attr: attributes-natural-language
Tue Nov 27 20:28:01 2018   Value: en
Tue Nov 27 20:28:01 2018   Keyword: en
Tue Nov 27 20:28:01 2018   Attr: printer-uri-supported
Tue Nov 27 20:28:01 2018   Value: ipp://envy4500.local/ipp/print
Tue Nov 27 20:28:01 2018   Keyword: ipp://envy4500.local/ipp/print
Tue Nov 27 20:28:01 2018   Attr: uri-security-supported
Tue Nov 27 20:28:01 2018   Value: none
Tue Nov 27 20:28:01 2018   Keyword: none
Tue Nov 27 20:28:01 2018   Attr: uri-authentication-supported
Tue Nov 27 20:28:01 2018   Value: requesting-user-name
Tue Nov 27 20:28:01 2018   Keyword: requesting-user-name
Tue Nov 27 20:28:01 2018   Attr: printer-name
Tue Nov 27 20:28:01 2018   Value: HPFAFAC2
Tue Nov 27 20:28:01 2018   Keyword: HPFAFAC2
Tue Nov 27 20:28:01 2018   Attr: printer-location
Tue Nov 27 20:28:01 2018   Value: Josie'sParlour
Tue Nov 27 20:28:01 2018   Keyword: Josie'sParlour
Tue Nov 27 20:28:01 2018   Attr: printer-more-info
Tue Nov 27 20:28:01 2018   Value: http://envy4500.local./#hId-pgAirPrint
Tue Nov 27 20:28:01 2018   Keyword: http://envy4500.local./#hId-pgAirPrint
Tue Nov 27 20:28:01 2018   Attr: printer-info
Tue Nov 27 20:28:01 2018   Value: ENVY4500
Tue Nov 27 20:28:01 2018   Keyword: ENVY4500
Tue Nov 27 20:28:01 2018   Attr: printer-dns-sd-name
Tue Nov 27 20:28:01 2018   Value: ENVY4500
Tue Nov 27 20:28:01 2018   Keyword: ENVY4500
Tue Nov 27 20:28:01 2018   Attr: printer-make-and-model
Tue Nov 27 20:28:01 2018   Value: HP ENVY 4500 series
Tue Nov 27 20:28:01 2018   Keyword: HP ENVY 4500 series
Tue Nov 27 20:28:01 2018   Attr: printer-state
Tue Nov 27 20:28:01 2018   Value: idle
Tue Nov 27 20:28:01 2018   Attr: printer-state-reasons
Tue Nov 27 20:28:01 2018   Value: none
Tue Nov 27 20:28:01 2018   Keyword: none
Tue Nov 27 20:28:01 2018   Attr: ipp-versions-supported
Tue Nov 27 20:28:01 2018   Value: 1.0,1.1,2.0
Tue Nov 27 20:28:01 2018   Keyword: 1.0
Tue Nov 27 20:28:01 2018   Keyword: 1.1
Tue Nov 27 20:28:01 2018   Keyword: 2.0
Tue Nov 27 20:28:01 2018   Attr: operations-supported
Tue Nov 27 20:28:01 2018   Value: 
Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Print-URI,Send-URI,Close-Job,Identify-Printer
Tue Nov 27 20:28:01 2018   Attr: charset-configured
Tue Nov 27 20:28:01 2018   Value: us-ascii
Tue Nov 27 20:28:01 2018   Keyword: us-ascii
Tue Nov 27 20:28:01 2018   Attr: charset-supported
Tue Nov 27 20:28:01 2018   Value: us-ascii,utf-8
Tue Nov 27 20:28:01 2018   Keyword: us-ascii
Tue Nov 27 20:28:01 2018   Keyword: utf-8
Tue Nov 27 20:28:01 2018   Attr: natural-language-configured
Tue Nov 27 20:28:01 2018   Value: en
Tue Nov 27 20:28:01 2018   Keyword: en
Tue Nov 27 20:28:01 2018   Attr: generated-natural-language-supported
Tue Nov 27 20:28:01 2018   Value: en
Tue Nov 27 20:28:01 2018   Keyword: en
Tue Nov 27 20:28:01 2018   Attr: document-format-default
Tue Nov 27 20:28:01 2018   Value: application/octet-stream
Tue Nov 27 20:28:01 2018   Keyword: application/octet-stream
Tue Nov 27 20:28:01 2018   Attr: document-format-supported
Tue Nov 27 20:28:01 2018   Value: 
application/vnd.hp-PCL,image/jpeg,application/PCLm,image/urf,application/octet-stream
Tue Nov 27 20:28:01 2018   Keyword: application/vnd.hp-PCL
Tue Nov 27 20:28:01 2018   Keyword: image/jpeg
Tue Nov 27 20:28:01 2018   Keyword: application/PCLm
Tue Nov 27 20:28:01 2018   Keyword: image/urf
Tue Nov 27 20:28:01 2018   Keyword: application/octet-stream
Tue Nov 27 20:28:01 2018   Attr: document-format-version-supported
Tue Nov 27 20:28:01 2018   Value: PCL3GUI,PJL,Automatic,JPEG,PCLM,AppleRaster
Tue Nov 27 20:28:01 2018   Keyword: PCL3GUI
Tue Nov 27 20:28:01 2018   Keyword: PJL
Tue Nov 27 20:28:01 2018   Keyword: Automatic
Tue Nov 27 20:28:01 2018   Keyword: JPEG
Tue Nov 27 20:28:01 2018   Keyword: PCLM
Tue Nov 27 20:28:01 2018   Keyword: AppleRaster
Tue Nov 27 20:28:01 2018   Attr: printer-is-accepting-jobs
Tue Nov 27 20:28:01 2018   Value: true
Tue Nov 27 20:28:01 2018   Attr: queued-job-count
Tue Nov 27 20:28:01 2018   Value: 0
Tue Nov 27 20:28:01 2018   Attr: pdl-override-supported
Tue Nov 27 20:28:01 2018   Value: attempted
Tue Nov 27 20:28:01 2018   Keyword: attempted
Tue Nov 27 20:28:01 2018   Attr: printer-up-time
Tue Nov 27 20:28:01 2018   Value: 1199070
Tue Nov 27 20:28:01 2018   Attr: printer-current-time
Tue Nov 27 20:28:01 2018   Value: no-value
Tue Nov 27 20:28:01 2018   Attr: compression-supported
Tue Nov 27 20:28:01 2018   Value: none,deflate,gzip
Tue Nov 27 20:28:01 2018   Keyword: none
Tue Nov 27 20:28:01 2018   Keyword: deflate
Tue Nov 27 20:28:01 2018   Keyword: gzip
Tue Nov 27 20:28:01 2018   Attr: color-supported
Tue Nov 27 20:28:01 2018   Value: true
Tue Nov 27 20:28:01 2018   Attr: job-creation-attributes-supported
Tue Nov 27 20:28:01 2018   Value: 
copies,finishings,sides,orientation-requested,media,print-quality,printer-resolution,output-bin,media-col,output-mode,print-content-optimize,pclm-source-resolution,print-color-mode,ipp-attribute-fidelity,job-name,page-ranges,multiple-document-handling,overrides,print-rendering-intent,print-scaling
Tue Nov 27 20:28:01 2018   Keyword: copies
Tue Nov 27 20:28:01 2018   Keyword: finishings
Tue Nov 27 20:28:01 2018   Keyword: sides
Tue Nov 27 20:28:01 2018   Keyword: orientation-requested
Tue Nov 27 20:28:01 2018   Keyword: media
Tue Nov 27 20:28:01 2018   Keyword: print-quality
Tue Nov 27 20:28:01 2018   Keyword: printer-resolution
Tue Nov 27 20:28:01 2018   Keyword: output-bin
Tue Nov 27 20:28:01 2018   Keyword: media-col
Tue Nov 27 20:28:01 2018   Keyword: output-mode
Tue Nov 27 20:28:01 2018   Keyword: print-content-optimize
Tue Nov 27 20:28:01 2018   Keyword: pclm-source-resolution
Tue Nov 27 20:28:01 2018   Keyword: print-color-mode
Tue Nov 27 20:28:01 2018   Keyword: ipp-attribute-fidelity
Tue Nov 27 20:28:01 2018   Keyword: job-name
Tue Nov 27 20:28:01 2018   Keyword: page-ranges
Tue Nov 27 20:28:01 2018   Keyword: multiple-document-handling
Tue Nov 27 20:28:01 2018   Keyword: overrides
Tue Nov 27 20:28:01 2018   Keyword: print-rendering-intent
Tue Nov 27 20:28:01 2018   Keyword: print-scaling
Tue Nov 27 20:28:01 2018   Attr: reference-uri-schemes-supported
Tue Nov 27 20:28:01 2018   Value: http,https
Tue Nov 27 20:28:01 2018   Keyword: http
Tue Nov 27 20:28:01 2018   Keyword: https
Tue Nov 27 20:28:01 2018   Attr: printer-device-id
Tue Nov 27 20:28:01 2018   Value: MFG:HP;MDL:ENVY 4500 
series;CMD:PCL3GUI,PJL,Automatic,JPEG,PCLM,AppleRaster,DW-PCL,802.11,DESKJET,DYN;CLS:PRINTER;DES:A9T87B;CID:HPIJVIPAV4;LEDMDIS:USB#FF#CC#00,USB#07#01#02,USB#FF#04#01;IPP-HTTP:T;IPP-E:FF-CC-00,07-01-02,FF-04-01;SN:CN56G332DT060D;S:038080C484a01021002c1f0003cc2880014;J:
                    
;Z:0102,050361a800aaa8,0600,0c0,0e00000000,0f00000000,10000008000008,12000,147,150,16361a361a000316da17d40001,17000000000000,180;
Tue Nov 27 20:28:01 2018   Keyword: MFG:HP;MDL:ENVY 4500 
series;CMD:PCL3GUI,PJL,Automatic,JPEG,PCLM,AppleRaster,DW-PCL,802.11,DESKJET,DYN;CLS:PRINTER;DES:A9T87B;CID:HPIJVIPAV4;LEDMDIS:USB#FF#CC#00,USB#07#01#02,USB#FF#04#01;IPP-HTTP:T;IPP-E:FF-CC-00,07-01-02,FF-04-01;SN:CN56G332DT060D;S:038080C484a01021002c1f0003cc2880014;J:
                    
;Z:0102,050361a800aaa8,0600,0c0,0e00000000,0f00000000,10000008000008,12000,147,150,16361a361a000316da17d40001,17000000000000,180;
Tue Nov 27 20:28:01 2018   Attr: printer-alert
Tue Nov 27 20:28:01 2018   Value: 
unknown;severity=otherother,code=unknown;severity=other;group=other,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other,code=printerReadyToPrint;severity=other;group=generalPrinter,code=unknown;severity=other;group=other
Tue Nov 27 20:28:01 2018   Attr: printer-alert-description
Tue Nov 27 20:28:01 2018   Value: 
devCertInstalled,genuineHP,genuineHP,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,scanProcessing,ready,inPowerSave
Tue Nov 27 20:28:01 2018   Keyword: devCertInstalled
Tue Nov 27 20:28:01 2018   Keyword: genuineHP
Tue Nov 27 20:28:01 2018   Keyword: genuineHP
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: scanProcessing
Tue Nov 27 20:28:01 2018   Keyword: ready
Tue Nov 27 20:28:01 2018   Keyword: inPowerSave
Tue Nov 27 20:28:01 2018   Attr: printer-uuid
Tue Nov 27 20:28:01 2018   Value: urn:uuid:1c852a4d-b800-1f08-abcd-308d99fafac2
Tue Nov 27 20:28:01 2018   Keyword: 
urn:uuid:1c852a4d-b800-1f08-abcd-308d99fafac2
Tue Nov 27 20:28:01 2018   Attr: landscape-orientation-requested-preferred
Tue Nov 27 20:28:01 2018   Value: 5
Tue Nov 27 20:28:01 2018   Attr: ipp-features-supported
Tue Nov 27 20:28:01 2018   Value: airprint-1.3
Tue Nov 27 20:28:01 2018   Keyword: airprint-1.3
Tue Nov 27 20:28:01 2018   Attr: which-jobs-supported
Tue Nov 27 20:28:01 2018   Value: completed,not-completed,all
Tue Nov 27 20:28:01 2018   Keyword: completed
Tue Nov 27 20:28:01 2018   Keyword: not-completed
Tue Nov 27 20:28:01 2018   Keyword: all
Tue Nov 27 20:28:01 2018   Attr: job-ids-supported
Tue Nov 27 20:28:01 2018   Value: true
Tue Nov 27 20:28:01 2018   Attr: requesting-user-uri-supported
Tue Nov 27 20:28:01 2018   Value: true
Tue Nov 27 20:28:01 2018   Attr: printer-kind
Tue Nov 27 20:28:01 2018   Value: document,envelope,photo
Tue Nov 27 20:28:01 2018   Keyword: document
Tue Nov 27 20:28:01 2018   Keyword: envelope
Tue Nov 27 20:28:01 2018   Keyword: photo
Tue Nov 27 20:28:01 2018   Attr: media-supported
Tue Nov 27 20:28:01 2018   Value: 
na_executive_7.25x10.5in,na_letter_8.5x11in,na_legal_8.5x14in,na_govt-letter_8x10in,na_invoice_5.5x8.5in,iso_a5_148x210mm,iso_a4_210x297mm,jis_b5_182x257mm,jpn_hagaki_100x148mm,iso_a6_105x148mm,na_index-4x6_4x6in,na_index-5x8_5x8in,na_index-3x5_3x5in,na_monarch_3.875x7.5in,na_number-10_4.125x9.5in,iso_dl_110x220mm,iso_c5_162x229mm,iso_c6_114x162mm,na_a2_4.375x5.75in,jpn_chou3_120x235mm,jpn_chou4_90x205mm,oe_hp-greeting-card_4.4x6in,oe_photo-l_3.5x5in,na_5x7_5x7in,na_personal_3.625x6.5in,iso_b5_176x250mm,om_small-photo_100x150mm,custom_min_3x5in,custom_max_8.5x14in
Tue Nov 27 20:28:01 2018   Keyword: na_executive_7.25x10.5in
Tue Nov 27 20:28:01 2018   Keyword: na_letter_8.5x11in
Tue Nov 27 20:28:01 2018   Keyword: na_legal_8.5x14in
Tue Nov 27 20:28:01 2018   Keyword: na_govt-letter_8x10in
Tue Nov 27 20:28:01 2018   Keyword: na_invoice_5.5x8.5in
Tue Nov 27 20:28:01 2018   Keyword: iso_a5_148x210mm
Tue Nov 27 20:28:01 2018   Keyword: iso_a4_210x297mm
Tue Nov 27 20:28:01 2018   Keyword: jis_b5_182x257mm
Tue Nov 27 20:28:01 2018   Keyword: jpn_hagaki_100x148mm
Tue Nov 27 20:28:01 2018   Keyword: iso_a6_105x148mm
Tue Nov 27 20:28:01 2018   Keyword: na_index-4x6_4x6in
Tue Nov 27 20:28:01 2018   Keyword: na_index-5x8_5x8in
Tue Nov 27 20:28:01 2018   Keyword: na_index-3x5_3x5in
Tue Nov 27 20:28:01 2018   Keyword: na_monarch_3.875x7.5in
Tue Nov 27 20:28:01 2018   Keyword: na_number-10_4.125x9.5in
Tue Nov 27 20:28:01 2018   Keyword: iso_dl_110x220mm
Tue Nov 27 20:28:01 2018   Keyword: iso_c5_162x229mm
Tue Nov 27 20:28:01 2018   Keyword: iso_c6_114x162mm
Tue Nov 27 20:28:01 2018   Keyword: na_a2_4.375x5.75in
Tue Nov 27 20:28:01 2018   Keyword: jpn_chou3_120x235mm
Tue Nov 27 20:28:01 2018   Keyword: jpn_chou4_90x205mm
Tue Nov 27 20:28:01 2018   Keyword: oe_hp-greeting-card_4.4x6in
Tue Nov 27 20:28:01 2018   Keyword: oe_photo-l_3.5x5in
Tue Nov 27 20:28:01 2018   Keyword: na_5x7_5x7in
Tue Nov 27 20:28:01 2018   Keyword: na_personal_3.625x6.5in
Tue Nov 27 20:28:01 2018   Keyword: iso_b5_176x250mm
Tue Nov 27 20:28:01 2018   Keyword: om_small-photo_100x150mm
Tue Nov 27 20:28:01 2018   Keyword: custom_min_3x5in
Tue Nov 27 20:28:01 2018   Keyword: custom_max_8.5x14in
Tue Nov 27 20:28:01 2018   Attr: media-default
Tue Nov 27 20:28:01 2018   Value: iso_a4_210x297mm
Tue Nov 27 20:28:01 2018   Keyword: iso_a4_210x297mm
Tue Nov 27 20:28:01 2018   Attr: media-col-supported
Tue Nov 27 20:28:01 2018   Value: 
media-type,media-size,media-top-margin,media-left-margin,media-right-margin,media-bottom-margin,media-source,media-size-name
Tue Nov 27 20:28:01 2018   Keyword: media-type
Tue Nov 27 20:28:01 2018   Keyword: media-size
Tue Nov 27 20:28:01 2018   Keyword: media-top-margin
Tue Nov 27 20:28:01 2018   Keyword: media-left-margin
Tue Nov 27 20:28:01 2018   Keyword: media-right-margin
Tue Nov 27 20:28:01 2018   Keyword: media-bottom-margin
Tue Nov 27 20:28:01 2018   Keyword: media-source
Tue Nov 27 20:28:01 2018   Keyword: media-size-name
Tue Nov 27 20:28:01 2018   Attr: media-col-default
Tue Nov 27 20:28:01 2018   Value: {media-size={x-dimension=21000 
y-dimension=29700} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery}
Tue Nov 27 20:28:01 2018   Attr: media-col-database
Tue Nov 27 20:28:01 2018   Value: {media-size={x-dimension=18415 
y-dimension=26670} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=18415 y-dimension=26670} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21590 y-dimension=27940} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21590 y-dimension=27940} 
media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=stationery},{media-size={x-dimension=21590 y-dimension=27940} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21590 y-dimension=27940} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=21590 
y-dimension=27940} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=21590 
y-dimension=35560} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21590 y-dimension=35560} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=20320 
y-dimension=25400} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=20320 y-dimension=25400} 
media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=stationery},{media-size={x-dimension=13970 y-dimension=21590} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=14800 y-dimension=21000} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=14800 y-dimension=21000} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21000 y-dimension=29700} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21000 y-dimension=29700} 
media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=stationery},{media-size={x-dimension=21000 y-dimension=29700} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=21000 y-dimension=29700} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=21000 
y-dimension=29700} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=18200 
y-dimension=25700} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=18200 y-dimension=25700} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=10000 y-dimension=14800} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=10000 y-dimension=14800} 
media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=stationery},{media-size={x-dimension=10000 y-dimension=14800} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10000 
y-dimension=14800} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10500 
y-dimension=14800} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10500 
y-dimension=14800} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10500 
y-dimension=14800} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10500 
y-dimension=14800} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10160 
y-dimension=15240} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10160 
y-dimension=15240} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=12700 
y-dimension=20320} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=12700 y-dimension=20320} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=7620 y-dimension=12700} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=7620 y-dimension=12700} 
media-top-margin=300 media-bottom-margin=1270 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=9842 y-dimension=19050} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=10477 y-dimension=24130} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=11000 y-dimension=22000} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=16200 y-dimension=22900} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=11400 y-dimension=16200} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=11112 y-dimension=14605} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=12000 y-dimension=23500} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=9000 y-dimension=20500} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=11176 y-dimension=15240} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=8890 y-dimension=12700} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=8890 
y-dimension=12700} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=12700 
y-dimension=17780} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=12700 
y-dimension=17780} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10160 
y-dimension=15240} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=10160 
y-dimension=15240} media-top-margin=0 media-bottom-margin=0 media-left-margin=0 
media-right-margin=0 media-source=main 
media-type=photographic-glossy},{media-size={x-dimension=9207 
y-dimension=16510} media-top-margin=182 media-bottom-margin=300 
media-left-margin=318 media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=17600 y-dimension=25000} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main 
media-type=stationery},{media-size={x-dimension=10000 y-dimension=15000} 
media-top-margin=182 media-bottom-margin=300 media-left-margin=318 
media-right-margin=318 media-source=main media-type=stationery}
Tue Nov 27 20:28:01 2018   Attr: media-left-margin-supported
Tue Nov 27 20:28:01 2018   Value: 318,0
Tue Nov 27 20:28:01 2018   Attr: media-right-margin-supported
Tue Nov 27 20:28:01 2018   Value: 318,0
Tue Nov 27 20:28:01 2018   Attr: media-top-margin-supported
Tue Nov 27 20:28:01 2018   Value: 182,300,0
Tue Nov 27 20:28:01 2018   Attr: media-bottom-margin-supported
Tue Nov 27 20:28:01 2018   Value: 300,1270,0
Tue Nov 27 20:28:01 2018   Attr: media-source-supported
Tue Nov 27 20:28:01 2018   Value: main
Tue Nov 27 20:28:01 2018   Keyword: main
Tue Nov 27 20:28:01 2018   Attr: media-type-supported
Tue Nov 27 20:28:01 2018   Value: stationery,photographic-glossy
Tue Nov 27 20:28:01 2018   Keyword: stationery
Tue Nov 27 20:28:01 2018   Keyword: photographic-glossy
Tue Nov 27 20:28:01 2018   Attr: media-size-supported
Tue Nov 27 20:28:01 2018   Value: {x-dimension=18415 
y-dimension=26670},{x-dimension=21590 y-dimension=27940},{x-dimension=21590 
y-dimension=35560},{x-dimension=20320 y-dimension=25400},{x-dimension=13970 
y-dimension=21590},{x-dimension=14800 y-dimension=21000},{x-dimension=21000 
y-dimension=29700},{x-dimension=18200 y-dimension=25700},{x-dimension=10000 
y-dimension=14800},{x-dimension=10500 y-dimension=14800},{x-dimension=10500 
y-dimension=14800},{x-dimension=10160 y-dimension=15240},{x-dimension=12700 
y-dimension=20320},{x-dimension=7620 y-dimension=12700},{x-dimension=9842 
y-dimension=19050},{x-dimension=10477 y-dimension=24130},{x-dimension=11000 
y-dimension=22000},{x-dimension=16200 y-dimension=22900},{x-dimension=11400 
y-dimension=16200},{x-dimension=11112 y-dimension=14605},{x-dimension=12000 
y-dimension=23500},{x-dimension=9000 y-dimension=20500},{x-dimension=11176 
y-dimension=15240},{x-dimension=8890 y-dimension=12700},{x-dimension=12700 
y-dimension=17780},{x-dimension=10160 y-dimension=15240},{x-dimension=9207 
y-dimension=16510},{x-dimension=17600 y-dimension=25000},{x-dimension=10000 
y-dimension=15000},{x-dimension=7620-21590 y-dimension=12700-35560}
Tue Nov 27 20:28:01 2018   Attr: pages-per-minute
Tue Nov 27 20:28:01 2018   Value: 8
Tue Nov 27 20:28:01 2018   Attr: pages-per-minute-color
Tue Nov 27 20:28:01 2018   Value: 5
Tue Nov 27 20:28:01 2018   Attr: jpeg-k-octets-supported
Tue Nov 27 20:28:01 2018   Value: 0-12288
Tue Nov 27 20:28:01 2018   Attr: jpeg-x-dimension-supported
Tue Nov 27 20:28:01 2018   Value: 0-8192
Tue Nov 27 20:28:01 2018   Attr: jpeg-y-dimension-supported
Tue Nov 27 20:28:01 2018   Value: 1-8192
Tue Nov 27 20:28:01 2018   Attr: pdf-versions-supported
Tue Nov 27 20:28:01 2018   Value: none
Tue Nov 27 20:28:01 2018   Keyword: none
Tue Nov 27 20:28:01 2018   Attr: urf-supported
Tue Nov 27 20:28:01 2018   Value: 
CP1,MT1-2-8-9-10-11,OB9,OFU0,PQ3-4-5,RS300-600,SRGB24,W8-16,DEVW8-16,DEVRGB24-48,ADOBERGB24-48,DM3,IS1,V1.3
Tue Nov 27 20:28:01 2018   Keyword: CP1
Tue Nov 27 20:28:01 2018   Keyword: MT1-2-8-9-10-11
Tue Nov 27 20:28:01 2018   Keyword: OB9
Tue Nov 27 20:28:01 2018   Keyword: OFU0
Tue Nov 27 20:28:01 2018   Keyword: PQ3-4-5
Tue Nov 27 20:28:01 2018   Keyword: RS300-600
Tue Nov 27 20:28:01 2018   Keyword: SRGB24
Tue Nov 27 20:28:01 2018   Keyword: W8-16
Tue Nov 27 20:28:01 2018   Keyword: DEVW8-16
Tue Nov 27 20:28:01 2018   Keyword: DEVRGB24-48
Tue Nov 27 20:28:01 2018   Keyword: ADOBERGB24-48
Tue Nov 27 20:28:01 2018   Keyword: DM3
Tue Nov 27 20:28:01 2018   Keyword: IS1
Tue Nov 27 20:28:01 2018   Keyword: V1.3
Tue Nov 27 20:28:01 2018   Attr: marker-names
Tue Nov 27 20:28:01 2018   Value: tri-color ink,black ink
Tue Nov 27 20:28:01 2018   Keyword: tri-color ink
Tue Nov 27 20:28:01 2018   Keyword: black ink
Tue Nov 27 20:28:01 2018   Attr: marker-colors
Tue Nov 27 20:28:01 2018   Value: #00FFFF#FF00FF#FFFF00,#000000
Tue Nov 27 20:28:01 2018   Keyword: #00FFFF#FF00FF#FFFF00
Tue Nov 27 20:28:01 2018   Keyword: #000000
Tue Nov 27 20:28:01 2018   Attr: marker-types
Tue Nov 27 20:28:01 2018   Value: inkCartridge,inkCartridge
Tue Nov 27 20:28:01 2018   Keyword: inkCartridge
Tue Nov 27 20:28:01 2018   Keyword: inkCartridge
Tue Nov 27 20:28:01 2018   Attr: marker-low-levels
Tue Nov 27 20:28:01 2018   Value: 1,1
Tue Nov 27 20:28:01 2018   Attr: marker-high-levels
Tue Nov 27 20:28:01 2018   Value: 100,100
Tue Nov 27 20:28:01 2018   Attr: marker-levels
Tue Nov 27 20:28:01 2018   Value: 20,60
Tue Nov 27 20:28:01 2018   Attr: printer-supply
Tue Nov 27 20:28:01 2018   Value: 
type=inkCartridge;maxcapacity=100;level=20;class=supplyThatIsConsumed;unit=percent;colorantname=multi-color;,type=inkCartridge;maxcapacity=100;level=60;class=supplyThatIsConsumed;unit=percent;colorantname=black;
Tue Nov 27 20:28:01 2018   Attr: printer-supply-description
Tue Nov 27 20:28:01 2018   Value: ,
Tue Nov 27 20:28:01 2018   Keyword: 
Tue Nov 27 20:28:01 2018   Keyword: 
Tue Nov 27 20:28:01 2018   Attr: copies-default
Tue Nov 27 20:28:01 2018   Value: 1
Tue Nov 27 20:28:01 2018   Attr: finishings-default
Tue Nov 27 20:28:01 2018   Value: none
Tue Nov 27 20:28:01 2018   Attr: orientation-requested-default
Tue Nov 27 20:28:01 2018   Value: portrait
Tue Nov 27 20:28:01 2018   Attr: print-quality-default
Tue Nov 27 20:28:01 2018   Value: normal
Tue Nov 27 20:28:01 2018   Attr: printer-resolution-default
Tue Nov 27 20:28:01 2018   Value: 600dpi
Tue Nov 27 20:28:01 2018   Attr: sides-default
Tue Nov 27 20:28:01 2018   Value: one-sided
Tue Nov 27 20:28:01 2018   Keyword: one-sided
Tue Nov 27 20:28:01 2018   Attr: output-bin-default
Tue Nov 27 20:28:01 2018   Value: face-up
Tue Nov 27 20:28:01 2018   Keyword: face-up
Tue Nov 27 20:28:01 2018   Attr: output-mode-default
Tue Nov 27 20:28:01 2018   Value: auto
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Attr: print-color-mode-default
Tue Nov 27 20:28:01 2018   Value: auto
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Attr: multiple-document-handling-default
Tue Nov 27 20:28:01 2018   Value: separate-documents-uncollated-copies
Tue Nov 27 20:28:01 2018   Keyword: separate-documents-uncollated-copies
Tue Nov 27 20:28:01 2018   Attr: number-up-default
Tue Nov 27 20:28:01 2018   Value: 1
Tue Nov 27 20:28:01 2018   Attr: presentation-direction-number-up-default
Tue Nov 27 20:28:01 2018   Value: toright-tobottom
Tue Nov 27 20:28:01 2018   Keyword: toright-tobottom
Tue Nov 27 20:28:01 2018   Attr: print-rendering-intent-default
Tue Nov 27 20:28:01 2018   Value: auto
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Attr: print-scaling-default
Tue Nov 27 20:28:01 2018   Value: auto
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Attr: copies-supported
Tue Nov 27 20:28:01 2018   Value: 1-99
Tue Nov 27 20:28:01 2018   Attr: finishings-supported
Tue Nov 27 20:28:01 2018   Value: none
Tue Nov 27 20:28:01 2018   Attr: orientation-requested-supported
Tue Nov 27 20:28:01 2018   Value: portrait
Tue Nov 27 20:28:01 2018   Attr: print-quality-supported
Tue Nov 27 20:28:01 2018   Value: draft,normal,high
Tue Nov 27 20:28:01 2018   Attr: printer-resolution-supported
Tue Nov 27 20:28:01 2018   Value: 300dpi,600dpi,1200dpi
Tue Nov 27 20:28:01 2018   Attr: sides-supported
Tue Nov 27 20:28:01 2018   Value: 
one-sided,two-sided-short-edge,two-sided-long-edge
Tue Nov 27 20:28:01 2018   Keyword: one-sided
Tue Nov 27 20:28:01 2018   Keyword: two-sided-short-edge
Tue Nov 27 20:28:01 2018   Keyword: two-sided-long-edge
Tue Nov 27 20:28:01 2018   Attr: output-bin-supported
Tue Nov 27 20:28:01 2018   Value: face-up
Tue Nov 27 20:28:01 2018   Keyword: face-up
Tue Nov 27 20:28:01 2018   Attr: output-mode-supported
Tue Nov 27 20:28:01 2018   Value: auto,monochrome,color
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Keyword: monochrome
Tue Nov 27 20:28:01 2018   Keyword: color
Tue Nov 27 20:28:01 2018   Attr: print-color-mode-supported
Tue Nov 27 20:28:01 2018   Value: auto,monochrome,color,process-monochrome
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Keyword: monochrome
Tue Nov 27 20:28:01 2018   Keyword: color
Tue Nov 27 20:28:01 2018   Keyword: process-monochrome
Tue Nov 27 20:28:01 2018   Attr: page-ranges-supported
Tue Nov 27 20:28:01 2018   Value: true
Tue Nov 27 20:28:01 2018   Attr: multiple-document-handling-supported
Tue Nov 27 20:28:01 2018   Value: 
separate-documents-uncollated-copies,separate-documents-collated-copies
Tue Nov 27 20:28:01 2018   Keyword: separate-documents-uncollated-copies
Tue Nov 27 20:28:01 2018   Keyword: separate-documents-collated-copies
Tue Nov 27 20:28:01 2018   Attr: number-up-supported
Tue Nov 27 20:28:01 2018   Value: 1
Tue Nov 27 20:28:01 2018   Attr: presentation-direction-number-up-supported
Tue Nov 27 20:28:01 2018   Value: toright-tobottom
Tue Nov 27 20:28:01 2018   Keyword: toright-tobottom
Tue Nov 27 20:28:01 2018   Attr: print-rendering-intent-supported
Tue Nov 27 20:28:01 2018   Value: auto,perceptual
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Keyword: perceptual
Tue Nov 27 20:28:01 2018   Attr: print-scaling-supported
Tue Nov 27 20:28:01 2018   Value: auto,fill,fit,none
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Keyword: fill
Tue Nov 27 20:28:01 2018   Keyword: fit
Tue Nov 27 20:28:01 2018   Keyword: none
Tue Nov 27 20:28:01 2018   Attr: printer-icons
Tue Nov 27 20:28:01 2018   Value: 
http://envy4500.local/webApps/images/printer-small.png,http://envy4500.local/webApps/images/printer.png,http://envy4500.local/webApps/images/printer-large.png
Tue Nov 27 20:28:01 2018   Keyword: 
http://envy4500.local/webApps/images/printer-small.png
Tue Nov 27 20:28:01 2018   Keyword: 
http://envy4500.local/webApps/images/printer.png
Tue Nov 27 20:28:01 2018   Keyword: 
http://envy4500.local/webApps/images/printer-large.png
Tue Nov 27 20:28:01 2018   Attr: printer-supply-info-uri
Tue Nov 27 20:28:01 2018   Value: http://envy4500.local/SureSupplyMobile/
Tue Nov 27 20:28:01 2018   Keyword: http://envy4500.local/SureSupplyMobile/
Tue Nov 27 20:28:01 2018   Attr: print-content-optimize-default
Tue Nov 27 20:28:01 2018   Value: auto
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Attr: print-content-optimize-supported
Tue Nov 27 20:28:01 2018   Value: auto,photo,graphics,text,text-and-graphics
Tue Nov 27 20:28:01 2018   Keyword: auto
Tue Nov 27 20:28:01 2018   Keyword: photo
Tue Nov 27 20:28:01 2018   Keyword: graphics
Tue Nov 27 20:28:01 2018   Keyword: text
Tue Nov 27 20:28:01 2018   Keyword: text-and-graphics
Tue Nov 27 20:28:01 2018   Attr: epcl-version-supported
Tue Nov 27 20:28:01 2018   Value: 1.0
Tue Nov 27 20:28:01 2018   Keyword: 1.0
Tue Nov 27 20:28:01 2018   Attr: manual-duplex-supported
Tue Nov 27 20:28:01 2018   Value: false
Tue Nov 27 20:28:01 2018   Attr: pclm-source-resolution-supported
Tue Nov 27 20:28:01 2018   Value: 300dpi,600dpi
Tue Nov 27 20:28:01 2018   Attr: pclm-source-resolution-default
Tue Nov 27 20:28:01 2018   Value: 600dpi
Tue Nov 27 20:28:01 2018   Attr: pclm-strip-height-supported
Tue Nov 27 20:28:01 2018   Value: 16
Tue Nov 27 20:28:01 2018   Attr: pclm-strip-height-preferred
Tue Nov 27 20:28:01 2018   Value: 16
Tue Nov 27 20:28:01 2018   Attr: pclm-raster-back-side
Tue Nov 27 20:28:01 2018   Value: rotated
Tue Nov 27 20:28:01 2018   Keyword: rotated
Tue Nov 27 20:28:01 2018   Attr: pclm-compression-method-preferred
Tue Nov 27 20:28:01 2018   Value: rle,jpeg,flate
Tue Nov 27 20:28:01 2018   Keyword: rle
Tue Nov 27 20:28:01 2018   Keyword: jpeg
Tue Nov 27 20:28:01 2018   Keyword: flate
Tue Nov 27 20:28:01 2018   Attr: document-format-varying-attributes
Tue Nov 27 20:28:01 2018   Value: copies
Tue Nov 27 20:28:01 2018   Keyword: copies
Tue Nov 27 20:28:01 2018   Attr: printer-get-attributes-supported
Tue Nov 27 20:28:01 2018   Value: document-format
Tue Nov 27 20:28:01 2018   Keyword: document-format
Tue Nov 27 20:28:01 2018   Attr: printer-organization
Tue Nov 27 20:28:01 2018   Value: 
Tue Nov 27 20:28:01 2018   Keyword: 
Tue Nov 27 20:28:01 2018   Attr: printer-organizational-unit
Tue Nov 27 20:28:01 2018   Value: 
Tue Nov 27 20:28:01 2018   Keyword: 
Tue Nov 27 20:28:01 2018   Attr: identify-actions-default
Tue Nov 27 20:28:01 2018   Value: display
Tue Nov 27 20:28:01 2018   Keyword: display
Tue Nov 27 20:28:01 2018   Attr: identify-actions-supported
Tue Nov 27 20:28:01 2018   Value: display,print
Tue Nov 27 20:28:01 2018   Keyword: display
Tue Nov 27 20:28:01 2018   Keyword: print
Tue Nov 27 20:28:01 2018   Attr: limit-operations-supported
Tue Nov 27 20:28:01 2018   Value: 10
Tue Nov 27 20:28:01 2018   Attr: multiple-operation-time-out
Tue Nov 27 20:28:01 2018   Value: 120
Tue Nov 27 20:28:01 2018   Attr: multiple-document-jobs-supported
Tue Nov 27 20:28:01 2018   Value: false
Tue Nov 27 20:28:01 2018 Checking whether printer ENVY4500 supports IPP 2.x or 
newer:
Tue Nov 27 20:28:01 2018   Attr: ipp-versions-supported
Tue Nov 27 20:28:01 2018   Keyword: 1.0
Tue Nov 27 20:28:01 2018   Keyword: 1.1
Tue Nov 27 20:28:01 2018   Keyword: 2.0
Tue Nov 27 20:28:01 2018   --> Printer supports IPP 2.x or newer.
Tue Nov 27 20:28:01 2018 Checking whether printer ENVY4500 is PWG Raster:
Tue Nov 27 20:28:01 2018   --> Printer does not support PWG Raster.
Tue Nov 27 20:28:01 2018 Checking whether printer ENVY4500 understands Apple 
Raster:
Tue Nov 27 20:28:01 2018   Attr: urf-supported
Tue Nov 27 20:28:01 2018   Value: 
CP1,MT1-2-8-9-10-11,OB9,OFU0,PQ3-4-5,RS300-600,SRGB24,W8-16,DEVW8-16,DEVRGB24-48,ADOBERGB24-48,DM3,IS1,V1.3
Tue Nov 27 20:28:01 2018   --> Printer supports Apple Raster.
Tue Nov 27 20:28:01 2018 Checking whether printer ENVY4500 understands PCLm:
Tue Nov 27 20:28:01 2018   Attr: pclm-compression-method-preferred
Tue Nov 27 20:28:01 2018   Value: ENVY4500
Tue Nov 27 20:28:01 2018   --> Printer supports PCLm.
Tue Nov 27 20:28:01 2018 Checking whether printer ENVY4500 understands PDF: 
PDLs: application/vnd.hp-PCL,image/jpeg,application/PCLm,image/urf
Tue Nov 27 20:28:01 2018   --> Printer does not support PDF.
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipp://envy4500.local:631/ipp/print: Local 
queue ENVY4500, IPP Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 DNS-SD IDs: Service name: "ENVY4500", Service type: 
"_ipp._tcp", Domain: "local"
Tue Nov 27 20:28:01 2018 checking queues in 0s
Tue Nov 27 20:28:01 2018 update_cups_queues() in THREAD -1231742400
Tue Nov 27 20:28:01 2018 Processing printer list ...
Tue Nov 27 20:28:01 2018 === Remote printer overview ===
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:01 2018 Printer ipp://envy4500.local:631/ipp/print: Local 
queue ENVY4500, IPP Printer, Slave of None (To be created/updated)
Tue Nov 27 20:28:01 2018 ===============================
Tue Nov 27 20:28:01 2018 Creating/Updating CUPS queue ENVY4500
Tue Nov 27 20:28:02 2018 Establishing dummy connection to make CUPS create the 
temporary queue.
Tue Nov 27 20:28:03 2018 Temporary queue created, grabbing the PPD.
Tue Nov 27 20:28:03 2018 Loaded PPD file /tmp/5bfda8d316f27 from local 
temporary queue ENVY4500.
Tue Nov 27 20:28:03 2018 Creating/Updating permanent CUPS queue ENVY4500.
Tue Nov 27 20:28:03 2018 Loading saved printer options for ENVY4500 from 
/var/cache/cups/cups-browsed-options-ENVY4500
Tue Nov 27 20:28:03 2018 Loading following option settings for printer ENVY4500:
Tue Nov 27 20:28:03 2018    ColorModel=RGB
Tue Nov 27 20:28:03 2018    cupsPrintQuality=Normal
Tue Nov 27 20:28:03 2018    Duplex=None
Tue Nov 27 20:28:03 2018    job-k-limit=0
Tue Nov 27 20:28:03 2018    job-page-limit=0
Tue Nov 27 20:28:03 2018    job-quota-period=0
Tue Nov 27 20:28:03 2018    MediaType=Stationery
Tue Nov 27 20:28:03 2018    PageSize=A4
Tue Nov 27 20:28:03 2018    print-content-optimize=auto
Tue Nov 27 20:28:03 2018    print-rendering-intent=auto
Tue Nov 27 20:28:03 2018    print-scaling=auto
Tue Nov 27 20:28:03 2018    printer-error-policy=retry-job
Tue Nov 27 20:28:03 2018    printer-geo-location=unknown
Tue Nov 27 20:28:03 2018    printer-info=
Tue Nov 27 20:28:03 2018    printer-is-accepting-jobs=true
Tue Nov 27 20:28:03 2018    printer-is-shared=false
Tue Nov 27 20:28:03 2018    printer-location=
Tue Nov 27 20:28:03 2018    printer-op-policy=default
Tue Nov 27 20:28:03 2018    printer-organization=
Tue Nov 27 20:28:03 2018    printer-organizational-unit=
Tue Nov 27 20:28:03 2018 
Tue Nov 27 20:28:03 2018 Print queue ENVY4500 is for an IPP network printer, or 
we do not get notifications from CUPS, using direct device URI 
ipp://envy4500.local:631/ipp/print
Tue Nov 27 20:28:03 2018 Using PPD /tmp/5bfda8d316f27 for queue ENVY4500.
Tue Nov 27 20:28:03 2018 Editing PPD file /tmp/5bfda8d316f27 for printer 
ENVY4500, setting the option defaults of the previous cups-browsed session, 
saving the resulting PPD in /tmp/006e25bff1ee4.
Tue Nov 27 20:28:03 2018 Non-raw queue ENVY4500 with PPD file: 
/tmp/006e25bff1ee4
Tue Nov 27 20:28:03 2018 Setting printer-is-shared bit to false.
Tue Nov 27 20:28:03 2018 Failed reading file 
/var/cache/cups/cups-browsed-remote-default-printer
Tue Nov 27 20:28:03 2018 === Remote printer overview ===
Tue Nov 27 20:28:03 2018 Printer ipps://desktop.local:631/printers/realq: Local 
queue realq_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:03 2018 Printer ipps://desktop.local:631/printers/xxx: Local 
queue xxx_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:03 2018 Printer 
ipps://desktop.local:631/printers/LaserJet-300: Local queue 
LaserJet_300_desktop, Remote CUPS Printer, Slave of None
Tue Nov 27 20:28:03 2018 Printer ipp://envy4500.local:631/ipp/print: Local 
queue ENVY4500, IPP Printer, Slave of None
Tue Nov 27 20:28:03 2018 ===============================
Tue Nov 27 20:28:03 2018 listening
Tue Nov 27 20:28:03 2018 on_printer_modified() in THREAD -1231742400
Tue Nov 27 20:28:03 2018 [CUPS Notification] Printer modified: Printer 
"ENVY4500" modified by "root".
Tue Nov 27 20:28:03 2018 Settings of printer ENVY4500 got modified, doing 
backup.
Tue Nov 27 20:28:03 2018 Recording printer options for ENVY4500 to 
/var/cache/cups/cups-browsed-options-ENVY4500
Tue Nov 27 20:28:03 2018 on_printer_modified() in THREAD -1231742400
Tue Nov 27 20:28:03 2018 [CUPS Notification] Printer modified: Printer 
"ENVY4500" modified by "root".
Tue Nov 27 20:28:03 2018 Settings of printer ENVY4500 got modified, doing 
backup.
Tue Nov 27 20:28:03 2018 Recording printer options for ENVY4500 to 
/var/cache/cups/cups-browsed-options-ENVY4500

Reply via email to