Problem with CUPS

Hello guys, I have raspbian on my bananapi. I have installed CUPS (with success) and when I print the test page, the printer doesn’t complete the job. I check logs and this is the problem: CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files

The printer is Canon pixma mx395. How can I fix this problem?

Thanks

maybe missing glibc32bit?

https://www.linuxquestions.org/questions/suse-opensuse-60/printer-problems-on-opensuse-15-a-4175634061/

else try to uninstall and reinstall your printer driver or just reselect the driver in cups-admin-interface

Hi frank-w and thanks for your support. I have just tried to reinstall the printer driver o reselect the driver in cups-admin-interface.

I am searching the way to install glibc32bit on Raspbian.

I have found this online: http://ask.xmodulo.com/check-glibc-version-linux.html In my opinion I have this library on my sistem.

After that I have found in this page ((https://askubuntu.com/questions/736208/upgrading-glibc)) that this library is called libc6.

Thanks for your help

Maybe this way:

dpkg --add-architecture i386
apt-get update
apt-get install libc6-i386

But maybe arm is different…which soc do you have?

Just try to replace i386 with armhf

The board is Arm and not i386 (32bit). I tried this:

sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version (2.24-11+deb9u4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


sudo apt-get install libc6-armhf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libc6-armhf

I have this module installed on my board

Someone have got other idea? Thanks