lent, I diff'd your cups.conf with mine and got this:
--- /etc/init/cups.conf 2011-01-03 18:50:09.000000000 -0800
+++ cups.conf 2011-02-15 12:06:02.000000000 -0800
@@ -25,7 +25,7 @@
fi
mkdir -p /var/run/cups/certs
- /lib/init/apparmor-profile-load usr.sbin.cupsd
+ [ -x /lib/init/apparmor-profile-load ] && /lib/init/apparmor-profile-load
usr.sbin.cupsd
end script
exec /usr/sbin/cupsd -F
@@ -51,10 +51,4 @@
/lib/udev/udev-configure-printer add "${printer#/sys}"
done
fi
-
- # poke Samba to reload printers
- smbd=`status smbd | awk '/start\/running, process [[:digit:]]+/ { print
$NF}'`
- if [ -n "$smbd" ]; then
- kill -HUP "$smbd"
- fi
end script
I have the same version of cups here:
ii cups 1.4.5-1ubuntu6 Common UNIX
Printing System(tm) - server
I have the same version of upstart:
ii upstart 0.6.7-5
event-based init daemon
And I was able to start cups with your version just fine.
So so I'm wondering if you're not affected anymore, and maybe this was a
transient error (the unknown job error can happen if either the file is
removed, or there is a syntax error).
Can you please show the output of these commands:
sudo status cups
sudo stop cups
sudo start cups
sudo status cups
sudo grep init: /var/log/daemon.log
dpkg -l upstart
Marking Incomplete pending response from lent
** Changed in: upstart (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711497
Title:
package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 1
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs