ok, so the issue is that the print driver you have on your system has been built for i386 and not for amd64. It's surprising that it works at all :)
As it seems to work, you may try to do: "dpkg -i cnijfilter- common_2.70-2_i386.deb --force-architecture" to install it regardless of the architecture. It's not a recommended solution though, the proper way of doing it would be to get an amd64 package. Can you either run that dpkg command above or remove the package from your system ? Then do: sudo apt-get update sudo apt-get dist-upgrade To make sure the system is up to date and doesn't have any half- installed package remaining. Then please attach the output of "dpkg -l" again so I can make sure you don't have any other broken package on your system. If that's all clean, then it'll be interesting to see if you still get crashes in software center. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742935 Title: aptd crashed with OSError in release(): [Errno 9] Bad file descriptor -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
