[Pkg-samba-maint] Bug#931717: samba: CUPS printing fails with NT_STATUS_LOGON_FAILURE in 4.9.11+dfsg-1

Wenbin Lv wenbin816 at gmail.com
Tue Jul 9 15:35:34 BST 2019


Package: samba
Version: 2:4.9.11+dfsg-1
Severity: important

I can no longer print in CUPS using samba backend after upgrading samba
to 4.9.11+dfsg-1. The error code given by CUPS is
NT_STATUS_LOGON_FAILURE, although I did not change the smb:// URI so the
credentials are known to be correct. Downgrading to 4.9.5+dfsg-5 fixes
the problem.

I am not familiar with CUPS and samba internals and will be happy to
provide more logs if currently provided ones are insufficient.

-- Package-specific info:
* /etc/samba/smb.conf present, and attached
* /var/lib/samba/dhcp.conf not present

-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: mipsel

Kernel: Linux 4.19.0-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8), LANGUAGE=zh_CN:zh (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages samba depends on:
ii  adduser           3.118
ii  dpkg              1.19.7
ii  libbsd0           0.9.1-2
ii  libc6             2.28-10
ii  libldb1           2:1.5.1+really1.4.7-1
ii  libpam-modules    1.3.1-5
ii  libpam-runtime    1.3.1-5
ii  libpopt0          1.16-12
ii  libpython2.7      2.7.16-3
ii  libtalloc2        2.1.14-2
ii  libtdb1           1.3.16-2+b1
ii  libtevent0        0.9.37-1
ii  lsb-base          10.2019051400
ii  procps            2:3.3.15-2
ii  python            2.7.16-1
ii  python-dnspython  1.16.0-1
ii  python-samba      2:4.9.11+dfsg-1
ii  python2.7         2.7.16-3
ii  samba-common      2:4.9.11+dfsg-1
ii  samba-common-bin  2:4.9.11+dfsg-1
ii  samba-libs        2:4.9.11+dfsg-1
ii  tdb-tools         1.3.16-2+b1

Versions of packages samba recommends:
ii  attr                1:2.4.48-4
ii  logrotate           3.14.0-4
ii  samba-dsdb-modules  2:4.9.11+dfsg-1
ii  samba-vfs-modules   2:4.9.11+dfsg-1

Versions of packages samba suggests:
pn  bind9          <none>
pn  bind9utils     <none>
pn  ctdb           <none>
pn  ldb-tools      <none>
ii  ntp            1:4.2.8p13+dfsg-2
pn  smbldap-tools  <none>
pn  ufw            <none>
pn  winbind        <none>

-- no debconf information
-------------- next part --------------
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#  - When such options are commented with ";", the proposed setting
#    differs from the default Samba behaviour
#  - When commented with "#", the proposed setting is the default
#    behaviour of Samba but the option is considered important
#    enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic 
# errors. 

#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = WORKGROUP

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m
   log level = 10

# Cap the size of the individual log files (in KiB).
   max log size = 1000

# We want Samba to only log to /var/log/samba/log.{smbd,nmbd}.
# Append syslog at 1 if you want important messages to be sent to syslog too.
   logging = file

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller". 
#
# Most people will want "standalone server" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
   server role = standalone server

   obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
   unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan at informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
   pam password change = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
   map to guest = bad user

########## Domains ###########

#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set 
#

# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
;   logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
#   logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
;   logon drive = H:
#   logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
;   logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe.  The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

# This allows machine accounts to be created on the domain controller via the 
# SAMR RPC pipe.  
# The following assumes a "machines" group exists on the system
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.  
; add group script = /usr/sbin/addgroup --force-badname %g

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap config * :              backend = tdb
;   idmap config * :              range   = 3000-7999
;   idmap config YOURDOMAINHERE : backend = tdb
;   idmap config YOURDOMAINHERE : range   = 100000-999999
;   template shell = /bin/bash

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 means that usershare is disabled.
#   usershare max shares = 100

# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
   usershare allow guests = yes

#======================= Share Definitions =======================

[homes]
   comment = Home Directories
   browseable = no

# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
   read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# The following parameter makes sure that only "username" can connect
# to \\server\username
# This might need tweaking when using external authentication schemes
   valid users = %S

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   read only = yes

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
;   write list = root, @lpadmin

-------------- next part --------------
I [09/Jul/2019:22:14:23 +0800] Listening to [v1.::1]:631 (IPv6)
I [09/Jul/2019:22:14:23 +0800] Listening to 127.0.0.1:631 (IPv4)
I [09/Jul/2019:22:14:23 +0800] Listening to /var/run/cups/cups.sock (Domain)
d [09/Jul/2019:22:14:23 +0800] cupsdAddLocation: Added location "/"
d [09/Jul/2019:22:14:23 +0800] cupsdAddLocation: Added location "/admin"
d [09/Jul/2019:22:14:23 +0800] cupsdAddLocation: Added location "/admin/conf"
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e857f0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddLocation: Added location "/admin/log"
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e859b0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=5(Create-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86630, op=2(Print-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86630, op=3(Print-URI))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86630, op=4(Validate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=6(Send-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e86800, name="@OWNER")
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e86800, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=7(Send-URI))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=c(Hold-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=d(Release-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=e(Restart-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=12(Purge-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=14(Set-Job-Attributes))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=17(Create-Job-Subscriptions))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=1a(Renew-Subscription))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=1c(Get-Notifications))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=2c(Reprocess-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=2d(Cancel-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=2e(Suspend-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=2f(Resume-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=3b(Close-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=400d(CUPS-Move-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e86800, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=4003(CUPS-Add-Modify-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e88030, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88030, op=4004(CUPS-Delete-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88030, op=4006(CUPS-Add-Modify-Class))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88030, op=4007(CUPS-Delete-Class))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88030, op=400a(CUPS-Set-Default))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88030, op=400b(CUPS-Get-Devices))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=10(Pause-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e88750, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=11(Resume-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=22(Enable-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=23(Disable-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=24(Pause-Printer-After-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=25(Hold-New-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=26(Release-Held-New-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=27(Deactivate-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=28(Activate-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=29(Restart-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=2a(Shutdown-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=2b(Startup-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=30(Promote-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=31(Schedule-Job-After))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=4008(CUPS-Accept-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e88750, op=4009(CUPS-Reject-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=8(Cancel-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e89e20, name="@OWNER")
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e89e20, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=0x55dcb4e89e20, op=400e(CUPS-Authenticate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e85c50, po=(nil), op=0(0x0000))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=4(Validate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=3b(Close-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=5(Create-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8aae0, op=2(Print-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8aae0, op=3(Print-URI))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8aae0, op=4(Validate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=6(Send-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8acb0, name="@OWNER")
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8acb0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=7(Send-URI))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=c(Hold-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=d(Release-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=e(Restart-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=12(Purge-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=14(Set-Job-Attributes))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=17(Create-Job-Subscriptions))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=1a(Renew-Subscription))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=1c(Get-Notifications))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=2c(Reprocess-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=2d(Cancel-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=2e(Suspend-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=2f(Resume-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=3b(Close-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=400d(CUPS-Move-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8acb0, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=4003(CUPS-Add-Modify-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8c4e0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8c4e0, op=4004(CUPS-Delete-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8c4e0, op=4006(CUPS-Add-Modify-Class))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8c4e0, op=4007(CUPS-Delete-Class))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8c4e0, op=400a(CUPS-Set-Default))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=10(Pause-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8cad0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=11(Resume-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=22(Enable-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=23(Disable-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=24(Pause-Printer-After-Current-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=25(Hold-New-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=26(Release-Held-New-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=27(Deactivate-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=28(Activate-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=29(Restart-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=2a(Shutdown-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=2b(Startup-Printer))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=30(Promote-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=31(Schedule-Job-After))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=4008(CUPS-Accept-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8cad0, op=4009(CUPS-Reject-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=8(Cancel-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8e1a0, name="@OWNER")
d [09/Jul/2019:22:14:23 +0800] cupsdAddName(loc=0x55dcb4e8e1a0, name="@SYSTEM")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=0x55dcb4e8e1a0, op=400e(CUPS-Authenticate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdAddPolicyOp(p=0x55dcb4e8a160, po=(nil), op=0(0x0000))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e8a160, op=4(Validate-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e8a160, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e8a160, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e8a160, op=3b(Close-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e8a160, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
E [09/Jul/2019:22:14:23 +0800] Unknown directive JobPrivateAccess on line 89 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:23 +0800] Unknown directive JobPrivateValues on line 90 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:23 +0800] Unknown directive SubscriptionPrivateAccess on line 91 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:23 +0800] Unknown directive SubscriptionPrivateValues on line 92 of /etc/cups/cupsd.conf.
I [09/Jul/2019:22:14:23 +0800] Remote access is disabled.
D [09/Jul/2019:22:14:23 +0800] Added auto ServerAlias cloud
I [09/Jul/2019:22:14:23 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
D [09/Jul/2019:22:14:23 +0800] Using keychain "/etc/cups/ssl" for server name "cloud".
I [09/Jul/2019:22:14:23 +0800] Using default TempDir of /var/spool/cups/tmp...
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_CACHEDIR=/var/cache/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_DATADIR=/usr/share/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_DOCROOT=/usr/share/cups/doc-root
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_FONTPATH=/usr/share/cups/fonts
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_REQUESTROOT=/var/spool/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_SERVERBIN=/usr/lib/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_SERVERROOT=/etc/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_STATEDIR=/run/cups
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: HOME=/var/spool/cups/tmp
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: SERVER_ADMIN=root at cloud
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: SOFTWARE=CUPS/2.2.10
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: TMPDIR=/var/spool/cups/tmp
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: USER=root
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_MAX_MESSAGE=2047
I [09/Jul/2019:22:14:23 +0800] Configured for up to 100 clients.
I [09/Jul/2019:22:14:23 +0800] Allowing up to 100 client connections per host.
I [09/Jul/2019:22:14:23 +0800] Using policy "default" as the default.
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: NumPolicies=2
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: Policies[0]="authenticated"
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[0]=0x0000
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[1]=Print-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[2]=Print-URI
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[3]=Validate-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[4]=Create-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[5]=Send-Document
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[6]=Send-URI
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[7]=Cancel-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[8]=Hold-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[9]=Release-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[10]=Restart-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[11]=Pause-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[12]=Resume-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[13]=Purge-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[14]=Set-Job-Attributes
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[15]=Create-Job-Subscriptions
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[16]=Renew-Subscription
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[17]=Cancel-Subscription
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[18]=Get-Notifications
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[19]=Enable-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[20]=Disable-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[21]=Pause-Printer-After-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[22]=Hold-New-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[23]=Release-Held-New-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[24]=Deactivate-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[25]=Activate-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[26]=Restart-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[27]=Shutdown-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[28]=Startup-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[29]=Reprocess-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[30]=Cancel-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[31]=Suspend-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[32]=Resume-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[33]=Promote-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[34]=Schedule-Job-After
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[35]=Cancel-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[36]=Cancel-My-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[37]=Close-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[38]=CUPS-Add-Modify-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[39]=CUPS-Delete-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[40]=CUPS-Add-Modify-Class
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[41]=CUPS-Delete-Class
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[42]=CUPS-Accept-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[43]=CUPS-Reject-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[44]=CUPS-Set-Default
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[45]=CUPS-Move-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[46]=CUPS-Authenticate-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[47]=CUPS-Get-Document
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: Policies[1]="default"
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[0]=0x0000
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[1]=Print-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[2]=Print-URI
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[3]=Validate-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[4]=Create-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[5]=Send-Document
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[6]=Send-URI
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[7]=Cancel-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[8]=Hold-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[9]=Release-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[10]=Restart-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[11]=Pause-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[12]=Resume-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[13]=Purge-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[14]=Set-Job-Attributes
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[15]=Create-Job-Subscriptions
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[16]=Renew-Subscription
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[17]=Cancel-Subscription
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[18]=Get-Notifications
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[19]=Enable-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[20]=Disable-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[21]=Pause-Printer-After-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[22]=Hold-New-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[23]=Release-Held-New-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[24]=Deactivate-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[25]=Activate-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[26]=Restart-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[27]=Shutdown-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[28]=Startup-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[29]=Reprocess-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[30]=Cancel-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[31]=Suspend-Current-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[32]=Resume-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[33]=Promote-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[34]=Schedule-Job-After
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[35]=Cancel-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[36]=Cancel-My-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[37]=Close-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[38]=CUPS-Add-Modify-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[39]=CUPS-Delete-Printer
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[40]=CUPS-Add-Modify-Class
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[41]=CUPS-Delete-Class
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[42]=CUPS-Accept-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[43]=CUPS-Reject-Jobs
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[44]=CUPS-Set-Default
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[45]=CUPS-Get-Devices
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[46]=CUPS-Move-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[47]=CUPS-Authenticate-Job
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration:     ops[48]=CUPS-Get-Document
I [09/Jul/2019:22:14:23 +0800] Full reload is required.
I [09/Jul/2019:22:14:23 +0800] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 79 types, 115 filters...
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/msword
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/octet-stream
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/pclm
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/pdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/postscript
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/rss+xml
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/sgml
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.adobe-reader-postscript
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-banner
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-brf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-command
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-paged-brf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-paged-ubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-pdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-pdf-banner
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-pdfprintfx
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-postscript
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-ppd
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-raster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-raw
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.cups-ubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.chart
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.database
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.formula
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.graphics
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.graphics-template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.image
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.presentation
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.presentation-template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.spreadsheet
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.spreadsheet-template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-master
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-web
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.presentation
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.slide
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.slideshow
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.spreadsheetml.template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.wordprocessingml.document
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.wordprocessingml.template
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/vnd.recordare.musicxml+xml
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/x-cshell
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/x-csource
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/x-perl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/x-shell
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type application/x-xfig
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/cgm
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/emf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/gif
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/jpeg
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/png
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/pwg-raster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/svg+xml
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/tiff
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/urf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/vnd.cups-brf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/vnd.cups-pdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/vnd.cups-ubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/wmf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-alias
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-bitmap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-cmx
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-icon
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-photocd
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-portable-anymap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-portable-bitmap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-portable-graymap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-portable-pixmap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-sgi-rgb
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-sun-raster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-xbitmap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-xpixmap
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type image/x-xwindowdump
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type text/css
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type text/html
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: type text/plain
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/msword to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/octet-stream to application/vnd.cups-raw 0 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/pdf to application/vnd.cups-brf 100 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/pdf to application/vnd.cups-pdf 66 pdftopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/postscript to application/pdf 0 gstopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/postscript to application/vnd.cups-postscript 66 pstops
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/sgml to application/vnd.cups-brf 10 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.adobe-reader-postscript to application/vnd.cups-postscript 66 pstops
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-brf to application/vnd.cups-paged-brf 0 brftopagedbrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-pdfprintfx 0 pdftopdffx
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-postscript 100 pdftops
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-raster 99 gstoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to image/pwg-raster 99 gstoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf-banner to application/pdf 32 bannertopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-postscript to application/vnd.cups-raster 175 gstoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to application/pclm 32 rastertopclm
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to image/pwg-raster 100 rastertopwg
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to image/urf 100 rastertopwg
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.cups-ubrl to application/vnd.cups-paged-ubrl 0 brftopagedbrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.chart to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.formula to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.graphics to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.graphics-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.presentation to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.presentation-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.spreadsheet to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.spreadsheet-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-master to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-web to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.presentation to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.slide to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.slideshow to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.spreadsheetml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.wordprocessingml.document to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.wordprocessingml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/vnd.recordare.musicxml+xml to application/vnd.cups-brf 30 musicxmltobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-cshell to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-cshell to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-csource to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-csource to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-perl to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-perl to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-shell to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-shell to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter application/x-xfig to image/vnd.cups-pdf 30 xfigtopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/cgm to image/vnd.cups-pdf 30 cgmtopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/emf to image/vnd.cups-pdf 30 emftopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/gif to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/gif to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/gif to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/gif to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/jpeg to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/jpeg to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/jpeg to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/jpeg to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/png to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/png to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/png to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/png to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/pwg-raster to application/pdf 32 rastertopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/svg+xml to image/vnd.cups-pdf 30 svgtopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/tiff to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/tiff to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/tiff to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/tiff to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/urf to application/pdf 0 rastertopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/vnd.cups-pdf to image/vnd.cups-brf 30 vectortobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/vnd.cups-pdf to image/vnd.cups-ubrl 30 vectortoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/wmf to image/vnd.cups-pdf 30 wmftopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-bitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-bitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-cmx to image/vnd.cups-pdf 30 cmxtopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-photocd to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-photocd to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-sgi-rgb to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-sgi-rgb to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-sun-raster to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-sun-raster to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xbitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xbitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xbitmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xbitmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xpixmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xpixmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xpixmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xpixmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/css to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/html to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/html to application/vnd.cups-brf 10 texttobrf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/html to text/plain 100 -
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/plain to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:23 +0800] cupsdReadConfiguration: filter text/plain to application/vnd.cups-brf 0 texttobrf
D [09/Jul/2019:22:14:23 +0800] Loading printer 10_floor...
d [09/Jul/2019:22:14:23 +0800] cupsdAddPrinter("10_floor")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPrinter: Adding 10_floor to Printers
d [09/Jul/2019:22:14:23 +0800] cupsdSetPrinterReasons(p=0x55dcb4ea3c70(10_floor),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/printers/10_floor", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=2(Print-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:23 +0800] load_ppd: Loading /var/cache/cups/10_floor.data...
d [09/Jul/2019:22:14:23 +0800] cupsdSetPrinterReasons(p=0x55dcb4ea3c70(10_floor),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4ea3c70(10_floor), filtertype=0x55dcb4ea4460(printer/10_floor), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor: adding filter application/vnd.cups-raw printer/10_floor/application/octet-stream 0 -
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor: adding filter printer/10_floor/application/octet-stream printer/10_floor 0 -
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4ea3c70(10_floor), filtertype=0x55dcb4ea4460(printer/10_floor), filter="application/vnd.cups-raster 100 rastertogutenprint.5.3")
d [09/Jul/2019:22:14:23 +0800] 10_floor: 文件“/usr/lib/cups/filter/rastertogutenprint.5.3”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor: adding filter application/vnd.cups-raster printer/10_floor 100 rastertogutenprint.5.3
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 81 types, 118 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/msword not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/pclm not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/pdf needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/postscript needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/rss+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/sgml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.adobe-reader-postscript needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-command not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdf needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdf-banner needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-raster needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/x-cshell needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/x-csource needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/x-perl needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/x-shell needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: application/x-xfig not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/cgm not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/emf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/gif needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/jpeg needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/png needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/pwg-raster needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/svg+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/tiff needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/urf needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/wmf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-alias not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-bitmap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-cmx not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-icon not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-photocd needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-portable-anymap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-portable-bitmap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-portable-graymap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-portable-pixmap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-sgi-rgb needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-sun-raster needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-xbitmap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-xpixmap needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: image/x-xwindowdump needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: text/css needs 4 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: text/html needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: text/plain needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor: 33 supported types
D [09/Jul/2019:22:14:23 +0800] cupsdRegisterPrinter(p=0x55dcb4ea3c70(10_floor))
D [09/Jul/2019:22:14:23 +0800] Loading printer 10_floor_new...
d [09/Jul/2019:22:14:23 +0800] cupsdAddPrinter("10_floor_new")
d [09/Jul/2019:22:14:23 +0800] cupsdAddPrinter: Adding 10_floor_new to Printers
D [09/Jul/2019:22:14:23 +0800] cupsdDeregisterPrinter(p=0x55dcb4eafc90(10_floor_new), removeit=1)
d [09/Jul/2019:22:14:23 +0800] cupsdSetPrinterReasons(p=0x55dcb4eafc90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=2(Print-Job))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:23 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:23 +0800] cupsdSetPrinterReasons(p=0x55dcb4eafc90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4eafc90(10_floor_new), filtertype=0x55dcb4eb0590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4eafc90(10_floor_new), filtertype=0x55dcb4eb0590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:23 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4eafc90(10_floor_new), filtertype=0x55dcb4eb0590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:23 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:23 +0800] add_printer_filter(p=0x55dcb4eafc90(10_floor_new), filtertype=0x55dcb4eb0590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:23 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:23 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:23 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:23 +0800] cupsdRegisterPrinter(p=0x55dcb4eafc90(10_floor_new))
I [09/Jul/2019:22:14:23 +0800] Loading job cache file "/var/cache/cups/job.cache"...
D [09/Jul/2019:22:14:23 +0800] [Job 1] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 2] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 3] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 4] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 5] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 6] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 7] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 8] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 9] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 10] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 11] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 12] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 13] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 14] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 15] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 16] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 17] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 18] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 19] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 20] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 21] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 22] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 23] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 24] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 25] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 26] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 27] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 28] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 29] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 30] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 31] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 32] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 33] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 34] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 35] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 36] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 37] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 38] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 39] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 40] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 41] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 42] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 43] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 44] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 45] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 46] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 47] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 48] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 49] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 50] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 51] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 52] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 53] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 54] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 55] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 56] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 57] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 58] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 59] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 60] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 61] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 62] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 63] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 64] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 65] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 66] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 67] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 68] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 69] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 70] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 71] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 72] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 73] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 74] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 75] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 76] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 77] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 78] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 79] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 80] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 81] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 82] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 83] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 84] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 85] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 86] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 87] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 88] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 89] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 90] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 91] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 92] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 93] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 94] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 95] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 96] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 97] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 98] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 99] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 100] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 101] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 102] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 103] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 104] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 105] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 106] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 107] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 108] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 109] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 110] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 111] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 112] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 113] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 114] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 115] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 116] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 117] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 118] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 119] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 120] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 121] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 122] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 123] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 124] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 125] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 126] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 127] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 128] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 129] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 130] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 131] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 132] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 133] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 134] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 135] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 136] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 137] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 138] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 139] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 140] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 141] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 142] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 143] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 144] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 145] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 146] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 147] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 148] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 149] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 150] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 151] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] [Job 152] Loading from cache...
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
I [09/Jul/2019:22:14:23 +0800] Full reload complete.
D [09/Jul/2019:22:14:23 +0800] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
I [09/Jul/2019:22:14:23 +0800] Cleaning out old files in "/var/spool/cups/tmp".
D [09/Jul/2019:22:14:23 +0800] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
I [09/Jul/2019:22:14:23 +0800] Cleaning out old files in "/var/cache/cups".
D [09/Jul/2019:22:14:23 +0800] service_checkin: pid=12392
D [09/Jul/2019:22:14:23 +0800] service_checkin: 1 listeners.
D [09/Jul/2019:22:14:23 +0800] service_add_listener: Listener #1 at fd 3, "/run/cups/cups.sock".
D [09/Jul/2019:22:14:23 +0800] service_add_listener: Adding new listener #1 for /run/cups/cups.sock.
D [09/Jul/2019:22:14:23 +0800] Creating KeepAlive/PID file "/var/cache/cups/org.cups.cupsd".
d [09/Jul/2019:22:14:23 +0800] cupsdCreateProfile(job_id=0, allow_networking=1) = NULL
D [09/Jul/2019:22:14:23 +0800] Calling FindDeviceById(cups-10_floor)
D [09/Jul/2019:22:14:23 +0800] FindDeviceById failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:23 +0800] Using profile ID "10_floor-Gray..".
D [09/Jul/2019:22:14:23 +0800] Calling CreateProfile(10_floor-Gray..,temp)
W [09/Jul/2019:22:14:23 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
I [09/Jul/2019:22:14:23 +0800] Registering ICC color profiles for "10_floor".
D [09/Jul/2019:22:14:23 +0800] Calling CreateDevice(cups-10_floor,temp)
W [09/Jul/2019:22:14:23 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:23 +0800] Calling FindDeviceById(cups-10_floor_new)
D [09/Jul/2019:22:14:23 +0800] FindDeviceById failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:23 +0800] Using profile ID "10_floor_new-Gray..".
D [09/Jul/2019:22:14:23 +0800] Calling CreateProfile(10_floor_new-Gray..,temp)
W [09/Jul/2019:22:14:23 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
I [09/Jul/2019:22:14:23 +0800] Registering ICC color profiles for "10_floor_new".
D [09/Jul/2019:22:14:23 +0800] Calling CreateDevice(cups-10_floor_new,temp)
W [09/Jul/2019:22:14:23 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
d [09/Jul/2019:22:14:23 +0800] cupsdStartListening: 4 Listeners
I [09/Jul/2019:22:14:23 +0800] Listening to [v1.::1]:631 on fd 7...
I [09/Jul/2019:22:14:23 +0800] Listening to 127.0.0.1:631 on fd 8...
I [09/Jul/2019:22:14:23 +0800] Listening to /var/run/cups/cups.sock on fd 9...
I [09/Jul/2019:22:14:23 +0800] Listening to /run/cups/cups.sock on fd 3...
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_SERVER=/var/run/cups/cups.sock
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: CUPS_ENCRYPTION=IfRequested
d [09/Jul/2019:22:14:23 +0800] cupsdSetEnv: IPP_PORT=631
I [09/Jul/2019:22:14:23 +0800] Resuming new connection processing...
d [09/Jul/2019:22:14:23 +0800] cupsdResumeListening: Setting input bits...
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=7, read_cb=0x55dcb388a2d0, write_cb=(nil), data=0x55dcb4e80a90)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=8, read_cb=0x55dcb388a2d0, write_cb=(nil), data=0x55dcb4e85120)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=9, read_cb=0x55dcb388a2d0, write_cb=(nil), data=0x55dcb4e85350)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=3, read_cb=0x55dcb388a2d0, write_cb=(nil), data=0x55dcb50e5170)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=10, read_cb=0x55dcb388ed80, write_cb=(nil), data=(nil))
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [09/Jul/2019:22:14:23 +0800] cupsdAddCert: Adding certificate for PID 0
d [09/Jul/2019:22:14:23 +0800] cupsdAddCert: NumSystemGroups=1
d [09/Jul/2019:22:14:23 +0800] cupsdAddEvent(event=server-started, dest=(nil)(), job=(nil)(0), text="Scheduler started on demand.", ...)
d [09/Jul/2019:22:14:23 +0800] cupsd_send_notification(sub=0x55dcb50f8a10(3287), event=0x55dcb5119560(server-started))
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=12, read_cb=0x55dcb38c65b0, write_cb=(nil), data=(nil))
d [09/Jul/2019:22:14:23 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: pid=12395
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12395
D [09/Jul/2019:22:14:23 +0800] Notifier dbus started - PID = 12395
d [09/Jul/2019:22:14:23 +0800] sub->pipe=15
d [09/Jul/2019:22:14:23 +0800] cupsd_send_notification(sub=0x55dcb50f8bd0(3291), event=0x55dcb50f9850(server-started))
d [09/Jul/2019:22:14:23 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: pid=12396
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12396
D [09/Jul/2019:22:14:23 +0800] Notifier dbus started - PID = 12396
d [09/Jul/2019:22:14:23 +0800] sub->pipe=16
d [09/Jul/2019:22:14:23 +0800] cupsd_send_notification(sub=0x55dcb50f8d90(3293), event=0x55dcb5125830(server-started))
d [09/Jul/2019:22:14:23 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess: pid=12397
d [09/Jul/2019:22:14:23 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12397
D [09/Jul/2019:22:14:23 +0800] Notifier dbus started - PID = 12397
d [09/Jul/2019:22:14:23 +0800] sub->pipe=17
D [09/Jul/2019:22:14:23 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:23 +0800] cupsdCheckJobs: 0 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681663
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] cupsdAcceptClient(lis=0x55dcb50e5170(3)) Clients=0
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Server address is "/run/cups/cups.sock".
D [09/Jul/2019:22:14:23 +0800] [Client 1] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:23 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:23 +0800] [Notifier] Connected to D-BUS
D [09/Jul/2019:22:14:23 +0800] Report: clients=1
D [09/Jul/2019:22:14:23 +0800] Report: jobs=152
D [09/Jul/2019:22:14:23 +0800] Report: jobs-active=0
D [09/Jul/2019:22:14:23 +0800] Report: printers=2
D [09/Jul/2019:22:14:23 +0800] Report: stringpool-string-count=24512
D [09/Jul/2019:22:14:23 +0800] Report: stringpool-alloc-bytes=11176
D [09/Jul/2019:22:14:23 +0800] Report: stringpool-total-bytes=449160
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Notifier] ServerStarted
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Notifier] Connected to D-BUS
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Notifier] Connected to D-BUS
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] [Client 1] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:23 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] [Client 1] 2.0 Create-Printer-Subscriptions 1
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest(0x55dcb5126fd0[1]): operation_id=0016(Create-Printer-Subscriptions)
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: subscription-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-pull-method keyword 'ippget'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-events 1setOf keyword 'printer-added,printer-changed,printer-config-changed,printer-modified,printer-deleted,printer-state-changed'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-time-interval integer '60'
D [09/Jul/2019:22:14:23 +0800] Create-Printer-Subscriptions /
D [09/Jul/2019:22:14:23 +0800] create_subscriptions(con=0x55dcb5126fd0(1), uri="/")
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=16(Create-Printer-Subscriptions))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e8a110((null))
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] pullmethod="ippget"
D [09/Jul/2019:22:14:23 +0800] notify-lease-duration=86400
D [09/Jul/2019:22:14:23 +0800] notify-time-interval=60
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=7ff, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:23 +0800] Added subscription #3294 for server.
D [09/Jul/2019:22:14:23 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Returning IPP successful-ok for Create-Printer-Subscriptions (/) from localhost.
D [09/Jul/2019:22:14:23 +0800] [Client 1] Content-Length: 107
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb5126fd0)
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] con->http=0x55dcb5145a30
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=107, response=0x55dcb5125110(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] bytes=0, http_state=0, data_remaining=107
D [09/Jul/2019:22:14:23 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:23 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:23 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] cupsdAcceptClient(lis=0x55dcb4e85350(9)) Clients=1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 2] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:23 +0800] [Client 2] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=19, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb511edd0)
D [09/Jul/2019:22:14:23 +0800] [Client 2] Waiting for request.
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 2] POST / HTTP/1.1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 2] Read: status=200, state=6
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] [Client 2] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:23 +0800] [Client 2] No authentication data provided.
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] [Client 2] 2.0 CUPS-Get-Printers 2
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest(0x55dcb511edd0[2]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'auth-info-required,device-uri,job-sheets-default,marker-change-time,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,printer-commands,printer-defaults,printer-info,printer-is-accepting-jobs,printer-is-shared,printer-is-temporary,printer-location,printer-make-and-model,printer-mandatory-job-attributes,printer-name,printer-state,printer-state-change-time,printer-state-reasons,printer-type,printer-uri-supported'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: printer-type enum '0'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: printer-type-mask enum '16777216'
D [09/Jul/2019:22:14:23 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:23 +0800] get_printers(0x55dcb511edd0[2], 0)
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e8a110((null))
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:23 +0800] add_printer_state_reasons(0x55dcb511edd0[2], 0x55dcb4ea3c70[10_floor])
d [09/Jul/2019:22:14:23 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4e92b80, ra=0x55dcb510cc80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4e959e0, ra=0x55dcb510cc80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4ea3a60, ra=0x55dcb510cc80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:23 +0800] add_printer_state_reasons(0x55dcb511edd0[2], 0x55dcb4eafc90[10_floor_new])
d [09/Jul/2019:22:14:23 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4e92250, ra=0x55dcb510cc80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4f7a660, ra=0x55dcb510cc80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:23 +0800] copy_attrs(to=0x55dcb511d090, from=0x55dcb4ea3a60, ra=0x55dcb510cc80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:23 +0800] [Client 2] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:23 +0800] [Client 2] Content-Length: 2565
D [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=19, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb511edd0)
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Client 2] con->http=0x55dcb5148f30
D [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=2565, response=0x55dcb511d090(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 2] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:23 +0800] [Client 2] bytes=0, http_state=0, data_remaining=2565
D [09/Jul/2019:22:14:23 +0800] [Client 2] Flushing write buffer.
D [09/Jul/2019:22:14:23 +0800] [Client 2] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=19, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb511edd0)
D [09/Jul/2019:22:14:23 +0800] [Client 2] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 2] POST / HTTP/1.1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 2] Read: status=200, state=6
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] [Client 2] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:23 +0800] [Client 2] No authentication data provided.
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] [Client 2] 2.0 CUPS-Get-Default 3
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest(0x55dcb511edd0[2]): operation_id=4001(CUPS-Get-Default)
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
D [09/Jul/2019:22:14:23 +0800] CUPS-Get-Default
d [09/Jul/2019:22:14:23 +0800] get_default(0x55dcb511edd0[2])
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=4001(CUPS-Get-Default))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e8a110((null))
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] CUPS-Get-Default client-error-not-found: 无默认打印机。
D [09/Jul/2019:22:14:23 +0800] [Client 2] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost.
D [09/Jul/2019:22:14:23 +0800] [Client 2] Content-Length: 115
D [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=19, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb511edd0)
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Client 2] con->http=0x55dcb5148f30
D [09/Jul/2019:22:14:23 +0800] [Client 2] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=115, response=0x55dcb5108d40(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 2] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:23 +0800] [Client 2] bytes=0, http_state=0, data_remaining=115
D [09/Jul/2019:22:14:23 +0800] [Client 2] Flushing write buffer.
D [09/Jul/2019:22:14:23 +0800] [Client 2] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=19, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb511edd0)
D [09/Jul/2019:22:14:23 +0800] [Client 2] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] [Client 1] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:23 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] [Client 1] 2.0 CUPS-Get-Default 4
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest(0x55dcb5126fd0[1]): operation_id=4001(CUPS-Get-Default)
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
D [09/Jul/2019:22:14:23 +0800] CUPS-Get-Default
d [09/Jul/2019:22:14:23 +0800] get_default(0x55dcb5126fd0[1])
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=4001(CUPS-Get-Default))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e8a110((null))
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] CUPS-Get-Default client-error-not-found: 无默认打印机。
D [09/Jul/2019:22:14:23 +0800] [Client 1] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost.
D [09/Jul/2019:22:14:23 +0800] [Client 1] Content-Length: 115
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb5126fd0)
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] con->http=0x55dcb5145a30
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=115, response=0x55dcb511d090(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] bytes=0, http_state=0, data_remaining=115
D [09/Jul/2019:22:14:23 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:23 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:23 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:23 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:23 +0800] [Client 1] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:23 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] [Client 1] 2.0 Create-Printer-Subscriptions 5
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest(0x55dcb5126fd0[1]): operation_id=0016(Create-Printer-Subscriptions)
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: subscription-attributes-tag
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-events keyword 'all'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-recipient-uri uri 'dbus://'
d [09/Jul/2019:22:14:23 +0800] cupsdProcessIPPRequest: notify-lease-duration integer '86400'
D [09/Jul/2019:22:14:23 +0800] Create-Printer-Subscriptions /
D [09/Jul/2019:22:14:23 +0800] create_subscriptions(con=0x55dcb5126fd0(1), uri="/")
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=16(Create-Printer-Subscriptions))
d [09/Jul/2019:22:14:23 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e8a110((null))
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:23 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:23 +0800] recipient="dbus://"
D [09/Jul/2019:22:14:23 +0800] notify-lease-duration=86400
D [09/Jul/2019:22:14:23 +0800] notify-time-interval=0
D [09/Jul/2019:22:14:23 +0800] cupsdAddSubscription(mask=1fffff, dest=(nil)(), job=(nil)(0), uri="dbus://")
D [09/Jul/2019:22:14:23 +0800] Added subscription #3295 for server.
D [09/Jul/2019:22:14:23 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:23 +0800] [Client 1] Returning IPP successful-ok for Create-Printer-Subscriptions (/) from localhost.
D [09/Jul/2019:22:14:23 +0800] [Client 1] Content-Length: 107
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb5126fd0)
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] con->http=0x55dcb5145a30
D [09/Jul/2019:22:14:23 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=107, response=0x55dcb5108d40(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:23 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:23 +0800] [Client 1] bytes=0, http_state=0, data_remaining=107
D [09/Jul/2019:22:14:23 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:23 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:23 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:23 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:23 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:23 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:14:24 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:24 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:24 +0800] select_timeout(0): 30 seconds to write dirty config/state files
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 1] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 1] 2.0 Cancel-Subscription 6
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x55dcb5126fd0[1]): operation_id=001b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-subscription-id integer '3295'
D [09/Jul/2019:22:14:28 +0800] Cancel-Subscription /
d [09/Jul/2019:22:14:28 +0800] cancel_subscription(con=0x55dcb5126fd0[1], sub_id=3295)
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e87340((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: owner="anonymous"
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_USER, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=2
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=1b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 1] Returning HTTP 未认证 for Cancel-Subscription (/) from localhost
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendError code=401, auth_type=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: code=401, type="text/html", auth_type=0
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: require "@OWNER"
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: require "@SYSTEM"
D [09/Jul/2019:22:14:28 +0800] [Client 1] WWW-Authenticate: Basic realm=\"CUPS\", PeerCred, Local trc=\"y\"
I [09/Jul/2019:22:14:28 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=0x55dcb5108d40(IPP_STATE_DATA), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 1] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=14)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x55dcb4e85350(9)) Clients=1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 3] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 3] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:28 +0800] [Client 3] Waiting for request.
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x55dcb4e85350(9)) Clients=2
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 4] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 4] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=20, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5134f20)
D [09/Jul/2019:22:14:28 +0800] [Client 4] Waiting for request.
d [09/Jul/2019:22:14:28 +0800] [Client 3] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 3] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 3] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=14)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x55dcb4e85350(9)) Clients=2
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 5] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 5] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:28 +0800] [Client 5] Waiting for request.
d [09/Jul/2019:22:14:28 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 4] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 4] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 5] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 5] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 5] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 5] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 5] Authorized as root using PeerCred.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 5] 2.0 Cancel-Subscription 6
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x55dcb5126fd0[5]): operation_id=001b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-subscription-id integer '3295'
D [09/Jul/2019:22:14:28 +0800] Cancel-Subscription /
d [09/Jul/2019:22:14:28 +0800] cancel_subscription(con=0x55dcb5126fd0[5], sub_id=3295)
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e87340((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: owner="anonymous"
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_USER, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=2
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=1b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: username="root"
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 5] Returning IPP successful-ok for Cancel-Subscription (/) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 5] Content-Length: 75
D [09/Jul/2019:22:14:28 +0800] [Client 5] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb5126fd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 5] con->http=0x55dcb5145a30
D [09/Jul/2019:22:14:28 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=75, response=0x55dcb5125150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 5] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 5] bytes=0, http_state=0, data_remaining=75
D [09/Jul/2019:22:14:28 +0800] [Client 5] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 5] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5126fd0)
D [09/Jul/2019:22:14:28 +0800] [Client 5] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x55dcb4e85350(9)) Clients=2
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 6] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 6] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=20, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5134f20)
D [09/Jul/2019:22:14:28 +0800] [Client 6] Waiting for request.
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 6] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 6] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 6] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 6] con->uri="/", con->best=0x55dcb4e85470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 6] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e85470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 6] 2.0 Cancel-Subscription 7
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x55dcb5134f20[6]): operation_id=001b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-subscription-id integer '3294'
D [09/Jul/2019:22:14:28 +0800] Cancel-Subscription /
d [09/Jul/2019:22:14:28 +0800] cancel_subscription(con=0x55dcb5134f20[6], sub_id=3294)
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x55dcb4e85c50, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x55dcb4e87340((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: owner="root"
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_USER, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=2
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=1b(Cancel-Subscription)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: requesting-user-name="root"
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 6] Returning IPP successful-ok for Cancel-Subscription (/) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 6] Content-Length: 75
D [09/Jul/2019:22:14:28 +0800] [Client 6] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=20, read_cb=0x55dcb388bfb0, write_cb=0x55dcb388b610, data=0x55dcb5134f20)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 6] con->http=0x55dcb514c430
D [09/Jul/2019:22:14:28 +0800] [Client 6] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=75, response=0x55dcb511e140(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 6] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 6] bytes=0, http_state=0, data_remaining=75
D [09/Jul/2019:22:14:28 +0800] [Client 6] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 6] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=20, read_cb=0x55dcb388bfb0, write_cb=(nil), data=0x55dcb5134f20)
D [09/Jul/2019:22:14:28 +0800] [Client 6] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 6] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 6] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 6] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:28 +0800] [Client 5] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 5] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 5] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=14)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 2] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:28 +0800] [Client 2] Closing connection.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=19)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=-1)
I [09/Jul/2019:22:14:28 +0800] Scheduler shutting down normally.
d [09/Jul/2019:22:14:28 +0800] cupsdAddEvent(event=server-stopped, dest=(nil)(), job=(nil)(0), text="Scheduler shutting down normally.", ...)
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x55dcb50f8a10(3287), event=0x55dcb510acf0(server-stopped))
d [09/Jul/2019:22:14:28 +0800] sub->pipe=15
W [09/Jul/2019:22:14:28 +0800] Notifier for subscription 3287 (dbus://) went away, retrying!
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12395, force=0)
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12402
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12402
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12402
d [09/Jul/2019:22:14:28 +0800] sub->pipe=15
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x55dcb50f8bd0(3291), event=0x55dcb510de40(server-stopped))
d [09/Jul/2019:22:14:28 +0800] sub->pipe=16
W [09/Jul/2019:22:14:28 +0800] Notifier for subscription 3291 (dbus://) went away, retrying!
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12396, force=0)
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12403
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12403
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12403
d [09/Jul/2019:22:14:28 +0800] sub->pipe=16
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x55dcb50f8d90(3293), event=0x55dcb50faf20(server-stopped))
d [09/Jul/2019:22:14:28 +0800] sub->pipe=17
W [09/Jul/2019:22:14:28 +0800] Notifier for subscription 3293 (dbus://) went away, retrying!
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12397, force=0)
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12404
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffdc18cf0e0, envp=0x7ffdc18cf930, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffdc18cf904) = 12404
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12404
d [09/Jul/2019:22:14:28 +0800] sub->pipe=17
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdCloseAllClients() Clients=0
d [09/Jul/2019:22:14:28 +0800] cupsdStopListening: closing all listen sockets.
d [09/Jul/2019:22:14:28 +0800] cupsdPauseListening: Clearing input bits...
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=7)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=8)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=9)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=3)
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12402, force=0)
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12403, force=0)
d [09/Jul/2019:22:14:28 +0800] cupsdEndProcess(pid=12404, force=0)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=12)
d [09/Jul/2019:22:14:28 +0800] cupsdRemoveSelect(fd=10)
d [09/Jul/2019:22:14:28 +0800] cupsdDeleteProfile(profile="(null)")
I [09/Jul/2019:22:14:28 +0800] Saving subscriptions.conf...
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] Creating KeepAlive/PID file "/var/cache/cups/org.cups.cupsd".
I [09/Jul/2019:22:14:28 +0800] Saving job.cache...
D [09/Jul/2019:22:14:28 +0800] cupsdStopSelect()
I [09/Jul/2019:22:14:28 +0800] Listening to [v1.::1]:631 (IPv6)
I [09/Jul/2019:22:14:28 +0800] Listening to 127.0.0.1:631 (IPv4)
I [09/Jul/2019:22:14:28 +0800] Listening to /var/run/cups/cups.sock (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddLocation: Added location "/"
d [09/Jul/2019:22:14:28 +0800] cupsdAddLocation: Added location "/admin"
d [09/Jul/2019:22:14:28 +0800] cupsdAddLocation: Added location "/admin/conf"
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4c97f0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddLocation: Added location "/admin/log"
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4c99b0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=5(Create-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca630, op=2(Print-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca630, op=3(Print-URI))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca630, op=4(Validate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=6(Send-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4ca800, name="@OWNER")
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4ca800, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=7(Send-URI))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=c(Hold-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=d(Release-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=e(Restart-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=12(Purge-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=14(Set-Job-Attributes))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=17(Create-Job-Subscriptions))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=1a(Renew-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=1c(Get-Notifications))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=2c(Reprocess-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=2d(Cancel-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=2e(Suspend-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=2f(Resume-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=3b(Close-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=400d(CUPS-Move-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4ca800, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=4003(CUPS-Add-Modify-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cc030, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc030, op=4004(CUPS-Delete-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc030, op=4006(CUPS-Add-Modify-Class))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc030, op=4007(CUPS-Delete-Class))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc030, op=400a(CUPS-Set-Default))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc030, op=400b(CUPS-Get-Devices))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=10(Pause-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cc750, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=11(Resume-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=22(Enable-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=23(Disable-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=24(Pause-Printer-After-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=25(Hold-New-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=26(Release-Held-New-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=27(Deactivate-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=28(Activate-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=29(Restart-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=2a(Shutdown-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=2b(Startup-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=30(Promote-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=31(Schedule-Job-After))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=4008(CUPS-Accept-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cc750, op=4009(CUPS-Reject-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=8(Cancel-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cde20, name="@OWNER")
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cde20, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=0x5620ea4cde20, op=400e(CUPS-Authenticate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4c9c50, po=(nil), op=0(0x0000))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4(Validate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=3b(Close-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=5(Create-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4ceae0, op=2(Print-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4ceae0, op=3(Print-URI))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4ceae0, op=4(Validate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=6(Send-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cecb0, name="@OWNER")
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4cecb0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=7(Send-URI))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=c(Hold-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=d(Release-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=e(Restart-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=12(Purge-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=14(Set-Job-Attributes))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=17(Create-Job-Subscriptions))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=1a(Renew-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=1b(Cancel-Subscription))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=1c(Get-Notifications))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=2c(Reprocess-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=2d(Cancel-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=2e(Suspend-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=2f(Resume-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=3b(Close-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=400d(CUPS-Move-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4cecb0, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=4003(CUPS-Add-Modify-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4d04e0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d04e0, op=4004(CUPS-Delete-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d04e0, op=4006(CUPS-Add-Modify-Class))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d04e0, op=4007(CUPS-Delete-Class))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d04e0, op=400a(CUPS-Set-Default))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=10(Pause-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4d0ad0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=11(Resume-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=22(Enable-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=23(Disable-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=24(Pause-Printer-After-Current-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=25(Hold-New-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=26(Release-Held-New-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=27(Deactivate-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=28(Activate-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=29(Restart-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=2a(Shutdown-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=2b(Startup-Printer))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=30(Promote-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=31(Schedule-Job-After))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=4008(CUPS-Accept-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d0ad0, op=4009(CUPS-Reject-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=8(Cancel-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4d21a0, name="@OWNER")
d [09/Jul/2019:22:14:28 +0800] cupsdAddName(loc=0x5620ea4d21a0, name="@SYSTEM")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=0x5620ea4d21a0, op=400e(CUPS-Authenticate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdAddPolicyOp(p=0x5620ea4ce160, po=(nil), op=0(0x0000))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4ce160, op=4(Validate-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4ce160, op=38(Cancel-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4ce160, op=39(Cancel-My-Jobs))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4ce160, op=3b(Close-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4ce160, op=4027(CUPS-Get-Document))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
E [09/Jul/2019:22:14:28 +0800] Unknown directive JobPrivateAccess on line 89 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:28 +0800] Unknown directive JobPrivateValues on line 90 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:28 +0800] Unknown directive SubscriptionPrivateAccess on line 91 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:14:28 +0800] Unknown directive SubscriptionPrivateValues on line 92 of /etc/cups/cupsd.conf.
I [09/Jul/2019:22:14:28 +0800] Remote access is disabled.
D [09/Jul/2019:22:14:28 +0800] Added auto ServerAlias cloud
I [09/Jul/2019:22:14:28 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
D [09/Jul/2019:22:14:28 +0800] Using keychain "/etc/cups/ssl" for server name "cloud".
I [09/Jul/2019:22:14:28 +0800] Using default TempDir of /var/spool/cups/tmp...
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_CACHEDIR=/var/cache/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_DATADIR=/usr/share/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_DOCROOT=/usr/share/cups/doc-root
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_FONTPATH=/usr/share/cups/fonts
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_REQUESTROOT=/var/spool/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_SERVERBIN=/usr/lib/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_SERVERROOT=/etc/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_STATEDIR=/run/cups
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: HOME=/var/spool/cups/tmp
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: SERVER_ADMIN=root at cloud
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: SOFTWARE=CUPS/2.2.10
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: TMPDIR=/var/spool/cups/tmp
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: USER=root
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_MAX_MESSAGE=2047
I [09/Jul/2019:22:14:28 +0800] Configured for up to 100 clients.
I [09/Jul/2019:22:14:28 +0800] Allowing up to 100 client connections per host.
I [09/Jul/2019:22:14:28 +0800] Using policy "default" as the default.
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: NumPolicies=2
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: Policies[0]="authenticated"
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[0]=0x0000
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[1]=Print-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[2]=Print-URI
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[3]=Validate-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[4]=Create-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[5]=Send-Document
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[6]=Send-URI
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[7]=Cancel-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[8]=Hold-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[9]=Release-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[10]=Restart-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[11]=Pause-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[12]=Resume-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[13]=Purge-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[14]=Set-Job-Attributes
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[15]=Create-Job-Subscriptions
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[16]=Renew-Subscription
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[17]=Cancel-Subscription
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[18]=Get-Notifications
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[19]=Enable-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[20]=Disable-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[21]=Pause-Printer-After-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[22]=Hold-New-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[23]=Release-Held-New-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[24]=Deactivate-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[25]=Activate-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[26]=Restart-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[27]=Shutdown-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[28]=Startup-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[29]=Reprocess-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[30]=Cancel-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[31]=Suspend-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[32]=Resume-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[33]=Promote-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[34]=Schedule-Job-After
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[35]=Cancel-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[36]=Cancel-My-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[37]=Close-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[38]=CUPS-Add-Modify-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[39]=CUPS-Delete-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[40]=CUPS-Add-Modify-Class
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[41]=CUPS-Delete-Class
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[42]=CUPS-Accept-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[43]=CUPS-Reject-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[44]=CUPS-Set-Default
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[45]=CUPS-Move-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[46]=CUPS-Authenticate-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[47]=CUPS-Get-Document
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: Policies[1]="default"
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[0]=0x0000
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[1]=Print-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[2]=Print-URI
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[3]=Validate-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[4]=Create-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[5]=Send-Document
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[6]=Send-URI
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[7]=Cancel-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[8]=Hold-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[9]=Release-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[10]=Restart-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[11]=Pause-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[12]=Resume-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[13]=Purge-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[14]=Set-Job-Attributes
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[15]=Create-Job-Subscriptions
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[16]=Renew-Subscription
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[17]=Cancel-Subscription
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[18]=Get-Notifications
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[19]=Enable-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[20]=Disable-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[21]=Pause-Printer-After-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[22]=Hold-New-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[23]=Release-Held-New-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[24]=Deactivate-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[25]=Activate-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[26]=Restart-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[27]=Shutdown-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[28]=Startup-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[29]=Reprocess-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[30]=Cancel-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[31]=Suspend-Current-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[32]=Resume-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[33]=Promote-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[34]=Schedule-Job-After
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[35]=Cancel-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[36]=Cancel-My-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[37]=Close-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[38]=CUPS-Add-Modify-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[39]=CUPS-Delete-Printer
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[40]=CUPS-Add-Modify-Class
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[41]=CUPS-Delete-Class
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[42]=CUPS-Accept-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[43]=CUPS-Reject-Jobs
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[44]=CUPS-Set-Default
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[45]=CUPS-Get-Devices
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[46]=CUPS-Move-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[47]=CUPS-Authenticate-Job
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration:     ops[48]=CUPS-Get-Document
I [09/Jul/2019:22:14:28 +0800] Full reload is required.
I [09/Jul/2019:22:14:28 +0800] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 79 types, 115 filters...
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/msword
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/octet-stream
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/pclm
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/pdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/postscript
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/rss+xml
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/sgml
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.adobe-reader-postscript
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-banner
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-brf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-command
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-paged-brf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-paged-ubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-pdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-pdf-banner
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-pdfprintfx
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-postscript
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-ppd
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-raster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-raw
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.cups-ubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.chart
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.database
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.formula
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.graphics
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.graphics-template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.image
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.presentation
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.presentation-template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.spreadsheet
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.spreadsheet-template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-master
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.oasis.opendocument.text-web
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.presentation
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.slide
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.slideshow
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.presentationml.template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.spreadsheetml.template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.wordprocessingml.document
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.openxmlformats-officedocument.wordprocessingml.template
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/vnd.recordare.musicxml+xml
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/x-cshell
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/x-csource
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/x-perl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/x-shell
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type application/x-xfig
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/cgm
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/emf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/gif
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/jpeg
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/png
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/pwg-raster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/svg+xml
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/tiff
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/urf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/vnd.cups-brf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/vnd.cups-pdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/vnd.cups-ubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/wmf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-alias
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-bitmap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-cmx
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-icon
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-photocd
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-portable-anymap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-portable-bitmap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-portable-graymap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-portable-pixmap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-sgi-rgb
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-sun-raster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-xbitmap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-xpixmap
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type image/x-xwindowdump
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type text/css
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type text/html
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: type text/plain
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/msword to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/octet-stream to application/vnd.cups-raw 0 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/pdf to application/vnd.cups-brf 100 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/pdf to application/vnd.cups-pdf 66 pdftopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/postscript to application/pdf 0 gstopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/postscript to application/vnd.cups-postscript 66 pstops
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/sgml to application/vnd.cups-brf 10 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.adobe-reader-postscript to application/vnd.cups-postscript 66 pstops
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-brf to application/vnd.cups-paged-brf 0 brftopagedbrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-pdfprintfx 0 pdftopdffx
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-postscript 100 pdftops
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to application/vnd.cups-raster 99 gstoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf to image/pwg-raster 99 gstoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-pdf-banner to application/pdf 32 bannertopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-postscript to application/vnd.cups-raster 175 gstoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to application/pclm 32 rastertopclm
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to image/pwg-raster 100 rastertopwg
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-raster to image/urf 100 rastertopwg
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.cups-ubrl to application/vnd.cups-paged-ubrl 0 brftopagedbrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.chart to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.formula to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.graphics to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.graphics-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.presentation to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.presentation-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.spreadsheet to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.spreadsheet-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-master to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.oasis.opendocument.text-web to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.presentation to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.slide to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.slideshow to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.presentationml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.spreadsheetml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.wordprocessingml.document to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.openxmlformats-officedocument.wordprocessingml.template to application/vnd.cups-brf 30 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/vnd.recordare.musicxml+xml to application/vnd.cups-brf 30 musicxmltobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-cshell to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-cshell to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-csource to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-csource to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-perl to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-perl to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-shell to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-shell to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter application/x-xfig to image/vnd.cups-pdf 30 xfigtopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/cgm to image/vnd.cups-pdf 30 cgmtopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/emf to image/vnd.cups-pdf 30 emftopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/gif to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/gif to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/gif to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/gif to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/jpeg to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/jpeg to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/jpeg to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/jpeg to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/png to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/png to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/png to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/png to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/pwg-raster to application/pdf 32 rastertopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/svg+xml to image/vnd.cups-pdf 30 svgtopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/tiff to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/tiff to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/tiff to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/tiff to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/urf to application/pdf 0 rastertopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/vnd.cups-pdf to image/vnd.cups-brf 30 vectortobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/vnd.cups-pdf to image/vnd.cups-ubrl 30 vectortoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/wmf to image/vnd.cups-pdf 30 wmftopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-bitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-bitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-cmx to image/vnd.cups-pdf 30 cmxtopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-photocd to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-photocd to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-anymap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-bitmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-graymap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-portable-pixmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-sgi-rgb to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-sgi-rgb to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-sun-raster to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-sun-raster to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xbitmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xbitmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xbitmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xbitmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xpixmap to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xpixmap to application/vnd.cups-raster 100 imagetoraster
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xpixmap to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xpixmap to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to application/vnd.cups-pdf 65 imagetopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to image/vnd.cups-brf 70 imagetobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter image/x-xwindowdump to image/vnd.cups-ubrl 70 imagetoubrl
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/css to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/html to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/html to application/vnd.cups-brf 10 texttobrf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/html to text/plain 100 -
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/plain to application/pdf 32 texttopdf
d [09/Jul/2019:22:14:28 +0800] cupsdReadConfiguration: filter text/plain to application/vnd.cups-brf 0 texttobrf
D [09/Jul/2019:22:14:28 +0800] Loading printer 10_floor...
d [09/Jul/2019:22:14:28 +0800] cupsdAddPrinter("10_floor")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPrinter: Adding 10_floor to Printers
d [09/Jul/2019:22:14:28 +0800] cupsdSetPrinterReasons(p=0x5620ea4e7c70(10_floor),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/printers/10_floor", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:28 +0800] load_ppd: Loading /var/cache/cups/10_floor.data...
d [09/Jul/2019:22:14:28 +0800] cupsdSetPrinterReasons(p=0x5620ea4e7c70(10_floor),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4e7c70(10_floor), filtertype=0x5620ea4e8460(printer/10_floor), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor: adding filter application/vnd.cups-raw printer/10_floor/application/octet-stream 0 -
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor: adding filter printer/10_floor/application/octet-stream printer/10_floor 0 -
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4e7c70(10_floor), filtertype=0x5620ea4e8460(printer/10_floor), filter="application/vnd.cups-raster 100 rastertogutenprint.5.3")
d [09/Jul/2019:22:14:28 +0800] 10_floor: 文件“/usr/lib/cups/filter/rastertogutenprint.5.3”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor: adding filter application/vnd.cups-raster printer/10_floor 100 rastertogutenprint.5.3
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 81 types, 118 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/msword not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/pclm not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/pdf needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/postscript needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/rss+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/sgml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.adobe-reader-postscript needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-command not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdf needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdf-banner needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-raster needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/x-cshell needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/x-csource needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/x-perl needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/x-shell needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: application/x-xfig not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/cgm not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/emf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/gif needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/jpeg needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/png needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/pwg-raster needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/svg+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/tiff needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/urf needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/wmf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-alias not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-bitmap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-cmx not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-icon not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-photocd needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-portable-anymap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-portable-bitmap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-portable-graymap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-portable-pixmap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-sgi-rgb needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-sun-raster needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-xbitmap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-xpixmap needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: image/x-xwindowdump needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: text/css needs 4 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: text/html needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: text/plain needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor: 33 supported types
D [09/Jul/2019:22:14:28 +0800] cupsdRegisterPrinter(p=0x5620ea4e7c70(10_floor))
D [09/Jul/2019:22:14:28 +0800] Loading printer 10_floor_new...
d [09/Jul/2019:22:14:28 +0800] cupsdAddPrinter("10_floor_new")
d [09/Jul/2019:22:14:28 +0800] cupsdAddPrinter: Adding 10_floor_new to Printers
D [09/Jul/2019:22:14:28 +0800] cupsdDeregisterPrinter(p=0x5620ea4f3c90(10_floor_new), removeit=1)
d [09/Jul/2019:22:14:28 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:28 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:28 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:28 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:28 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:28 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:28 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:28 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:28 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:28 +0800] cupsdRegisterPrinter(p=0x5620ea4f3c90(10_floor_new))
I [09/Jul/2019:22:14:28 +0800] Loading job cache file "/var/cache/cups/job.cache"...
D [09/Jul/2019:22:14:28 +0800] [Job 1] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 2] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 3] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 4] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 5] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 6] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 7] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 8] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 9] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 10] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 11] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 12] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 13] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 14] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 15] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 16] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 17] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 18] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 19] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 20] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 21] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 22] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 23] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 24] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 25] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 26] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 27] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 28] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 29] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 30] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 31] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 32] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 33] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 34] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 35] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 36] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 37] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 38] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 39] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 40] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 41] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 42] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 43] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 44] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 45] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 46] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 47] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 48] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 49] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 50] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 51] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 52] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 53] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 54] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 55] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 56] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 57] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 58] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 59] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 60] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 61] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 62] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 63] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 64] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 65] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 66] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 67] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 68] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 69] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 70] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 71] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 72] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 73] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 74] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 75] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 76] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 77] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 78] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 79] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 80] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 81] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 82] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 83] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 84] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 85] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 86] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 87] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 88] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 89] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 90] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 91] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 92] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 93] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 94] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 95] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 96] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 97] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 98] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 99] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 100] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 101] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 102] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 103] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 104] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 105] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 106] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 107] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 108] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 109] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 110] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 111] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 112] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 113] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 114] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 115] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 116] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 117] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 118] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 119] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 120] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 121] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 122] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 123] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 124] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 125] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 126] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 127] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 128] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 129] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 130] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 131] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 132] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 133] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 134] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 135] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 136] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 137] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 138] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 139] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 140] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 141] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 142] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 143] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 144] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 145] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 146] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 147] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 148] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 149] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 150] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 151] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] [Job 152] Loading from cache...
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=0, dest=(nil)(), job=(nil)(0), uri="(null)")
I [09/Jul/2019:22:14:28 +0800] Full reload complete.
D [09/Jul/2019:22:14:28 +0800] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
I [09/Jul/2019:22:14:28 +0800] Cleaning out old files in "/var/spool/cups/tmp".
D [09/Jul/2019:22:14:28 +0800] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
I [09/Jul/2019:22:14:28 +0800] Cleaning out old files in "/var/cache/cups".
D [09/Jul/2019:22:14:28 +0800] service_checkin: pid=12405
D [09/Jul/2019:22:14:28 +0800] service_checkin: 1 listeners.
D [09/Jul/2019:22:14:28 +0800] service_add_listener: Listener #1 at fd 3, "/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] service_add_listener: Adding new listener #1 for /run/cups/cups.sock.
D [09/Jul/2019:22:14:28 +0800] Creating KeepAlive/PID file "/var/cache/cups/org.cups.cupsd".
d [09/Jul/2019:22:14:28 +0800] cupsdCreateProfile(job_id=0, allow_networking=1) = NULL
D [09/Jul/2019:22:14:28 +0800] Calling FindDeviceById(cups-10_floor)
D [09/Jul/2019:22:14:28 +0800] FindDeviceById failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:28 +0800] Using profile ID "10_floor-Gray..".
D [09/Jul/2019:22:14:28 +0800] Calling CreateProfile(10_floor-Gray..,temp)
W [09/Jul/2019:22:14:28 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
I [09/Jul/2019:22:14:28 +0800] Registering ICC color profiles for "10_floor".
D [09/Jul/2019:22:14:28 +0800] Calling CreateDevice(cups-10_floor,temp)
W [09/Jul/2019:22:14:28 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:28 +0800] Calling FindDeviceById(cups-10_floor_new)
D [09/Jul/2019:22:14:28 +0800] FindDeviceById failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Jul/2019:22:14:28 +0800] Using profile ID "10_floor_new-Gray..".
D [09/Jul/2019:22:14:28 +0800] Calling CreateProfile(10_floor_new-Gray..,temp)
W [09/Jul/2019:22:14:28 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
I [09/Jul/2019:22:14:28 +0800] Registering ICC color profiles for "10_floor_new".
D [09/Jul/2019:22:14:28 +0800] Calling CreateDevice(cups-10_floor_new,temp)
W [09/Jul/2019:22:14:28 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
d [09/Jul/2019:22:14:28 +0800] cupsdStartListening: 4 Listeners
I [09/Jul/2019:22:14:28 +0800] Listening to [v1.::1]:631 on fd 7...
I [09/Jul/2019:22:14:28 +0800] Listening to 127.0.0.1:631 on fd 8...
I [09/Jul/2019:22:14:28 +0800] Listening to /var/run/cups/cups.sock on fd 9...
I [09/Jul/2019:22:14:28 +0800] Listening to /run/cups/cups.sock on fd 3...
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_SERVER=/var/run/cups/cups.sock
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: CUPS_ENCRYPTION=IfRequested
d [09/Jul/2019:22:14:28 +0800] cupsdSetEnv: IPP_PORT=631
I [09/Jul/2019:22:14:28 +0800] Resuming new connection processing...
d [09/Jul/2019:22:14:28 +0800] cupsdResumeListening: Setting input bits...
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=7, read_cb=0x5620e94812d0, write_cb=(nil), data=0x5620ea4c4a90)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=8, read_cb=0x5620e94812d0, write_cb=(nil), data=0x5620ea4c9120)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=9, read_cb=0x5620e94812d0, write_cb=(nil), data=0x5620ea4c9350)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=3, read_cb=0x5620e94812d0, write_cb=(nil), data=0x5620ea729170)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=10, read_cb=0x5620e9485d80, write_cb=(nil), data=(nil))
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [09/Jul/2019:22:14:28 +0800] cupsdAddCert: Adding certificate for PID 0
d [09/Jul/2019:22:14:28 +0800] cupsdAddCert: NumSystemGroups=1
d [09/Jul/2019:22:14:28 +0800] cupsdAddEvent(event=server-started, dest=(nil)(), job=(nil)(0), text="Scheduler started on demand.", ...)
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea75d560(server-started))
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=12, read_cb=0x5620e94bd5b0, write_cb=(nil), data=(nil))
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12407
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffd25ac1920, envp=0x7ffd25ac2170, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffd25ac2144) = 12407
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12407
d [09/Jul/2019:22:14:28 +0800] sub->pipe=15
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea73d850(server-started))
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12408
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffd25ac1920, envp=0x7ffd25ac2170, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffd25ac2144) = 12408
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12408
d [09/Jul/2019:22:14:28 +0800] sub->pipe=16
d [09/Jul/2019:22:14:28 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea769830(server-started))
d [09/Jul/2019:22:14:28 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess: pid=12409
d [09/Jul/2019:22:14:28 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffd25ac1920, envp=0x7ffd25ac2170, infd=14, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffd25ac2144) = 12409
D [09/Jul/2019:22:14:28 +0800] Notifier dbus started - PID = 12409
d [09/Jul/2019:22:14:28 +0800] sub->pipe=17
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:28 +0800] cupsdCheckJobs: 0 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681668
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x5620ea729170(3)) Clients=0
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Server address is "/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 1] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76afd0)
D [09/Jul/2019:22:14:28 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:28 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:28 +0800] [Notifier] Connected to D-BUS
D [09/Jul/2019:22:14:28 +0800] [Notifier] ServerStarted
D [09/Jul/2019:22:14:28 +0800] Report: clients=1
D [09/Jul/2019:22:14:28 +0800] Report: jobs=152
D [09/Jul/2019:22:14:28 +0800] Report: jobs-active=0
D [09/Jul/2019:22:14:28 +0800] Report: printers=2
D [09/Jul/2019:22:14:28 +0800] Report: stringpool-string-count=24512
D [09/Jul/2019:22:14:28 +0800] Report: stringpool-alloc-bytes=11176
D [09/Jul/2019:22:14:28 +0800] Report: stringpool-total-bytes=449160
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 1] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 1] 2.0 Create-Printer-Subscriptions 1
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x5620ea76afd0[1]): operation_id=0016(Create-Printer-Subscriptions)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: subscription-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-pull-method keyword 'ippget'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-events 1setOf keyword 'printer-added,printer-changed,printer-config-changed,printer-modified,printer-deleted,printer-state-changed'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-time-interval integer '60'
D [09/Jul/2019:22:14:28 +0800] Create-Printer-Subscriptions /
D [09/Jul/2019:22:14:28 +0800] create_subscriptions(con=0x5620ea76afd0(1), uri="/")
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=16(Create-Printer-Subscriptions))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] pullmethod="ippget"
D [09/Jul/2019:22:14:28 +0800] notify-lease-duration=86400
D [09/Jul/2019:22:14:28 +0800] notify-time-interval=60
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=7ff, dest=(nil)(), job=(nil)(0), uri="(null)")
D [09/Jul/2019:22:14:28 +0800] Added subscription #3296 for server.
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Returning IPP successful-ok for Create-Printer-Subscriptions (/) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 1] Content-Length: 107
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76afd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] con->http=0x5620ea789a30
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=107, response=0x5620ea769110(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] bytes=0, http_state=0, data_remaining=107
D [09/Jul/2019:22:14:28 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76afd0)
D [09/Jul/2019:22:14:28 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 2] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:28 +0800] [Client 2] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=19, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea762dd0)
D [09/Jul/2019:22:14:28 +0800] [Client 2] Waiting for request.
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 2] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 2] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 2] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 2] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 2] 2.0 CUPS-Get-Printers 2
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x5620ea762dd0[2]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'auth-info-required,device-uri,job-sheets-default,marker-change-time,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,printer-commands,printer-defaults,printer-info,printer-is-accepting-jobs,printer-is-shared,printer-is-temporary,printer-location,printer-make-and-model,printer-mandatory-job-attributes,printer-name,printer-state,printer-state-change-time,printer-state-reasons,printer-type,printer-uri-supported'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-type enum '0'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-type-mask enum '16777216'
D [09/Jul/2019:22:14:28 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:28 +0800] get_printers(0x5620ea762dd0[2], 0)
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:28 +0800] add_printer_state_reasons(0x5620ea762dd0[2], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:28 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:28 +0800] add_printer_state_reasons(0x5620ea762dd0[2], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:28 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:28 +0800] copy_attrs(to=0x5620ea761090, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:28 +0800] [Client 2] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 2] Content-Length: 2565
D [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=19, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea762dd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 2] con->http=0x5620ea78cf30
D [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=2565, response=0x5620ea761090(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 2] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 2] bytes=0, http_state=0, data_remaining=2565
D [09/Jul/2019:22:14:28 +0800] [Client 2] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 2] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=19, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea762dd0)
D [09/Jul/2019:22:14:28 +0800] [Client 2] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Notifier] Connected to D-BUS
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 2] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 2] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 2] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 2] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 2] 2.0 CUPS-Get-Default 3
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x5620ea762dd0[2]): operation_id=4001(CUPS-Get-Default)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
D [09/Jul/2019:22:14:28 +0800] CUPS-Get-Default
d [09/Jul/2019:22:14:28 +0800] get_default(0x5620ea762dd0[2])
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4001(CUPS-Get-Default))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] CUPS-Get-Default client-error-not-found: 无默认打印机。
D [09/Jul/2019:22:14:28 +0800] [Client 2] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 2] Content-Length: 115
D [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=19, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea762dd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 2] con->http=0x5620ea78cf30
D [09/Jul/2019:22:14:28 +0800] [Client 2] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=115, response=0x5620ea74cd40(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 2] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 2] bytes=0, http_state=0, data_remaining=115
D [09/Jul/2019:22:14:28 +0800] [Client 2] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 2] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=19, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea762dd0)
D [09/Jul/2019:22:14:28 +0800] [Client 2] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 1] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 1] 2.0 CUPS-Get-Default 4
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x5620ea76afd0[1]): operation_id=4001(CUPS-Get-Default)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'root'
D [09/Jul/2019:22:14:28 +0800] CUPS-Get-Default
d [09/Jul/2019:22:14:28 +0800] get_default(0x5620ea76afd0[1])
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4001(CUPS-Get-Default))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] CUPS-Get-Default client-error-not-found: 无默认打印机。
D [09/Jul/2019:22:14:28 +0800] [Client 1] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 1] Content-Length: 115
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76afd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] con->http=0x5620ea789a30
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=115, response=0x5620ea761090(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] bytes=0, http_state=0, data_remaining=115
D [09/Jul/2019:22:14:28 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76afd0)
D [09/Jul/2019:22:14:28 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:28 +0800] [Notifier] Connected to D-BUS
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] POST / HTTP/1.1
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Read: status=200, state=6
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:28 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:28 +0800] [Client 1] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:28 +0800] [Client 1] No authentication data provided.
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] [Client 1] 2.0 Create-Printer-Subscriptions 5
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest(0x5620ea76afd0[1]): operation_id=0016(Create-Printer-Subscriptions)
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: printer-uri uri '/'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: subscription-attributes-tag
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-events keyword 'all'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-recipient-uri uri 'dbus://'
d [09/Jul/2019:22:14:28 +0800] cupsdProcessIPPRequest: notify-lease-duration integer '86400'
D [09/Jul/2019:22:14:28 +0800] Create-Printer-Subscriptions /
D [09/Jul/2019:22:14:28 +0800] create_subscriptions(con=0x5620ea76afd0(1), uri="/")
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=16(Create-Printer-Subscriptions))
d [09/Jul/2019:22:14:28 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:28 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:28 +0800] recipient="dbus://"
D [09/Jul/2019:22:14:28 +0800] notify-lease-duration=86400
D [09/Jul/2019:22:14:28 +0800] notify-time-interval=0
D [09/Jul/2019:22:14:28 +0800] cupsdAddSubscription(mask=1fffff, dest=(nil)(), job=(nil)(0), uri="dbus://")
D [09/Jul/2019:22:14:28 +0800] Added subscription #3297 for server.
D [09/Jul/2019:22:14:28 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:28 +0800] [Client 1] Returning IPP successful-ok for Create-Printer-Subscriptions (/) from localhost.
D [09/Jul/2019:22:14:28 +0800] [Client 1] Content-Length: 107
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76afd0)
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] con->http=0x5620ea789a30
D [09/Jul/2019:22:14:28 +0800] [Client 1] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=107, response=0x5620ea74cd40(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:28 +0800] [Client 1] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:28 +0800] [Client 1] bytes=0, http_state=0, data_remaining=107
D [09/Jul/2019:22:14:28 +0800] [Client 1] Flushing write buffer.
D [09/Jul/2019:22:14:28 +0800] [Client 1] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:28 +0800] cupsdAddSelect(fd=14, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76afd0)
D [09/Jul/2019:22:14:28 +0800] [Client 1] Waiting for request.
D [09/Jul/2019:22:14:28 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:28 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:14:29 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:29 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:29 +0800] select_timeout(0): 30 seconds to write dirty config/state files
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 3] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 3] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 3] Waiting for request.
I [09/Jul/2019:22:14:50 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:50 +0800] cupsdCheckJobs: 0 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681690
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 4] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 4] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:50 +0800] [Client 4] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] [Client 3] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 3] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 3] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] POST / HTTP/1.1
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=200, state=6
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:50 +0800] [Client 4] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:50 +0800] [Client 4] No authentication data provided.
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=579, request=0x5620ea73e270(IPP_STATE_IDLE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=571, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=542, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=505, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=477, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=440, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=414, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=398, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=377, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=360, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=334, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=308, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=290, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=269, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=239, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=214, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=191, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=174, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=151, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=129, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=102, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=61, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=40, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=16, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Read: status=100, state=6
D [09/Jul/2019:22:14:50 +0800] [Client 4] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[4]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:50 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:50 +0800] get_printers(0x5620ea76e1f0[4], 0)
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea76e1f0[4], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea76e1f0[4], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea76e1f0[4], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea76e1f0[4], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c10, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:50 +0800] [Client 4] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:50 +0800] [Client 4] Content-Length: 1820
D [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 4] con->http=0x5620ea793930
D [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea753c10(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:50 +0800] [Client 4] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:50 +0800] [Client 4] Flushing write buffer.
D [09/Jul/2019:22:14:50 +0800] [Client 4] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:50 +0800] [Client 4] Waiting for request.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 5] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 5] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 5] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 4] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 4] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 4] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 5] GET /printers/10_floor_new.ppd HTTP/1.1
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 5] Read: status=200, state=3
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=2...
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:50 +0800] [Client 5] con->uri="/printers/10_floor_new.ppd", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:50 +0800] [Client 5] No authentication data provided.
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new.ppd", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:50 +0800] [Client 5] Processing GET /printers/10_floor_new.ppd
d [09/Jul/2019:22:14:50 +0800] [Client 5] get_file: filestats=0x7ffd25ab62f0, filename=0x7ffd25ab6380, len=1024, returning "/etc/cups/ppd/10_floor_new.ppd".
D [09/Jul/2019:22:14:50 +0800] [Client 5] filename="/etc/cups/ppd/10_floor_new.ppd", type=application/vnd.cups-ppd
d [09/Jul/2019:22:14:50 +0800] [Client 5] is_cgi: filename="/etc/cups/ppd/10_floor_new.ppd", filestats=0x7ffd25ab62f0, type=application/vnd.cups-ppd, returning 0.
d [09/Jul/2019:22:14:50 +0800] [Client 5] write_file: code=200, filename="/etc/cups/ppd/10_floor_new.ppd" (21), type="application/vnd.cups-ppd", filestats=0x7ffd25ab62f0.
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdSendHeader: code=200, type="application/vnd.cups-ppd", auth_type=0
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 5] Sending file.
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 5] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=99360, response=(nil)(), pipe_pid=0, file=21
D [09/Jul/2019:22:14:50 +0800] [Client 5] Flushing write buffer.
D [09/Jul/2019:22:14:50 +0800] [Client 5] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 5] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=21)
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 5] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 5] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 5] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 6] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 6] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 6] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 6] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 6] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 6] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 7] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 7] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 7] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] POST / HTTP/1.1
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=200, state=6
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:50 +0800] [Client 7] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:50 +0800] [Client 7] No authentication data provided.
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=579, request=0x5620ea73e270(IPP_STATE_IDLE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=571, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=542, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=505, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=477, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=440, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=414, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=398, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=377, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=360, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=334, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=308, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=290, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=269, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=239, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=214, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=191, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=174, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=151, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=129, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=102, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=61, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=40, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=16, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Read: status=100, state=6
D [09/Jul/2019:22:14:50 +0800] [Client 7] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest(0x5620ea778f20[7]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:50 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:50 +0800] get_printers(0x5620ea778f20[7], 0)
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea778f20[7], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea778f20[7], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea778f20[7], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea778f20[7], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea765180, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:50 +0800] [Client 7] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:50 +0800] [Client 7] Content-Length: 1820
D [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea778f20)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 7] con->http=0x5620ea790430
D [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea765180(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:50 +0800] [Client 7] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:50 +0800] [Client 7] Flushing write buffer.
D [09/Jul/2019:22:14:50 +0800] [Client 7] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 7] Waiting for request.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 7] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 7] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 7] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 8] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 8] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:50 +0800] [Client 8] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 9] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:50 +0800] [Client 9] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:50 +0800] [Client 9] Waiting for request.
d [09/Jul/2019:22:14:50 +0800] [Client 8] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 8] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 8] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 9] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 9] POST / HTTP/1.1
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:50 +0800] [Client 9] Read: status=200, state=6
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:50 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:50 +0800] [Client 9] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:50 +0800] [Client 9] No authentication data provided.
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:50 +0800] [Client 9] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[9]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:50 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:50 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:50 +0800] get_printers(0x5620ea76e1f0[9], 0)
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:50 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:50 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea76e1f0[9], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea76e1f0[9], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:50 +0800] add_printer_state_reasons(0x5620ea76e1f0[9], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:50 +0800] add_queued_job_count(0x5620ea76e1f0[9], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:50 +0800] copy_attrs(to=0x5620ea753c70, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:50 +0800] [Client 9] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:50 +0800] [Client 9] Content-Length: 1820
D [09/Jul/2019:22:14:50 +0800] [Client 9] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:50 +0800] [Client 9] con->http=0x5620ea793930
D [09/Jul/2019:22:14:50 +0800] [Client 9] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea753c70(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 9] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:50 +0800] [Client 9] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:50 +0800] [Client 9] Flushing write buffer.
D [09/Jul/2019:22:14:50 +0800] [Client 9] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:50 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:50 +0800] [Client 9] Waiting for request.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:50 +0800] [Client 9] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:50 +0800] [Client 9] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:50 +0800] [Client 9] Closing connection.
D [09/Jul/2019:22:14:50 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:50 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:50 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 10] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 10] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 10] Waiting for request.
I [09/Jul/2019:22:14:51 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 11] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 11] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 11] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] [Client 10] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 10] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 10] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 11] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 11] POST / HTTP/1.1
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 11] Read: status=200, state=6
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:51 +0800] [Client 11] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:51 +0800] [Client 11] No authentication data provided.
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:51 +0800] [Client 11] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[11]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:51 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:51 +0800] get_printers(0x5620ea76e1f0[11], 0)
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[11], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[11], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[11], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[11], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:51 +0800] [Client 11] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:51 +0800] [Client 11] Content-Length: 1820
D [09/Jul/2019:22:14:51 +0800] [Client 11] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:51 +0800] [Client 11] con->http=0x5620ea793930
D [09/Jul/2019:22:14:51 +0800] [Client 11] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea769150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 11] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:51 +0800] [Client 11] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:51 +0800] [Client 11] Flushing write buffer.
D [09/Jul/2019:22:14:51 +0800] [Client 11] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 11] Waiting for request.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 11] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 11] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 11] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 12] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 12] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 12] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 13] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 13] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 13] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] [Client 12] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 12] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 12] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 13] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 13] POST / HTTP/1.1
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 13] Read: status=200, state=6
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:51 +0800] [Client 13] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:51 +0800] [Client 13] No authentication data provided.
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:51 +0800] [Client 13] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[13]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:51 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:51 +0800] get_printers(0x5620ea76e1f0[13], 0)
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[13], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[13], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[13], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[13], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:51 +0800] [Client 13] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:51 +0800] [Client 13] Content-Length: 1820
D [09/Jul/2019:22:14:51 +0800] [Client 13] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:51 +0800] [Client 13] con->http=0x5620ea793930
D [09/Jul/2019:22:14:51 +0800] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea769150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 13] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:51 +0800] [Client 13] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:51 +0800] [Client 13] Flushing write buffer.
D [09/Jul/2019:22:14:51 +0800] [Client 13] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 13] Waiting for request.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 13] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 13] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 13] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 14] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 14] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 14] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 14] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 14] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 14] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 15] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 15] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 15] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] POST / HTTP/1.1
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=200, state=6
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:51 +0800] [Client 15] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:51 +0800] [Client 15] No authentication data provided.
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=579, request=0x5620ea73e270(IPP_STATE_IDLE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=571, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=542, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=505, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=477, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=440, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=414, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=398, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=377, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=360, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=334, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=308, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=290, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=269, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=239, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=214, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=191, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=174, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=151, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=129, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=102, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=61, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=40, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=16, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Read: status=100, state=6
D [09/Jul/2019:22:14:51 +0800] [Client 15] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest(0x5620ea778f20[15]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:51 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:51 +0800] get_printers(0x5620ea778f20[15], 0)
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea778f20[15], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea778f20[15], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea778f20[15], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea778f20[15], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:51 +0800] [Client 15] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:51 +0800] [Client 15] Content-Length: 1820
D [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea778f20)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:51 +0800] [Client 15] con->http=0x5620ea790430
D [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea769150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:51 +0800] [Client 15] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:51 +0800] [Client 15] Flushing write buffer.
D [09/Jul/2019:22:14:51 +0800] [Client 15] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 15] Waiting for request.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 15] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 15] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 15] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 16] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 16] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 16] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 17] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 17] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 17] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] [Client 16] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 16] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 16] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 17] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 17] POST / HTTP/1.1
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 17] Read: status=200, state=6
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:51 +0800] [Client 17] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:51 +0800] [Client 17] No authentication data provided.
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:51 +0800] [Client 17] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[17]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:51 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:51 +0800] get_printers(0x5620ea76e1f0[17], 0)
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[17], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[17], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[17], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[17], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:51 +0800] [Client 17] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:51 +0800] [Client 17] Content-Length: 1820
D [09/Jul/2019:22:14:51 +0800] [Client 17] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:51 +0800] [Client 17] con->http=0x5620ea793930
D [09/Jul/2019:22:14:51 +0800] [Client 17] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea769150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 17] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:51 +0800] [Client 17] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:51 +0800] [Client 17] Flushing write buffer.
D [09/Jul/2019:22:14:51 +0800] [Client 17] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 17] Waiting for request.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 17] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 17] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 17] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 18] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 18] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:51 +0800] [Client 18] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 19] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:51 +0800] [Client 19] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 19] Waiting for request.
d [09/Jul/2019:22:14:51 +0800] [Client 18] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 18] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 18] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 19] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 19] POST / HTTP/1.1
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:51 +0800] [Client 19] Read: status=200, state=6
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:51 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:51 +0800] [Client 19] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:51 +0800] [Client 19] No authentication data provided.
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:51 +0800] [Client 19] 2.0 CUPS-Get-Printers 1
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest(0x5620ea76e1f0[19]): operation_id=4002(CUPS-Get-Printers)
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:51 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported,member-uris,printer-location,printer-info,printer-state-message,printer-state-reasons,printer-state,queued-job-count,printer-is-accepting-jobs,job-sheets-supported,job-sheets-default,printer-type,auth-info-required,number-up-default,ipp-versions-supported,multiple-document-handling-supported,copies-supported,number-up-supported,device-uri'
D [09/Jul/2019:22:14:51 +0800] CUPS-Get-Printers
d [09/Jul/2019:22:14:51 +0800] get_printers(0x5620ea76e1f0[19], 0)
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4002(CUPS-Get-Printers))
d [09/Jul/2019:22:14:51 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:14:51 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[19], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[19], 0x5620ea4e7c70[10_floor])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6b80, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d99e0, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
d [09/Jul/2019:22:14:51 +0800] add_printer_state_reasons(0x5620ea76e1f0[19], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:14:51 +0800] add_queued_job_count(0x5620ea76e1f0[19], 0x5620ea4f3c90[10_floor_new])
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4d6250, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea5be660, ra=0x5620ea750c80, group=0, quickcopy=0)
d [09/Jul/2019:22:14:51 +0800] copy_attrs(to=0x5620ea769150, from=0x5620ea4e7a60, ra=0x5620ea750c80, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:14:51 +0800] [Client 19] Returning IPP successful-ok for CUPS-Get-Printers (no URI) from localhost.
D [09/Jul/2019:22:14:51 +0800] [Client 19] Content-Length: 1820
D [09/Jul/2019:22:14:51 +0800] [Client 19] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea76e1f0)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:51 +0800] [Client 19] con->http=0x5620ea793930
D [09/Jul/2019:22:14:51 +0800] [Client 19] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1820, response=0x5620ea769150(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 19] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:51 +0800] [Client 19] bytes=0, http_state=0, data_remaining=1820
D [09/Jul/2019:22:14:51 +0800] [Client 19] Flushing write buffer.
D [09/Jul/2019:22:14:51 +0800] [Client 19] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:51 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea76e1f0)
D [09/Jul/2019:22:14:51 +0800] [Client 19] Waiting for request.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:51 +0800] [Client 19] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:51 +0800] [Client 19] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:51 +0800] [Client 19] Closing connection.
D [09/Jul/2019:22:14:51 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=21)
d [09/Jul/2019:22:14:51 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:51 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 20] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:52 +0800] [Client 20] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:52 +0800] [Client 20] Waiting for request.
I [09/Jul/2019:22:14:52 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] POST /printers/10_floor_new HTTP/1.1
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=200, state=6
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] [Client 20] con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:52 +0800] [Client 20] No authentication data provided.
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119599, request=0x5620ea73e270(IPP_STATE_IDLE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119591, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119562, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119525, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119497, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119440, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119404, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119384, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119375, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119359, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119342, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119324, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119311, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119290, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119269, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119251, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119227, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119202, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119172, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119154, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119137, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119116, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119098, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119068, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119045, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119030, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119009, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
D [09/Jul/2019:22:14:52 +0800] [Client 20] 2.1 Print-Job 1
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=86240, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=69856, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=61664, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=53472, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=45280, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=37088, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=28896, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=20704, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=12512, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=4320, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 20] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest(0x5620ea778f20[20]): operation_id=0002(Print-Job)
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: printer-uri uri 'ipp://localhost:631/printers/10_floor_new'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-name nameWithoutLanguage '00070119-0000322769.PDF'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-attributes-tag
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-sheets 1setOf nameWithoutLanguage 'none,none'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIPunch nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Password nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: number-up integer '1'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Collate boolean 'false'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: OutputBin nameWithoutLanguage 'Default'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Resolution nameWithoutLanguage '600dpi'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: InputSlot nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RICollateKind nameWithoutLanguage 'Normal'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Duplex nameWithoutLanguage 'DuplexNoTumble'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPageInputSlot nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: JobType nameWithoutLanguage 'Normal'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: UserCode nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-priority integer '50'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: MediaType nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPageMediaType nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPagePrint boolean 'false'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: PageSize nameWithoutLanguage 'A4'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIPrintMode nameWithoutLanguage '0rhit'
D [09/Jul/2019:22:14:52 +0800] Print-Job ipp://localhost:631/printers/10_floor_new
d [09/Jul/2019:22:14:52 +0800] print_job(0x5620ea778f20[20], ipp://localhost:631/printers/10_floor_new)
D [09/Jul/2019:22:14:52 +0800] [Job ???] Auto-typing file...
I [09/Jul/2019:22:14:52 +0800] [Job ???] Request file type is application/pdf.
d [09/Jul/2019:22:14:52 +0800] add_job(0x5620ea778f20[20], 0x5620ea4f3c90(10_floor_new), 0x5620ea4df450(application/pdf))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new", con->best=0x5620ea4ca710((null))
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: op=2(Print-Job)
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:14:52 +0800] [Client 20] Returning HTTP 未认证 for Print-Job (ipp://localhost:631/printers/10_floor_new) from localhost
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdSendError code=401, auth_type=2
D [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdSendHeader: code=401, type="text/html", auth_type=2
D [09/Jul/2019:22:14:52 +0800] [Client 20] WWW-Authenticate: PeerCred
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 20] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=0x5620ea73e270(IPP_STATE_DATA), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 20] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:52 +0800] [Client 20] Closing connection.
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 21] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:52 +0800] [Client 21] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:52 +0800] [Client 21] Waiting for request.
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 21] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 21] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:52 +0800] [Client 21] Closing connection.
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 22] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:14:52 +0800] [Client 22] Accepted from localhost (Domain)
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:52 +0800] [Client 22] Waiting for request.
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] POST /printers/10_floor_new HTTP/1.1
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=200, state=6
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] [Client 22] con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:14:52 +0800] [Client 22] Authorized as lwb using PeerCred.
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119599, request=0x5620ea73e270(IPP_STATE_IDLE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119591, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119562, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119525, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119497, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119440, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119404, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119384, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119375, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119359, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119342, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119324, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119311, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119290, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119269, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119251, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119227, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119202, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119172, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119154, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119137, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119116, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119098, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119068, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119045, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119030, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119009, request=0x5620ea73e270(IPP_STATE_ATTRIBUTE), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
D [09/Jul/2019:22:14:52 +0800] [Client 22] 2.1 Print-Job 1
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=119008, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=86240, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=69856, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=37088, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_POST_RECV, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=20704, request=0x5620ea73e270(IPP_STATE_DATA), file=21
D [09/Jul/2019:22:14:52 +0800] [Client 22] Read: status=100, state=6
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest(0x5620ea778f20[22]): operation_id=0002(Print-Job)
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'lwb'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: printer-uri uri 'ipp://localhost:631/printers/10_floor_new'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-name nameWithoutLanguage '00070119-0000322769.PDF'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-attributes-tag
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-sheets 1setOf nameWithoutLanguage 'none,none'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIPunch nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Password nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: number-up integer '1'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Collate boolean 'false'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: OutputBin nameWithoutLanguage 'Default'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Resolution nameWithoutLanguage '600dpi'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: InputSlot nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RICollateKind nameWithoutLanguage 'Normal'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: Duplex nameWithoutLanguage 'DuplexNoTumble'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPageInputSlot nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: JobType nameWithoutLanguage 'Normal'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: UserCode nameWithoutLanguage 'None'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: job-priority integer '50'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: MediaType nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPageMediaType nameWithoutLanguage 'Auto'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIBannerPagePrint boolean 'false'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: PageSize nameWithoutLanguage 'A4'
d [09/Jul/2019:22:14:52 +0800] cupsdProcessIPPRequest: RIPrintMode nameWithoutLanguage '0rhit'
D [09/Jul/2019:22:14:52 +0800] Print-Job ipp://localhost:631/printers/10_floor_new
d [09/Jul/2019:22:14:52 +0800] print_job(0x5620ea778f20[22], ipp://localhost:631/printers/10_floor_new)
D [09/Jul/2019:22:14:52 +0800] [Job ???] Auto-typing file...
I [09/Jul/2019:22:14:52 +0800] [Job ???] Request file type is application/pdf.
d [09/Jul/2019:22:14:52 +0800] add_job(0x5620ea778f20[22], 0x5620ea4f3c90(10_floor_new), 0x5620ea4df450(application/pdf))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new", con->best=0x5620ea4ca710((null))
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: op=2(Print-Job)
d [09/Jul/2019:22:14:52 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:14:52 +0800] check_quotas(0x5620ea778f20[22], 0x5620ea4f3c90[10_floor_new])
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Applying default options...
I [09/Jul/2019:22:14:52 +0800] [Job 153] Adding start banner page "none".
d [09/Jul/2019:22:14:52 +0800] copy_banner(con=0x5620ea778f20[22], job=0x5620ea7591a0[153], name="none")
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-created, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="Job created.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea5c1510(job-created))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea740d10(job-created))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea77dca0(job-created))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea7626e0(job-created))
d [09/Jul/2019:22:14:52 +0800] 文件“/usr/lib/cups/notifier/dbus”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/notifier/dbus", arguments:
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/notifier/dbus"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[10] = "dbus://"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[11] = ""
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: pid=12418
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess(command="/usr/lib/cups/notifier/dbus", argv=0x7ffd25ab15e0, envp=0x7ffd25ab1e30, infd=21, outfd=-1, errfd=13, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffd25ab1e04) = 12418
D [09/Jul/2019:22:14:52 +0800] Notifier dbus started - PID = 12418
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:52 +0800] add_file(con=0x5620ea778f20[22], job=153, filetype=application/pdf, compression=0)
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [09/Jul/2019:22:14:52 +0800] [Job 153] Adding end banner page "none".
d [09/Jul/2019:22:14:52 +0800] copy_banner(con=(nil)[-1], job=0x5620ea7591a0[153], name="none")
I [09/Jul/2019:22:14:52 +0800] [Job 153] File of type application/pdf queued by "lwb".
D [09/Jul/2019:22:14:52 +0800] [Job 153] hold_until=0
I [09/Jul/2019:22:14:52 +0800] [Job 153] Queued on "10_floor_new" by "lwb".
d [09/Jul/2019:22:14:52 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681692
d [09/Jul/2019:22:14:52 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=3, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:14:52 +0800] start_job(job=0x5620ea7591a0(153), printer=0x5620ea4f3c90(10_floor_new))
d [09/Jul/2019:22:14:52 +0800] cupsdSetJobState(job=0x5620ea7591a0(153), state=3, newstate=5, action=0, message="(null)")
D [09/Jul/2019:22:14:52 +0800] [Job 153] time-at-processing=1562681692
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="%s \"%s\" state changed to %s.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea740820(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea757620(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea745d90(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea769510(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea740fd0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea741200(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea748220(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea786720(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-paused"
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-remote-pending,cups-remote-pending-held,cups-remote-processing,cups-remote-stopped,cups-remote-canceled,cups-remote-aborted,cups-remote-completed"
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:52 +0800] cupsdCreateProfile(job_id=153, allow_networking=0) = NULL
d [09/Jul/2019:22:14:52 +0800] cupsdCreateProfile(job_id=153, allow_networking=1) = NULL
d [09/Jul/2019:22:14:52 +0800] cupsdContinueJob(job=0x5620ea7591a0(153)): current_file=0, num_files=1
D [09/Jul/2019:22:14:52 +0800] [Job 153] 2 filters for job:
D [09/Jul/2019:22:14:52 +0800] [Job 153] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [09/Jul/2019:22:14:52 +0800] [Job 153] foomatic-rip (application/vnd.cups-pdf to printer/10_floor_new, cost 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] job-sheets=none,none
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[0]="10_floor_new"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[1]="153"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[2]="lwb"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[3]="00070119-0000322769.PDF"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[4]="1"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[5]="RIPunch=None Password=None number-up=1 noCollate OutputBin=Default Resolution=600dpi InputSlot=Auto RICollateKind=Normal Duplex=DuplexNoTumble RIBannerPageInputSlot=Auto JobType=Normal UserCode=None MediaType=Auto RIBannerPageMediaType=Auto noRIBannerPagePrint PageSize=A4 RIPrintMode=0rhit job-uuid=urn:uuid:1b6794fc-1cf6-33fc-4598-ff2cf0c4ff76 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1562681692 time-at-processing=1562681692"
D [09/Jul/2019:22:14:52 +0800] [Job 153] argv[6]="/var/spool/cups/d00153-001"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[7]="CUPS_STATEDIR=/run/cups"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[8]="HOME=/var/spool/cups/tmp"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[10]="SERVER_ADMIN=root at cloud"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[11]="SOFTWARE=CUPS/2.2.10"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[13]="USER=root"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[14]="CUPS_MAX_MESSAGE=2047"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[17]="IPP_PORT=631"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[18]="CHARSET=utf-8"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[19]="LANG=zh_CN.UTF-8"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[20]="PPD=/etc/cups/ppd/10_floor_new.ppd"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[21]="RIP_MAX_CACHE=128m"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[22]="CONTENT_TYPE=application/pdf"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[23]="DEVICE_URI=smb://OA/10.30.7.174/10%E6%A5%BC-%E7%90%86%E5%85%893554sp"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[24]="PRINTER_INFO=3554 SP"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[25]="PRINTER_LOCATION=10 floor"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[26]="PRINTER=10_floor_new"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[27]="PRINTER_STATE_REASONS=none"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[28]="CUPS_FILETYPE=document"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-pdf"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[30]="AUTH_I****"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[31]="AUTH_U****"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[32]="AUTH_P****"
D [09/Jul/2019:22:14:52 +0800] [Job 153] envp[33]="AUTH_U****"
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/pdftopdf”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/filter/pdftopdf", arguments:
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/filter/pdftopdf"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[9] = "10_floor_new"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[10] = "153"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[11] = "lwb"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[12] = "00070119-0000322769.PDF"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[13] = "1"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[14] = "RIPunch=None Password=None number-up=1 noCollate OutputBin=Default Resolution=600dpi InputSlot=Auto RICollateKind=Normal Duplex=DuplexNoTumble RIBannerPageInputSlot=Auto JobType=Normal UserCode=None MediaType=Auto RIBannerPageMediaType=Auto noRIBannerPagePrint PageSize=A4 RIPrintMode=0rhit job-uuid=urn:uuid:1b6794fc-1cf6-33fc-4598-ff2cf0c4ff76 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1562681692 time-at-processing=1562681692"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[15] = "/var/spool/cups/d00153-001"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: pid=12419
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess(command="/usr/lib/cups/filter/pdftopdf", argv=0x7ffd25ab0e00, envp=0x7ffd25ab18e0, infd=-1, outfd=29, errfd=23, backfd=24, sidefd=26, root=0, profile=(nil), job=0x5620ea7591a0(153), pid=0x5620ea7592b4) = 12419
I [09/Jul/2019:22:14:52 +0800] [Job 153] Started filter /usr/lib/cups/filter/pdftopdf (PID 12419)
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/filter/foomatic-rip", arguments:
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/filter/foomatic-rip"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[9] = "10_floor_new"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[10] = "153"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[11] = "lwb"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[12] = "00070119-0000322769.PDF"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[13] = "1"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[14] = "RIPunch=None Password=None number-up=1 noCollate OutputBin=Default Resolution=600dpi InputSlot=Auto RICollateKind=Normal Duplex=DuplexNoTumble RIBannerPageInputSlot=Auto JobType=Normal UserCode=None MediaType=Auto RIBannerPageMediaType=Auto noRIBannerPagePrint PageSize=A4 RIPrintMode=0rhit job-uuid=urn:uuid:1b6794fc-1cf6-33fc-4598-ff2cf0c4ff76 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1562681692 time-at-processing=1562681692"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: pid=12420
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess(command="/usr/lib/cups/filter/foomatic-rip", argv=0x7ffd25ab0e00, envp=0x7ffd25ab18e0, infd=28, outfd=31, errfd=23, backfd=24, sidefd=26, root=0, profile=(nil), job=0x5620ea7591a0(153), pid=0x5620ea7592b8) = 12420
I [09/Jul/2019:22:14:52 +0800] [Job 153] Started filter /usr/lib/cups/filter/foomatic-rip (PID 12420)
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/backend/smb”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/backend/smb", arguments:
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/backend/smb"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[9] = "smb://OA/10.30.7.174/10%E6%A5%BC-%E7%90%86%E5%85%893554sp"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[10] = "153"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[11] = "lwb"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[12] = "00070119-0000322769.PDF"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[13] = "1"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: argv[14] = "RIPunch=None Password=None number-up=1 noCollate OutputBin=Default Resolution=600dpi InputSlot=Auto RICollateKind=Normal Duplex=DuplexNoTumble RIBannerPageInputSlot=Auto JobType=Normal UserCode=None MediaType=Auto RIBannerPageMediaType=Auto noRIBannerPagePrint PageSize=A4 RIPrintMode=0rhit job-uuid=urn:uuid:1b6794fc-1cf6-33fc-4598-ff2cf0c4ff76 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1562681692 time-at-processing=1562681692"
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess: pid=12421
d [09/Jul/2019:22:14:52 +0800] cupsdStartProcess(command="/usr/lib/cups/backend/smb", argv=0x7ffd25ab0e00, envp=0x7ffd25ab18e0, infd=30, outfd=-1, errfd=23, backfd=25, sidefd=27, root=0, profile=(nil), job=0x5620ea7591a0(153), pid=0x5620ea759308) = 12421
I [09/Jul/2019:22:14:52 +0800] [Job 153] Started backend /usr/lib/cups/backend/smb (PID 12421)
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=21, read_cb=0x5620e94ad6f0, write_cb=(nil), data=0x5620ea7591a0)
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="Job #%d started.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea77d050(job-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea77ac30(job-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea752bb0(job-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea783a10(job-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Client 22] Returning IPP successful-ok for Print-Job (ipp://localhost:631/printers/10_floor_new) from localhost.
D [09/Jul/2019:22:14:52 +0800] [Client 22] Content-Length: 193
D [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea778f20)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Client 22] con->http=0x5620ea790430
D [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=193, response=0x5620ea7570e0(IPP_STATE_IDLE), pipe_pid=0, file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:14:52 +0800] [Client 22] bytes=0, http_state=0, data_remaining=193
D [09/Jul/2019:22:14:52 +0800] [Client 22] Flushing write buffer.
D [09/Jul/2019:22:14:52 +0800] [Client 22] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:14:52 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea778f20)
D [09/Jul/2019:22:14:52 +0800] [Client 22] Waiting for request.
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobCreated
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobState
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] [Client 22] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:14:52 +0800] [Client 22] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:14:52 +0800] [Client 22] Closing connection.
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:14:52 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] pdftopdf: Last filter determined by the PPD: foomatic-rip; FINAL_CONTENT_TYPE: application/vnd.cups-pdf => pdftopdf will log pages in page_log.
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] PAGE: 1 1
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="Printed %d page(s).", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea7521e0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5c14a0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea5c3240(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea76a510(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] Connected to D-BUS
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Calling FindDeviceById(cups-10_floor_new)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Failed to get find device cups-10_floor_new
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] process_children()
d [09/Jul/2019:22:14:52 +0800] cupsdFinishProcess(pid=12419, name=0x7ffd25ac3170, namelen=1024, job_id=0x7ffd25ac3058(153)) = "/usr/lib/cups/filter/pdftopdf"
D [09/Jul/2019:22:14:52 +0800] [Job 153] PID 12419 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:52 +0800] select_timeout(-1): 7 seconds to write dirty config/state files
D [09/Jul/2019:22:14:52 +0800] [Job 153] Printer make and model: Ricoh RICOH MP 3554 PS3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Running command line for pstops: pstops 153 lwb 00070119-0000322769.PDF 1 \' RIPunch=None Password=None OutputBin=Default Resolution=600dpi InputSlot=Auto RICollateKind=Normal Duplex=DuplexNoTumble RIBannerPageInputSlot=Auto JobType=Normal UserCode=None MediaType=Auto RIBannerPageMediaType=Auto noRIBannerPagePrint PageSize=A4 RIPrintMode=0rhit job-uuid=urn:uuid:1b6794fc-1cf6-33fc-4598-ff2cf0c4ff76 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1562681692 time-at-processing=1562681692\'
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Using image rendering resolution 600 dpi
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c \'save pop\' -f /tmp/foomatic-eOlUq6
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Started filter gs (PID 12424)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Current debug levels:
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Set job-printer-state-message to "Current debug levels:", current level=INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] all: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] tdb: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] printdrivers: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] lanman: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] smb: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] rpc_parse: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] rpc_srv: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] rpc_cli: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] passdb: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] sam: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] auth: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] winbind: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] vfs: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] idmap: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] quota: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] acls: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] locking: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] msdfs: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dmapi: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] registry: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] scavenger: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dns: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] ldb: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] tevent: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] auth_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] auth_json_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] kerberos: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] drs_repl: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] smb2: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] smb2_credits: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_json_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_password_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_password_json_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_transaction_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_transaction_json_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_group_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] dsdb_group_json_audit: 10
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter max log size = 1000
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter logging = file
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea7812c0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea744940(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea767580(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea750980(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="Printer \"%s\" state changed.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea757e90(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea784090(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea745230(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea74bb50(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea74c960(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea749810(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea776430(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea76c450(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter panic action = /usr/share/samba/panic-action %d
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter server role = standalone server
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter obey pam restrictions = yes
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter unix password sync = yes
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter passwd program = /usr/bin/passwd %u
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter passwd chat = *Enter\\snew\\s*\\spassword:* %n\\n *Retype\\snew\\s*\\spassword:* %n\\n *password\\supdated\\ssuccessfully* .
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter pam password change = yes
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter map to guest = bad user
D [09/Jul/2019:22:14:52 +0800] [Job 153] doing parameter usershare allow guests = yes
D [09/Jul/2019:22:14:52 +0800] [Job 153] pm_process() returned Yes
D [09/Jul/2019:22:14:52 +0800] [Job 153] lp_servicenumber: couldn\'t find homes
D [09/Jul/2019:22:14:52 +0800] [Job 153] added interface enp2s0 ip=2400:dd01:1034:400:f9b0:aa96:14b3:4d05 bcast= netmask=ffff:ffff:ffff:ffff::
D [09/Jul/2019:22:14:52 +0800] [Job 153] added interface enp2s0 ip=192.168.1.113 bcast=192.168.1.255 netmask=255.255.255.0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Connecting to 10.30.7.174 at port 445
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Socket options:
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_KEEPALIVE = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEADDR = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_BROADCAST = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_NODELAY = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPCNT = 9
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPIDLE = 7200
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPINTVL = 75
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_LOWDELAY = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_THROUGHPUT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEPORT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDBUF = 87040
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVBUF = 372480
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_QUICKACK = 1
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_DEFER_ACCEPT = 0
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Started filter pstops (PID 12425)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.3.6.1.4.1.311.2.2.30
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.2.840.48018.1.2.2
D [09/Jul/2019:22:14:52 +0800] [Job 153] cli_session_setup_spnego_send: Connect to 10.30.7.174 as lwb at OA using SPNEGO
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'gssapi_spnego\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'gssapi_krb5\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'gssapi_krb5_sasl\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'spnego\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'schannel\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'naclrpc_as_system\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'sasl-EXTERNAL\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'ntlmssp\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'ntlmssp_resume_ccache\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'http_basic\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'http_ntlm\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'http_negotiate\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'krb5\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] GENSEC backend \'fake_gssapi_krb5\' registered
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC mechanism spnego
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC submechanism ntlmssp
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] negotiate: struct NEGOTIATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmNegotiate (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62088215 (1644724757)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93b3af0]: subreq: 0x560de93a94e0
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93ae4a0]: subreq: 0x560de93b2f50
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93b3af0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93a94e0/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a9690)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:215]
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93ae4a0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93b2f50/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93b3100)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got challenge flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62898215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] challenge: struct CHALLENGE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmChallenge (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameLen            : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameMaxLen         : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62898215 (1653178901)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] ServerChallenge          : 19f5d8d860f5fed8
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 0000000000000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoLen            : 0x00b0 (176)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoMaxLen         : 0x00b0 (176)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo: struct AV_PAIR_LIST
D [09/Jul/2019:22:14:52 +0800] [Job 153] count                    : 0x00000007 (7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: ARRAY(7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbDomainName (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbDomainName           : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbComputerName (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001c (28)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbComputerName         : \'PRINT-SERVER64\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsDomainName (0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsDomainName          : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsComputerName (0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0038 (56)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsComputerName        : \'PRINT-SERVER64.oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsTreeName (0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsTreeName            : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvTimestamp (0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0008 (8)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvTimestamp              : 二 7月  9 22时14分52秒 2019 CST
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvEOL (0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (0x6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x1db1 (7601)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (0xF)
D [09/Jul/2019:22:14:52 +0800] [Job 153] authenticate: struct AUTHENTICATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmAuthenticate (3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseMaxLen: 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : union ntlmssp_LM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseMaxLen: 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : union ntlmssp_NTLM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameLen              : 0x0006 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameMaxLen           : 0x0006 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : \'lwb\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x000a (10)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x000a (10)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'CLOUD\'
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyMaxLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: *
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: DATA_BLOB length=16
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0000] 89 33 27 FD 8D 99 DD AE   F3 8B F4 50 92 5C A7 78   .3\'..... ...P.\\.x
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62008215 (1644200469)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP: Set final flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - Initialising with flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - using NTLM1
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93b3af0]: subreq: 0x560de93a9820
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93ae4a0]: subreq: 0x560de93c7210
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93b3af0]: NT_STATUS_OK tevent_req[0x560de93a9820/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a99d0)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:222]
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93ae4a0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93c7210/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c73c0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
D [09/Jul/2019:22:14:52 +0800] [Job 153] SPNEGO login failed: The attempted logon is invalid. This is either due to a bad username or authentication information.
E [09/Jul/2019:22:14:52 +0800] [Job 153] Session setup failed: NT_STATUS_LOGON_FAILURE
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Set job-printer-state-message to "Session setup failed: NT_STATUS_LOGON_FAILURE", current level=ERROR
D [09/Jul/2019:22:14:52 +0800] [Job 153] get_exit_code(cli=0x560de9399650, nt_status=NT_STATUS_LOGON_FAILURE [c000006d])
D [09/Jul/2019:22:14:52 +0800] [Job 153] ATTR: auth-info-required=username,password
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:52 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:52 +0800] cupsdRegisterPrinter(p=0x5620ea4f3c90(10_floor_new))
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(P----)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Connecting to 10.30.7.174 at port 445
D [09/Jul/2019:22:14:52 +0800] [Job 153] Socket options:
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_KEEPALIVE = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEADDR = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_BROADCAST = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_NODELAY = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPCNT = 9
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPIDLE = 7200
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPINTVL = 75
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_LOWDELAY = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_THROUGHPUT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEPORT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDBUF = 87040
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVBUF = 372480
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_QUICKACK = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_DEFER_ACCEPT = 0
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea76ac70(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea76ca60(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea788b60(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea779420(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="Printer \"%s\" state changed.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea5c2790(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea5c61f0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea5c5c40(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5caf00(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea5d1940(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea5e09c0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea5e21f0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea775600(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] process_children()
d [09/Jul/2019:22:14:52 +0800] cupsdFinishProcess(pid=12421, name=0x7ffd25ac3170, namelen=1024, job_id=0x7ffd25ac3058(153)) = "/usr/lib/cups/backend/smb"
D [09/Jul/2019:22:14:52 +0800] [Job 153] PID 12421 (/usr/lib/cups/backend/smb) stopped with status 2.
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.3.6.1.4.1.311.2.2.30
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.2.840.48018.1.2.2
D [09/Jul/2019:22:14:52 +0800] [Job 153] Kerberos auth with \'lwb at OA\' (OA\\lwb) to access \'10.30.7.174\' not possible
D [09/Jul/2019:22:14:52 +0800] [Job 153] SPNEGO login failed: {Access Denied} A process has requested access to an object but has not been granted those access rights.
E [09/Jul/2019:22:14:52 +0800] [Job 153] Session setup failed: NT_STATUS_ACCESS_DENIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] get_exit_code(cli=0x560de9399650, nt_status=NT_STATUS_ACCESS_DENIED [c0000022])
D [09/Jul/2019:22:14:52 +0800] [Job 153] ATTR: auth-info-required=negotiate
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:52 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:52 +0800] cupsdRegisterPrinter(p=0x5620ea4f3c90(10_floor_new))
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(P----)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Connecting to 10.30.7.174 at port 445
D [09/Jul/2019:22:14:52 +0800] [Job 153] Socket options:
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_KEEPALIVE = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEADDR = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_BROADCAST = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_NODELAY = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPCNT = 9
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPIDLE = 7200
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPINTVL = 75
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_LOWDELAY = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_THROUGHPUT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEPORT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDBUF = 87040
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVBUF = 372480
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_QUICKACK = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_DEFER_ACCEPT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.3.6.1.4.1.311.2.2.30
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.2.840.48018.1.2.2
D [09/Jul/2019:22:14:52 +0800] [Job 153] cli_session_setup_spnego_send: Connect to 10.30.7.174 as lp at OA using SPNEGO
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC mechanism spnego
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC submechanism ntlmssp
D [09/Jul/2019:22:14:52 +0800] [Job 153] negotiate: struct NEGOTIATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmNegotiate (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62088215 (1644724757)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea7896d0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea7798d0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea625ba0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea5bd930(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="Printer \"%s\" state changed.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea7755d0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea5c7b20(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea5de470(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5d0c70(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea5dfcf0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea5e15a0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea649c00(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea5e5260(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93c82f0]: subreq: 0x560de93a9820
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93b3af0]: subreq: 0x560de93c9540
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93c82f0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93a9820/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a99d0)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:215]
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93b3af0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93c9540/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c96f0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got challenge flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62898215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] challenge: struct CHALLENGE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmChallenge (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameLen            : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameMaxLen         : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62898215 (1653178901)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] ServerChallenge          : f075c61e055b508d
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 0000000000000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoLen            : 0x00b0 (176)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoMaxLen         : 0x00b0 (176)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo: struct AV_PAIR_LIST
D [09/Jul/2019:22:14:52 +0800] [Job 153] count                    : 0x00000007 (7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: ARRAY(7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbDomainName (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbDomainName           : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbComputerName (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001c (28)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbComputerName         : \'PRINT-SERVER64\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsDomainName (0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsDomainName          : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsComputerName (0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0038 (56)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsComputerName        : \'PRINT-SERVER64.oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsTreeName (0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsTreeName            : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvTimestamp (0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0008 (8)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvTimestamp              : 二 7月  9 22时14分52秒 2019 CST
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvEOL (0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (0x6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x1db1 (7601)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (0xF)
D [09/Jul/2019:22:14:52 +0800] [Job 153] authenticate: struct AUTHENTICATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmAuthenticate (3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseMaxLen: 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : union ntlmssp_LM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseMaxLen: 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : union ntlmssp_NTLM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameLen              : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameMaxLen           : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : \'lp\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x000a (10)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x000a (10)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'CLOUD\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyMaxLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: *
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: DATA_BLOB length=16
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0000] 6C 68 23 EC C4 1F 9F D6   07 03 15 09 36 13 7F B9   lh#..... ....6...
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62008215 (1644200469)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP: Set final flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - Initialising with flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - using NTLM1
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93c82f0]: subreq: 0x560de93a94e0
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93b3af0]: subreq: 0x560de93c9540
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93c82f0]: NT_STATUS_OK tevent_req[0x560de93a94e0/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a9690)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:222]
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93b3af0]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93c9540/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c96f0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
D [09/Jul/2019:22:14:52 +0800] [Job 153] SPNEGO login failed: The attempted logon is invalid. This is either due to a bad username or authentication information.
E [09/Jul/2019:22:14:52 +0800] [Job 153] Session setup failed: NT_STATUS_LOGON_FAILURE
D [09/Jul/2019:22:14:52 +0800] [Job 153] get_exit_code(cli=0x560de9399650, nt_status=NT_STATUS_LOGON_FAILURE [c000006d])
D [09/Jul/2019:22:14:52 +0800] [Job 153] ATTR: auth-info-required=negotiate
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:52 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:52 +0800] cupsdRegisterPrinter(p=0x5620ea4f3c90(10_floor_new))
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(P----)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:14:52 +0800] [Job 153] Connecting to 10.30.7.174 at port 445
D [09/Jul/2019:22:14:52 +0800] [Job 153] Socket options:
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_KEEPALIVE = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEADDR = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_BROADCAST = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_NODELAY = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPCNT = 9
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPIDLE = 7200
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_KEEPINTVL = 75
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_LOWDELAY = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] IPTOS_THROUGHPUT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_REUSEPORT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDBUF = 87040
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVBUF = 372480
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVLOWAT = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_SNDTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] SO_RCVTIMEO = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_QUICKACK = 1
D [09/Jul/2019:22:14:52 +0800] [Job 153] TCP_DEFER_ACCEPT = 0
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.3.6.1.4.1.311.2.2.30
D [09/Jul/2019:22:14:52 +0800] [Job 153] got OID=1.2.840.48018.1.2.2
D [09/Jul/2019:22:14:52 +0800] [Job 153] cli_session_setup_spnego_send: Connect to 10.30.7.174 as (null) using SPNEGO
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC mechanism spnego
D [09/Jul/2019:22:14:52 +0800] [Job 153] Starting GENSEC submechanism ntlmssp
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea635980(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5bebf0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea770fa0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea7557e0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="Printer \"%s\" state changed.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea5e0990(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea5e0880(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea5bd900(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea760e20(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea646450(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea625b70(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea773310(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea649bd0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] negotiate: struct NEGOTIATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmNegotiate (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62088215 (1644724757)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93cbe90]: subreq: 0x560de93a94e0
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93b2e40]: subreq: 0x560de93c9540
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93cbe90]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93a94e0/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a9690)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:215]
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93b2e40]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93c9540/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c96f0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got challenge flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62898215
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] challenge: struct CHALLENGE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmChallenge (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameLen            : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetNameMaxLen         : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetName               : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62898215 (1653178901)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] ServerChallenge          : e176b02ff6f31d0b
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 0000000000000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoLen            : 0x00b0 (176)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfoMaxLen         : 0x00b0 (176)
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] TargetInfo: struct AV_PAIR_LIST
D [09/Jul/2019:22:14:52 +0800] [Job 153] count                    : 0x00000007 (7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: ARRAY(7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbDomainName (0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0004 (4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x2)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbDomainName           : \'OA\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvNbComputerName (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001c (28)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvNbComputerName         : \'PRINT-SERVER64\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsDomainName (0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x4)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsDomainName          : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsComputerName (0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0038 (56)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsComputerName        : \'PRINT-SERVER64.oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvDnsTreeName (0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x001a (26)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x5)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvDnsTreeName            : \'oa.ncic.ac.cn\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvTimestamp (0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0008 (8)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x7)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvTimestamp              : 二 7月  9 22时14分52秒 2019 CST
D [09/Jul/2019:22:14:52 +0800] [Job 153] pair: struct AV_PAIR
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvId                     : MsvAvEOL (0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] AvLen                    : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Value                    : union ntlmssp_AvValue(case 0x0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (0x6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (0x1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x1db1 (7601)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved                 : 000000
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (0xF)
D [09/Jul/2019:22:14:52 +0800] [Job 153] authenticate: struct AUTHENTICATE_MESSAGE
D [09/Jul/2019:22:14:52 +0800] [Job 153] Signature                : \'NTLMSSP\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] MessageType              : NtLmAuthenticate (3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponseMaxLen: 0x0000 (0)
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] LmChallengeResponse      : union ntlmssp_LM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseLen   : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponseMaxLen: 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] NtChallengeResponse      : union ntlmssp_NTLM_RESPONSE_with_len(case 0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameLen            : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainNameMaxLen         : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] DomainName               : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameLen              : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserNameMaxLen           : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] UserName                 : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationLen           : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] WorkstationMaxLen        : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : *
D [09/Jul/2019:22:14:52 +0800] [Job 153] Workstation              : \'\'
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKeyMaxLen: 0x0010 (16)
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: *
D [09/Jul/2019:22:14:52 +0800] [Job 153] EncryptedRandomSessionKey: DATA_BLOB length=16
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0000] 6A 01 1D 14 8B 34 A2 A2   60 E4 CA FC 17 1E 75 1F   j....4.. `.....u.
D [09/Jul/2019:22:14:52 +0800] [Job 153] NegotiateFlags           : 0x62008a15 (1644202517)
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_REQUEST_TARGET   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_SIGN   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_SEAL   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_DATAGRAM
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_LM_KEY 
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NETWARE
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_NTLM   
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_NT_ONLY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_ANONYMOUS        
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_THIS_IS_LOCAL_CALL
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_DOMAIN
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SERVER
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_TARGET_TYPE_SHARE
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_IDENTIFY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_REQUEST_NON_NT_SESSION_KEY
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_TARGET_INFO
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_128    
D [09/Jul/2019:22:14:52 +0800] [Job 153] 1: NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] 0: NTLMSSP_NEGOTIATE_56     
D [09/Jul/2019:22:14:52 +0800] [Job 153] Version: struct ntlmssp_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMajorVersion      : NTLMSSP_WINDOWS_MAJOR_VERSION_6 (6)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductMinorVersion      : NTLMSSP_WINDOWS_MINOR_VERSION_1 (1)
D [09/Jul/2019:22:14:52 +0800] [Job 153] ProductBuild             : 0x0000 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] Reserved: ARRAY(3)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [0]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [1]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] [2]                      : 0x00 (0)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMRevisionCurrent      : NTLMSSP_REVISION_W2K3 (15)
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP: Set final flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008a15
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_ANONYMOUS
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - Initialising with flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008a15
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_ANONYMOUS
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - using NTLM1
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: ntlmssp[0x560de93cbe90]: subreq: 0x560de93a9820
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93b2e40]: subreq: 0x560de93c9540
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: ntlmssp[0x560de93cbe90]: NT_STATUS_OK tevent_req[0x560de93a9820/../auth/ntlmssp/ntlmssp.c:181]: state[2] error[0 (0x0)]  state[struct gensec_ntlmssp_update_state (0x560de93a99d0)] timer[(nil)] finish[../auth/ntlmssp/ntlmssp.c:222]
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93b2e40]: NT_STATUS_MORE_PROCESSING_REQUIRED tevent_req[0x560de93c9540/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c96f0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - Initialising with flags:
D [09/Jul/2019:22:14:52 +0800] [Job 153] Got NTLMSSP neg_flags=0x62008a15
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_UNICODE
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_REQUEST_TARGET
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_NTLM
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_ANONYMOUS
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_ALWAYS_SIGN
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_VERSION
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_128
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP_NEGOTIATE_KEY_EXCH
D [09/Jul/2019:22:14:52 +0800] [Job 153] NTLMSSP Sign/Seal - using NTLM1
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_send: spnego[0x560de93b2e40]: subreq: 0x560de93c9540
D [09/Jul/2019:22:14:52 +0800] [Job 153] gensec_update_done: spnego[0x560de93b2e40]: NT_STATUS_OK tevent_req[0x560de93c9540/../auth/gensec/spnego.c:1601]: state[2] error[0 (0x0)]  state[struct gensec_spnego_update_state (0x560de93c96f0)] timer[(nil)] finish[../auth/gensec/spnego.c:2070]
E [09/Jul/2019:22:14:52 +0800] [Job 153] Tree connect failed (NT_STATUS_ACCESS_DENIED)
D [09/Jul/2019:22:14:52 +0800] [Job 153] get_exit_code(cli=0x560de9399650, nt_status=NT_STATUS_ACCESS_DENIED [c0000022])
D [09/Jul/2019:22:14:52 +0800] [Job 153] ATTR: auth-info-required=negotiate
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-insecure-filter-warning,cups-missing-filter-warning"
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=10...
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:14:52 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=2(Print-Job))
d [09/Jul/2019:22:14:52 +0800] cupsdFindPolicyOp: Found exact match...
D [09/Jul/2019:22:14:52 +0800] load_ppd: Loading /var/cache/cups/10_floor_new.data...
d [09/Jul/2019:22:14:52 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-cups-missing-filter-warning,cups-insecure-filter-warning"
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-raw application/octet-stream 0 -")
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-raw printer/10_floor_new/application/octet-stream 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/octet-stream printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-postscript 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-postscript printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-pdf 0 foomatic-rip")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/foomatic-rip”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-pdf printer/10_floor_new 0 foomatic-rip
d [09/Jul/2019:22:14:52 +0800] add_printer_filter(p=0x5620ea4f3c90(10_floor_new), filtertype=0x5620ea4f4590(printer/10_floor_new), filter="application/vnd.cups-command application/postscript 100 commandtops")
d [09/Jul/2019:22:14:52 +0800] 10_floor_new: 文件“/usr/lib/cups/filter/commandtops”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter application/vnd.cups-command printer/10_floor_new/application/postscript 100 commandtops
d [09/Jul/2019:22:14:52 +0800] add_printer_filter: 10_floor_new: adding filter printer/10_floor_new/application/postscript printer/10_floor_new 0 -
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 84 types, 124 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/msword not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/octet-stream needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pclm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/postscript needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/rss+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/sgml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.adobe-reader-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-banner not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-command needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-paged-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdf-banner needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-pdfprintfx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-postscript needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ppd not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raster needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-raw needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.chart not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.database not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.formula not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.graphics-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.image not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.presentation-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.spreadsheet-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-master not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.oasis.opendocument.text-web not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.presentation not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slide not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.slideshow not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.presentationml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.spreadsheetml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.document not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.openxmlformats-officedocument.wordprocessingml.template not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/vnd.recordare.musicxml+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-cshell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-csource needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-perl needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-shell needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: application/x-xfig not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/cgm not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/emf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/gif needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/jpeg needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/png needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/pwg-raster needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/svg+xml not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/tiff needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/urf needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-brf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-pdf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/vnd.cups-ubrl not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/wmf not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-alias not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-cmx not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-icon not supported
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-photocd needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-anymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-bitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-graymap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-portable-pixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sgi-rgb needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-sun-raster needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xbitmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xpixmap needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: image/x-xwindowdump needs 1 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/css needs 3 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/html needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: text/plain needs 2 filters
d [09/Jul/2019:22:14:52 +0800] add_printer_formats: 10_floor_new: 34 supported types
D [09/Jul/2019:22:14:52 +0800] cupsdRegisterPrinter(p=0x5620ea4f3c90(10_floor_new))
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(P----)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=job-progress, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea787bb0(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5e0850(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea789190(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea5d1910(job-progress))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="Printer \"%s\" state changed.", ...)
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea5e10a0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea734f90(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=15
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea637260(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea5caed0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=16
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea774b00(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea5ca430(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=17
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea5c94d0(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea5c8c80(printer-state-changed))
d [09/Jul/2019:22:14:52 +0800] sub->pipe=22
D [09/Jul/2019:22:14:52 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:14:52 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] JobProgress
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
D [09/Jul/2019:22:14:52 +0800] [Notifier] state=3
d [09/Jul/2019:22:14:52 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:14:53 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:53 +0800] select_timeout(0): 6 seconds to write dirty config/state files
D [09/Jul/2019:22:14:53 +0800] [Job 153] Page = 595x842; 12,12 to 583,830
D [09/Jul/2019:22:14:53 +0800] [Job 153] slow_collate=0, slow_duplex=0, slow_order=0
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] Before copy_comments - %!PS-Adobe-3.0
D [09/Jul/2019:22:14:53 +0800] [Job 153] %!PS-Adobe-3.0
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%BoundingBox: 0 0 596 842
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%HiResBoundingBox: 0 0 596.00 842.00
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%Creator: GPL Ghostscript 927 (ps2write)
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%LanguageLevel: 2
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%CreationDate: D:20190709221452+08\'00\'
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%Pages: 1
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] %%EndComments
D [09/Jul/2019:22:14:53 +0800] [Job 153] Before copy_prolog - %%BeginProlog
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] Before copy_setup - %%Page: 1 1
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] Before page loop - %%Page: 1 1
D [09/Jul/2019:22:14:53 +0800] [Job 153] Copying page 1...
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] pagew = 571.0, pagel = 818.0
D [09/Jul/2019:22:14:53 +0800] [Job 153] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] PageLeft = 12.0, PageRight = 583.0
D [09/Jul/2019:22:14:53 +0800] [Job 153] PageTop = 830.0, PageBottom = 12.0
D [09/Jul/2019:22:14:53 +0800] [Job 153] PageWidth = 595.0, PageLength = 842.0
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] Wrote 1 pages...
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] PID 12425 (pstops) exited with no errors.
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:14:53 +0800] [Job 153] PID 12424 (gs) exited with no errors.
d [09/Jul/2019:22:14:53 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:14:54 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:54 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:54 +0800] select_timeout(0): 5 seconds to write dirty config/state files
I [09/Jul/2019:22:14:59 +0800] Saving printers.conf...
I [09/Jul/2019:22:14:59 +0800] Saving job.cache...
d [09/Jul/2019:22:14:59 +0800] cupsdSaveJob(job=0x5620ea7591a0(153)): job->attrs=0x5620ea73e270
I [09/Jul/2019:22:14:59 +0800] Saving subscriptions.conf...
D [09/Jul/2019:22:14:59 +0800] cupsdSetBusyState: newbusy="Printing jobs", busy="Printing jobs and dirty files"
I [09/Jul/2019:22:14:59 +0800] Expiring subscriptions...
d [09/Jul/2019:22:14:59 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:14:59 +0800] select_timeout(0): 270 seconds to timeout a client connection
I [09/Jul/2019:22:15:02 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:02 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681702
d [09/Jul/2019:22:15:02 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=0x5620ea4f3c90, state=5, cancel_time=1562692492, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:02 +0800] process_children()
d [09/Jul/2019:22:15:02 +0800] cupsdFinishProcess(pid=12420, name=0x7ffd25ac3170, namelen=1024, job_id=0x7ffd25ac3058(153)) = "/usr/lib/cups/filter/foomatic-rip"
D [09/Jul/2019:22:15:02 +0800] [Job 153] PID 12420 (/usr/lib/cups/filter/foomatic-rip) stopped with status 1.
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:02 +0800] finalize_job(job=0x5620ea7591a0(153))
d [09/Jul/2019:22:15:02 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-connecting-to-device,cups-waiting-for-job-completed,cups-remote-pending,cups-remote-pending-held,cups-remote-processing,cups-remote-stopped,cups-remote-canceled,cups-remote-aborted,cups-remote-completed"
d [09/Jul/2019:22:15:02 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-offline-report"
d [09/Jul/2019:22:15:02 +0800] cupsdDeleteProfile(profile="(null)")
d [09/Jul/2019:22:15:02 +0800] cupsdDeleteProfile(profile="(null)")
d [09/Jul/2019:22:15:02 +0800] cupsdRemoveSelect(fd=21)
I [09/Jul/2019:22:15:02 +0800] [Job 153] Backend returned status 2 (authentication required)
d [09/Jul/2019:22:15:02 +0800] cupsdSetJobHoldUntil(job=0x5620ea7591a0(153), when="auth-info-required", update=1)
D [09/Jul/2019:22:15:02 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:15:02 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs"
d [09/Jul/2019:22:15:02 +0800] cupsdSetJobHoldUntil: hold_until=0
d [09/Jul/2019:22:15:02 +0800] cupsdSetJobState(job=0x5620ea7591a0(153), state=5, newstate=4, action=0, message="%s")
d [09/Jul/2019:22:15:02 +0800] stop_job(job=0x5620ea7591a0(153), action=0)
d [09/Jul/2019:22:15:02 +0800] cupsdAddEvent(event=job-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=0x5620ea7591a0(153), text="%s", ...)
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea725ad0(job-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=15
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea658b30(job-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=16
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea6cc050(job-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=17
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea6ceaa0(job-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=22
D [09/Jul/2019:22:15:02 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:15:02 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
I [09/Jul/2019:22:15:02 +0800] [Job 153] Job held for authentication.
D [09/Jul/2019:22:15:02 +0800] cupsdMarkDirty(---J-)
D [09/Jul/2019:22:15:02 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:15:02 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:15:02 +0800] cupsdAddEvent(event=printer-state-changed, dest=0x5620ea4f3c90(10_floor_new), job=(nil)(0), text="%s \"%s\" state changed to %s.", ...)
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73c940(3286), event=0x5620ea62f410(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea632410(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=15
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73cb00(3290), event=0x5620ea639e10(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea643bb0(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=16
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73ccc0(3292), event=0x5620ea63fc60(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea64ece0(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=17
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea73eef0(3296), event=0x5620ea651ce0(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea654c90(printer-state-changed))
d [09/Jul/2019:22:15:02 +0800] sub->pipe=22
D [09/Jul/2019:22:15:02 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:15:02 +0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
d [09/Jul/2019:22:15:02 +0800] cupsdSetPrinterReasons(p=0x5620ea4f3c90(10_floor_new),s="-paused"
d [09/Jul/2019:22:15:02 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681702
d [09/Jul/2019:22:15:02 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=4, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
D [09/Jul/2019:22:15:02 +0800] [Notifier] JobState
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
D [09/Jul/2019:22:15:02 +0800] [Notifier] PrinterStateChanged
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
D [09/Jul/2019:22:15:02 +0800] [Notifier] state=3
d [09/Jul/2019:22:15:02 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:15:03 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:03 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:03 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:04 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:04 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:04 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:05 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:05 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:05 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:06 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] select_timeout(0): 1 seconds to release held jobs
d [09/Jul/2019:22:15:06 +0800] cupsdAcceptClient(lis=0x5620ea4c4a90(7)) Clients=2
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Printing jobs and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 23] Server address is "[v1.::1]".
D [09/Jul/2019:22:15:06 +0800] [Client 23] Accepted from localhost:58730 (IPv6)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for request.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 23] GET /printers/10_floor_new HTTP/1.1
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 23] Read: status=200, state=3
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: uri="/printers/10_floor_new", limit=2...
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:15:06 +0800] [Client 23] con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Authorized as "root" using Basic.
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/printers/10_floor_new", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] [Client 23] Processing GET /printers/10_floor_new
d [09/Jul/2019:22:15:06 +0800] [Client 23] pipe_command: infile=-1, outfile=0x5620ea72e6f0, command="/usr/lib/cups/cgi-bin/printers.cgi", options="/10_floor_new", root=0
D [09/Jul/2019:22:15:06 +0800] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/printers.cgi"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc-root"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[10] = "SERVER_ADMIN=root at cloud"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[11] = "SOFTWARE=CUPS/2.2.10"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[13] = "USER=root"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[15] = "CUPS_SERVER=/var/run/cups/cups.sock"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[17] = "IPP_PORT=631"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[18] = "AUTH_TYPE=Basic"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[19] = "LANG=zh_CN.UTF8"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[20] = "REDIRECT_STATUS=1"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[22] = "SERVER_NAME=localhost"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[23] = "SERVER_PORT=631"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[24] = "REMOTE_ADDR=[v1.::1]"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[25] = "REMOTE_HOST=localhost"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[26] = "SCRIPT_NAME=/printers/10_floor_new"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/doc-root/printers/10_floor_new"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[28] = "PATH_INFO=/10_floor_new"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[29] = "REMOTE_USER=root"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[30] = "SERVER_PROTOCOL=HTTP/1.1"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[31] = "HTTP_COOKIE=org.cups.sid=5245ec6a99b1f31137c7b1fa68518d78; org.cups.sid=5245ec6a99b1f31137c7b1fa68518d78; JSESSIONID=node0l9yirhj2ktfz1oj8rx6eva0b33.node0; ttrss_sid=7d4uaatgobuash02q8a74fh4hi"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[32] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[33] = "HTTP_REFERER=http://localhost:631/jobs/"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[34] = "REQUEST_METHOD=GET"
D [09/Jul/2019:22:15:06 +0800] [CGI] envp[35] = "QUERY_STRING="
d [09/Jul/2019:22:15:06 +0800] 文件“/usr/lib/cups/cgi-bin/printers.cgi”的权限许可无问题 (040755/uid=0/gid=0)。
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: Preparing to start "/usr/lib/cups/cgi-bin/printers.cgi", arguments:
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[0] = "/usr/lib/cups/daemon/cups-exec"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[1] = "-g"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[2] = "7"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[3] = "-n"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[4] = "0"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[5] = "-u"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[6] = "7"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[7] = "none"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[8] = "/usr/lib/cups/cgi-bin/printers.cgi"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: argv[9] = "/usr/lib/cups/cgi-bin/printers.cgi"
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: Setting spawn attributes.
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: Setting file actions.
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: Calling posix_spawn.
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess: pid=12453
d [09/Jul/2019:22:15:06 +0800] cupsdStartProcess(command="/usr/lib/cups/cgi-bin/printers.cgi", argv=0x7ffd25aa7600, envp=0x7ffd25aa8190, infd=-1, outfd=24, errfd=11, backfd=-1, sidefd=-1, root=0, profile=(nil), job=(nil)(0), pid=0x7ffd25aa7e64) = 12453
D [09/Jul/2019:22:15:06 +0800] cupsdAddCert: Adding certificate for PID 12453
D [09/Jul/2019:22:15:06 +0800] [CGI] Started /usr/lib/cups/cgi-bin/printers.cgi (PID 12453)
I [09/Jul/2019:22:15:06 +0800] [Client 23] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=12453, file=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [CGI] org.cups.sid cookie is \"5245ec6a99b1f31137c7b1fa68518d78\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SECTION=\"printers\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: REFRESH_PAGE=\"\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: PRINTER_NAME=\"10_floor_new\"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 24] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:15:06 +0800] [Client 24] Accepted from localhost (Domain)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Waiting for request.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] POST / HTTP/1.1
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 24] Read: status=200, state=6
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:15:06 +0800] [Client 24] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:15:06 +0800] [Client 24] No authentication data provided.
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] [Client 24] 2.0 CUPS-Get-Default 1
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest(0x5620ea701be0[24]): operation_id=4001(CUPS-Get-Default)
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-name,printer-uri-supported'
D [09/Jul/2019:22:15:06 +0800] CUPS-Get-Default
d [09/Jul/2019:22:15:06 +0800] get_default(0x5620ea701be0[24])
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=4001(CUPS-Get-Default))
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] CUPS-Get-Default client-error-not-found: 无默认打印机。
D [09/Jul/2019:22:15:06 +0800] [Client 24] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost.
D [09/Jul/2019:22:15:06 +0800] [Client 24] Content-Length: 115
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea701be0)
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [Client 24] con->http=0x5620ea705360
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=115, response=0x5620ea76a0a0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:15:06 +0800] [Client 24] bytes=0, http_state=0, data_remaining=115
D [09/Jul/2019:22:15:06 +0800] [Client 24] Flushing write buffer.
D [09/Jul/2019:22:15:06 +0800] [Client 24] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Waiting for request.
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] POST / HTTP/1.1
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 24] Read: status=200, state=6
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:15:06 +0800] [Client 24] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:15:06 +0800] [Client 24] No authentication data provided.
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] [Client 24] 2.0 Get-Printer-Attributes 2
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest(0x5620ea701be0[24]): operation_id=000b(Get-Printer-Attributes)
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: printer-uri uri 'ipp://localhost/printers/10_floor_new'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword 'printer-uri-supported,printer-name,printer-state,printer-is-accepting-jobs,server-is-sharing-printers,printer-is-shared,default-name,$org.cups.sid,printer-commands,admin-uri,printer-info,printer-location,printer-make-and-model,color-supported,sides-supported,device-uri,job-sheets-default,media-default,sides-default'
D [09/Jul/2019:22:15:06 +0800] Get-Printer-Attributes ipp://localhost/printers/10_floor_new
d [09/Jul/2019:22:15:06 +0800] get_printer_attrs(0x5620ea701be0[24], ipp://localhost/printers/10_floor_new)
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=b(Get-Printer-Attributes))
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:15:06 +0800] printer-uri-supported="ipp://localhost/printers/10_floor_new"
d [09/Jul/2019:22:15:06 +0800] copy_attrs(to=0x5620ea74abc0, from=0x5620ea647300, ra=0x5620ea702f50, group=0, quickcopy=0)
d [09/Jul/2019:22:15:06 +0800] copy_attrs(to=0x5620ea74abc0, from=0x5620ea76cc80, ra=0x5620ea702f50, group=0, quickcopy=0)
d [09/Jul/2019:22:15:06 +0800] copy_attrs(to=0x5620ea74abc0, from=0x5620ea4e7a60, ra=0x5620ea702f50, group=0, quickcopy=-2147483648)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/10_floor_new) from localhost.
D [09/Jul/2019:22:15:06 +0800] [Client 24] Content-Length: 717
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [CGI] show_printer(http=0x565500da0340, printer=\"10_floor_new\")
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [Client 24] con->http=0x5620ea705360
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=717, response=0x5620ea74abc0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:15:06 +0800] [Client 24] bytes=0, http_state=0, data_remaining=717
D [09/Jul/2019:22:15:06 +0800] [Client 24] Flushing write buffer.
D [09/Jul/2019:22:15:06 +0800] [Client 24] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Waiting for request.
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetIPPVars(response=0x565500da43f0, filter_name=\"(null)\", filter_value=\"(null)\", prefix=\"(null)\", parent_el=0)
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SERVER_NAME=\"localhost\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: REMOTE_USER=\"root\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: CUPS_VERSION=\"CUPS v2.2.10\"
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetIPPObjectVars(obj=0x565500da44c0, prefix=\"(null)\", element=0)
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SERVER_NAME=\"localhost\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: REMOTE_USER=\"root\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: CUPS_VERSION=\"CUPS v2.2.10\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_is_accepting_jobs[0]=\"1\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_is_accepting_jobs[0]=\"1\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_is_shared[0]=\"0\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_is_shared[0]=\"0\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_state[0]=\"3\"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_state[0]=\"3\"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: admin_uri[0]=\"/admin/\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_uri_supported[0]=\"/printers/10_floor_new\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_uri_supported[0]=\"/printers/10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_name[0]=\"10_floor_new\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_name[0]=\"10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_location[0]=\"10 floor\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_location[0]=\"10 floor\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_info[0]=\"3554 SP\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_info[0]=\"3554 SP\"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_sheets_default[0]=\"none, none\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_sheets_default[0]=\"none, none\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: device_uri[0]=\"smb://OA/10.30.7.174/10%E6%A5%BC-%E7%90%86%E5%85%893554sp\"
d [09/Jul/2019:22:15:06 +0800] [CGI] device_uri[0]=\"smb://OA/10.30.7.174/10%E6%A5%BC-%E7%90%86%E5%85%893554sp\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: color_supported[0]=\"0\"
d [09/Jul/2019:22:15:06 +0800] [CGI] color_supported[0]=\"0\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_make_and_model[0]=\"Ricoh MP 3554 PXL\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_make_and_model[0]=\"Ricoh MP 3554 PXL\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: media_default[0]=\"iso_a4_210x297mm\"
d [09/Jul/2019:22:15:06 +0800] [CGI] media_default[0]=\"iso_a4_210x297mm\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: sides_supported[0]=\"one-sided, two-sided-long-edge, two-sided-short-edge\"
d [09/Jul/2019:22:15:06 +0800] [CGI] sides_supported[0]=\"one-sided, two-sided-long-edge, two-sided-short-edge\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: sides_default[0]=\"two-sided-long-edge\"
d [09/Jul/2019:22:15:06 +0800] [CGI] sides_default[0]=\"two-sided-long-edge\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: printer_commands[0]=\"AutoConfigure, Clean, PrintSelfTestPage\"
d [09/Jul/2019:22:15:06 +0800] [CGI] printer_commands[0]=\"AutoConfigure, Clean, PrintSelfTestPage\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: server_is_sharing_printers[0]=\"0\"
d [09/Jul/2019:22:15:06 +0800] [CGI] server_is_sharing_printers[0]=\"0\"
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning 1 from cgiSetIPPVars()...
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: TITLE=\"10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SERVER_NAME=\"localhost\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: REMOTE_USER=\"root\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: CUPS_VERSION=\"CUPS v2.2.10\"
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"header.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/header.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{refresh_page?\" at 287, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 287...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{refresh_page}\" at 337...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 340 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 340...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 341 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{refresh_page?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{display:none;}\" at 483...
d [09/Jul/2019:22:15:06 +0800] [CGI] Lone { at 619...
d [09/Jul/2019:22:15:06 +0800] [CGI] Lone { at 692...
d [09/Jul/2019:22:15:06 +0800] [CGI] Lone { at 822...
d [09/Jul/2019:22:15:06 +0800] [Client 23] write_pipe: CGI output on fd 23.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] CGI data ready to be sent.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Lone { at 855...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{title}\" at 1055...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=admin\" at 1283, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1283...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1299 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1299...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1300 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=admin\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=classes\" at 1363, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1363...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1379 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1379...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1380 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=classes\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=help\" at 1436, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1436...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1452 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1452...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1453 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=help\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=jobs\" at 1503, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1503...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1519 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1519...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1520 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=jobs\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=printers\" at 1574, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1574...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1590 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1590...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1591 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=printers\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{title}\" at 1709...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1715 on EOF...
d [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] POST / HTTP/1.1
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 24] Read: status=200, state=6
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: uri="/", limit=10...
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:15:06 +0800] [Client 24] con->uri="/", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:15:06 +0800] [Client 24] No authentication data provided.
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] [Client 24] 2.0 Get-Jobs 3
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest(0x5620ea701be0[24]): operation_id=000a(Get-Jobs)
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: operation-attributes-tag
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-charset charset 'utf-8'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: attributes-natural-language naturalLanguage 'zh-cn'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: printer-uri uri 'ipp://localhost:631/printers/10_floor_new'
d [09/Jul/2019:22:15:06 +0800] cupsdProcessIPPRequest: requested-attributes 1setOf keyword '#job-id,\\[job-id,job-printer-uri,job-printer-name,job-id,?phone,phone,?job-name,job-name,?job-originating-user-name,job-originating-user-name,job-k-octets,job-impressions-completed,?job-impressions-completed,job-state,?time-at-creation,time-at-creation,?time-at-processing,time-at-processing,?time-at-completed,time-at-completed,job-printer-state-message,job-preserved,$org.cups.sid'
D [09/Jul/2019:22:15:06 +0800] Get-Jobs ipp://localhost:631/printers/10_floor_new
d [09/Jul/2019:22:15:06 +0800] get_jobs(0x5620ea701be0[24], ipp://localhost:631/printers/10_floor_new)
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp(p=0x5620ea4c9c50, op=a(Get-Jobs))
d [09/Jul/2019:22:15:06 +0800] cupsdFindPolicyOp: Found wildcard match...
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/", con->best=0x5620ea4ce110((null))
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: op=0(0x0000)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [09/Jul/2019:22:15:06 +0800] get_jobs: job->id=153, dest="10_floor_new", username="lwb", state_value=4, attrs=0x5620ea73e270
d [09/Jul/2019:22:15:06 +0800] cupsdCheckGroup(username="anonymous", user=(nil), groupname="OWNER")
d [09/Jul/2019:22:15:06 +0800] cupsdCheckGroup(username="anonymous", user=(nil), groupname="lpadmin")
d [09/Jul/2019:22:15:06 +0800] copy_attrs(to=0x5620ea77aa00, from=0x5620ea73e270, ra=0x5620ea704010, group=2, quickcopy=0)
d [09/Jul/2019:22:15:06 +0800] get_jobs: count=1
D [09/Jul/2019:22:15:06 +0800] [Client 24] Returning IPP successful-ok for Get-Jobs (ipp://localhost:631/printers/10_floor_new) from localhost.
D [09/Jul/2019:22:15:06 +0800] [Client 24] Content-Length: 370
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=0x5620e9482610, data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=2147483647, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
D [09/Jul/2019:22:15:06 +0800] [Client 23] Script header: Content-Type: text/html;charset=utf-8
D [09/Jul/2019:22:15:06 +0800] [Client 23] Script header: 
D [09/Jul/2019:22:15:06 +0800] [Client 23] Sending status 200 for CGI.
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdSendHeader: code=200, type="(null)", auth_type=0
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"printer.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/printer.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_uri_supported}\" at 50...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_name}\" at 66...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_state=3\" at 89, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 89...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 94 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 94...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_state=4\" at 111, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 111...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 122 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 122...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 129 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_state=4\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 130 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_state=3\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_is_accepting_jobs=0\" at 161, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 161...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 176 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 176...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 191 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_is_accepting_jobs=0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{server_is_sharing_printers=0\" at 223, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 223...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 227 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 227...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_is_shared=0\" at 248, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 248...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 252 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 252...
D [09/Jul/2019:22:15:06 +0800] [Client 24] con->http=0x5620ea705360
D [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=370, response=0x5620ea77aa00(IPP_STATE_DATA), pipe_pid=0, file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [09/Jul/2019:22:15:06 +0800] [Client 24] bytes=0, http_state=0, data_remaining=370
D [09/Jul/2019:22:15:06 +0800] [Client 24] Flushing write buffer.
D [09/Jul/2019:22:15:06 +0800] [Client 24] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=24, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea701be0)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Waiting for request.
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:06 +0800] [Client 23] write_pipe: CGI output on fd 23.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] CGI data ready to be sent.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 253 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_is_shared=0\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 254 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{server_is_sharing_printers=0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{default_name=10_floor_new\" at 290, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 290...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 307 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 307...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 308 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{default_name=10_floor_new\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_uri_supported}\" at 367...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 452...
D [09/Jul/2019:22:15:06 +0800] [CGI] Regular expression \".*Clean.*\"
D [09/Jul/2019:22:15:06 +0800] [CGI] matches[0].rm_so=0
D [09/Jul/2019:22:15:06 +0800] [CGI] matches[1].rm_so=-1
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_commands~.*Clean.*\" at 639, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 639...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 700 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 700...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 701 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_commands~.*Clean.*\", out=0x7fe0b55c5760...
D [09/Jul/2019:22:15:06 +0800] [CGI] Regular expression \".*PrintSelfTestPage.*\"
D [09/Jul/2019:22:15:06 +0800] [CGI] matches[0].rm_so=0
D [09/Jul/2019:22:15:06 +0800] [CGI] matches[1].rm_so=-1
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_commands~.*PrintSelfTestPage.*\" at 742, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 742...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 809 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 809...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 810 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_commands~.*PrintSelfTestPage.*\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_state=5\" at 828, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 828...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 882 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 882...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 934 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_state=5\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{printer_is_accepting_jobs=0\" at 964, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 964...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1013 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1013...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1062 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{printer_is_accepting_jobs=0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{admin_uri}\" at 1277...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 1365...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_name}\" at 1430...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_name}\" at 1939...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_info}\" at 2012...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_location}\" at 2094...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_make_and_model}\" at 2180...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{color_supported=1\" at 2201, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2201...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2207 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2207...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2217 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{color_supported=1\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{sides_supported=one-sided\" at 2244, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2244...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2245 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2245...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2264 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{sides_supported=one-sided\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{device_uri}\" at 2337...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_sheets_default}\" at 2432...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{media_default?\" at 2454, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2454...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{media_default}\" at 2469...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2470 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2470...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2478 on character \'}\'...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{media_default?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{sides_default?\" at 2494, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2494...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{sides_default}\" at 2515...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2516 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2516...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2517 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{sides_default?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2537 on EOF...
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"printer-jobs-header.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/printer-jobs-header.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 28 on EOF...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiClearVariables called.
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SECTION=\"printers\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: TOTAL=\"1\"
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetIPPObjectVars(obj=0x565500db2da0, prefix=\"(null)\", element=0)
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SERVER_NAME=\"localhost\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: REMOTE_USER=\"root\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: CUPS_VERSION=\"CUPS v2.2.10\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_printer_name[0]=\"10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_printer_uri[0]=\"/printers/10_floor_new\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_printer_uri[0]=\"/printers/10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: time_at_completed[0]=\"novalue\"
d [09/Jul/2019:22:15:06 +0800] [CGI] time_at_completed[0]=\"novalue\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: time_at_creation[0]=\"2019年07月09日 星期二 22时14分52秒\"
d [09/Jul/2019:22:15:06 +0800] [CGI] time_at_creation[0]=\"2019年07月09日 星期二 22时14分52秒\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: time_at_processing[0]=\"2019年07月09日 星期二 22时14分52秒\"
d [09/Jul/2019:22:15:06 +0800] [CGI] time_at_processing[0]=\"2019年07月09日 星期二 22时14分52秒\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_id[0]=\"153\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_id[0]=\"153\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_state[0]=\"4\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_state[0]=\"4\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_impressions_completed[0]=\"1\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_impressions_completed[0]=\"1\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_k_octets[0]=\"117\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_k_octets[0]=\"117\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetArray: job_printer_state_message[0]=\"Session setup failed: NT_STATUS_LOGON_FAILURE\"
d [09/Jul/2019:22:15:06 +0800] [CGI] job_printer_state_message[0]=\"Session setup failed: NT_STATUS_LOGON_FAILURE\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: PRINTER_NAME=\"10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: PRINTER_URI_SUPPORTED=\"/printers/10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: THISURL=\"/printers/10_floor_new\"
D [09/Jul/2019:22:15:06 +0800] [CGI] cgiSetVariable: SEARCH_DEST=\"10_floor_new\"
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"search.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/search.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{SECTION}\" at 24...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{?SEARCH_DEST}\" at 39...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{WHICH_JOBS?\" at 67, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 67...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{WHICH_JOBS}\" at 125...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 128 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [Client 23] write_pipe: CGI output on fd 23.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] CGI data ready to be sent.
d [09/Jul/2019:22:15:06 +0800] process_children()
d [09/Jul/2019:22:15:06 +0800] cupsdFinishProcess(pid=12453, name=0x7ffd25ac3170, namelen=1024, job_id=0x7ffd25ac3058(0)) = "/usr/lib/cups/cgi-bin/printers.cgi"
d [09/Jul/2019:22:15:06 +0800] cupsdDeleteCert: Removing certificate for PID 12453.
D [09/Jul/2019:22:15:06 +0800] PID 12453 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 128...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 129 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{WHICH_JOBS?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{ORDER?\" at 137, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 137...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{ORDER}\" at 185...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 188 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 188...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 189 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{ORDER?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SEARCH_DEST?\" at 235, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 235...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{SEARCH_DEST}\" at 248...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 249 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 249...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=classes\" at 266, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 266...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 274 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 274...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{SECTION=jobs\" at 288, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 288...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 293 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 293...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 302 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=jobs\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 303 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SECTION=classes\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 304 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{SEARCH_DEST?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{?QUERY}\" at 359...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{SECTION}\" at 415...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 530 on EOF...
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"jobs-header.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [Client 24] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 24] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:15:06 +0800] [Client 24] Closing connection.
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=24)
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=-1)
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/jobs-header.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?which_jobs=\" at 14, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 14...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 15 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 15...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?printer_name=\" at 45, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 45...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 51 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 51...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_uri_supported}\" at 74...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 75 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?printer_name=\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 144 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?which_jobs=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?which_jobs=completed\" at 168, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 168...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 169 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 169...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?printer_name=\" at 199, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 199...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 205 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 205...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_uri_supported}\" at 228...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 229 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?printer_name=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 358 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?which_jobs=completed\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?which_jobs=all\" at 376, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 376...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 377 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 377...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:06 +0800] [Client 23] write_pipe: CGI output on fd 23.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] CGI data ready to be sent.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?printer_name=\" at 407, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 407...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 413 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 413...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{printer_uri_supported}\" at 436...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 437 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?printer_name=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 554 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?which_jobs=all\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?which_jobs=\" at 588, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 588...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 640 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 640...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{which_jobs=Jobs listed in ascending order.\" at 684, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 684...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 685 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 685...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 718 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{which_jobs=Jobs listed in ascending order.\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 719 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?which_jobs=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 724 on EOF...
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"jobs.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/jobs.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{#job_id=0\" at 11, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 11...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 12 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 12...
d [09/Jul/2019:22:15:06 +0800] [CGI] Looping on \"job_id\" at 191, count=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 191...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_uri}\" at 240...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_name}\" at 260...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 273...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?phone?\" at 281, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 281...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{phone}\" at 290...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 292 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 292...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 293 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?phone?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?job_name=\" at 321, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 321...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 329 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 329...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_name}\" at 339...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 340 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?job_name=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?job_originating_user_name=\" at 385, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 385...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 394 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 394...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_originating_user_name}\" at 421...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 422 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?job_originating_user_name=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_k_octets}\" at 452...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_impressions_completed=0\" at 498, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 498...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 506 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 506...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{?job_impressions_completed}\" at 534...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 535 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_impressions_completed=0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=3\" at 564, result=0...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:06 +0800] [Client 23] write_pipe: CGI output on fd 23.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=(nil), write_cb=0x5620e9482610, data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] CGI data ready to be sent.
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 564...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?time_at_creation=\" at 601, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 601...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 609 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 609...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{time_at_creation}\" at 627...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 628 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?time_at_creation=\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 629 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 629...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=4\" at 642, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 642...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?time_at_creation=\" at 676, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 676...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 684 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 684...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{time_at_creation}\" at 702...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 703 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?time_at_creation=\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 704 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 704...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=5\" at 718, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 718...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?time_at_processing=\" at 760, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 768 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 768...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{time_at_processing}\" at 788...
D [09/Jul/2019:22:15:06 +0800] [Client 23] con->http=0x5620ea72f240
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=12453, file=23
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e947f650, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for CGI data.
D [09/Jul/2019:22:15:06 +0800] [Client 23] Sending 0-length chunk.
D [09/Jul/2019:22:15:06 +0800] [Client 23] Flushing write buffer.
D [09/Jul/2019:22:15:06 +0800] [Client 23] New state is HTTP_STATE_WAITING
d [09/Jul/2019:22:15:06 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea72e080)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Waiting for request.
d [09/Jul/2019:22:15:06 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:06 +0800] cupsdEndProcess(pid=12453, force=0)
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 789 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?time_at_processing=\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 790 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 790...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=6\" at 803, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 803...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 811 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 811...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=7\" at 825, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 825...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?time_at_completed=\" at 861, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 861...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 869 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 869...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{time_at_completed}\" at 888...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 889 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?time_at_completed=\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 890 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 890...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=8\" at 903, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 903...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 911 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 911...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{?time_at_completed=\" at 948, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 948...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 956 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 956...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{time_at_completed}\" at 975...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 976 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{?time_at_completed=\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 977 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=8\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 978 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=7\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 979 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=6\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 980 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=5\", out=(nil)...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 981 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=4\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 982 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=3\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_printer_state_message?\" at 1015, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1015...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_state_message}\" at 1052...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1059 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1059...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1060 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_printer_state_message?\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_preserved>0\" at 1088, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1088...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state>5\" at 1101, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1101...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 1201...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 1304...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_uri}\" at 1374...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1425 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1425...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1426 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state>5\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1427 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1427...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1428 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_preserved>0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=4\" at 1442, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1442...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 1542...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 1645...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_uri}\" at 1715...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1767 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1767...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 1768 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=4\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state=3\" at 1782, result=0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 1782...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 1882...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 1982...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_uri}\" at 2052...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2101 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2101...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2102 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state=3\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting \"{job_state<7\" at 2116, result=1...
d [09/Jul/2019:22:15:06 +0800] [CGI] Output first part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2116...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 2216...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 2318...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_printer_uri}\" at 2388...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{$org.cups.sid}\" at 2538...
d [09/Jul/2019:22:15:06 +0800] [CGI] \"{job_id}\" at 2638...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2686 on character \':\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Skip second part...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 2686...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2687 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{job_state<7\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2707 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished looping on \"job_id\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2727 on character \'}\'...
d [09/Jul/2019:22:15:06 +0800] [CGI] Finished \"{#job_id=0\", out=0x7fe0b55c5760...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 2728 on EOF...
d [09/Jul/2019:22:15:06 +0800] [CGI] cgiCopyTemplateLang(tmpl=\"trailer.tmpl\")
d [09/Jul/2019:22:15:06 +0800] [CGI] lang=\"zh_CN.UTF8\", locale=\"/zh_CN\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Template file is \"/usr/share/cups/templates/trailer.tmpl\"...
d [09/Jul/2019:22:15:06 +0800] [CGI] Starting at file position 0...
d [09/Jul/2019:22:15:06 +0800] [CGI] Returning at file position 218 on EOF...
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:06 +0800] [Client 23] GET /cups.css HTTP/1.1
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [09/Jul/2019:22:15:06 +0800] [Client 23] Read: status=200, state=3
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: uri="/cups.css", limit=2...
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:06 +0800] cupsdFindBest: best=/
d [09/Jul/2019:22:15:06 +0800] [Client 23] con->uri="/cups.css", con->best=0x5620ea4c9470(/)
D [09/Jul/2019:22:15:06 +0800] [Client 23] Authorized as "root" using Basic.
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: con->uri="/cups.css", con->best=0x5620ea4c9470(/)
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [09/Jul/2019:22:15:06 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:06 +0800] [Client 23] Processing GET /cups.css
d [09/Jul/2019:22:15:06 +0800] [Client 23] get_file: filestats=0x7ffd25ab62f0, filename=0x7ffd25ab6380, len=1024, returning "/usr/share/cups/doc-root/cups.css".
D [09/Jul/2019:22:15:06 +0800] [Client 23] filename="/usr/share/cups/doc-root/cups.css", type=text/css
d [09/Jul/2019:22:15:06 +0800] [Client 23] is_cgi: filename="/usr/share/cups/doc-root/cups.css", filestats=0x7ffd25ab62f0, type=text/css, returning 0.
d [09/Jul/2019:22:15:06 +0800] [Client 23] check_if_modified: filestats=0x7ffd25ab62f0(9961, 1556001181)) If-Modified-Since="Tue, 23 Apr 2019 06:33:01 GMT"
d [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdSendError code=304, auth_type=0
D [09/Jul/2019:22:15:06 +0800] [Client 23] cupsdSendHeader: code=304, type="(null)", auth_type=0
D [09/Jul/2019:22:15:06 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
d [09/Jul/2019:22:15:06 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:15:07 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:07 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:07 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:08 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:08 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:08 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:09 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:09 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:09 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:10 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:10 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:10 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:11 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:11 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:11 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:12 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:12 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681712
d [09/Jul/2019:22:15:12 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=4, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:12 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:12 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:13 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:13 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:13 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:14 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:14 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:14 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:15 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:15 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:15 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:16 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:16 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:16 +0800] select_timeout(0): 1 seconds to release held jobs
d [09/Jul/2019:22:15:17 +0800] [Client 23] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:17 +0800] [Client 23] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:15:17 +0800] [Client 23] Closing connection.
D [09/Jul/2019:22:15:17 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
d [09/Jul/2019:22:15:17 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:17 +0800] cupsdRemoveSelect(fd=-1)
I [09/Jul/2019:22:15:17 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:17 +0800] select_timeout: JobHistoryUpdate=0
I [09/Jul/2019:22:15:18 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:18 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:18 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:19 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:19 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:19 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:20 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:20 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:20 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:21 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:21 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:21 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:22 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:22 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681722
d [09/Jul/2019:22:15:22 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=4, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:22 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:22 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:23 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:23 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:23 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:24 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:24 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:24 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:25 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:25 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:25 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:26 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:26 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:26 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:27 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:27 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:27 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:28 +0800] Expiring subscriptions...
D [09/Jul/2019:22:15:28 +0800] Report: clients=2
D [09/Jul/2019:22:15:28 +0800] Report: jobs=153
D [09/Jul/2019:22:15:28 +0800] Report: jobs-active=1
D [09/Jul/2019:22:15:28 +0800] Report: printers=2
D [09/Jul/2019:22:15:28 +0800] Report: stringpool-string-count=26590
D [09/Jul/2019:22:15:28 +0800] Report: stringpool-alloc-bytes=13704
D [09/Jul/2019:22:15:28 +0800] Report: stringpool-total-bytes=492408
d [09/Jul/2019:22:15:28 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:28 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:29 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:29 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:29 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:30 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:30 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:30 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:31 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:31 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:31 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:32 +0800] Saving job.cache...
d [09/Jul/2019:22:15:32 +0800] cupsdSaveJob(job=0x5620ea7591a0(153)): job->attrs=0x5620ea73e270
I [09/Jul/2019:22:15:32 +0800] Saving subscriptions.conf...
D [09/Jul/2019:22:15:32 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
I [09/Jul/2019:22:15:32 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:32 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681732
d [09/Jul/2019:22:15:32 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=4, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:32 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:32 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:33 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:33 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:33 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:34 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:34 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:34 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:35 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:35 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:35 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:36 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:36 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:36 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:37 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:37 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:37 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:38 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:38 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:38 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:39 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:39 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:39 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:40 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:40 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:40 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:41 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:41 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:41 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:42 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:42 +0800] cupsdCheckJobs: 1 active jobs, sleeping=0, ac-power=-1, reload=0, curtime=1562681742
d [09/Jul/2019:22:15:42 +0800] cupsdCheckJobs: Job 153 - dest="10_floor_new", printer=(nil), state=4, cancel_time=0, hold_until=0, kill_time=0, pending_cost=0, pending_timeout=0
d [09/Jul/2019:22:15:42 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:42 +0800] select_timeout(0): 1 seconds to release held jobs
I [09/Jul/2019:22:15:43 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:43 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:43 +0800] select_timeout(0): 1 seconds to release held jobs
d [09/Jul/2019:22:15:44 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [09/Jul/2019:22:15:44 +0800] [Client 25] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:15:44 +0800] [Client 25] Accepted from localhost (Domain)
d [09/Jul/2019:22:15:44 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea6fec20)
D [09/Jul/2019:22:15:44 +0800] [Client 25] Waiting for request.
I [09/Jul/2019:22:15:44 +0800] Expiring subscriptions...
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] [Client 25] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:44 +0800] [Client 25] PUT /admin/conf/cupsd.conf HTTP/1.1
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
D [09/Jul/2019:22:15:44 +0800] [Client 25] Read: status=200, state=9
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: uri="/admin/conf/cupsd.conf", limit=20...
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: best=/admin/conf
d [09/Jul/2019:22:15:44 +0800] [Client 25] con->uri="/admin/conf/cupsd.conf", con->best=0x5620ea4c97f0(/admin/conf)
D [09/Jul/2019:22:15:44 +0800] [Client 25] No authentication data provided.
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: con->uri="/admin/conf/cupsd.conf", con->best=0x5620ea4c97f0(/admin/conf)
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_USER, type=Basic, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=1
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: username=""
d [09/Jul/2019:22:15:44 +0800] [Client 25] cupsdSendError code=401, auth_type=0
D [09/Jul/2019:22:15:44 +0800] [Client 25] cupsdSendHeader: code=401, type="text/html", auth_type=0
d [09/Jul/2019:22:15:44 +0800] [Client 25] cupsdSendHeader: require "@SYSTEM"
D [09/Jul/2019:22:15:44 +0800] [Client 25] WWW-Authenticate: Basic realm=\"CUPS\", PeerCred, Local trc=\"y\"
D [09/Jul/2019:22:15:44 +0800] [Client 25] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=2
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [09/Jul/2019:22:15:44 +0800] [Client 26] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:15:44 +0800] [Client 26] Accepted from localhost (Domain)
d [09/Jul/2019:22:15:44 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea6fec20)
D [09/Jul/2019:22:15:44 +0800] [Client 26] Waiting for request.
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
D [09/Jul/2019:22:15:44 +0800] [Client 27] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:15:44 +0800] [Client 27] Accepted from localhost (Domain)
d [09/Jul/2019:22:15:44 +0800] cupsdAddSelect(fd=23, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea731580)
D [09/Jul/2019:22:15:44 +0800] [Client 27] Waiting for request.
d [09/Jul/2019:22:15:44 +0800] [Client 26] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:44 +0800] [Client 26] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:15:44 +0800] [Client 26] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] cupsdAcceptClient(lis=0x5620ea4c9350(9)) Clients=3
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [09/Jul/2019:22:15:44 +0800] [Client 28] Server address is "/var/run/cups/cups.sock".
D [09/Jul/2019:22:15:44 +0800] [Client 28] Accepted from localhost (Domain)
d [09/Jul/2019:22:15:44 +0800] cupsdAddSelect(fd=20, read_cb=0x5620e9482fb0, write_cb=(nil), data=0x5620ea6fec20)
D [09/Jul/2019:22:15:44 +0800] [Client 28] Waiting for request.
d [09/Jul/2019:22:15:44 +0800] [Client 27] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:44 +0800] [Client 27] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [09/Jul/2019:22:15:44 +0800] [Client 27] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=23)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] [Client 28] cupsdReadClient: error=0, used=0, state=HTTP_STATE_WAITING, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, request=(nil)(), file=-1
D [09/Jul/2019:22:15:44 +0800] [Client 28] PUT /admin/conf/cupsd.conf HTTP/1.1
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [09/Jul/2019:22:15:44 +0800] [Client 28] Read: status=200, state=9
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: uri="/admin/conf/cupsd.conf", limit=20...
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin/log(10) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin/conf(11) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /admin(6) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: Location /(1) Limit 7f
d [09/Jul/2019:22:15:44 +0800] cupsdFindBest: best=/admin/conf
d [09/Jul/2019:22:15:44 +0800] [Client 28] con->uri="/admin/conf/cupsd.conf", con->best=0x5620ea4c97f0(/admin/conf)
D [09/Jul/2019:22:15:44 +0800] [Client 28] Authorized as root using PeerCred.
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: con->uri="/admin/conf/cupsd.conf", con->best=0x5620ea4c97f0(/admin/conf)
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: level=CUPSD_AUTH_USER, type=Basic, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=1
d [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
D [09/Jul/2019:22:15:44 +0800] cupsdIsAuthorized: username="root"
d [09/Jul/2019:22:15:44 +0800] select_timeout: JobHistoryUpdate=0
d [09/Jul/2019:22:15:44 +0800] [Client 28] cupsdReadClient: error=0, used=0, state=HTTP_STATE_PUT_RECV, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=1299, request=(nil)(), file=23
D [09/Jul/2019:22:15:44 +0800] [Client 28] Read: status=100, state=9
I [09/Jul/2019:22:15:44 +0800] [Client 28] Installing config file "/etc/cups/cupsd.conf"...
d [09/Jul/2019:22:15:44 +0800] [Client 28] cupsdSendError code=201, auth_type=0
D [09/Jul/2019:22:15:44 +0800] [Client 28] cupsdSendHeader: code=201, type="(null)", auth_type=0
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [09/Jul/2019:22:15:44 +0800] [Client 1] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=14)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
D [09/Jul/2019:22:15:44 +0800] [Client 2] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=19)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
D [09/Jul/2019:22:15:44 +0800] [Client 28] Closing connection.
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=20)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=-1)
d [09/Jul/2019:22:15:44 +0800] cupsdPauseListening: Clearing input bits...
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=7)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=8)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=9)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=3)
E [09/Jul/2019:22:15:44 +0800] Scheduler shutting down due to program error.
d [09/Jul/2019:22:15:44 +0800] cupsdAddEvent(event=server-stopped, dest=(nil)(), job=(nil)(0), text="Scheduler shutting down due to program error.", ...)
d [09/Jul/2019:22:15:44 +0800] cupsd_send_notification(sub=0x5620ea73ca10(3287), event=0x5620ea73e7c0(server-stopped))
d [09/Jul/2019:22:15:44 +0800] sub->pipe=15
d [09/Jul/2019:22:15:44 +0800] cupsd_send_notification(sub=0x5620ea73cbd0(3291), event=0x5620ea72b200(server-stopped))
d [09/Jul/2019:22:15:44 +0800] sub->pipe=16
d [09/Jul/2019:22:15:44 +0800] cupsd_send_notification(sub=0x5620ea73cd90(3293), event=0x5620ea729970(server-stopped))
d [09/Jul/2019:22:15:44 +0800] sub->pipe=17
d [09/Jul/2019:22:15:44 +0800] cupsd_send_notification(sub=0x5620ea77ff00(3297), event=0x5620ea7691a0(server-stopped))
d [09/Jul/2019:22:15:44 +0800] sub->pipe=22
D [09/Jul/2019:22:15:44 +0800] cupsdMarkDirty(----S)
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
d [09/Jul/2019:22:15:44 +0800] cupsdCloseAllClients() Clients=0
d [09/Jul/2019:22:15:44 +0800] cupsdStopListening: closing all listen sockets.
d [09/Jul/2019:22:15:44 +0800] cupsdPauseListening: Clearing input bits...
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=7)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=8)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=9)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=3)
d [09/Jul/2019:22:15:44 +0800] cupsdEndProcess(pid=12407, force=0)
d [09/Jul/2019:22:15:44 +0800] cupsdEndProcess(pid=12408, force=0)
d [09/Jul/2019:22:15:44 +0800] cupsdEndProcess(pid=12409, force=0)
d [09/Jul/2019:22:15:44 +0800] cupsdEndProcess(pid=12418, force=0)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=12)
d [09/Jul/2019:22:15:44 +0800] cupsdRemoveSelect(fd=10)
d [09/Jul/2019:22:15:44 +0800] cupsdDeleteProfile(profile="(null)")
I [09/Jul/2019:22:15:44 +0800] Saving subscriptions.conf...
D [09/Jul/2019:22:15:44 +0800] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
D [09/Jul/2019:22:15:44 +0800] Creating KeepAlive/PID file "/var/cache/cups/org.cups.cupsd".
I [09/Jul/2019:22:15:44 +0800] Saving job.cache...
D [09/Jul/2019:22:15:44 +0800] [Job 153] Unloading...
D [09/Jul/2019:22:15:44 +0800] cupsdStopSelect()
E [09/Jul/2019:22:15:44 +0800] Unknown directive JobPrivateAccess on line 90 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:15:44 +0800] Unknown directive JobPrivateValues on line 91 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:15:44 +0800] Unknown directive SubscriptionPrivateAccess on line 92 of /etc/cups/cupsd.conf.
E [09/Jul/2019:22:15:44 +0800] Unknown directive SubscriptionPrivateValues on line 93 of /etc/cups/cupsd.conf.
W [09/Jul/2019:22:15:44 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [09/Jul/2019:22:15:44 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [09/Jul/2019:22:15:44 +0800] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [09/Jul/2019:22:15:44 +0800] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
-------------- next part --------------
[2019/07/09 22:13:43.855849,  0] ../source3/smbd/server.c:1754(main)
  smbd version 4.9.11-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2018
[2019/07/09 22:13:43.855983,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
  doing parameter max log size = 1000
  doing parameter logging = file
  doing parameter panic action = /usr/share/samba/panic-action %d
  doing parameter server role = standalone server
  doing parameter obey pam restrictions = yes
  doing parameter unix password sync = yes
  doing parameter passwd program = /usr/bin/passwd %u
  doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  doing parameter pam password change = yes
  doing parameter map to guest = bad user
  doing parameter usershare allow guests = yes
[2019/07/09 22:13:43.856179,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:3914(lp_load_ex)
  pm_process() returned Yes
[2019/07/09 22:13:43.856191,  7, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:4234(lp_servicenumber)
  lp_servicenumber: couldn't find homes
[2019/07/09 22:13:43.856303, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:43.856393, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 14630016616592451153
[2019/07/09 22:13:43.856430,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 2 - private_data=(nil)
[2019/07/09 22:13:43.856441,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 9 - private_data=(nil)
[2019/07/09 22:13:43.856450,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/tallocmsg.c:56(register_msg_pool_usage)
  Registered MSG_REQ_POOL_USAGE
[2019/07/09 22:13:43.856459,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 11 - private_data=(nil)
[2019/07/09 22:13:43.856469,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 12 - private_data=(nil)
[2019/07/09 22:13:43.856478,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/dmallocmsg.c:78(register_dmalloc_msgs)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2019/07/09 22:13:43.856487,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 1 - private_data=(nil)
[2019/07/09 22:13:43.856496,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 5 - private_data=(nil)
[2019/07/09 22:13:43.856504,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 51 - private_data=(nil)
[2019/07/09 22:13:43.856513, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:610(messaging_init_internal)
  messaging_init_internal: my id: 12363
[2019/07/09 22:13:43.856533,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
[2019/07/09 22:13:43.856652,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:3872(lp_load_ex)
  lp_load_ex: refreshing parameters
[2019/07/09 22:13:43.856664,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1346(free_param_opts)
  Freeing parametrics:
[2019/07/09 22:13:43.856691,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:548(init_globals)
  Initialising global parameters
[2019/07/09 22:13:43.856739,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2786(lp_do_section)
  Processing section "[global]"
  doing parameter workgroup = WORKGROUP
  doing parameter log file = /var/log/samba/log.%m
  doing parameter log level = 10
[2019/07/09 22:13:43.856774,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
  doing parameter max log size = 1000
  doing parameter logging = file
  doing parameter panic action = /usr/share/samba/panic-action %d
  doing parameter server role = standalone server
  doing parameter obey pam restrictions = yes
  doing parameter unix password sync = yes
  doing parameter passwd program = /usr/bin/passwd %u
  doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  doing parameter pam password change = yes
  doing parameter map to guest = bad user
  doing parameter usershare allow guests = yes
[2019/07/09 22:13:43.856951,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2803(lp_do_section)
  Processing section "[homes]"
[2019/07/09 22:13:43.856968,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 0 for homes
[2019/07/09 22:13:43.856978, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1503(hash_a_service)
  hash_a_service: creating servicehash
[2019/07/09 22:13:43.856988, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 0 for service name homes
  doing parameter comment = Home Directories
  doing parameter browseable = no
  doing parameter read only = yes
  doing parameter create mask = 0700
  doing parameter directory mask = 0700
  doing parameter valid users = %S
[2019/07/09 22:13:43.857039,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2803(lp_do_section)
  Processing section "[printers]"
[2019/07/09 22:13:43.857054,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 1 for printers
[2019/07/09 22:13:43.857068, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 1 for service name printers
  doing parameter comment = All Printers
  doing parameter browseable = no
  doing parameter path = /var/spool/samba
  doing parameter printable = yes
  doing parameter guest ok = no
  doing parameter read only = yes
  doing parameter create mask = 0700
[2019/07/09 22:13:43.857118,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2803(lp_do_section)
  Processing section "[print$]"
[2019/07/09 22:13:43.857134,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 2 for print$
[2019/07/09 22:13:43.857143, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 2 for service name print$
  doing parameter comment = Printer Drivers
  doing parameter path = /var/lib/samba/printers
  doing parameter browseable = yes
  doing parameter read only = yes
  doing parameter guest ok = no
[2019/07/09 22:13:43.857184,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:3914(lp_load_ex)
  pm_process() returned Yes
[2019/07/09 22:13:43.857203,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 3 for IPC$
[2019/07/09 22:13:43.857213, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 3 for service name IPC$
[2019/07/09 22:13:43.857224,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1621(lp_add_ipc)
  adding IPC service
[2019/07/09 22:13:43.857238,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
[2019/07/09 22:13:43.857333,  6, pid=12363, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2336(lp_file_list_changed)
  lp_file_list_changed()
  file /etc/samba/smb.conf -> /etc/samba/smb.conf  last mod_time: Tue Jul  9 22:12:57 2019
  
[2019/07/09 22:13:43.857354,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
[2019/07/09 22:13:43.857631,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/interface.c:345(add_interface)
  added interface enp2s0 ip=2400:dd01:1034:400:f9b0:aa96:14b3:4d05 bcast= netmask=ffff:ffff:ffff:ffff::
[2019/07/09 22:13:43.857651,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/interface.c:345(add_interface)
  added interface enp2s0 ip=192.168.1.113 bcast=192.168.1.255 netmask=255.255.255.0
[2019/07/09 22:13:43.857681,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/server.c:1816(main)
  loaded services
[2019/07/09 22:13:43.857695,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_names.c:152(init_names)
  Netbios name list:-
  my_netbios_names[0]="CLOUD"
[2019/07/09 22:13:43.858862,  1, pid=12363, effective(0, 0), real(0, 0)] ../source3/profile/profile_dummy.c:30(set_profile_level)
  INFO: Profiling support unavailable in this build.
[2019/07/09 22:13:43.858884,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/server.c:1836(main)
  Standard input is not a socket, assuming -D option
[2019/07/09 22:13:43.858894,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/server.c:1848(main)
  Becoming a daemon.
[2019/07/09 22:13:43.858985, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  msg_dgm_ref_destructor: refs=(nil)
[2019/07/09 22:13:43.859055, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:43.859110, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 12589900647310078782
[2019/07/09 22:13:43.859329,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend smbpasswd
[2019/07/09 22:13:43.859348,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'smbpasswd'
[2019/07/09 22:13:43.859358,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend tdbsam
[2019/07/09 22:13:43.859369,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'tdbsam'
[2019/07/09 22:13:43.859378,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend samba_dsdb
[2019/07/09 22:13:43.859421,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'samba_dsdb'
[2019/07/09 22:13:43.859432,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend samba4
[2019/07/09 22:13:43.859441,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'samba4'
[2019/07/09 22:13:43.859452,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend ldapsam
[2019/07/09 22:13:43.859462,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'ldapsam'
[2019/07/09 22:13:43.859471,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:79(smb_register_passdb)
  Attempting to register passdb backend NDS_ldapsam
[2019/07/09 22:13:43.859480,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:92(smb_register_passdb)
  Successfully added passdb backend 'NDS_ldapsam'
[2019/07/09 22:13:43.859489,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:155(make_pdb_method_name)
  Attempting to find a passdb backend to match tdbsam (tdbsam)
[2019/07/09 22:13:43.859499,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:176(make_pdb_method_name)
  Found pdb backend tdbsam
[2019/07/09 22:13:43.859515,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:187(make_pdb_method_name)
  pdb backend tdbsam has a valid init
[2019/07/09 22:13:43.860651,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:130(dbwrap_lock_order_lock)
  dbwrap_lock_order_lock: check lock order 1 for /var/run/samba/smbXsrv_version_global.tdb
[2019/07/09 22:13:43.860683, 10, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:116(debug_lock_order)
  lock order:  1:/var/run/samba/smbXsrv_version_global.tdb 2:<none> 3:<none>
[2019/07/09 22:13:43.860700, 10, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap_tdb.c:61(db_tdb_log_key)
  db_tdb_log_key: Locking key 736D62587372765F7665
[2019/07/09 22:13:43.860712, 10, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap_tdb.c:145(db_tdb_fetch_locked_internal)
  db_tdb_fetch_locked_internal: Allocated locked data 0x5579da2b75f0
[2019/07/09 22:13:43.860755, 10, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap_tdb.c:61(db_tdb_log_key)
  db_tdb_log_key: Unlocking key 736D62587372765F7665
[2019/07/09 22:13:43.860768,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:159(dbwrap_lock_order_unlock)
  dbwrap_lock_order_unlock: release lock order 1 for /var/run/samba/smbXsrv_version_global.tdb
[2019/07/09 22:13:43.860778, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/smbXsrv_version.c:250(smbXsrv_version_global_init)
  smbXsrv_version_global_init
[2019/07/09 22:13:43.860787, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/smbXsrv_version.c:251(smbXsrv_version_global_init)
[2019/07/09 22:13:43.860794,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:422(ndr_print_debug)
       &global_blob: struct smbXsrv_version_globalB
          version                  : SMBXSRV_VERSION_0 (0)
          seqnum                   : 0x00000001 (1)
          info                     : union smbXsrv_version_globalU(case 0)
          info0                    : *
              info0: struct smbXsrv_version_global0
                  db_rec                   : NULL
                  num_nodes                : 0x00000001 (1)
                  nodes: ARRAY(1)
                      nodes: struct smbXsrv_version_node0
                          server_id: struct server_id
                              pid                      : 0x000000000000304b (12363)
                              task_id                  : 0x00000000 (0)
                              vnn                      : 0xffffffff (4294967295)
                              unique_id                : 0xaeb84fef4060b33e (-5856843426399472834)
                          min_version              : SMBXSRV_VERSION_0 (0)
                          max_version              : SMBXSRV_VERSION_0 (0)
                          current_version          : SMBXSRV_VERSION_0 (0)
[2019/07/09 22:13:43.861960,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.862155, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  msg_dgm_ref_destructor: refs=(nil)
[2019/07/09 22:13:43.862290, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:43.862312, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 14173235801638076506
[2019/07/09 22:13:43.862341,  5, pid=12365, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:155(make_pdb_method_name)
  Attempting to find a passdb backend to match tdbsam (tdbsam)
[2019/07/09 22:13:43.862354,  5, pid=12365, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:176(make_pdb_method_name)
  Found pdb backend tdbsam
[2019/07/09 22:13:43.862382,  5, pid=12365, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:187(make_pdb_method_name)
  pdb backend tdbsam has a valid init
[2019/07/09 22:13:43.862426,  5, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 794 - private_data=0x5579da2bacd0
[2019/07/09 22:13:43.862439,  5, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 795 - private_data=0x5579da2bacd0
[2019/07/09 22:13:43.862449,  5, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 796 - private_data=0x5579da2bacd0
[2019/07/09 22:13:43.862575, 10, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  msg_dgm_ref_destructor: refs=(nil)
[2019/07/09 22:13:43.862692, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12363
[2019/07/09 22:13:43.862708, 10, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:43.862729, 10, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 13028201442600510644
[2019/07/09 22:13:43.862753,  5, pid=12366, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:155(make_pdb_method_name)
  Attempting to find a passdb backend to match tdbsam (tdbsam)
[2019/07/09 22:13:43.862765,  5, pid=12366, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:176(make_pdb_method_name)
  Found pdb backend tdbsam
[2019/07/09 22:13:43.862781,  5, pid=12366, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:187(make_pdb_method_name)
  pdb backend tdbsam has a valid init
[2019/07/09 22:13:43.862806,  5, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 13 - private_data=0x5579da29d9f0
[2019/07/09 22:13:43.862818,  5, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 788 - private_data=0x5579da29d9f0
[2019/07/09 22:13:43.862828,  5, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 785 - private_data=(nil)
[2019/07/09 22:13:43.862864, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/server.c:599(cleanupd_init)
  cleanupd_init: Started cleanupd pid=12366
[2019/07/09 22:13:43.862924,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 789 - private_data=0x5579da2b84f0
[2019/07/09 22:13:43.862976, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:770(regdb_init)
  regdb_init: registry db openend. refcount reset (1)
[2019/07/09 22:13:43.862993, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:70(reghook_cache_init)
  reghook_cache_init: new tree with default ops 0x7f6ea5f6d200 for key []
[2019/07/09 22:13:43.863076, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports]
[2019/07/09 22:13:43.863096, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Samba Printer Port] len[2]
[2019/07/09 22:13:43.863108, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers]
[2019/07/09 22:13:43.863131, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[DefaultSpoolDirectory] len[70]
[2019/07/09 22:13:43.863142, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.863156, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[DisplayName] len[20]
[2019/07/09 22:13:43.863166, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.863176, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.863190, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[DisplayName] len[20]
[2019/07/09 22:13:43.863200, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.863210, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d4480 for key [\HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers]
[2019/07/09 22:13:43.863220,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863233, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers] to tree
[2019/07/09 22:13:43.863243,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863252, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea5f6d200 for key [\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers]
[2019/07/09 22:13:43.863261,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863271, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers] to tree
[2019/07/09 22:13:43.863281,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863289, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea5f6d200 for key [\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports]
[2019/07/09 22:13:43.863299,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863309, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports] to tree
[2019/07/09 22:13:43.863318,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863327, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea5f6d200 for key [\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\PackageInstallation]
[2019/07/09 22:13:43.863339,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863351, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\PackageInstallation] to tree
[2019/07/09 22:13:43.863360,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863369, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d44e0 for key [\HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares]
[2019/07/09 22:13:43.863378,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863388, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares] to tree
[2019/07/09 22:13:43.863400,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863409, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea5f6d0e0 for key [\HKLM\SOFTWARE\Samba\smbconf]
[2019/07/09 22:13:43.863418,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863427, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Samba\smbconf] to tree
[2019/07/09 22:13:43.863436,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863445, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d4540 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
[2019/07/09 22:13:43.863454,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863464, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] to tree
[2019/07/09 22:13:43.863473,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863482, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d45a0 for key [\HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions]
[2019/07/09 22:13:43.863491,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863501, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions] to tree
[2019/07/09 22:13:43.863510,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863519, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d4600 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
[2019/07/09 22:13:43.863528,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863539, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] to tree
[2019/07/09 22:13:43.863550,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863562, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d4660 for key [\HKPT]
[2019/07/09 22:13:43.863571,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863581, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKPT] to tree
[2019/07/09 22:13:43.863590,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863598, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d46c0 for key [\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
[2019/07/09 22:13:43.863607,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863618, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion] to tree
[2019/07/09 22:13:43.863627,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863636, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:94(reghook_cache_add)
  reghook_cache_add: Adding ops 0x7f6ea62d4720 for key [\HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib]
[2019/07/09 22:13:43.863645,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:215(pathtree_add)
  pathtree_add: Enter
[2019/07/09 22:13:43.863656, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:282(pathtree_add)
  pathtree_add: Successfully added node [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib] to tree
[2019/07/09 22:13:43.863665,  8, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:284(pathtree_add)
  pathtree_add: Exit
[2019/07/09 22:13:43.863674, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (1->0)
[2019/07/09 22:13:43.864014, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:1088(auth3_session_info_create)
  Could not convert SID S-1-5-18 to gid, ignoring it
[2019/07/09 22:13:43.864033, 10, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:63(security_token_debug)
  Security token SIDs (1):
    SID[  0]: S-1-5-18
   Privileges (0xFFFFFFFFFFFFFFFF):
    Privilege[  0]: SeMachineAccountPrivilege
    Privilege[  1]: SeTakeOwnershipPrivilege
    Privilege[  2]: SeBackupPrivilege
    Privilege[  3]: SeRestorePrivilege
    Privilege[  4]: SeRemoteShutdownPrivilege
    Privilege[  5]: SePrintOperatorPrivilege
    Privilege[  6]: SeAddUsersPrivilege
    Privilege[  7]: SeDiskOperatorPrivilege
    Privilege[  8]: SeSecurityPrivilege
    Privilege[  9]: SeSystemtimePrivilege
    Privilege[ 10]: SeShutdownPrivilege
    Privilege[ 11]: SeDebugPrivilege
    Privilege[ 12]: SeSystemEnvironmentPrivilege
    Privilege[ 13]: SeSystemProfilePrivilege
    Privilege[ 14]: SeProfileSingleProcessPrivilege
    Privilege[ 15]: SeIncreaseBasePriorityPrivilege
    Privilege[ 16]: SeLoadDriverPrivilege
    Privilege[ 17]: SeCreatePagefilePrivilege
    Privilege[ 18]: SeIncreaseQuotaPrivilege
    Privilege[ 19]: SeChangeNotifyPrivilege
    Privilege[ 20]: SeUndockPrivilege
    Privilege[ 21]: SeManageVolumePrivilege
    Privilege[ 22]: SeImpersonatePrivilege
    Privilege[ 23]: SeCreateGlobalPrivilege
    Privilege[ 24]: SeEnableDelegationPrivilege
   Rights (0x               0):
[2019/07/09 22:13:43.864110, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 1 supplementary groups
  Group[  0]: 0
[2019/07/09 22:13:43.864133,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:181(Get_Pwnam_alloc)
  Finding user nobody
[2019/07/09 22:13:43.864143,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:120(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as lowercase is nobody
[2019/07/09 22:13:43.864608,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:159(Get_Pwnam_internals)
  Get_Pwnam_internals did find user [nobody]!
[2019/07/09 22:13:43.864630,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:181(Get_Pwnam_alloc)
  Finding user CLOUD\nobody
[2019/07/09 22:13:43.864641,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:120(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as lowercase is cloud\nobody
[2019/07/09 22:13:43.864877,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:128(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as given is CLOUD\nobody
[2019/07/09 22:13:43.864914,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:141(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as uppercase is CLOUD\NOBODY
[2019/07/09 22:13:43.864942,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:153(Get_Pwnam_internals)
  Checking combinations of 0 uppercase letters in cloud\nobody
[2019/07/09 22:13:43.864953,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:159(Get_Pwnam_internals)
  Get_Pwnam_internals didn't find user [CLOUD\nobody]!
[2019/07/09 22:13:43.864963,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:181(Get_Pwnam_alloc)
  Finding user nobody
[2019/07/09 22:13:43.864972,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:120(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as lowercase is nobody
[2019/07/09 22:13:43.864982,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:159(Get_Pwnam_internals)
  Get_Pwnam_internals did find user [nobody]!
[2019/07/09 22:13:43.864997, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:319(create_local_nt_token_from_info3)
  Create local NT token for nobody
[2019/07/09 22:13:43.865009,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:181(Get_Pwnam_alloc)
  Finding user nobody
[2019/07/09 22:13:43.865018,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:120(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as lowercase is nobody
[2019/07/09 22:13:43.865030,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:159(Get_Pwnam_internals)
  Get_Pwnam_internals did find user [nobody]!
[2019/07/09 22:13:43.865049, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/system_smbd.c:176(sys_getgrouplist)
  sys_getgrouplist: user [nobody]
[2019/07/09 22:13:43.865955,  5, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:72(gencache_init)
  Opening cache file at /var/cache/samba/gencache.tdb
[2019/07/09 22:13:43.866011,  5, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:100(gencache_init)
  Opening cache file at /var/run/samba/gencache_notrans.tdb
[2019/07/09 22:13:43.866431, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1166(xid_to_sid)
  xid_to_sid: GID 65534 -> S-1-22-2-65534 from cache
[2019/07/09 22:13:43.866467,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866483,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.866495,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866511,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.866520,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.866571,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:681(finalize_local_nt_token)
  Failed to fetch domain sid for WORKGROUP
[2019/07/09 22:13:43.866591,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.866830,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866844,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.866854,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866863,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.866871,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.866896, 10, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1562(pdb_default_sid_to_id)
  Could not find map for sid S-1-5-32-544
[2019/07/09 22:13:43.866926,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/pdb_util.c:158(create_builtin_administrators)
  create_builtin_administrators: Failed to create Administrators
[2019/07/09 22:13:43.866941,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.866956,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866966,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.866975,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.866983,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.866992,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.867010, 10, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1562(pdb_default_sid_to_id)
  Could not find map for sid S-1-5-32-545
[2019/07/09 22:13:43.867024,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/pdb_util.c:128(create_builtin_users)
  create_builtin_users: Failed to create Users
[2019/07/09 22:13:43.867037,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.867051,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.867060,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.867069,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.867081,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.867090,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.867108, 10, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1562(pdb_default_sid_to_id)
  Could not find map for sid S-1-5-32-546
[2019/07/09 22:13:43.867122,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/pdb_util.c:201(create_builtin_guests)
  create_builtin_guests: Failed to create Guests
[2019/07/09 22:13:43.867136,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.867148,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.867158,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.867166,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.867175,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.867184,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.867232,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.867504,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:98(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-21-411440587-3456116170-1723537328-501]
[2019/07/09 22:13:43.867522,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:98(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-21-411440587-3456116170-1723537328-514]
[2019/07/09 22:13:43.867535,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:98(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-22-2-65534]
[2019/07/09 22:13:43.867547,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:176(get_privileges_for_sids)
  get_privileges_for_sids: sid = S-1-1-0
  Privilege set: 0x0
[2019/07/09 22:13:43.867561,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:98(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2019/07/09 22:13:43.867572,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/privileges.c:98(get_privileges)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2019/07/09 22:13:43.868592, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/idmap_cache.c:56(idmap_cache_find_sid2unixid)
  Parsing value for key [IDMAP/SID2XID/S-1-5-21-411440587-3456116170-1723537328-501]: value=[65534:U]
[2019/07/09 22:13:43.868609, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/idmap_cache.c:75(idmap_cache_find_sid2unixid)
  Parsing value for key [IDMAP/SID2XID/S-1-5-21-411440587-3456116170-1723537328-501]: id=[65534], endptr=[:U]
[2019/07/09 22:13:43.869671, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:301(gencache_set_data_blob)
  gencache_set_data_blob: Adding cache entry with key=[IDMAP/SID2XID/S-1-5-21-411440587-3456116170-1723537328-514] and timeout=[四 1月  1 08时00分00秒 1970 CST] (-1562681623 seconds in the past)
[2019/07/09 22:13:43.869719, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:640(gencache_stabilize)
  Could not get allrecord lock on gencache_notrans.tdb: Locking error
[2019/07/09 22:13:43.869889, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:301(gencache_set_data_blob)
  gencache_set_data_blob: Adding cache entry with key=[IDMAP/SID2XID/S-1-1-0] and timeout=[四 1月  1 08时00分00秒 1970 CST] (-1562681623 seconds in the past)
[2019/07/09 22:13:43.869933, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:640(gencache_stabilize)
  Could not get allrecord lock on gencache_notrans.tdb: Locking error
[2019/07/09 22:13:43.869971, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:301(gencache_set_data_blob)
  gencache_set_data_blob: Adding cache entry with key=[IDMAP/SID2XID/S-1-5-2] and timeout=[四 1月  1 08时00分00秒 1970 CST] (-1562681623 seconds in the past)
[2019/07/09 22:13:43.870003, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:640(gencache_stabilize)
  Could not get allrecord lock on gencache_notrans.tdb: Locking error
[2019/07/09 22:13:43.870041, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:301(gencache_set_data_blob)
  gencache_set_data_blob: Adding cache entry with key=[IDMAP/SID2XID/S-1-5-32-546] and timeout=[四 1月  1 08时00分00秒 1970 CST] (-1562681623 seconds in the past)
[2019/07/09 22:13:43.870072, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:640(gencache_stabilize)
  Could not get allrecord lock on gencache_notrans.tdb: Locking error
[2019/07/09 22:13:43.870092, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1292(sids_to_unixids)
  wbcSidsToUnixIds returned WBC_ERR_WINBIND_NOT_AVAILABLE
[2019/07/09 22:13:43.870104,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870114,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870123,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870132,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870141,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870159,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1748(lookup_global_sam_rid)
  lookup_global_sam_rid: looking up RID 514.
[2019/07/09 22:13:43.870170,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2019/07/09 22:13:43.870183,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870192,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2019/07/09 22:13:43.870201,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870210,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870416,  4, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_tdb.c:558(tdbsam_open)
  tdbsam_open: successfully opened /var/lib/samba/private/passdb.tdb
[2019/07/09 22:13:43.870434,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_tdb.c:658(tdbsam_getsampwrid)
  pdb_getsampwrid (TDB): error looking up RID 514 by key RID_00000202.
[2019/07/09 22:13:43.870456,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870468,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1824(lookup_global_sam_rid)
  Can't find a unix id for an unmapped group
[2019/07/09 22:13:43.870477,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1534(pdb_default_sid_to_id)
  SID S-1-5-21-411440587-3456116170-1723537328-514 belongs to our domain, but there is no corresponding object in the database.
[2019/07/09 22:13:43.870492,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870502, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-21-411440587-3456116170-1723537328-514
[2019/07/09 22:13:43.870513,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870522,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870531,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870540,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870549,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870566,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1748(lookup_global_sam_rid)
  lookup_global_sam_rid: looking up RID 514.
[2019/07/09 22:13:43.870577,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2019/07/09 22:13:43.870587,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870595,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2019/07/09 22:13:43.870604,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870613,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870631,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_tdb.c:658(tdbsam_getsampwrid)
  pdb_getsampwrid (TDB): error looking up RID 514 by key RID_00000202.
[2019/07/09 22:13:43.870647,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870658,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1824(lookup_global_sam_rid)
  Can't find a unix id for an unmapped group
[2019/07/09 22:13:43.870667,  5, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1534(pdb_default_sid_to_id)
  SID S-1-5-21-411440587-3456116170-1723537328-514 belongs to our domain, but there is no corresponding object in the database.
[2019/07/09 22:13:43.870680,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870690, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-21-411440587-3456116170-1723537328-514
[2019/07/09 22:13:43.870704,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870714,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870723,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870732,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870740,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870760,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870770, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-1-0
[2019/07/09 22:13:43.870780,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870790,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870798,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870807,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870816,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870836,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870846, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-1-0
[2019/07/09 22:13:43.870856,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870865,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870874,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870883,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870892,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870910,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870920, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-2
[2019/07/09 22:13:43.870930,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870940,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870948,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.870959,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.870968,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.870987,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.870997, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-2
[2019/07/09 22:13:43.871007,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871016,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871025,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871033,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871042,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871060, 10, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1562(pdb_default_sid_to_id)
  Could not find map for sid S-1-5-32-546
[2019/07/09 22:13:43.871074,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871084, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-32-546
[2019/07/09 22:13:43.871094,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871104,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871112,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871121,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871130,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871149, 10, pid=12363, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:1562(pdb_default_sid_to_id)
  Could not find map for sid S-1-5-32-546
[2019/07/09 22:13:43.871163,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871173, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-32-546
[2019/07/09 22:13:43.871182, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:610(create_local_token)
  Could not convert SID S-1-5-21-411440587-3456116170-1723537328-514 to gid, ignoring it
[2019/07/09 22:13:43.871193, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:610(create_local_token)
  Could not convert SID S-1-1-0 to gid, ignoring it
[2019/07/09 22:13:43.871202, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:610(create_local_token)
  Could not convert SID S-1-5-2 to gid, ignoring it
[2019/07/09 22:13:43.871213, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:610(create_local_token)
  Could not convert SID S-1-5-32-546 to gid, ignoring it
[2019/07/09 22:13:43.871224, 10, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:63(security_token_debug)
  Security token SIDs (7):
    SID[  0]: S-1-5-21-411440587-3456116170-1723537328-501
    SID[  1]: S-1-5-21-411440587-3456116170-1723537328-514
    SID[  2]: S-1-22-2-65534
    SID[  3]: S-1-1-0
    SID[  4]: S-1-5-2
    SID[  5]: S-1-5-32-546
    SID[  6]: S-1-22-1-65534
   Privileges (0x               0):
   Rights (0x               0):
[2019/07/09 22:13:43.871257, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 65534
  Primary group is 65534 and contains 1 supplementary groups
  Group[  0]: 65534
[2019/07/09 22:13:43.871280,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:181(Get_Pwnam_alloc)
  Finding user nobody
[2019/07/09 22:13:43.871290,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:120(Get_Pwnam_internals)
  Trying _Get_Pwnam(), username as lowercase is nobody
[2019/07/09 22:13:43.871302,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/username.c:159(Get_Pwnam_internals)
  Get_Pwnam_internals did find user [nobody]!
[2019/07/09 22:13:43.871501, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:301(gencache_set_data_blob)
  gencache_set_data_blob: Adding cache entry with key=[IDMAP/SID2XID/S-1-5-7] and timeout=[四 1月  1 08时00分00秒 1970 CST] (-1562681623 seconds in the past)
[2019/07/09 22:13:43.871553, 10, pid=12363, effective(0, 0), real(0, 0), class=tdb] ../source3/lib/gencache.c:640(gencache_stabilize)
  Could not get allrecord lock on gencache_notrans.tdb: Locking error
[2019/07/09 22:13:43.871576, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1292(sids_to_unixids)
  wbcSidsToUnixIds returned WBC_ERR_WINBIND_NOT_AVAILABLE
[2019/07/09 22:13:43.871587,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871597,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871606,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871615,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871624,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871645,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871655, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-7
[2019/07/09 22:13:43.871666,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871675,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871684,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871693,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871701,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871724,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871734, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-7
[2019/07/09 22:13:43.871744,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871753,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871762,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871771,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871779,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871799,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871809, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-1-0
[2019/07/09 22:13:43.871819,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871828,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871837,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871846,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871869,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871889,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871899, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-1-0
[2019/07/09 22:13:43.871909,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871919,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871927,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871936,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.871945,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.871964,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.871973, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-2
[2019/07/09 22:13:43.871984,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.871995,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.872004,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.872013,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.872022,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.872040,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.872050, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/passdb/lookup_sid.c:1118(legacy_sid_to_unixid)
  LEGACY: mapping failed for sid S-1-5-2
[2019/07/09 22:13:43.872099, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:1088(auth3_session_info_create)
  Could not convert SID S-1-5-7 to gid, ignoring it
[2019/07/09 22:13:43.872112, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:1088(auth3_session_info_create)
  Could not convert SID S-1-1-0 to gid, ignoring it
[2019/07/09 22:13:43.872121, 10, pid=12363, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_util.c:1088(auth3_session_info_create)
  Could not convert SID S-1-5-2 to gid, ignoring it
[2019/07/09 22:13:43.872141, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/system_smbd.c:176(sys_getgrouplist)
  sys_getgrouplist: user [nobody]
[2019/07/09 22:13:43.873056, 10, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:63(security_token_debug)
  Security token SIDs (5):
    SID[  0]: S-1-5-7
    SID[  1]: S-1-1-0
    SID[  2]: S-1-5-2
    SID[  3]: S-1-22-1-65534
    SID[  4]: S-1-22-2-65534
   Privileges (0x               0):
   Rights (0x               0):
[2019/07/09 22:13:43.873108, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 65534
  Primary group is 65534 and contains 1 supplementary groups
  Group[  0]: 65534
[2019/07/09 22:13:43.873407,  3, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/rpc_server/svcctl/srv_svcctl_reg.c:565(svcctl_init_winreg)
  Initialise the svcctl registry keys if needed.
[2019/07/09 22:13:43.873431,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.873444,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.873456,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.873467,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.873478,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.873533,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.873550, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:887(regdb_open)
  regdb_open: registry db opened. refcount reset (1)
[2019/07/09 22:13:43.873643,  4, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_ncacn_np.c:220(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2019/07/09 22:13:43.873662, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2019/07/09 22:13:43.873681, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2019/07/09 22:13:43.873730,  4, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_ncacn_np.c:260(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2019/07/09 22:13:43.873770,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenHKLM: struct winreg_OpenHKLM
          in: struct winreg_OpenHKLM
              system_name              : NULL
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
[2019/07/09 22:13:43.873825,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [HKLM]
[2019/07/09 22:13:43.873838, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (1->2)
[2019/07/09 22:13:43.873852, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM]
[2019/07/09 22:13:43.873863, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM]
[2019/07/09 22:13:43.873875, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.873886, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM]
[2019/07/09 22:13:43.873921,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.873949,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenHKLM: struct winreg_OpenHKLM
          out: struct winreg_OpenHKLM
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              result                   : WERR_OK
[2019/07/09 22:13:43.874033,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenKey: struct winreg_OpenKey
          in: struct winreg_OpenKey
              parent_handle            : *
                  parent_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              keyname: struct winreg_String
                  name_len                 : 0x0044 (68)
                  name_size                : 0x0044 (68)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services'
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
[2019/07/09 22:13:43.874146,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.874173,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.874186, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (2->3)
[2019/07/09 22:13:43.874198, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.874210, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.874222, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.874233, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.874254,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.874267, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.874279, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.874290, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.874302, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.874313, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.874331,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.874342, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.874354, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874374, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874388, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.874398, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874428, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.874442, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.874456,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[2] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.874481,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenKey: struct winreg_OpenKey
          out: struct winreg_OpenKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              result                   : WERR_OK
[2019/07/09 22:13:43.874539,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_QueryInfoKey: struct winreg_QueryInfoKey
          in: struct winreg_QueryInfoKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              classname                : *
                  classname: struct winreg_String
                      name_len                 : 0x0000 (0)
                      name_size                : 0x0000 (0)
                      name                     : NULL
[2019/07/09 22:13:43.874591,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.874617, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.874630, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874646, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:2090(regdb_get_secdesc)
  regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874663,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_QueryInfoKey: struct winreg_QueryInfoKey
          out: struct winreg_QueryInfoKey
              classname                : *
                  classname: struct winreg_String
                      name_len                 : 0x0000 (0)
                      name_size                : 0x0000 (0)
                      name                     : NULL
              num_subkeys              : *
                  num_subkeys              : 0x00000007 (7)
              max_subkeylen            : *
                  max_subkeylen            : 0x0000001c (28)
              max_classlen             : *
                  max_classlen             : 0x00000000 (0)
              num_values               : *
                  num_values               : 0x00000000 (0)
              max_valnamelen           : *
                  max_valnamelen           : 0x00000002 (2)
              max_valbufsize           : *
                  max_valbufsize           : 0x00000000 (0)
              secdescsize              : *
                  secdescsize              : 0x00000078 (120)
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.874778,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000000 (0)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.874862,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.874887,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.874900,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x001a (26)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'LanmanServer'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.874980,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000001 (1)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.875065,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.875090,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.875102,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0012 (18)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'Eventlog'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.875180,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000002 (2)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.875262,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.875287,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.875298,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x000c (12)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'Tcpip'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.875381,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000003 (3)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.875462,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.875486,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.875498,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0012 (18)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'Netlogon'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.875574,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000004 (4)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.875658,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.875682,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.875694,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0010 (16)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'Spooler'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.875770,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000005 (5)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.875851,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.875875,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.875889,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x001e (30)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'RemoteRegistry'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.875967,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          in: struct winreg_EnumKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
              enum_index               : 0x00000006 (6)
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : ''
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
[2019/07/09 22:13:43.876047,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.876071,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:422(_winreg_EnumKey)
  _winreg_EnumKey: enumerating key [HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.876083,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_EnumKey: struct winreg_EnumKey
          out: struct winreg_EnumKey
              name                     : *
                  name: struct winreg_StringBuf
                      length                   : 0x000a (10)
                      size                     : 0x001e (30)
                      name                     : *
                          name                     : 'WINS'
              keyclass                 : *
                  keyclass: struct winreg_StringBuf
                      length                   : 0x0000 (0)
                      size                     : 0x0002 (2)
                      name                     : *
                          name                     : ''
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.876171,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0054 (84)
                  name_size                : 0x0054 (84)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\Spooler'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_ACTION_NONE (0)
[2019/07/09 22:13:43.876302,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.876328, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\Spooler'
[2019/07/09 22:13:43.876344,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.876356,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.876368,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.876380, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.876392, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.876407, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.876419, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.876430, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.876486,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.876578,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.876598, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.876612, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.876623, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.876635, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.876646, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.876668, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.876681,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.876692,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.876704, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.876716, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.876727, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.876739, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.876751, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.876775, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.876787,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Spooler]
[2019/07/09 22:13:43.876798, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.876810, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.876821, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.876834, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.876845, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.876861, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.876879,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.876905,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.876971,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000c (12)
                  name_size                : 0x000c (12)
                  name                     : *
                      name                     : 'Start'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x02 (2)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.877051,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.877076,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Start]
[2019/07/09 22:13:43.877089,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.877100, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\Spooler' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.877113, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.877129, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Start] len[4]
[2019/07/09 22:13:43.877143, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[Type] len[4]
[2019/07/09 22:13:43.877155, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[2]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.877167, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[3]: name[ObjectName] len[24]
[2019/07/09 22:13:43.877183, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[4]: name[DisplayName] len[28]
[2019/07/09 22:13:43.877196, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[5]: name[ImagePath] len[88]
[2019/07/09 22:13:43.877208, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[6]: name[Description] len[106]
[2019/07/09 22:13:43.877221,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.877261,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000a (10)
                  name_size                : 0x000a (10)
                  name                     : *
                      name                     : 'Type'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x10 (16)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.877339,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.877364,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Type]
[2019/07/09 22:13:43.877377,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.877389,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.877422,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x001a (26)
                  name_size                : 0x001a (26)
                  name                     : *
                      name                     : 'ErrorControl'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.877502,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.877527,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ErrorControl]
[2019/07/09 22:13:43.877539,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.877552,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.877588,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0016 (22)
                  name_size                : 0x0016 (22)
                  name                     : *
                      name                     : 'ObjectName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(24)
                      [0]                      : 0x4c (76)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6f (111)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x63 (99)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x61 (97)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x6c (108)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x53 (83)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x79 (121)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x73 (115)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x74 (116)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x65 (101)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x6d (109)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x00 (0)
                      [23]                     : 0x00 (0)
              size                     : 0x00000018 (24)
[2019/07/09 22:13:43.877734,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.877759,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ObjectName]
[2019/07/09 22:13:43.877775,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.877788,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.877828,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'DisplayName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(28)
                      [0]                      : 0x50 (80)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x72 (114)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x69 (105)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x6e (110)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x74 (116)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x20 (32)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x53 (83)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x70 (112)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x6f (111)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x6f (111)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x6c (108)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x65 (101)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x72 (114)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x00 (0)
                      [27]                     : 0x00 (0)
              size                     : 0x0000001c (28)
[2019/07/09 22:13:43.877989,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.878014,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:DisplayName]
[2019/07/09 22:13:43.878026,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.878039,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.878076,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0014 (20)
                  name_size                : 0x0014 (20)
                  name                     : *
                      name                     : 'ImagePath'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(88)
                      [0]                      : 0x2f (47)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x75 (117)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x73 (115)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x72 (114)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x2f (47)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6c (108)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x69 (105)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x62 (98)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x2f (47)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x78 (120)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x38 (56)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x36 (54)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x5f (95)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x36 (54)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x34 (52)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x2d (45)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x6c (108)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x69 (105)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x6e (110)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x75 (117)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x78 (120)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x2d (45)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x67 (103)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x6e (110)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x75 (117)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x2f (47)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x73 (115)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x61 (97)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x6d (109)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x62 (98)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x61 (97)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x2f (47)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x73 (115)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x76 (118)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x63 (99)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x63 (99)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x74 (116)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x6c (108)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x2f (47)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x73 (115)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x6d (109)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x62 (98)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x64 (100)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x00 (0)
              size                     : 0x00000058 (88)
[2019/07/09 22:13:43.878456,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.878478,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:ImagePath]
[2019/07/09 22:13:43.878488,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.878499,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.878528,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'Description'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(106)
                      [0]                      : 0x49 (73)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6e (110)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x74 (116)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x65 (101)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x72 (114)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6e (110)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x61 (97)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x6c (108)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x20 (32)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x73 (115)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x65 (101)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x72 (114)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x76 (118)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x69 (105)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x63 (99)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x65 (101)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x20 (32)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x66 (102)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x6f (111)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x72 (114)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x20 (32)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x73 (115)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x70 (112)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x6f (111)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x6f (111)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x6c (108)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x69 (105)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x6e (110)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x67 (103)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x20 (32)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x66 (102)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x69 (105)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x6c (108)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x65 (101)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x73 (115)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x20 (32)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x74 (116)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x6f (111)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x20 (32)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x70 (112)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x72 (114)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x69 (105)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x6e (110)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x74 (116)
                      [87]                     : 0x00 (0)
                      [88]                     : 0x20 (32)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x64 (100)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x65 (101)
                      [93]                     : 0x00 (0)
                      [94]                     : 0x76 (118)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x69 (105)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x63 (99)
                      [99]                     : 0x00 (0)
                      [100]                    : 0x65 (101)
                      [101]                    : 0x00 (0)
                      [102]                    : 0x73 (115)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x00 (0)
                      [105]                    : 0x00 (0)
              size                     : 0x0000006a (106)
[2019/07/09 22:13:43.878897,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.878918,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler:Description]
[2019/07/09 22:13:43.878928,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.878939,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.878971,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000003-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.878999,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.879020,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 03 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.879044,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.879054, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.879064,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.879105,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0066 (102)
                  name_size                : 0x0066 (102)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\Spooler\Security'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
[2019/07/09 22:13:43.879207,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.879228, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\Spooler\Security'
[2019/07/09 22:13:43.879239,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.879249,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.879259,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.879269, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.879282, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.879292, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.879302, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.879311, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.879327,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.879338,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.879348, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.879358, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.879367, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.879377, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.879386, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.879401, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.879412,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.879421,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.879431, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.879441, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.879450, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.879461, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.879469, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.879491, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.879502,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.879511,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Spooler]
[2019/07/09 22:13:43.879523, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.879534, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.879543, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.879553, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.879562, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler]
[2019/07/09 22:13:43.879577, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.879587,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Security]
[2019/07/09 22:13:43.879596, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.879606, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security]
[2019/07/09 22:13:43.879615, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security]
[2019/07/09 22:13:43.879626, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.879635, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security]
[2019/07/09 22:13:43.879647, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.879659,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 04 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.879680,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000004-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.879734,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000004-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0012 (18)
                  name_size                : 0x0012 (18)
                  name                     : *
                      name                     : 'Security'
              type                     : REG_BINARY (3)
              data                     : *
                  data: ARRAY(120)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x04 (4)
                      [3]                      : 0x80 (128)
                      [4]                      : 0x00 (0)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x00 (0)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x00 (0)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x00 (0)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x00 (0)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x00 (0)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x14 (20)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x00 (0)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x02 (2)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x64 (100)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x04 (4)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x00 (0)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x00 (0)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x14 (20)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x8d (141)
                      [33]                     : 0x01 (1)
                      [34]                     : 0x02 (2)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x01 (1)
                      [37]                     : 0x01 (1)
                      [38]                     : 0x00 (0)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x00 (0)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x00 (0)
                      [43]                     : 0x01 (1)
                      [44]                     : 0x00 (0)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x00 (0)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x00 (0)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x18 (24)
                      [51]                     : 0x00 (0)
                      [52]                     : 0xfd (253)
                      [53]                     : 0x01 (1)
                      [54]                     : 0x02 (2)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x01 (1)
                      [57]                     : 0x02 (2)
                      [58]                     : 0x00 (0)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x00 (0)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x00 (0)
                      [63]                     : 0x05 (5)
                      [64]                     : 0x20 (32)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x00 (0)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x23 (35)
                      [69]                     : 0x02 (2)
                      [70]                     : 0x00 (0)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x00 (0)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x18 (24)
                      [75]                     : 0x00 (0)
                      [76]                     : 0xff (255)
                      [77]                     : 0x01 (1)
                      [78]                     : 0x0f (15)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x01 (1)
                      [81]                     : 0x02 (2)
                      [82]                     : 0x00 (0)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x00 (0)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x05 (5)
                      [88]                     : 0x20 (32)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x00 (0)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x25 (37)
                      [93]                     : 0x02 (2)
                      [94]                     : 0x00 (0)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x00 (0)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x18 (24)
                      [99]                     : 0x00 (0)
                      [100]                    : 0xff (255)
                      [101]                    : 0x01 (1)
                      [102]                    : 0x0f (15)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x01 (1)
                      [105]                    : 0x02 (2)
                      [106]                    : 0x00 (0)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x00 (0)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x00 (0)
                      [111]                    : 0x05 (5)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x00 (0)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x20 (32)
                      [117]                    : 0x02 (2)
                      [118]                    : 0x00 (0)
                      [119]                    : 0x00 (0)
              size                     : 0x00000078 (120)
[2019/07/09 22:13:43.880142,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 04 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.880164,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security:Security]
[2019/07/09 22:13:43.880174,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.880186, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.880196, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\Spooler\Security]
[2019/07/09 22:13:43.880210, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Security] len[120]
[2019/07/09 22:13:43.880222,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.880249,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000004-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.880276,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 04 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.880297,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 04 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.880317,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.880326, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.880336,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.880376,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0056 (86)
                  name_size                : 0x0056 (86)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\NETLOGON'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_ACTION_NONE (0)
[2019/07/09 22:13:43.880481,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.880502, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON'
[2019/07/09 22:13:43.880513,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.880523,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.880533,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.880543, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.880553, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.880562, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.880572, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.880582, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.880597,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.880607,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.880617, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.880627, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.880636, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.880646, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.880655, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.880676, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.880688,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.880697,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.880707, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.880716, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.880726, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.880736, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.880745, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.880764, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.880774,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [NETLOGON]
[2019/07/09 22:13:43.880784, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.880793, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.880803, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.880813, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.880822, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.880837, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.880849,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.880870,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.880924,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000c (12)
                  name_size                : 0x000c (12)
                  name                     : *
                      name                     : 'Start'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x02 (2)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.880990,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.881010,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Start]
[2019/07/09 22:13:43.881021,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.881031, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.881040, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.881056, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Start] len[4]
[2019/07/09 22:13:43.881068, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[Type] len[4]
[2019/07/09 22:13:43.881078, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[2]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.881088, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[3]: name[ObjectName] len[24]
[2019/07/09 22:13:43.881098, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[4]: name[DisplayName] len[20]
[2019/07/09 22:13:43.881108, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[5]: name[ImagePath] len[88]
[2019/07/09 22:13:43.881118, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[6]: name[Description] len[164]
[2019/07/09 22:13:43.881129,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.881162,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000a (10)
                  name_size                : 0x000a (10)
                  name                     : *
                      name                     : 'Type'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x10 (16)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.881227,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.881248,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Type]
[2019/07/09 22:13:43.881259,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.881269,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.881296,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x001a (26)
                  name_size                : 0x001a (26)
                  name                     : *
                      name                     : 'ErrorControl'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.881360,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.881380,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ErrorControl]
[2019/07/09 22:13:43.881393,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.881404,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.881432,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0016 (22)
                  name_size                : 0x0016 (22)
                  name                     : *
                      name                     : 'ObjectName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(24)
                      [0]                      : 0x4c (76)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6f (111)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x63 (99)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x61 (97)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x6c (108)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x53 (83)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x79 (121)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x73 (115)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x74 (116)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x65 (101)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x6d (109)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x00 (0)
                      [23]                     : 0x00 (0)
              size                     : 0x00000018 (24)
[2019/07/09 22:13:43.881554,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.881575,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ObjectName]
[2019/07/09 22:13:43.881586,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.881596,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.881625,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'DisplayName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(20)
                      [0]                      : 0x4e (78)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x65 (101)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x74 (116)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x20 (32)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x4c (76)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6f (111)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x67 (103)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x6f (111)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x6e (110)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x00 (0)
                      [19]                     : 0x00 (0)
              size                     : 0x00000014 (20)
[2019/07/09 22:13:43.881738,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.881759,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:DisplayName]
[2019/07/09 22:13:43.881769,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.881779,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.881807,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0014 (20)
                  name_size                : 0x0014 (20)
                  name                     : *
                      name                     : 'ImagePath'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(88)
                      [0]                      : 0x2f (47)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x75 (117)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x73 (115)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x72 (114)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x2f (47)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6c (108)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x69 (105)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x62 (98)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x2f (47)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x78 (120)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x38 (56)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x36 (54)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x5f (95)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x36 (54)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x34 (52)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x2d (45)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x6c (108)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x69 (105)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x6e (110)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x75 (117)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x78 (120)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x2d (45)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x67 (103)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x6e (110)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x75 (117)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x2f (47)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x73 (115)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x61 (97)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x6d (109)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x62 (98)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x61 (97)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x2f (47)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x73 (115)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x76 (118)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x63 (99)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x63 (99)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x74 (116)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x6c (108)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x2f (47)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x73 (115)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x6d (109)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x62 (98)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x64 (100)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x00 (0)
              size                     : 0x00000058 (88)
[2019/07/09 22:13:43.882123,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.882144,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:ImagePath]
[2019/07/09 22:13:43.882154,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.882164,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.882194,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'Description'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(164)
                      [0]                      : 0x46 (70)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x69 (105)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x6c (108)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x65 (101)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x20 (32)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x73 (115)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x65 (101)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x72 (114)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x76 (118)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x69 (105)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x63 (99)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x65 (101)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x20 (32)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x70 (112)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x72 (114)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x6f (111)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x76 (118)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x69 (105)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x64 (100)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x69 (105)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x6e (110)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x67 (103)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x20 (32)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x61 (97)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x63 (99)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x63 (99)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x65 (101)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x73 (115)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x73 (115)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x20 (32)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x74 (116)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x6f (111)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x20 (32)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x70 (112)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x6f (111)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x6c (108)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x69 (105)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x63 (99)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x79 (121)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x20 (32)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x61 (97)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x6e (110)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x64 (100)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x20 (32)
                      [87]                     : 0x00 (0)
                      [88]                     : 0x70 (112)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x72 (114)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x6f (111)
                      [93]                     : 0x00 (0)
                      [94]                     : 0x66 (102)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x69 (105)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x6c (108)
                      [99]                     : 0x00 (0)
                      [100]                    : 0x65 (101)
                      [101]                    : 0x00 (0)
                      [102]                    : 0x20 (32)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x64 (100)
                      [105]                    : 0x00 (0)
                      [106]                    : 0x61 (97)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x74 (116)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x61 (97)
                      [111]                    : 0x00 (0)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x28 (40)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x6e (110)
                      [117]                    : 0x00 (0)
                      [118]                    : 0x6f (111)
                      [119]                    : 0x00 (0)
                      [120]                    : 0x74 (116)
                      [121]                    : 0x00 (0)
                      [122]                    : 0x72 (114)
                      [123]                    : 0x00 (0)
                      [124]                    : 0x65 (101)
                      [125]                    : 0x00 (0)
                      [126]                    : 0x6d (109)
                      [127]                    : 0x00 (0)
                      [128]                    : 0x6f (111)
                      [129]                    : 0x00 (0)
                      [130]                    : 0x74 (116)
                      [131]                    : 0x00 (0)
                      [132]                    : 0x65 (101)
                      [133]                    : 0x00 (0)
                      [134]                    : 0x6c (108)
                      [135]                    : 0x00 (0)
                      [136]                    : 0x79 (121)
                      [137]                    : 0x00 (0)
                      [138]                    : 0x20 (32)
                      [139]                    : 0x00 (0)
                      [140]                    : 0x6d (109)
                      [141]                    : 0x00 (0)
                      [142]                    : 0x61 (97)
                      [143]                    : 0x00 (0)
                      [144]                    : 0x6e (110)
                      [145]                    : 0x00 (0)
                      [146]                    : 0x61 (97)
                      [147]                    : 0x00 (0)
                      [148]                    : 0x67 (103)
                      [149]                    : 0x00 (0)
                      [150]                    : 0x65 (101)
                      [151]                    : 0x00 (0)
                      [152]                    : 0x61 (97)
                      [153]                    : 0x00 (0)
                      [154]                    : 0x62 (98)
                      [155]                    : 0x00 (0)
                      [156]                    : 0x6c (108)
                      [157]                    : 0x00 (0)
                      [158]                    : 0x65 (101)
                      [159]                    : 0x00 (0)
                      [160]                    : 0x29 (41)
                      [161]                    : 0x00 (0)
                      [162]                    : 0x00 (0)
                      [163]                    : 0x00 (0)
              size                     : 0x000000a4 (164)
[2019/07/09 22:13:43.882738,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.882760,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON:Description]
[2019/07/09 22:13:43.882770,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.882781,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.882809,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000005-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.882836,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.882856,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.882876,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.882886, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.882896,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.882936,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0068 (104)
                  name_size                : 0x0068 (104)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\NETLOGON\Security'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
[2019/07/09 22:13:43.883041,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.883063, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\NETLOGON\Security'
[2019/07/09 22:13:43.883074,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.883083,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.883093,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.883103, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.883114, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.883123, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.883133, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.883142, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.883158,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.883169,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.883178, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.883189, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.883198, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.883208, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.883220, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.883235, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.883246,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.883255,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.883265, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.883275, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.883284, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.883294, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.883303, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.883322, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.883333,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.883342,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [NETLOGON]
[2019/07/09 22:13:43.883351, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.883361, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.883370, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.883381, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.883390, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON]
[2019/07/09 22:13:43.883405, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.883415,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Security]
[2019/07/09 22:13:43.883424, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.883434, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security]
[2019/07/09 22:13:43.883446, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security]
[2019/07/09 22:13:43.883457, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.883466, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security]
[2019/07/09 22:13:43.883482, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.883494,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 06 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.883515,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000006-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.883567,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000006-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0012 (18)
                  name_size                : 0x0012 (18)
                  name                     : *
                      name                     : 'Security'
              type                     : REG_BINARY (3)
              data                     : *
                  data: ARRAY(120)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x04 (4)
                      [3]                      : 0x80 (128)
                      [4]                      : 0x00 (0)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x00 (0)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x00 (0)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x00 (0)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x00 (0)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x00 (0)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x14 (20)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x00 (0)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x02 (2)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x64 (100)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x04 (4)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x00 (0)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x00 (0)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x14 (20)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x8d (141)
                      [33]                     : 0x01 (1)
                      [34]                     : 0x02 (2)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x01 (1)
                      [37]                     : 0x01 (1)
                      [38]                     : 0x00 (0)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x00 (0)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x00 (0)
                      [43]                     : 0x01 (1)
                      [44]                     : 0x00 (0)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x00 (0)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x00 (0)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x18 (24)
                      [51]                     : 0x00 (0)
                      [52]                     : 0xfd (253)
                      [53]                     : 0x01 (1)
                      [54]                     : 0x02 (2)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x01 (1)
                      [57]                     : 0x02 (2)
                      [58]                     : 0x00 (0)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x00 (0)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x00 (0)
                      [63]                     : 0x05 (5)
                      [64]                     : 0x20 (32)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x00 (0)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x23 (35)
                      [69]                     : 0x02 (2)
                      [70]                     : 0x00 (0)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x00 (0)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x18 (24)
                      [75]                     : 0x00 (0)
                      [76]                     : 0xff (255)
                      [77]                     : 0x01 (1)
                      [78]                     : 0x0f (15)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x01 (1)
                      [81]                     : 0x02 (2)
                      [82]                     : 0x00 (0)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x00 (0)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x05 (5)
                      [88]                     : 0x20 (32)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x00 (0)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x25 (37)
                      [93]                     : 0x02 (2)
                      [94]                     : 0x00 (0)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x00 (0)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x18 (24)
                      [99]                     : 0x00 (0)
                      [100]                    : 0xff (255)
                      [101]                    : 0x01 (1)
                      [102]                    : 0x0f (15)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x01 (1)
                      [105]                    : 0x02 (2)
                      [106]                    : 0x00 (0)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x00 (0)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x00 (0)
                      [111]                    : 0x05 (5)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x00 (0)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x20 (32)
                      [117]                    : 0x02 (2)
                      [118]                    : 0x00 (0)
                      [119]                    : 0x00 (0)
              size                     : 0x00000078 (120)
[2019/07/09 22:13:43.883975,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 06 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.883996,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security:Security]
[2019/07/09 22:13:43.884007,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.884016, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.884026, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\NETLOGON\Security]
[2019/07/09 22:13:43.884040, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Security] len[120]
[2019/07/09 22:13:43.884051,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.884078,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000006-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.884105,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 06 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.884129,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 06 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.884149,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.884158, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.884168,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.884209,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0062 (98)
                  name_size                : 0x0062 (98)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\RemoteRegistry'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_ACTION_NONE (0)
[2019/07/09 22:13:43.884312,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.884333, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry'
[2019/07/09 22:13:43.884343,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.884353,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.884363,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.884376, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.884386, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.884396, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.884405, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.884415, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.884430,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.884440,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.884450, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.884460, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.884469, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.884480, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.884489, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.884503, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.884514,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.884523,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.884533, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.884542, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.884552, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.884562, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.884571, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.884590, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.884603,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [RemoteRegistry]
[2019/07/09 22:13:43.884613, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.884623, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.884632, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.884642, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.884651, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.884665, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.884677,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.884698,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.884747,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000c (12)
                  name_size                : 0x000c (12)
                  name                     : *
                      name                     : 'Start'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x02 (2)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.884816,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.884837,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Start]
[2019/07/09 22:13:43.884852,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.884862, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.884872, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.884885, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Start] len[4]
[2019/07/09 22:13:43.884897, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[Type] len[4]
[2019/07/09 22:13:43.884907, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[2]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.884917, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[3]: name[ObjectName] len[24]
[2019/07/09 22:13:43.884927, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[4]: name[DisplayName] len[48]
[2019/07/09 22:13:43.884937, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[5]: name[ImagePath] len[88]
[2019/07/09 22:13:43.884947, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[6]: name[Description] len[126]
[2019/07/09 22:13:43.884958,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.884987,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000a (10)
                  name_size                : 0x000a (10)
                  name                     : *
                      name                     : 'Type'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x10 (16)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.885052,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.885073,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Type]
[2019/07/09 22:13:43.885086,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.885097,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.885124,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x001a (26)
                  name_size                : 0x001a (26)
                  name                     : *
                      name                     : 'ErrorControl'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.885189,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.885209,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ErrorControl]
[2019/07/09 22:13:43.885220,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.885230,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.885258,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0016 (22)
                  name_size                : 0x0016 (22)
                  name                     : *
                      name                     : 'ObjectName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(24)
                      [0]                      : 0x4c (76)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6f (111)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x63 (99)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x61 (97)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x6c (108)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x53 (83)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x79 (121)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x73 (115)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x74 (116)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x65 (101)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x6d (109)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x00 (0)
                      [23]                     : 0x00 (0)
              size                     : 0x00000018 (24)
[2019/07/09 22:13:43.885387,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.885408,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ObjectName]
[2019/07/09 22:13:43.885418,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.885429,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.885459,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'DisplayName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(48)
                      [0]                      : 0x52 (82)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x65 (101)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x6d (109)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x6f (111)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x74 (116)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x65 (101)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x20 (32)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x52 (82)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x65 (101)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x67 (103)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x69 (105)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x73 (115)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x74 (116)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x72 (114)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x79 (121)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x20 (32)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x53 (83)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x65 (101)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x72 (114)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x76 (118)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x69 (105)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x63 (99)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x65 (101)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x00 (0)
                      [47]                     : 0x00 (0)
              size                     : 0x00000030 (48)
[2019/07/09 22:13:43.885655,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.885676,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:DisplayName]
[2019/07/09 22:13:43.885686,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.885696,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.885727,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0014 (20)
                  name_size                : 0x0014 (20)
                  name                     : *
                      name                     : 'ImagePath'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(88)
                      [0]                      : 0x2f (47)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x75 (117)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x73 (115)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x72 (114)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x2f (47)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6c (108)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x69 (105)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x62 (98)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x2f (47)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x78 (120)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x38 (56)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x36 (54)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x5f (95)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x36 (54)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x34 (52)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x2d (45)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x6c (108)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x69 (105)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x6e (110)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x75 (117)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x78 (120)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x2d (45)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x67 (103)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x6e (110)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x75 (117)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x2f (47)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x73 (115)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x61 (97)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x6d (109)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x62 (98)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x61 (97)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x2f (47)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x73 (115)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x76 (118)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x63 (99)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x63 (99)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x74 (116)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x6c (108)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x2f (47)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x73 (115)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x6d (109)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x62 (98)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x64 (100)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x00 (0)
              size                     : 0x00000058 (88)
[2019/07/09 22:13:43.886044,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.886065,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:ImagePath]
[2019/07/09 22:13:43.886075,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.886086,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.886114,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'Description'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(126)
                      [0]                      : 0x49 (73)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6e (110)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x74 (116)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x65 (101)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x72 (114)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6e (110)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x61 (97)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x6c (108)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x20 (32)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x73 (115)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x65 (101)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x72 (114)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x76 (118)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x69 (105)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x63 (99)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x65 (101)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x20 (32)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x70 (112)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x72 (114)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x6f (111)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x76 (118)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x69 (105)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x64 (100)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x69 (105)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x6e (110)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x67 (103)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x20 (32)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x72 (114)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x65 (101)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x6d (109)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x6f (111)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x74 (116)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x65 (101)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x20 (32)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x61 (97)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x63 (99)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x63 (99)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x65 (101)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x73 (115)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x73 (115)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x20 (32)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x74 (116)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x6f (111)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x20 (32)
                      [87]                     : 0x00 (0)
                      [88]                     : 0x74 (116)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x68 (104)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x65 (101)
                      [93]                     : 0x00 (0)
                      [94]                     : 0x20 (32)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x53 (83)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x61 (97)
                      [99]                     : 0x00 (0)
                      [100]                    : 0x6d (109)
                      [101]                    : 0x00 (0)
                      [102]                    : 0x62 (98)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x61 (97)
                      [105]                    : 0x00 (0)
                      [106]                    : 0x20 (32)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x72 (114)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x65 (101)
                      [111]                    : 0x00 (0)
                      [112]                    : 0x67 (103)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x69 (105)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x73 (115)
                      [117]                    : 0x00 (0)
                      [118]                    : 0x74 (116)
                      [119]                    : 0x00 (0)
                      [120]                    : 0x72 (114)
                      [121]                    : 0x00 (0)
                      [122]                    : 0x79 (121)
                      [123]                    : 0x00 (0)
                      [124]                    : 0x00 (0)
                      [125]                    : 0x00 (0)
              size                     : 0x0000007e (126)
[2019/07/09 22:13:43.886549,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.886571,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry:Description]
[2019/07/09 22:13:43.886581,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.886592,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.886620,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000007-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.886647,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.886668,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 07 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.886688,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.886700, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.886710,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.886751,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0074 (116)
                  name_size                : 0x0074 (116)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
[2019/07/09 22:13:43.886853,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.886874, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security'
[2019/07/09 22:13:43.886884,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.886894,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.886904,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.886914, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.886925, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.886937, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.886947, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.886956, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.886972,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.886983,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.886992, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.887003, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.887012, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.887023, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.887032, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.887047, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.887057,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.887067,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.887076, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.887086, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.887095, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.887106, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.887114, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.887136, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.887147,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.887156,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [RemoteRegistry]
[2019/07/09 22:13:43.887166, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.887178, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.887188, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.887198, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.887207, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
[2019/07/09 22:13:43.887221, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.887231,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Security]
[2019/07/09 22:13:43.887241, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.887251, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
[2019/07/09 22:13:43.887260, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
[2019/07/09 22:13:43.887271, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.887280, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
[2019/07/09 22:13:43.887292, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.887304,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 08 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.887325,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000008-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.887377,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000008-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0012 (18)
                  name_size                : 0x0012 (18)
                  name                     : *
                      name                     : 'Security'
              type                     : REG_BINARY (3)
              data                     : *
                  data: ARRAY(120)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x04 (4)
                      [3]                      : 0x80 (128)
                      [4]                      : 0x00 (0)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x00 (0)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x00 (0)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x00 (0)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x00 (0)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x00 (0)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x14 (20)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x00 (0)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x02 (2)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x64 (100)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x04 (4)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x00 (0)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x00 (0)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x14 (20)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x8d (141)
                      [33]                     : 0x01 (1)
                      [34]                     : 0x02 (2)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x01 (1)
                      [37]                     : 0x01 (1)
                      [38]                     : 0x00 (0)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x00 (0)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x00 (0)
                      [43]                     : 0x01 (1)
                      [44]                     : 0x00 (0)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x00 (0)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x00 (0)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x18 (24)
                      [51]                     : 0x00 (0)
                      [52]                     : 0xfd (253)
                      [53]                     : 0x01 (1)
                      [54]                     : 0x02 (2)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x01 (1)
                      [57]                     : 0x02 (2)
                      [58]                     : 0x00 (0)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x00 (0)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x00 (0)
                      [63]                     : 0x05 (5)
                      [64]                     : 0x20 (32)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x00 (0)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x23 (35)
                      [69]                     : 0x02 (2)
                      [70]                     : 0x00 (0)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x00 (0)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x18 (24)
                      [75]                     : 0x00 (0)
                      [76]                     : 0xff (255)
                      [77]                     : 0x01 (1)
                      [78]                     : 0x0f (15)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x01 (1)
                      [81]                     : 0x02 (2)
                      [82]                     : 0x00 (0)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x00 (0)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x05 (5)
                      [88]                     : 0x20 (32)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x00 (0)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x25 (37)
                      [93]                     : 0x02 (2)
                      [94]                     : 0x00 (0)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x00 (0)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x18 (24)
                      [99]                     : 0x00 (0)
                      [100]                    : 0xff (255)
                      [101]                    : 0x01 (1)
                      [102]                    : 0x0f (15)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x01 (1)
                      [105]                    : 0x02 (2)
                      [106]                    : 0x00 (0)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x00 (0)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x00 (0)
                      [111]                    : 0x05 (5)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x00 (0)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x20 (32)
                      [117]                    : 0x02 (2)
                      [118]                    : 0x00 (0)
                      [119]                    : 0x00 (0)
              size                     : 0x00000078 (120)
[2019/07/09 22:13:43.887786,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 08 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.887808,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security:Security]
[2019/07/09 22:13:43.887818,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.887828, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.887841, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\RemoteRegistry\Security]
[2019/07/09 22:13:43.887855, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Security] len[120]
[2019/07/09 22:13:43.887866,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.887893,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000008-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.887920,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 08 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.887941,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 08 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.887961,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.887970, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.887980,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.888020,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x004e (78)
                  name_size                : 0x004e (78)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\WINS'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_ACTION_NONE (0)
[2019/07/09 22:13:43.888125,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.888146, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\WINS'
[2019/07/09 22:13:43.888157,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.888167,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.888176,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.888186, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.888197, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.888206, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.888216, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.888225, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.888241,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.888252,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.888261, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.888272, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.888281, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.888291, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.888300, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.888318, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.888329,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.888339,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.888348, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.888358, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.888367, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.888378, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.888386, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.888405, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.888416,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [WINS]
[2019/07/09 22:13:43.888425, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.888435, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.888444, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.888455, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.888464, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.888477, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.888489,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.888510,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.888564,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000c (12)
                  name_size                : 0x000c (12)
                  name                     : *
                      name                     : 'Start'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x02 (2)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.888629,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.888650,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:Start]
[2019/07/09 22:13:43.888660,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.888670, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\WINS' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.888680, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.888693, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Start] len[4]
[2019/07/09 22:13:43.888704, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[Type] len[4]
[2019/07/09 22:13:43.888714, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[2]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.888724, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[3]: name[ObjectName] len[24]
[2019/07/09 22:13:43.888734, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[4]: name[DisplayName] len[74]
[2019/07/09 22:13:43.888744, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[5]: name[ImagePath] len[88]
[2019/07/09 22:13:43.888755, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[6]: name[Description] len[178]
[2019/07/09 22:13:43.888765,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.888798,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x000a (10)
                  name_size                : 0x000a (10)
                  name                     : *
                      name                     : 'Type'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x10 (16)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.888862,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.888883,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:Type]
[2019/07/09 22:13:43.888893,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.888904,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.888930,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x001a (26)
                  name_size                : 0x001a (26)
                  name                     : *
                      name                     : 'ErrorControl'
              type                     : REG_DWORD (4)
              data                     : *
                  data: ARRAY(4)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x00 (0)
                      [3]                      : 0x00 (0)
              size                     : 0x00000004 (4)
[2019/07/09 22:13:43.888994,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.889014,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:ErrorControl]
[2019/07/09 22:13:43.889024,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.889038,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.889066,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0016 (22)
                  name_size                : 0x0016 (22)
                  name                     : *
                      name                     : 'ObjectName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(24)
                      [0]                      : 0x4c (76)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6f (111)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x63 (99)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x61 (97)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x6c (108)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x53 (83)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x79 (121)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x73 (115)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x74 (116)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x65 (101)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x6d (109)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x00 (0)
                      [23]                     : 0x00 (0)
              size                     : 0x00000018 (24)
[2019/07/09 22:13:43.889189,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.889210,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:ObjectName]
[2019/07/09 22:13:43.889220,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.889230,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.889259,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'DisplayName'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(74)
                      [0]                      : 0x57 (87)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x69 (105)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x6e (110)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x64 (100)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x6f (111)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x77 (119)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x73 (115)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x20 (32)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x49 (73)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x6e (110)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x74 (116)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x65 (101)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x72 (114)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x6e (110)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x65 (101)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x74 (116)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x20 (32)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x4e (78)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x61 (97)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x6d (109)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x65 (101)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x20 (32)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x53 (83)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x65 (101)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x72 (114)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x76 (118)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x69 (105)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x63 (99)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x65 (101)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x20 (32)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x28 (40)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x57 (87)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x49 (73)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x4e (78)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x53 (83)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x29 (41)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x00 (0)
                      [73]                     : 0x00 (0)
              size                     : 0x0000004a (74)
[2019/07/09 22:13:43.889533,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.889554,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:DisplayName]
[2019/07/09 22:13:43.889564,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.889574,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.889602,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0014 (20)
                  name_size                : 0x0014 (20)
                  name                     : *
                      name                     : 'ImagePath'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(88)
                      [0]                      : 0x2f (47)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x75 (117)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x73 (115)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x72 (114)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x2f (47)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6c (108)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x69 (105)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x62 (98)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x2f (47)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x78 (120)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x38 (56)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x36 (54)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x5f (95)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x36 (54)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x34 (52)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x2d (45)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x6c (108)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x69 (105)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x6e (110)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x75 (117)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x78 (120)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x2d (45)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x67 (103)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x6e (110)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x75 (117)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x2f (47)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x73 (115)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x61 (97)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x6d (109)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x62 (98)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x61 (97)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x2f (47)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x73 (115)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x76 (118)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x63 (99)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x63 (99)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x74 (116)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x6c (108)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x2f (47)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x6e (110)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x6d (109)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x62 (98)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x64 (100)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x00 (0)
              size                     : 0x00000058 (88)
[2019/07/09 22:13:43.889917,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.889938,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:ImagePath]
[2019/07/09 22:13:43.889950,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.889961,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.889989,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0018 (24)
                  name_size                : 0x0018 (24)
                  name                     : *
                      name                     : 'Description'
              type                     : REG_SZ (1)
              data                     : *
                  data: ARRAY(178)
                      [0]                      : 0x49 (73)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x6e (110)
                      [3]                      : 0x00 (0)
                      [4]                      : 0x74 (116)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x65 (101)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x72 (114)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x6e (110)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x61 (97)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x6c (108)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x20 (32)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x73 (115)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x65 (101)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x72 (114)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x76 (118)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x69 (105)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x63 (99)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x65 (101)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x20 (32)
                      [33]                     : 0x00 (0)
                      [34]                     : 0x70 (112)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x72 (114)
                      [37]                     : 0x00 (0)
                      [38]                     : 0x6f (111)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x76 (118)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x69 (105)
                      [43]                     : 0x00 (0)
                      [44]                     : 0x64 (100)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x69 (105)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x6e (110)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x67 (103)
                      [51]                     : 0x00 (0)
                      [52]                     : 0x20 (32)
                      [53]                     : 0x00 (0)
                      [54]                     : 0x61 (97)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x20 (32)
                      [57]                     : 0x00 (0)
                      [58]                     : 0x4e (78)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x65 (101)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x74 (116)
                      [63]                     : 0x00 (0)
                      [64]                     : 0x42 (66)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x49 (73)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x4f (79)
                      [69]                     : 0x00 (0)
                      [70]                     : 0x53 (83)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x20 (32)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x70 (112)
                      [75]                     : 0x00 (0)
                      [76]                     : 0x6f (111)
                      [77]                     : 0x00 (0)
                      [78]                     : 0x69 (105)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x6e (110)
                      [81]                     : 0x00 (0)
                      [82]                     : 0x74 (116)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x2d (45)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x74 (116)
                      [87]                     : 0x00 (0)
                      [88]                     : 0x6f (111)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x2d (45)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x70 (112)
                      [93]                     : 0x00 (0)
                      [94]                     : 0x6f (111)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x69 (105)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x6e (110)
                      [99]                     : 0x00 (0)
                      [100]                    : 0x74 (116)
                      [101]                    : 0x00 (0)
                      [102]                    : 0x20 (32)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x6e (110)
                      [105]                    : 0x00 (0)
                      [106]                    : 0x61 (97)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x6d (109)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x65 (101)
                      [111]                    : 0x00 (0)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x73 (115)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x65 (101)
                      [117]                    : 0x00 (0)
                      [118]                    : 0x72 (114)
                      [119]                    : 0x00 (0)
                      [120]                    : 0x76 (118)
                      [121]                    : 0x00 (0)
                      [122]                    : 0x65 (101)
                      [123]                    : 0x00 (0)
                      [124]                    : 0x72 (114)
                      [125]                    : 0x00 (0)
                      [126]                    : 0x28 (40)
                      [127]                    : 0x00 (0)
                      [128]                    : 0x6e (110)
                      [129]                    : 0x00 (0)
                      [130]                    : 0x6f (111)
                      [131]                    : 0x00 (0)
                      [132]                    : 0x74 (116)
                      [133]                    : 0x00 (0)
                      [134]                    : 0x20 (32)
                      [135]                    : 0x00 (0)
                      [136]                    : 0x72 (114)
                      [137]                    : 0x00 (0)
                      [138]                    : 0x65 (101)
                      [139]                    : 0x00 (0)
                      [140]                    : 0x6d (109)
                      [141]                    : 0x00 (0)
                      [142]                    : 0x6f (111)
                      [143]                    : 0x00 (0)
                      [144]                    : 0x74 (116)
                      [145]                    : 0x00 (0)
                      [146]                    : 0x65 (101)
                      [147]                    : 0x00 (0)
                      [148]                    : 0x6c (108)
                      [149]                    : 0x00 (0)
                      [150]                    : 0x79 (121)
                      [151]                    : 0x00 (0)
                      [152]                    : 0x20 (32)
                      [153]                    : 0x00 (0)
                      [154]                    : 0x6d (109)
                      [155]                    : 0x00 (0)
                      [156]                    : 0x61 (97)
                      [157]                    : 0x00 (0)
                      [158]                    : 0x6e (110)
                      [159]                    : 0x00 (0)
                      [160]                    : 0x61 (97)
                      [161]                    : 0x00 (0)
                      [162]                    : 0x67 (103)
                      [163]                    : 0x00 (0)
                      [164]                    : 0x65 (101)
                      [165]                    : 0x00 (0)
                      [166]                    : 0x61 (97)
                      [167]                    : 0x00 (0)
                      [168]                    : 0x62 (98)
                      [169]                    : 0x00 (0)
                      [170]                    : 0x6c (108)
                      [171]                    : 0x00 (0)
                      [172]                    : 0x65 (101)
                      [173]                    : 0x00 (0)
                      [174]                    : 0x29 (41)
                      [175]                    : 0x00 (0)
                      [176]                    : 0x00 (0)
                      [177]                    : 0x00 (0)
              size                     : 0x000000b2 (178)
[2019/07/09 22:13:43.890620,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.890648,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS:Description]
[2019/07/09 22:13:43.890659,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.890670,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.890700,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000009-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.890727,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.890747,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 09 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.890766,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.890775, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.890785,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.890823,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          in: struct winreg_CreateKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000001-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0060 (96)
                  name_size                : 0x0060 (96)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\WINS\Security'
              keyclass: struct winreg_String
                  name_len                 : 0x0002 (2)
                  name_size                : 0x0002 (2)
                  name                     : *
                      name                     : ''
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
              secdesc                  : NULL
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
[2019/07/09 22:13:43.890926,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[1] [0000] 00 00 00 00 01 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.890947, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:701(_winreg_CreateKey)
  _winreg_CreateKey called with parent key 'HKLM' and subkey name 'SYSTEM\CurrentControlSet\Services\WINS\Security'
[2019/07/09 22:13:43.890957,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.890967,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.890976,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.890986, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.890996, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.891005, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.891015, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.891024, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.891039,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.891049,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.891059, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.891069, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.891078, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.891087, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.891096, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.891111, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.891124,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.891133,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.891142, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.891152, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.891161, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.891171, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.891180, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.891198, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.891208,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 2
[2019/07/09 22:13:43.891218,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [WINS]
[2019/07/09 22:13:43.891227, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.891237, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.891245, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.891256, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.891264, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\WINS]
[2019/07/09 22:13:43.891280, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.891290,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Security]
[2019/07/09 22:13:43.891299, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.891308, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security]
[2019/07/09 22:13:43.891317, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security]
[2019/07/09 22:13:43.891327, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.891339, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security]
[2019/07/09 22:13:43.891351, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.891363,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[3] [0000] 00 00 00 00 0A 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.891383,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CreateKey: struct winreg_CreateKey
          out: struct winreg_CreateKey
              new_handle               : *
                  new_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000a-0000-0000-245d-17a14b300000
              action_taken             : *
                  action_taken             : REG_OPENED_EXISTING_KEY (2)
              result                   : WERR_OK
[2019/07/09 22:13:43.891434,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          in: struct winreg_SetValue
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000a-0000-0000-245d-17a14b300000
              name: struct winreg_String
                  name_len                 : 0x0012 (18)
                  name_size                : 0x0012 (18)
                  name                     : *
                      name                     : 'Security'
              type                     : REG_BINARY (3)
              data                     : *
                  data: ARRAY(120)
                      [0]                      : 0x01 (1)
                      [1]                      : 0x00 (0)
                      [2]                      : 0x04 (4)
                      [3]                      : 0x80 (128)
                      [4]                      : 0x00 (0)
                      [5]                      : 0x00 (0)
                      [6]                      : 0x00 (0)
                      [7]                      : 0x00 (0)
                      [8]                      : 0x00 (0)
                      [9]                      : 0x00 (0)
                      [10]                     : 0x00 (0)
                      [11]                     : 0x00 (0)
                      [12]                     : 0x00 (0)
                      [13]                     : 0x00 (0)
                      [14]                     : 0x00 (0)
                      [15]                     : 0x00 (0)
                      [16]                     : 0x14 (20)
                      [17]                     : 0x00 (0)
                      [18]                     : 0x00 (0)
                      [19]                     : 0x00 (0)
                      [20]                     : 0x02 (2)
                      [21]                     : 0x00 (0)
                      [22]                     : 0x64 (100)
                      [23]                     : 0x00 (0)
                      [24]                     : 0x04 (4)
                      [25]                     : 0x00 (0)
                      [26]                     : 0x00 (0)
                      [27]                     : 0x00 (0)
                      [28]                     : 0x00 (0)
                      [29]                     : 0x00 (0)
                      [30]                     : 0x14 (20)
                      [31]                     : 0x00 (0)
                      [32]                     : 0x8d (141)
                      [33]                     : 0x01 (1)
                      [34]                     : 0x02 (2)
                      [35]                     : 0x00 (0)
                      [36]                     : 0x01 (1)
                      [37]                     : 0x01 (1)
                      [38]                     : 0x00 (0)
                      [39]                     : 0x00 (0)
                      [40]                     : 0x00 (0)
                      [41]                     : 0x00 (0)
                      [42]                     : 0x00 (0)
                      [43]                     : 0x01 (1)
                      [44]                     : 0x00 (0)
                      [45]                     : 0x00 (0)
                      [46]                     : 0x00 (0)
                      [47]                     : 0x00 (0)
                      [48]                     : 0x00 (0)
                      [49]                     : 0x00 (0)
                      [50]                     : 0x18 (24)
                      [51]                     : 0x00 (0)
                      [52]                     : 0xfd (253)
                      [53]                     : 0x01 (1)
                      [54]                     : 0x02 (2)
                      [55]                     : 0x00 (0)
                      [56]                     : 0x01 (1)
                      [57]                     : 0x02 (2)
                      [58]                     : 0x00 (0)
                      [59]                     : 0x00 (0)
                      [60]                     : 0x00 (0)
                      [61]                     : 0x00 (0)
                      [62]                     : 0x00 (0)
                      [63]                     : 0x05 (5)
                      [64]                     : 0x20 (32)
                      [65]                     : 0x00 (0)
                      [66]                     : 0x00 (0)
                      [67]                     : 0x00 (0)
                      [68]                     : 0x23 (35)
                      [69]                     : 0x02 (2)
                      [70]                     : 0x00 (0)
                      [71]                     : 0x00 (0)
                      [72]                     : 0x00 (0)
                      [73]                     : 0x00 (0)
                      [74]                     : 0x18 (24)
                      [75]                     : 0x00 (0)
                      [76]                     : 0xff (255)
                      [77]                     : 0x01 (1)
                      [78]                     : 0x0f (15)
                      [79]                     : 0x00 (0)
                      [80]                     : 0x01 (1)
                      [81]                     : 0x02 (2)
                      [82]                     : 0x00 (0)
                      [83]                     : 0x00 (0)
                      [84]                     : 0x00 (0)
                      [85]                     : 0x00 (0)
                      [86]                     : 0x00 (0)
                      [87]                     : 0x05 (5)
                      [88]                     : 0x20 (32)
                      [89]                     : 0x00 (0)
                      [90]                     : 0x00 (0)
                      [91]                     : 0x00 (0)
                      [92]                     : 0x25 (37)
                      [93]                     : 0x02 (2)
                      [94]                     : 0x00 (0)
                      [95]                     : 0x00 (0)
                      [96]                     : 0x00 (0)
                      [97]                     : 0x00 (0)
                      [98]                     : 0x18 (24)
                      [99]                     : 0x00 (0)
                      [100]                    : 0xff (255)
                      [101]                    : 0x01 (1)
                      [102]                    : 0x0f (15)
                      [103]                    : 0x00 (0)
                      [104]                    : 0x01 (1)
                      [105]                    : 0x02 (2)
                      [106]                    : 0x00 (0)
                      [107]                    : 0x00 (0)
                      [108]                    : 0x00 (0)
                      [109]                    : 0x00 (0)
                      [110]                    : 0x00 (0)
                      [111]                    : 0x05 (5)
                      [112]                    : 0x20 (32)
                      [113]                    : 0x00 (0)
                      [114]                    : 0x00 (0)
                      [115]                    : 0x00 (0)
                      [116]                    : 0x20 (32)
                      [117]                    : 0x02 (2)
                      [118]                    : 0x00 (0)
                      [119]                    : 0x00 (0)
              size                     : 0x00000078 (120)
[2019/07/09 22:13:43.891829,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0A 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.891850,  8, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/winreg/srv_winreg_nt.c:731(_winreg_SetValue)
  _winreg_SetValue: Setting value for [HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security:Security]
[2019/07/09 22:13:43.891860,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
  tdb(/var/lib/samba/registry.tdb): tdb_transaction_start: nesting 1
[2019/07/09 22:13:43.891869, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.891879, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\WINS\Security]
[2019/07/09 22:13:43.891892, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[Security] len[120]
[2019/07/09 22:13:43.891903,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_SetValue: struct winreg_SetValue
          out: struct winreg_SetValue
              result                   : WERR_OK
[2019/07/09 22:13:43.891930,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000a-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.891956,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0A 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.891976,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0A 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.891995,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.892007, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.892017,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.892052,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000002-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.892077,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.892096,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 02 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.892116,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.892125, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (3->2)
[2019/07/09 22:13:43.892135,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.892168, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (2->1)
[2019/07/09 22:13:43.892184, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (1->0)
[2019/07/09 22:13:43.892206, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2019/07/09 22:13:43.892235,  3, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/rpc_server/eventlog/srv_eventlog_reg.c:59(eventlog_init_winreg)
  Initialise the eventlog registry keys if needed.
[2019/07/09 22:13:43.892253,  4, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_ncacn_np.c:220(make_internal_rpc_pipe_p)
  Create pipe requested winreg
[2019/07/09 22:13:43.892264, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:223(init_pipe_handles)
  init_pipe_handle_list: created handle list for pipe winreg
[2019/07/09 22:13:43.892274, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:240(init_pipe_handles)
  init_pipe_handle_list: pipe_handles ref count = 1 for pipe winreg
[2019/07/09 22:13:43.892304,  4, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_ncacn_np.c:260(make_internal_rpc_pipe_p)
  Created internal pipe winreg
[2019/07/09 22:13:43.892323,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenHKLM: struct winreg_OpenHKLM
          in: struct winreg_OpenHKLM
              system_name              : NULL
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
[2019/07/09 22:13:43.892364,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [HKLM]
[2019/07/09 22:13:43.892379,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:216(push_sec_ctx)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.892390,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/uid.c:558(push_conn_ctx)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2019/07/09 22:13:43.892399,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:320(set_sec_ctx_internal)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2019/07/09 22:13:43.892408,  5, pid=12363, effective(0, 0), real(0, 0)] ../libcli/security/security_token.c:53(security_token_debug)
  Security token: (NULL)
[2019/07/09 22:13:43.892417,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/auth/token_util.c:866(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2019/07/09 22:13:43.892465,  4, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/sec_ctx.c:438(pop_sec_ctx)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2019/07/09 22:13:43.892478, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:887(regdb_open)
  regdb_open: registry db opened. refcount reset (1)
[2019/07/09 22:13:43.892489, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM]
[2019/07/09 22:13:43.892519, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM]
[2019/07/09 22:13:43.892579, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.892592, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM]
[2019/07/09 22:13:43.892617,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[1] [0000] 00 00 00 00 0B 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.892639,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenHKLM: struct winreg_OpenHKLM
          out: struct winreg_OpenHKLM
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000b-0000-0000-245d-17a14b300000
              result                   : WERR_OK
[2019/07/09 22:13:43.892685,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenKey: struct winreg_OpenKey
          in: struct winreg_OpenKey
              parent_handle            : *
                  parent_handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000b-0000-0000-245d-17a14b300000
              keyname: struct winreg_String
                  name_len                 : 0x0056 (86)
                  name_size                : 0x0056 (86)
                  name                     : *
                      name                     : 'SYSTEM\CurrentControlSet\Services\Eventlog'
              options                  : 0x00000000 (0)
                     0: REG_OPTION_VOLATILE      
                     0: REG_OPTION_CREATE_LINK   
                     0: REG_OPTION_BACKUP_RESTORE
                     0: REG_OPTION_OPEN_LINK     
              access_mask              : 0x02000000 (33554432)
                     0: KEY_QUERY_VALUE          
                     0: KEY_SET_VALUE            
                     0: KEY_CREATE_SUB_KEY       
                     0: KEY_ENUMERATE_SUB_KEYS   
                     0: KEY_NOTIFY               
                     0: KEY_CREATE_LINK          
                     0: KEY_WOW64_64KEY          
                     0: KEY_WOW64_32KEY          
[2019/07/09 22:13:43.892769,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0B 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.892791,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [SYSTEM]
[2019/07/09 22:13:43.892801, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (1->2)
[2019/07/09 22:13:43.892811, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM]
[2019/07/09 22:13:43.892820, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM]
[2019/07/09 22:13:43.892831, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.892840, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM]
[2019/07/09 22:13:43.892858,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [CurrentControlSet]
[2019/07/09 22:13:43.892868, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (2->3)
[2019/07/09 22:13:43.892878, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.892887, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.892897, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.892906, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet]
[2019/07/09 22:13:43.892923,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Services]
[2019/07/09 22:13:43.892935, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (3->4)
[2019/07/09 22:13:43.892945, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.892954, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.892964, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.892973, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services]
[2019/07/09 22:13:43.892995,  7, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_api.c:143(regkey_open_onelevel)
  regkey_open_onelevel: name = [Eventlog]
[2019/07/09 22:13:43.893005, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:859(regdb_open)
  regdb_open: incrementing refcount (4->5)
[2019/07/09 22:13:43.893015, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:125(reghook_cache_find)
  reghook_cache_find: Searching for keyname [\HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.893024, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:367(pathtree_find)
  pathtree_find: Enter [\HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.893034, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/adt_tree.c:440(pathtree_find)
  pathtree_find: Exit
[2019/07/09 22:13:43.893042, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_cachehook.c:130(reghook_cache_find)
  reghook_cache_find: found ops 0x7f6ea5f6d200 for key [\HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.893058, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (5->4)
[2019/07/09 22:13:43.893068, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (4->3)
[2019/07/09 22:13:43.893078, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (3->2)
[2019/07/09 22:13:43.893089,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:304(create_rpc_handle_internal)
  Opened policy hnd[2] [0000] 00 00 00 00 0C 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.893109,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_OpenKey: struct winreg_OpenKey
          out: struct winreg_OpenKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000c-0000-0000-245d-17a14b300000
              result                   : WERR_OK
[2019/07/09 22:13:43.893151,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_QueryInfoKey: struct winreg_QueryInfoKey
          in: struct winreg_QueryInfoKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000c-0000-0000-245d-17a14b300000
              classname                : *
                  classname: struct winreg_String
                      name_len                 : 0x0000 (0)
                      name_size                : 0x0000 (0)
                      name                     : NULL
[2019/07/09 22:13:43.893196,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0C 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.893218, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_dispatcher.c:151(fetch_reg_values)
  fetch_reg_values called for key 'HKLM\SYSTEM\CurrentControlSet\Services\Eventlog' (ops 0x7f6ea5f6d200)
[2019/07/09 22:13:43.893257, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1907(regdb_fetch_values_internal)
  regdb_fetch_values: Looking for values of key [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.893277, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[0]: name[DisplayName] len[20]
[2019/07/09 22:13:43.893288, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:1852(regdb_unpack_values)
  regdb_unpack_values: value[1]: name[ErrorControl] len[4]
[2019/07/09 22:13:43.893298, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:2090(regdb_get_secdesc)
  regdb_get_secdesc: Getting secdesc of key [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
[2019/07/09 22:13:43.893314,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_QueryInfoKey: struct winreg_QueryInfoKey
          out: struct winreg_QueryInfoKey
              classname                : *
                  classname: struct winreg_String
                      name_len                 : 0x0000 (0)
                      name_size                : 0x0000 (0)
                      name                     : NULL
              num_subkeys              : *
                  num_subkeys              : 0x00000000 (0)
              max_subkeylen            : *
                  max_subkeylen            : 0x00000000 (0)
              max_classlen             : *
                  max_classlen             : 0x00000000 (0)
              num_values               : *
                  num_values               : 0x00000002 (2)
              max_valnamelen           : *
                  max_valnamelen           : 0x0000001a (26)
              max_valbufsize           : *
                  max_valbufsize           : 0x00000014 (20)
              secdescsize              : *
                  secdescsize              : 0x00000078 (120)
              last_changed_time        : *
                  last_changed_time        : NTTIME(0)
              result                   : WERR_OK
[2019/07/09 22:13:43.893403,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          in: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 0000000c-0000-0000-245d-17a14b300000
[2019/07/09 22:13:43.893430,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0C 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.893450,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:339(find_policy_by_hnd_internal)
  Found policy hnd[0] [0000] 00 00 00 00 0C 00 00 00   00 00 00 00 24 5D 17 A1   ........ ....$]..
  [0010] 4B 30 00 00                                        K0.. 
[2019/07/09 22:13:43.893473,  6, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:388(close_policy_hnd)
  Closed policy
[2019/07/09 22:13:43.893483, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (2->1)
[2019/07/09 22:13:43.893492,  1, pid=12363, effective(0, 0), real(0, 0), class=rpc_parse] ../librpc/ndr/ndr.c:471(ndr_print_function_debug)
       winreg_CloseKey: struct winreg_CloseKey
          out: struct winreg_CloseKey
              handle                   : *
                  handle: struct policy_handle
                      handle_type              : 0x00000000 (0)
                      uuid                     : 00000000-0000-0000-0000-000000000000
              result                   : WERR_OK
[2019/07/09 22:13:43.893525, 10, pid=12363, effective(0, 0), real(0, 0), class=registry] ../source3/registry/reg_backend_db.c:904(regdb_close)
  regdb_close: decrementing refcount (1->0)
[2019/07/09 22:13:43.893545, 10, pid=12363, effective(0, 0), real(0, 0), class=rpc_srv] ../source3/rpc_server/rpc_handles.c:418(close_policy_by_pipe)
  Deleted handle list for RPC connection winreg
[2019/07/09 22:13:43.893595,  0, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/become_daemon.c:136(daemon_ready)
  daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2019/07/09 22:13:43.894968,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 515 - private_data=(nil)
[2019/07/09 22:13:43.895000,  3, pid=12363, effective(0, 0), real(0, 0)] ../source3/printing/queue_process.c:328(start_background_queue)
  start_background_queue: Starting background LPQ thread
[2019/07/09 22:13:43.895666, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_sock.c:410(open_socket_in)
  bind succeeded on port 445
[2019/07/09 22:13:43.895706,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
  Socket options:
  	SO_KEEPALIVE = 1
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
  	TCP_NODELAY = 0
  	TCP_KEEPCNT = 9
  	TCP_KEEPIDLE = 7200
  	TCP_KEEPINTVL = 75
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
  	SO_SNDLOWAT = 1
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
  	SO_RCVTIMEO = 0
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.895713,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/queue_process.c:364(start_background_queue)
[2019/07/09 22:13:43.895772,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
  start_background_queue: background LPQ thread started
  Socket options:
  	SO_KEEPALIVE = 1
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
  	TCP_NODELAY = 1
  	TCP_KEEPCNT = 9
  	TCP_KEEPIDLE = 7200
[2019/07/09 22:13:43.895887, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  	TCP_KEEPINTVL = 75
  msg_dgm_ref_destructor: refs=(nil)
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
  	SO_SNDLOWAT = 1
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
  	SO_RCVTIMEO = 0
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.895951, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_sock.c:410(open_socket_in)
  bind succeeded on port 139
[2019/07/09 22:13:43.895967,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
  Socket options:
  	SO_KEEPALIVE = 1
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
  	TCP_NODELAY = 0
  	TCP_KEEPCNT = 9
  	TCP_KEEPIDLE = 7200
  	TCP_KEEPINTVL = 75
[2019/07/09 22:13:43.895986, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  	IPTOS_LOWDELAY = 0
  messaging_dgm_ref: messaging_dgm_init returned 成功
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
[2019/07/09 22:13:43.896009, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  	SO_SNDLOWAT = 1
  messaging_dgm_ref: unique = 3531739742195727102
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
  	SO_RCVTIMEO = 0
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.896034,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
  Socket options:
  	SO_KEEPALIVE = 1
[2019/07/09 22:13:43.896039,  5, pid=12367, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:155(make_pdb_method_name)
  	SO_REUSEADDR = 1
  Attempting to find a passdb backend to match tdbsam (tdbsam)
  	SO_BROADCAST = 0
  	TCP_NODELAY = 1
  	TCP_KEEPCNT = 9
[2019/07/09 22:13:43.896053,  5, pid=12367, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:176(make_pdb_method_name)
  	TCP_KEEPIDLE = 7200
  Found pdb backend tdbsam
  	TCP_KEEPINTVL = 75
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
  	SO_SNDLOWAT = 1
[2019/07/09 22:13:43.896074,  5, pid=12367, effective(0, 0), real(0, 0), class=passdb] ../source3/passdb/pdb_interface.c:187(make_pdb_method_name)
  	SO_RCVLOWAT = 1
  pdb backend tdbsam has a valid init
  	SO_SNDTIMEO = 0
  	SO_RCVTIMEO = 0
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.896103,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
[2019/07/09 22:13:43.896116, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_sock.c:410(open_socket_in)
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
  bind succeeded on port 445
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
[2019/07/09 22:13:43.896135,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
    vfs: 10
  Socket options:
    idmap: 10
  	SO_KEEPALIVE = 1
    quota: 10
  	SO_REUSEADDR = 1
    acls: 10
  	SO_BROADCAST = 0
    locking: 10
  	TCP_NODELAY = 0
    msdfs: 10
  	TCP_KEEPCNT = 9
    dmapi: 10
  	TCP_KEEPIDLE = 7200
    registry: 10
  	TCP_KEEPINTVL = 75
    scavenger: 10
  	IPTOS_LOWDELAY = 0
    dns: 10
  	IPTOS_THROUGHPUT = 0
    ldb: 10
  	SO_REUSEPORT = 1
    tevent: 10
  	SO_SNDBUF = 16384
    auth_audit: 10
  	SO_RCVBUF = 87380
    auth_json_audit: 10
  	SO_SNDLOWAT = 1
    kerberos: 10
  	SO_RCVLOWAT = 1
    drs_repl: 10
  	SO_SNDTIMEO = 0
    smb2: 10
  	SO_RCVTIMEO = 0
    smb2_credits: 10
  	TCP_QUICKACK = 1
    dsdb_audit: 10
  	TCP_DEFER_ACCEPT = 0
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
[2019/07/09 22:13:43.896200,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
    dsdb_transaction_json_audit: 10
  Socket options:
    dsdb_group_audit: 10
  	SO_KEEPALIVE = 1
    dsdb_group_json_audit: 10
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
  	TCP_NODELAY = 1
  	TCP_KEEPCNT = 9
  	TCP_KEEPIDLE = 7200
  	TCP_KEEPINTVL = 75
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
  	SO_SNDLOWAT = 1
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
[2019/07/09 22:13:43.896241, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_event.c:100(event_add_idle)
  	SO_RCVTIMEO = 0
  event_add_idle: idle_evt(print_queue_housekeeping) 0x5579da2d0990
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.896259,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 33 - private_data=0x5579da2d0060
[2019/07/09 22:13:43.896270, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/util_sock.c:410(open_socket_in)
[2019/07/09 22:13:43.896272,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  bind succeeded on port 139
  Registering messaging pointer for type 517 - private_data=(nil)
[2019/07/09 22:13:43.896286,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
[2019/07/09 22:13:43.896287,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:756(messaging_deregister)
  Socket options:
  Deregistering messaging pointer for type 515 - private_data=(nil)
  	SO_KEEPALIVE = 1
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
[2019/07/09 22:13:43.896298,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  	TCP_NODELAY = 0
  	TCP_KEEPCNT = 9
  Registering messaging pointer for type 515 - private_data=(nil)
  	TCP_KEEPIDLE = 7200
  	TCP_KEEPINTVL = 75
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
[2019/07/09 22:13:43.896316,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/pcap.c:140(pcap_cache_reload)
  	SO_RCVBUF = 87380
  reloading printcap cache
  	SO_SNDLOWAT = 1
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
[2019/07/09 22:13:43.896331,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:456(cups_pcap_load_async)
  	SO_RCVTIMEO = 0
  cups_pcap_load_async: asynchronously loading cups printers
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.896347,  5, pid=12363, effective(0, 0), real(0, 0)] ../lib/util/util_net.c:1055(print_socket_options)
  Socket options:
  	SO_KEEPALIVE = 1
  	SO_REUSEADDR = 1
  	SO_BROADCAST = 0
  	TCP_NODELAY = 1
  	TCP_KEEPCNT = 9
  	TCP_KEEPIDLE = 7200
  	TCP_KEEPINTVL = 75
  	IPTOS_LOWDELAY = 0
  	IPTOS_THROUGHPUT = 0
  	SO_REUSEPORT = 1
  	SO_SNDBUF = 16384
  	SO_RCVBUF = 87380
  	SO_SNDLOWAT = 1
  	SO_RCVLOWAT = 1
  	SO_SNDTIMEO = 0
  	SO_RCVTIMEO = 0
  	TCP_QUICKACK = 1
  	TCP_DEFER_ACCEPT = 0
[2019/07/09 22:13:43.896409,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 13 - private_data=(nil)
[2019/07/09 22:13:43.896500,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 33 - private_data=0x5579da29b810
[2019/07/09 22:13:43.896516,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 783 - private_data=(nil)
[2019/07/09 22:13:43.896525,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 1 - private_data=(nil)
[2019/07/09 22:13:43.896534,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:724(messaging_register)
  Overriding messaging pointer for type 1 - private_data=(nil)
[2019/07/09 22:13:43.896543,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 770 - private_data=(nil)
[2019/07/09 22:13:43.896552,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 790 - private_data=(nil)
[2019/07/09 22:13:43.896561,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 791 - private_data=(nil)
[2019/07/09 22:13:43.896569,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 15 - private_data=(nil)
[2019/07/09 22:13:43.896582,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 16 - private_data=(nil)
[2019/07/09 22:13:43.896592,  5, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 799 - private_data=(nil)
[2019/07/09 22:13:43.896938, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:473(cups_pcap_load_async)
  cups_pcap_load_async: child pid = 12368
[2019/07/09 22:13:43.896985, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:594(cups_cache_reload)
  cups_cache_reload: async read on fd 14
[2019/07/09 22:13:43.897006,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/pcap.c:194(pcap_cache_reload)
  reload status: ok
[2019/07/09 22:13:43.897021,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/queue_process.c:418(start_background_queue)
  start_background_queue: background LPQ thread waiting for messages
[2019/07/09 22:13:43.897316, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  msg_dgm_ref_destructor: refs=(nil)
[2019/07/09 22:13:43.897458, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:43.897479, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 8426951164979092566
[2019/07/09 22:13:43.897498,  5, pid=12368, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:325(cups_cache_reload_async)
  reloading cups printcap cache
[2019/07/09 22:13:43.897626, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:137(cups_connect)
  connecting to cups server /run/cups/cups.sock:631
[2019/07/09 22:13:43.898636, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/avahi_register.c:119(avahi_client_callback)
  avahi_client_callback: AVAHI_CLIENT_S_RUNNING
[2019/07/09 22:13:43.898950, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/avahi_register.c:92(avahi_entry_group_callback)
  avahi_entry_group_callback: AVAHI_ENTRY_GROUP_UNCOMMITED
[2019/07/09 22:13:43.899529,  1, pid=12363, effective(0, 0), real(0, 0)] ../source3/printing/printer_list.c:234(printer_list_get_last_refresh)
  Failed to fetch record!
[2019/07/09 22:13:43.899559,  2, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/server.c:1387(smbd_parent_loop)
  waiting for connections
[2019/07/09 22:13:43.899609, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/avahi_register.c:95(avahi_entry_group_callback)
  avahi_entry_group_callback: AVAHI_ENTRY_GROUP_REGISTERING
[2019/07/09 22:13:43.899637, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
  messaging_recv_cb: Received message 0x31f len 0 (num_fds:0) from 12365
[2019/07/09 22:13:43.899687, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12366
[2019/07/09 22:13:43.899720, 10, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
  messaging_recv_cb: Received message 0x31f len 0 (num_fds:0) from 12363
[2019/07/09 22:13:43.899765, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12365
[2019/07/09 22:13:43.899794, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
  messaging_recv_cb: Received message 0x31f len 0 (num_fds:0) from 12363
[2019/07/09 22:13:43.901944, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:178(send_pcap_blob)
  successfully sent blob of len 169
[2019/07/09 22:13:43.901956,  5, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:520(cups_async_callback)
  cups_async_callback: callback received for printer data. fd = 14
[2019/07/09 22:13:43.901970, 10, pid=12368, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:175(msg_dgm_ref_destructor)
  msg_dgm_ref_destructor: refs=(nil)
[2019/07/09 22:13:43.901980, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/print_cups.c:203(recv_pcap_blob)
  successfully recvd blob of len 169
[2019/07/09 22:13:43.902030,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:130(dbwrap_lock_order_lock)
  dbwrap_lock_order_lock: check lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902054, 10, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:116(debug_lock_order)
  lock order:  1:/var/run/samba/printer_list.tdb 2:<none> 3:<none>
[2019/07/09 22:13:43.902108,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:159(dbwrap_lock_order_unlock)
  dbwrap_lock_order_unlock: release lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902126,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:130(dbwrap_lock_order_lock)
  dbwrap_lock_order_lock: check lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902136, 10, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:116(debug_lock_order)
  lock order:  1:/var/run/samba/printer_list.tdb 2:<none> 3:<none>
[2019/07/09 22:13:43.902147,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:159(dbwrap_lock_order_unlock)
  dbwrap_lock_order_unlock: release lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902157,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:130(dbwrap_lock_order_lock)
  dbwrap_lock_order_lock: check lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902167, 10, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:116(debug_lock_order)
  lock order:  1:/var/run/samba/printer_list.tdb 2:<none> 3:<none>
[2019/07/09 22:13:43.902177,  5, pid=12367, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap.c:159(dbwrap_lock_order_unlock)
  dbwrap_lock_order_unlock: release lock order 1 for /var/run/samba/printer_list.tdb
[2019/07/09 22:13:43.902287,  7, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:4234(lp_servicenumber)
  lp_servicenumber: couldn't find 10_floor
[2019/07/09 22:13:43.902322,  8, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 4 for 10_floor
[2019/07/09 22:13:43.902332, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 4 for service name 10_floor
[2019/07/09 22:13:43.902345,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1659(lp_add_printer)
  adding printer service 10_floor
[2019/07/09 22:13:43.902370,  7, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:4234(lp_servicenumber)
  lp_servicenumber: couldn't find 10_floor_new
[2019/07/09 22:13:43.902388,  8, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1462(add_a_service)
  add_a_service: Creating snum = 5 for 10_floor_new
[2019/07/09 22:13:43.902398, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1512(hash_a_service)
  hash_a_service: hashing index 5 for service name 10_floor_new
[2019/07/09 22:13:43.902408,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1659(lp_add_printer)
  adding printer service 10_floor_new
[2019/07/09 22:13:43.902424, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/smbd/server_reload.c:82(delete_and_reload_printers)
  reloading printer services from pcap cache
[2019/07/09 22:13:43.902535,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902571,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 906 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902593,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902609,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 6315 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902623,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902643,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1540 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902670, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12365
[2019/07/09 22:13:43.902706,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902713, 10, pid=12365, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
[2019/07/09 22:13:43.902724,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1421 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
  messaging_recv_cb: Received message 0x207 len 0 (num_fds:0) from 12367
[2019/07/09 22:13:43.902747, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12366
[2019/07/09 22:13:43.902764,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902768, 10, pid=12366, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
  messaging_recv_cb: Received message 0x207 len 0 (num_fds:0) from 12367
[2019/07/09 22:13:43.902780,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 23569 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902794,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902808,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1467 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902821,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902835,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1449 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902848,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902863,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1547 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902876,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902890,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 927 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902904,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902920,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 843 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902934,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902948,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 868 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.902965,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.902980,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1258 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903000,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 11744 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903013,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903028,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1075 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903040,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903054,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 832 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903075,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12356 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903088,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903102,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1451 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903115,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903129,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 31801 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903142,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903156,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1686 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903169,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903183,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1501 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903196,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903211,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 6457 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903224,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903239,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1191 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903254,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903269,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1033 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903281,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903295,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1080 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903308,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903322,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1308 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903333, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:902(send_all_fn)
  send_all_fn: Skip ourselves in messaging_send_all
[2019/07/09 22:13:43.903345,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903358,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1655 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903371,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903385,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1478 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903398,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903412,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1659 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903425,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903440,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1231 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903453,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903467,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12676 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903479,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903493,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1789 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903506,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903520,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1180 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903536,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903551,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12054 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903564,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903579,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1541 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903592,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903606,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 969 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903619,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903633,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1416 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903646,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903661,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1498 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903674,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903688,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 31735 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903701,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903715,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1298 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903728,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903742,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 30000 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903755,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903769,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1788 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903782,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903796,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 23622 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903809,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903825,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1502 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903838,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903852,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1151 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903865,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903880,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1755 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903893,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903907,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1654 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903920,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903934,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1158 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903947,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903961,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1206 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.903973,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.903988,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1378 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904000,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904014,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1575 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904027,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904041,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1425 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904054,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904068,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1294 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904081,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904096,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 878 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904111,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904127,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1176 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904140,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904154,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1307 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904180,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904195,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1360 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904208,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904222,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 953 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904235,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904250,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1660 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904262,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904277,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1228 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904296, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12363
[2019/07/09 22:13:43.904314,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904319, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:434(messaging_recv_cb)
  messaging_recv_cb: Received message 0x207 len 0 (num_fds:0) from 12367
[2019/07/09 22:13:43.904331,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1392 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904345,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904359,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12206 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904380,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904395,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1225 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904408,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904425,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1444 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904438,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904452,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1688 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904465,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904479,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1390 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904498,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 11745 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904511,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904525,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1494 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904539,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904553,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1756 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904566,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904581,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1632 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904593,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904607,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1415 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904620,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904634,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1350 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904647,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904660,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1055 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904680,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 11755 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904692,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904711,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1343 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904725,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904739,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1499 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904752,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904767,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 830 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904780,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904794,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1331 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904807,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904821,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1447 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904834,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904848,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12728 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904861,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904876,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 30060 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904889,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904903,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1420 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904916,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904929,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1169 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904942,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904956,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1520 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904969,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.904984,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1234 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.904999,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905013,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 29999 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905027,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905041,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 31688 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905054,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905068,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1348 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905080,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905094,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1495 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905107,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905121,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1267 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905134,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905148,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1130 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905161,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905175,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1446 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905187,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905202,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1340 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905215,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905230,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 869 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905242,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905256,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1177 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905269,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905286,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1391 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905298,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905312,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 23570 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905326,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905340,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 584 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905353,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905367,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1450 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905380,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905394,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 2654 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905407,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905421,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1687 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905435,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905449,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1250 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905461,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905475,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1003 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905540,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905559,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1347 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905572,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905587,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1341 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905599,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905617,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1087 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905630,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905644,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1452 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905657,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905671,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1512 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905684,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905699,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 890 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905712,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905726,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1254 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.905739,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.905752,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1466 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906205, 10, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm.c:1438(messaging_dgm_send)
  messaging_dgm_send: Sending message to 12347
[2019/07/09 22:13:43.906230,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906250,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1257 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906264,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906288,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1096 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906302,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906316,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 1190 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906460,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906490,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 842 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906505,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906529,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 7666 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906551,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 12358 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906565,  3, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/util_procid.c:54(pid_to_procid)
  pid_to_procid: messaging_dgm_get_unique failed: 没有那个文件或目录
[2019/07/09 22:13:43.906579,  1, pid=12367, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:910(send_all_fn)
  send_all_fn: messaging_send_buf to 955 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2019/07/09 22:13:43.906645,  2, pid=12367, effective(0, 0), real(0, 0), class=tevent] ../lib/util/tevent_debug.c:66(samba_tevent_debug)
  samba_tevent: EPOLL_CTL_DEL EBADF for fde[0x5579da2bb5e0] mpx_fde[(nil)] fd[14] - disabling
[2019/07/09 22:13:43.906673,  6, pid=12367, effective(0, 0), real(0, 0)] ../source3/printing/queue_process.c:265(bq_sig_chld_handler)
  Bq child process 12368 terminated with 0
[2019/07/09 22:13:44.686587, 10, pid=12363, effective(0, 0), real(0, 0)] ../source3/smbd/avahi_register.c:80(avahi_entry_group_callback)
  avahi_entry_group_callback: AVAHI_ENTRY_GROUP_ESTABLISHED
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.nmbd
Type: application/octet-stream
Size: 173399 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20190709/46c984f2/attachment-0001.obj>
-------------- next part --------------
[2019/07/09 22:13:40.053663, 10, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:92(messaging_dgm_ref)
  messaging_dgm_ref: messaging_dgm_init returned 成功
[2019/07/09 22:13:40.053768, 10, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages_dgm_ref.c:121(messaging_dgm_ref)
  messaging_dgm_ref: unique = 15357487450341781473
[2019/07/09 22:13:40.053806,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 2 - private_data=(nil)
[2019/07/09 22:13:40.053818,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 9 - private_data=(nil)
[2019/07/09 22:13:40.053827,  2, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/tallocmsg.c:56(register_msg_pool_usage)
  Registered MSG_REQ_POOL_USAGE
[2019/07/09 22:13:40.053836,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 11 - private_data=(nil)
[2019/07/09 22:13:40.053846,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 12 - private_data=(nil)
[2019/07/09 22:13:40.053855,  2, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/dmallocmsg.c:78(register_dmalloc_msgs)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2019/07/09 22:13:40.053864,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 1 - private_data=(nil)
[2019/07/09 22:13:40.053873,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 5 - private_data=(nil)
[2019/07/09 22:13:40.053882,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:709(messaging_register)
  Registering messaging pointer for type 51 - private_data=(nil)
[2019/07/09 22:13:40.053891, 10, pid=12347, effective(0, 0), real(0, 0)] ../source3/lib/messages.c:610(messaging_init_internal)
  messaging_init_internal: my id: 12347
[2019/07/09 22:13:40.053905,  3, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:3872(lp_load_ex)
  lp_load_ex: refreshing parameters
[2019/07/09 22:13:40.053915,  5, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:1346(free_param_opts)
  Freeing parametrics:
[2019/07/09 22:13:40.053943,  3, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:548(init_globals)
  Initialising global parameters
[2019/07/09 22:13:40.053956,  2, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:320(max_open_files)
  rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
[2019/07/09 22:13:40.054001,  3, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2786(lp_do_section)
  Processing section "[global]"
  doing parameter workgroup = WORKGROUP
  doing parameter log file = /var/log/samba/log.%m
  doing parameter log level = 10
[2019/07/09 22:13:40.054036,  5, pid=12347, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10
  doing parameter max log size = 1000
  doing parameter logging = file
  doing parameter panic action = /usr/share/samba/panic-action %d
  doing parameter server role = standalone server
  doing parameter obey pam restrictions = yes
  doing parameter unix password sync = yes
  doing parameter passwd program = /usr/bin/passwd %u
  doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  doing parameter pam password change = yes
  doing parameter map to guest = bad user
  doing parameter usershare allow guests = yes
[2019/07/09 22:13:40.054240,  4, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:3914(lp_load_ex)
  pm_process() returned Yes
[2019/07/09 22:13:40.054252,  7, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:4234(lp_servicenumber)
  lp_servicenumber: couldn't find homes
[2019/07/09 22:13:40.054263,  3, pid=12347, effective(0, 0), real(0, 0)] ../source3/nmbd/nmbd.c:413(reload_nmbd_services)
  services not loaded
[2019/07/09 22:13:40.054275,  6, pid=12347, effective(0, 0), real(0, 0)] ../source3/param/loadparm.c:2336(lp_file_list_changed)
  lp_file_list_changed()
  file /etc/samba/smb.conf -> /etc/samba/smb.conf  last mod_time: Tue Jul  9 22:12:57 2019
  
[2019/07/09 22:13:40.054296,  5, pid=12347, effective(0, 0), real(0, 0)] ../lib/util/debug.c:754(debug_dump_status)
  INFO: Current debug levels:
    all: 10
    tdb: 10
    printdrivers: 10
    lanman: 10
    smb: 10
    rpc_parse: 10
    rpc_srv: 10
    rpc_cli: 10
    passdb: 10
    sam: 10
    auth: 10
    winbind: 10
    vfs: 10
    idmap: 10
    quota: 10
    acls: 10
    locking: 10
    msdfs: 10
    dmapi: 10
    registry: 10
    scavenger: 10
    dns: 10
    ldb: 10
    tevent: 10
    auth_audit: 10
    auth_json_audit: 10
    kerberos: 10
    drs_repl: 10
    smb2: 10
    smb2_credits: 10
    dsdb_audit: 10
    dsdb_json_audit: 10
    dsdb_password_audit: 10
    dsdb_password_json_audit: 10
    dsdb_transaction_audit: 10
    dsdb_transaction_json_audit: 10
    dsdb_group_audit: 10
    dsdb_group_json_audit: 10


More information about the Pkg-samba-maint mailing list