ncarr / addon-repository

Nicholas' Home Assistant addon repository
MIT License
21 stars 30 forks source link

Fails to print #7

Open narektutikian opened 1 year ago

narektutikian commented 1 year ago

I installed and configured The Printer is accessible on the network.

However, the job stops in the print queue when I try to print.

Here is the log from add-on

[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] dbus-setup: executing... 
[cont-init.d] dbus-setup: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Found user 'avahi' (UID 105) and group 'avahi' (GID 111).
Successfully dropped root privileges.
avahi-daemon 0.7 starting up.
Successfully called chroot().
Successfully dropped remaining capabilities.
No service file found in /etc/avahi/services.
Joining mDNS multicast group on interface eth0.IPv4 with address 172.30.33.3.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Server startup complete. Host name is homeassistant.local. Local service cookie is 4276161580.
dbus-daemon[215]: [system] Activating service name='org.freedesktop.ColorManager' requested by ':1.1' (uid=0 pid=344 comm="/usr/sbin/cupsd -f ") (using servicehelper)
dbus-daemon[215]: [system] Successfully activated service 'org.freedesktop.ColorManager'
(colord:392): Cd-WARNING **: 06:54:02.335: failed to get session [pid 344]: No data available
(colord:392): Cd-WARNING **: 06:54:28.075: failed to get session [pid 344]: No data available

The job page screen

image

Please, give a hint of who to debug. I can ssh into the running image of CUPS in home assistant but not sure what to look for.