SickHub/docker-cups-airprint

Slow to collect information about printer and a lot more after reboot.

enzofrnt opened this issue · 5 comments

Hi,
I'm using docker on Synology NAS with OS names DSM based on busybox.

Looks like there is some issue in my log :
image

The default configuration of my printer :
image

it takes a will to collect it collect the wrong things :
IMG_0327
IMG_0326
Enveloppe <> A4

I don't understand what is going on, but I'm trying to find a solution.
I will update if I have any more information.

So a fix for those "Bad listen address" is incoming, however that should not affect operations as the bad config line is ignored.

That strange. What the is also something about avachi not running no problem with it ?
Can i make test, to find the problem ?

The problem about avahi not running is addressed by this snipped. It seems to die sometimes, so this makes sure it's started regularly:

# ensure avahi is running in background (but not as daemon as this implies syslog)
(
while (true); do
  /usr/sbin/avahi-daemon -c || { /usr/sbin/avahi-daemon & }
  sleep 5
done
) &

Feel free to do tests and let me know the outcome. Help to improve this is always appreciated!

@enzofrnt is your problem solved? Then I would close this issue.

Closing as "gone cold"