GNU/Linux >> Tutoriales Linux >  >> Cent OS

Cómo habilitar la depuración de CUPS en CentOS/RHEL

Los pasos a continuación guiarán cómo configurar CUPS para producir información de depuración y cómo capturarla.

Configuración

1. Abra el archivo de configuración de tazas /etc/cups/cupsd.conf con un editor de texto.

# vi /etc/cups/cupsd.conf

Se vería algo como esto:

MaxLogSize 0
#
# "$Id: cupsd.conf.in 8805 2009-08-31 16:34:06Z mike $"
#
# Sample configuration file for the CUPS scheduler.  See "man cupsd.conf" for a
# complete description of this file.
#

# Log general information in error_log - change "warn" to "debug"
# for troubleshooting...
LogLevel warn

o

#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel info

2. Necesitamos editar la línea LogLevel para que tenga el siguiente aspecto:

LogLevel debug2

3. Guarde el archivo ahora.

Cómo capturar el registro

1. Abra dos ventanas de terminal diferentes como usuario root.

2. En una de las terminales, ejecute el siguiente comando:

# tail -f /var/log/cups/error_log > /tmp/cups_debug_error.txt

Deje que este comando se ejecute mientras se realizan los siguientes pasos.

3. En la otra terminal, haz lo siguiente:

# service cups restart

4. Ahora siga los pasos para recrear el problema al que se enfrenta con la impresora.

– Una de las primeras terminales, presione, Ctrl-C para detener el comando de cola.

– Una vez que se hayan capturado los registros, restablezca Loglevel al valor predeterminado y reinicie el servicio cups.

Más opciones con LogLevel

  • depuración2 – Registrar todo.
  • depuración – Registrar casi todo.
  • información – Registrar todas las solicitudes y cambios de estado.
  • advertir – Registrar errores y advertencias.
  • error – Registrar solo errores.
  • ninguno – No registrar nada.


Cent OS
  1. Cómo crear y habilitar la partición de intercambio en Centos/RHEL 8

  2. CentOS / RHEL 6,7:Cómo habilitar o deshabilitar el servicio XDMCP (GDM)

  3. Cómo habilitar IPv6 en CentOS / RHEL 7

  4. CentOS / RHEL:Cómo habilitar SSL para Apache

  5. Cómo habilitar IPv6 en CentOS / RHEL 5

Cómo habilitar el repositorio EPEL en RHEL 8 / CentOS 8 Linux

Cómo habilitar el repositorio EPEL en CentOS y RHEL

Cómo habilitar Kdump en RHEL 7 y CentOS 7

Cómo habilitar el repositorio EPEL en el servidor CentOS 8 y RHEL 8

Cómo habilitar el repositorio EPEL en CentOS 7 / RHEL 7

Cómo instalar Log.io en CentOS 7