i fixed this by opening /usr/lib/lsb/initdutils.py
then changing 
rise ValueError, 'need a file or string'
to 
rise ValueError('need a file or string)

and

except ValueError, x:
to 
except ValueError(x:)

it also helped boot to login faster.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798192

Title:
  install_initd fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/798192/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to