Note that this is the same as Ubuntu bug #548739. Here are the details of the workaround mentioned in the bug report.
In /etc/init.d/p910nd , comment out: [ ! -d /var/lock/p910nd ] && mkdir -p /var/lock/p910nd And replace it with: [ ! -d /var/lock/subsys ] && mkdir -p /var/lock/subsys -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

