not fixed yet.
this is the bad section in pulseaudio.postinst:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/pulseaudio" ]; then
update-rc.d pulseaudio start 50 2 3 4 5 . stop 15 1 . >/dev/null
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d pulseaudio start || exit $?
else
/etc/init.d/pulseaudio start || exit $?
fi
fi
# End automatically added section
comment it out and everything works fine. It's either that or fix the
ruddy init script to recognize if it's session-started or not. I
WANTED a system-wide one but the system keeps overriding my settings.
--
pulseaudio error 1 upgrading pulseaudio_0.9.13-2ubuntu6_i386.deb
https://bugs.launchpad.net/bugs/317921
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs