[Risolto] Installazione driver nuova stampante epson XP-2200
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
[Risolto] Installazione driver nuova stampante epson XP-2200
- SaulGoodman
- Prode Principiante
- Messaggi: 199
- Iscrizione: mercoledì 11 dicembre 2024, 0:46
- Distribuzione: Ubuntu
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Edit:
vorrei una mano per installare i miei driver senza fare casini... come detto li ho scaricati e portati nella home e questo lo sapevo fare, ora dovrei installarli da là con dei comandi che purtroppo non sono sicuro di fare nella maniera giusta. grazie in ogni caso
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
Premi i tasti Ctrl O T per aprire il terminale sulla Home; poi dai questi comandi connesso ad Internet:
Codice: Seleziona tutto
sudo apt update
Codice: Seleziona tutto
sudo apt install lsb
Codice: Seleziona tutto
sudo dpkg -i epson-*.deb
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ sudo apt install lsb
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Il pacchetto lsb non ha versioni disponibili, ma è nominato da un altro
pacchetto. Questo potrebbe indicare che il pacchetto è mancante, obsoleto
oppure è disponibile solo all'interno di un'altra sorgente
E: Il pacchetto "lsb" non ha candidati da installare
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
da terminale dai questo comando connesso ad Internet:
Codice: Seleziona tutto
sudo dpkg -i epson-*.deb
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ sudo dpkg -i epson-*.deb
[sudo] password di matrix:
Selezionato il pacchetto epson-inkjet-printer-escpr non precedentemente selezionato.
(Lettura del database... 233906 file e directory attualmente installati.)
Preparativi per estrarre epson-inkjet-printer-escpr_1.8.6-1_amd64.deb...
Estrazione di epson-inkjet-printer-escpr (1.8.6-1)...
Selezionato il pacchetto epson-printer-utility non precedentemente selezionato.
Preparativi per estrarre epson-printer-utility_1.1.3-1_amd64.deb...
Estrazione di epson-printer-utility (1.1.3-1)...
Configurazione di epson-inkjet-printer-escpr (1.8.6-1)...
Configurazione di epson-printer-utility (1.1.3-1)...
Install Message > Described entry of LITE in services.
Install Message > Backup file is /etc/services.bak.
systemd version = 255
Set the service file according to the systemd version.
Install Red Hat compatible service file.
Created symlink /etc/systemd/system/multi-user.target.wants/ecbd.service → /usr/lib/systemd/system/ecbd.service.
Created symlink /etc/systemd/system/graphical.target.wants/ecbd.service → /usr/lib/systemd/system/ecbd.service.
Install Message > Start /usr/lib/epson-backend/setup to change setup.
Elaborazione dei trigger per libc-bin (2.39-0ubuntu8.3)...
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
sudo dmesg | grep usb
Codice: Seleziona tutto
cat /var/log/cups/error_log
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
edit devo dividere il risultato in 3 parti
Codice: Seleziona tutto
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ sudo dmesg | grep usb
[sudo] password di matrix:
[ 0.176411] usbcore: registered new interface driver usbfs
[ 0.176411] usbcore: registered new interface driver hub
[ 0.176411] usbcore: registered new device driver usb
[ 0.221132] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x190 took 15696 usecs
[ 0.237131] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x190 took 15607 usecs
[ 0.396099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 0.396102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.396103] usb usb1: Product: EHCI Host Controller
[ 0.396104] usb usb1: Manufacturer: Linux 6.8.0-52-generic ehci_hcd
[ 0.396106] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.407117] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 0.407120] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.407121] usb usb2: Product: EHCI Host Controller
[ 0.407122] usb usb2: Manufacturer: Linux 6.8.0-52-generic ehci_hcd
[ 0.407123] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.640046] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.648041] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 0.728179] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 0.728181] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.728183] usb usb3: Product: xHCI Host Controller
[ 0.728184] usb usb3: Manufacturer: Linux 6.8.0-52-generic xhci-hcd
[ 0.728185] usb usb3: SerialNumber: 0000:00:14.0
[ 0.736520] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[ 0.736524] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.736526] usb usb4: Product: xHCI Host Controller
[ 0.736527] usb usb4: Manufacturer: Linux 6.8.0-52-generic xhci-hcd
[ 0.736529] usb usb4: SerialNumber: 0000:00:14.0
[ 0.768361] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.768367] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.776718] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 0.776722] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.968060] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[ 1.046080] usb 1-1.4: new full-speed USB device number 3 using ehci-pci
[ 1.099712] usb 3-1: New USB device found, idVendor=1267, idProduct=0210, bcdDevice=22.70
[ 1.099722] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 1.099726] usb 3-1: Product: PS/2+USB Mouse
[ 1.146286] usb 1-1.4: New USB device found, idVendor=3151, idProduct=2020, bcdDevice= 0.02
[ 1.146296] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.146299] usb 1-1.4: Product: Wireless Device
[ 1.146302] usb 1-1.4: Manufacturer: YICHIP
[ 1.146304] usb 1-1.4: SerialNumber: b120300001
[ 1.188579] usbcore: registered new interface driver usbhid
[ 1.188585] usbhid: USB HID core driver
[ 1.196805] input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:1267:0210.0001/input/input5
[ 1.197637] hid-generic 0003:1267:0210.0001: input,hidraw0: USB HID v1.00 Mouse [PS/2+USB Mouse] on usb-0000:00:14.0-1/input0
[ 1.198305] hid-generic 0003:3151:2020.0002: hiddev0,hidraw1: USB HID v2.00 Device [YICHIP Wireless Device] on usb-0000:00:1a.0-1.4/input0
[ 1.198514] input: YICHIP Wireless Device Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:3151:2020.0003/input/input6
[ 1.198578] input: YICHIP Wireless Device System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:3151:2020.0003/input/input7
[ 1.213269] usb 1-1.5: new full-speed USB device number 4 using ehci-pci
[ 1.250590] input: YICHIP Wireless Device Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:3151:2020.0003/input/input8
[ 1.251094] hid-generic 0003:3151:2020.0003: input,hiddev1,hidraw2: USB HID v2.00 Mouse [YICHIP Wireless Device] on usb-0000:00:1a.0-1.4/input1
[ 1.292818] usb 1-1.5: New USB device found, idVendor=058f, idProduct=9254, bcdDevice= 3.12
[ 1.292829] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.292832] usb 1-1.5: Product: Generic USB Hub
[ 1.292835] usb 1-1.5: Manufacturer: ALCOR
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
il secondo comando dovrebbe superare i 30.000 caratteri concessi, ora ci riprovo
[code]E [06/Feb/2025:14:14:37 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:37 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Get-Job-Attributes 14
D [06/Feb/2025:14:14:37 +0100] Get-Job-Attributes ipp://localhost/jobs/8
D [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x622921129ee0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Cancel-Job 15
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/8
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:37 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Job #8 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x622921129ee0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 22] 2.0 Cancel-Job 94
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/8
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Il processo #8 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:37 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x622921129ee0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:37 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Get-Job-Attributes 16
D [06/Feb/2025:14:14:37 +0100] Get-Job-Attributes ipp://localhost/jobs/7
D [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x6229211c5f00(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Cancel-Job 17
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/7
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:37 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Job #7 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x6229211c5f00(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 22] 2.0 Cancel-Job 95
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/7
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Il processo #7 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:37 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x6229211c5f00(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:37 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Get-Job-Attributes 18
D [06/Feb/2025:14:14:37 +0100] Get-Job-Attributes ipp://localhost/jobs/9
D [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 29] 2.0 Cancel-Job 19
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/9
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:37 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Job #9 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:37 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:37 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:37 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:37 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:37 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:37 +0100] [Client 22] 2.0 Cancel-Job 96
D [06/Feb/2025:14:14:37 +0100] Cancel-Job ipp://localhost/jobs/9
D [06/Feb/2025:14:14:37 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:37 +0100] Cancel-Job client-error-not-possible: Il processo #9 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:37 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:37 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:37 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:37 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:37 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:37 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:37 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:37 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Get-Job-Attributes 20
D [06/Feb/2025:14:14:38 +0100] Get-Job-Attributes ipp://localhost/jobs/8
D [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] Expiring subscriptions...
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Cancel-Job 21
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/8
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:38 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Job #8 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 22] 2.0 Cancel-Job 97
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/8
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Il processo #8 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:38 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/8) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x6229211c5f00(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:38 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Get-Job-Attributes 22
D [06/Feb/2025:14:14:38 +0100] Get-Job-Attributes ipp://localhost/jobs/7
D [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Cancel-Job 23
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/7
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:38 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Job #7 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 22] 2.0 Cancel-Job 98
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/7
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Il processo #7 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:38 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/7) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:38 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST / HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Get-Job-Attributes 24
D [06/Feb/2025:14:14:38 +0100] Get-Job-Attributes ipp://localhost/jobs/9
D [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 112
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=112, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=112
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 29] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 29] 2.0 Cancel-Job 25
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/9
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:38 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Job #9 is already canceled - can\'t cancel.
E [06/Feb/2025:14:14:38 +0100] [Client 29] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 29] Content-Length: 136
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] con->http=0x62292113cf70
D [06/Feb/2025:14:14:38 +0100] [Client 29] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=136, response=0x622921129ee0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 29] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 29] bytes=0, http_state=0, data_remaining=136
D [06/Feb/2025:14:14:38 +0100] [Client 29] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 29] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 29] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] POST /jobs/ HTTP/1.1
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:38 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:38 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:38 +0100] [Client 22] 2.0 Cancel-Job 99
D [06/Feb/2025:14:14:38 +0100] Cancel-Job ipp://localhost/jobs/9
D [06/Feb/2025:14:14:38 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:38 +0100] Cancel-Job client-error-not-possible: Il processo #9 è già stato eliminato, impossibile eliminarlo.
E [06/Feb/2025:14:14:38 +0100] [Client 22] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:38 +0100] [Client 22] Content-Length: 157
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:38 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=157, response=0x622921127d80(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:38 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:38 +0100] [Client 22] bytes=0, http_state=0, data_remaining=157
D [06/Feb/2025:14:14:38 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:38 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:38 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:39 +0100] Expiring subscriptions...
D [06/Feb/2025:14:14:51 +0100] [Client 22] POST / HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:51 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:51 +0100] [Client 22] 2.0 Get-Job-Attributes 100
D [06/Feb/2025:14:14:51 +0100] Get-Job-Attributes ipp://localhost/jobs/9
D [06/Feb/2025:14:14:51 +0100] [Client 22] Returning IPP successful-ok for Get-Job-Attributes (ipp://localhost/jobs/9) from localhost.
D [06/Feb/2025:14:14:51 +0100] [Client 22] Content-Length: 1052
D [06/Feb/2025:14:14:51 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:51 +0100] Expiring subscriptions...
D [06/Feb/2025:14:14:51 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:51 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1052, response=0x62292112a5d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:51 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:51 +0100] [Client 22] bytes=0, http_state=0, data_remaining=1052
D [06/Feb/2025:14:14:51 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:51 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:51 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 22] POST / HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 22] Read: status=200, state=6
D [06/Feb/2025:14:14:51 +0100] [Client 22] Authorized as matrix using PeerCred.
D [06/Feb/2025:14:14:51 +0100] [Client 22] 2.0 Cancel-Subscription 101
D [06/Feb/2025:14:14:51 +0100] Cancel-Subscription /
D [06/Feb/2025:14:14:51 +0100] cupsdIsAuthorized: username="matrix"
D [06/Feb/2025:14:14:51 +0100] cupsdMarkDirty(----S)
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 22] Returning IPP successful-ok for Cancel-Subscription (/) from localhost.
D [06/Feb/2025:14:14:51 +0100] [Client 22] Content-Length: 75
D [06/Feb/2025:14:14:51 +0100] [Client 22] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [06/Feb/2025:14:14:51 +0100] [Client 22] con->http=0x622921134b70
D [06/Feb/2025:14:14:51 +0100] [Client 22] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=75, response=0x622921143120(IPP_STATE_DATA), pipe_pid=0, file=-1
D [06/Feb/2025:14:14:51 +0100] [Client 22] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [06/Feb/2025:14:14:51 +0100] [Client 22] bytes=0, http_state=0, data_remaining=75
D [06/Feb/2025:14:14:51 +0100] [Client 22] Flushing write buffer.
D [06/Feb/2025:14:14:51 +0100] [Client 22] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:51 +0100] [Client 22] Waiting for request.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 29] GET /admin/conf/cupsd.conf HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 29] Read: status=200, state=3
D [06/Feb/2025:14:14:51 +0100] [Client 29] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:51 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:51 +0100] [Client 29] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:51 +0100] [Client 29] Not a snap - allowed.
D [06/Feb/2025:14:14:51 +0100] [Client 29] Processing GET /admin/conf/cupsd.conf
D [06/Feb/2025:14:14:51 +0100] [Client 29] filename="/etc/cups/cupsd.conf", type=text/plain
D [06/Feb/2025:14:14:51 +0100] [Client 29] cupsdSendHeader: code=304, type="(null)", auth_type=0
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 29] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [06/Feb/2025:14:14:51 +0100] [Client 29] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 30] Server address is "/run/cups/cups.sock".
D [06/Feb/2025:14:14:51 +0100] [Client 30] Accepted from localhost (Domain)
D [06/Feb/2025:14:14:51 +0100] [Client 30] Waiting for request.
D [06/Feb/2025:14:14:51 +0100] [Client 30] GET /admin/conf/cupsd.conf HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 30] Read: status=200, state=3
D [06/Feb/2025:14:14:51 +0100] [Client 30] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:51 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:51 +0100] [Client 30] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:51 +0100] [Client 30] Not a snap - allowed.
D [06/Feb/2025:14:14:51 +0100] [Client 30] Processing GET /admin/conf/cupsd.conf
D [06/Feb/2025:14:14:51 +0100] [Client 30] filename="/etc/cups/cupsd.conf", type=text/plain
D [06/Feb/2025:14:14:51 +0100] [Client 30] cupsdSendHeader: code=200, type="text/plain", auth_type=0
D [06/Feb/2025:14:14:51 +0100] [Client 30] Sending file.
D [06/Feb/2025:14:14:51 +0100] [Client 30] con->http=0x62292113cf70
D [06/Feb/2025:14:14:51 +0100] [Client 30] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=5012, response=(nil)(), pipe_pid=0, file=24
D [06/Feb/2025:14:14:51 +0100] [Client 30] con->http=0x62292113cf70
D [06/Feb/2025:14:14:51 +0100] [Client 30] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=5012, response=(nil)(), pipe_pid=0, file=24
D [06/Feb/2025:14:14:51 +0100] [Client 30] con->http=0x62292113cf70
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
D [06/Feb/2025:14:14:51 +0100] [Client 30] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=5012, response=(nil)(), pipe_pid=0, file=24
D [06/Feb/2025:14:14:51 +0100] [Client 30] Flushing write buffer.
D [06/Feb/2025:14:14:51 +0100] [Client 30] New state is HTTP_STATE_WAITING
D [06/Feb/2025:14:14:51 +0100] [Client 30] Waiting for request.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 30] GET /admin/conf/cupsd.conf HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 30] Read: status=200, state=3
D [06/Feb/2025:14:14:51 +0100] [Client 30] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:51 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:51 +0100] [Client 30] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:51 +0100] [Client 30] Not a snap - allowed.
D [06/Feb/2025:14:14:51 +0100] [Client 30] Processing GET /admin/conf/cupsd.conf
D [06/Feb/2025:14:14:51 +0100] [Client 30] filename="/etc/cups/cupsd.conf", type=text/plain
D [06/Feb/2025:14:14:51 +0100] [Client 30] cupsdSendHeader: code=304, type="(null)", auth_type=0
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 30] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [06/Feb/2025:14:14:51 +0100] [Client 30] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 31] Server address is "/run/cups/cups.sock".
D [06/Feb/2025:14:14:51 +0100] [Client 31] Accepted from localhost (Domain)
D [06/Feb/2025:14:14:51 +0100] [Client 31] Waiting for request.
D [06/Feb/2025:14:14:51 +0100] [Client 31] PUT /admin/conf/cupsd.conf HTTP/1.1
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 31] Read: status=200, state=9
D [06/Feb/2025:14:14:51 +0100] [Client 31] Authorized as cups-pk-helper using PeerCred.
D [06/Feb/2025:14:14:51 +0100] cupsdIsAuthorized: username="cups-pk-helper"
D [06/Feb/2025:14:14:51 +0100] [Client 31] AppArmor profile is 'unconfined'.
D [06/Feb/2025:14:14:51 +0100] [Client 31] Not a snap - allowed.
D [06/Feb/2025:14:14:51 +0100] [Client 31] Read: status=100, state=9
I [06/Feb/2025:14:14:51 +0100] [Client 31] Installing config file "/etc/cups/cupsd.conf"...
D [06/Feb/2025:14:14:51 +0100] [Client 31] cupsdSendHeader: code=201, type="(null)", auth_type=0
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 1] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 2] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 13] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 22] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] [Client 31] Closing connection.
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
E [06/Feb/2025:14:14:51 +0100] Scheduler shutting down due to program error.
D [06/Feb/2025:14:14:51 +0100] cupsdMarkDirty(----S)
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] Expiring subscriptions...
I [06/Feb/2025:14:14:51 +0100] Saving job.cache...
I [06/Feb/2025:14:14:51 +0100] Saving subscriptions.conf...
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] Creating KeepAlive/PID file "/var/cache/cups/org.cups.cupsd".
D [06/Feb/2025:14:14:51 +0100] cupsdMarkDirty(---J-)
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs"
D [06/Feb/2025:14:14:51 +0100] Notifier dbus started - PID = 7900
D [06/Feb/2025:14:14:51 +0100] Notifier dbus started - PID = 7901
D [06/Feb/2025:14:14:51 +0100] Notifier dbus started - PID = 7902
D [06/Feb/2025:14:14:51 +0100] Notifier dbus started - PID = 7903
D [06/Feb/2025:14:14:51 +0100] cupsdMarkDirty(----S)
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] cupsdMarkDirty(---J-)
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [06/Feb/2025:14:14:51 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
I [06/Feb/2025:14:14:51 +0100] Saving job.cache...
D [06/Feb/2025:14:14:51 +0100] [Job 4] Unloading...
D [06/Feb/2025:14:14:51 +0100] [Job 7] Unloading...
D [06/Feb/2025:14:14:51 +0100] [Job 8] Unloading...
D [06/Feb/2025:14:14:51 +0100] [Job 9] Unloading...
D [06/Feb/2025:14:14:51 +0100] cupsdStopSelect()
E [06/Feb/2025:14:16:38 +0100] Unknown directive JobPrivateAccess on line 137 of /etc/cups/cupsd.conf.
E [06/Feb/2025:14:16:38 +0100] Unknown directive JobPrivateValues on line 138 of /etc/cups/cupsd.conf.
E [06/Feb/2025:14:16:38 +0100] Unknown directive SubscriptionPrivateAccess on line 139 of /etc/cups/cupsd.conf.
E [06/Feb/2025:14:16:38 +0100] Unknown directive SubscriptionPrivateValues on line 140 of /etc/cups/cupsd.conf.
W [06/Feb/2025:14:16:38 +0100] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
E [06/Feb/2025:14:41:28 +0100] [CGI] cups-brf must be called as root
E [06/Feb/2025:14:41:28 +0100] [cups-deviced] PID 13343 (cups-brf) stopped with status 1!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/French/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Portuguese/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/English/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Spanish/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/German/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/Global/Italian/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/French/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Portuguese/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/English/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Spanish/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/German/TAP-4531i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAPC3562i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAPC3566i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-4536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-6036i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAPC3066i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-4536\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-4531\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-5536i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAPC3062i\"!
E [06/Feb/2025:14:41:45 +0100] [cups-driverd] Bad driver information file \"/usr/share/ppd/openprinting/Utax/EU/Italian/TAP-4531i\"!
E [06/Feb/2025:18:55:33 +0100] Unknown directive JobPrivateAccess on line 137 of /etc/cups/cupsd.conf.
E [06/Feb/2025:18:55:33 +0100] Unknown directive JobPrivateValues on line 138 of /etc/cups/cupsd.conf.
E [06/Feb/2025:18:55:33 +0100] Unknown directive SubscriptionPrivateAccess on line 139 of /etc/cups/cupsd.conf.
E [06/Feb/2025:18:55:33 +0100] Unknown directive SubscriptionPrivateValues on line 140 of /etc/cups/cupsd.conf.
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
Codice: Seleziona tutto
lpstat -l -t
http://localhost:631/admin
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
edit ho controllato e l'indirizzo è quello giusto ma la connessione non me la dà, qualche giorno fa avevo provato e mi aveva dato la connessione. proverò più tardi.
Codice: Seleziona tutto
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ lpstat -l -t
lo scheduler è in funzione
nessuna destinazione predefinita di sistema
lpstat: Nessuna destinazione aggiunta.
lpstat: Nessuna destinazione aggiunta.
lpstat: Nessuna destinazione aggiunta.
lpstat: Nessuna destinazione aggiunta.
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
edit: praticamente ho usato i cavi che erano dell'altra epson scollegati da una e collegati all'altra.
- magozurlinux
- Accecante Asceta
- Messaggi: 25296
- Iscrizione: mercoledì 17 marzo 2010, 17:44
- Desktop: xubuntu
- Distribuzione: ubuntu 24.04.2 LTS
- Sesso: Maschile
- Località: Pisa
Re: Installazione driver nuova stampante epson XP-2200
Da terminale postami questi comandi:
Codice: Seleziona tutto
dpkg -l | grep cups
Codice: Seleziona tutto
dpkg -l | grep gutenprint
Codice: Seleziona tutto
sudo systemctl status cups
Codice: Seleziona tutto
sudo journalctl -b 0 cupsd
- checob
- Scoppiettante Seguace
- Messaggi: 477
- Iscrizione: mercoledì 10 dicembre 2008, 10:59
- Desktop: Xfce
- Distribuzione: Xubuntu 24.04 64-bit
- Sesso: Maschile
- Località: VENEZIA
Re: Installazione driver nuova stampante epson XP-2200
edit che faccio? chiudo e do l'ultimo comando?
Codice: Seleziona tutto
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ dpkg -l | grep cups
ii bluez-cups 5.72-0ubuntu5 amd64 Bluetooth printer driver for CUPS
ii cups 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
ii cups-browsed 2.0.0-0ubuntu10.2 amd64 OpenPrinting cups-browsed
ii cups-bsd 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-client 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - client programs (SysV)
ii cups-common 2.4.7-1.2ubuntu7.3 all Common UNIX Printing System(tm) - common files
ii cups-core-drivers 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - driverless printing
ii cups-daemon 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - daemon
ii cups-filters 2.0.0-0ubuntu4 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 2.0.0-0ubuntu4 amd64 OpenPrinting CUPS Filters - Driverless printing
ii cups-ipp-utils 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - IPP developer/admin utilities
ii cups-pk-helper 0.2.6-1ubuntu8 amd64 PolicyKit helper to configure cups with fine-grained privileges
ii cups-ppdc 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii cups-server-common 2.4.7-1.2ubuntu7.3 all Common UNIX Printing System(tm) - server common files
ii libcups2t64:amd64 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - Core library
ii libcupsfilters2-common 2.0.0-0ubuntu7.1 all OpenPrinting libcupsfilters - Auxiliary files
ii libcupsfilters2t64:amd64 2.0.0-0ubuntu7.1 amd64 OpenPrinting libcupsfilters - Shared library
ii libcupsimage2t64:amd64 2.4.7-1.2ubuntu7.3 amd64 Common UNIX Printing System(tm) - Raster image library
ii printer-driver-hpcups 3.23.12+dfsg0-0ubuntu5 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii python3-cups:amd64 2.0.1-5build6 amd64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.18-1ubuntu9 all Python utility modules around the CUPS printing system
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ dpkg -l | grep gutenprint
matrix@matrix-HP-Compaq-Elite-8300-SFF:~$ sudo systemctl status cups
[sudo] password di matrix:
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled; preset: ena>
Active: active (running) since Fri 2025-02-07 19:20:19 CET; 2min 15s ago
TriggeredBy: ● cups.path
● cups.socket
Docs: man:cupsd(8)
Main PID: 1412 (cupsd)
Status: "Scheduler is running..."
Tasks: 1 (limit: 9294)
Memory: 5.9M (peak: 6.1M)
CPU: 21ms
CGroup: /system.slice/cups.service
└─1412 /usr/sbin/cupsd -l
Feb 07 19:20:19 matrix-HP-Compaq-Elite-8300-SFF systemd[1]: Starting cups.servi>
Feb 07 19:20:19 matrix-HP-Compaq-Elite-8300-SFF systemd[1]: Started cups.servic>
lines 1-16/16 (END)...skipping...
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-02-07 19:20:19 CET; 2min 15s ago
TriggeredBy: ● cups.path
● cups.socket
Docs: man:cupsd(8)
Main PID: 1412 (cupsd)
Status: "Scheduler is running..."
Tasks: 1 (limit: 9294)
Memory: 5.9M (peak: 6.1M)
CPU: 21ms
CGroup: /system.slice/cups.service
└─1412 /usr/sbin/cupsd -l
Feb 07 19:20:19 matrix-HP-Compaq-Elite-8300-SFF systemd[1]: Starting cups.service - CUPS Scheduler...
Feb 07 19:20:19 matrix-HP-Compaq-Elite-8300-SFF systemd[1]: Started cups.service - CUPS Scheduler.
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-16/16 (END)
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti