[Bug 809043] Re: Upstart bash completion does not work on ubuntu server
Davor Cubranic
davor.cubranic at alumni.cs.ubc.ca
Thu Jul 14 20:35:28 UTC 2011
James, your explanation for why this report is invalid just restated my
bug description.
The bug precisely is that Ubuntu is shipping a package (upstart's bash
completion) with an implicit dependency on another package (dbus) that
it does not declare! So if the developers view this dependency as
optional, then the upstart package should: 1) declare dbus as suggested;
and 2) not throw an error in the completion function if dbus is not
running but fail gracefully and degrade to not completing anything
instead of dumping errors to console.
** Changed in: upstart (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/809043
Title:
Upstart bash completion does not work on ubuntu server
Status in “upstart” package in Ubuntu:
New
Bug description:
Natty server does not install the dbus daemon, but upstart's bash
completion script (/etc/bash_completion.d/upstart) depends on it to be
running. Therefore, typing:
$ sudo restart <tab>
will output the following error message:
initctl: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/809043/+subscriptions
More information about the foundations-bugs
mailing list