[Bug 1384864] Re: Please blacklist pg_ctl and initdb
Martin Pitt
martin.pitt at ubuntu.com
Wed Oct 29 08:05:39 UTC 2014
Utopic verification:
Confusing result with utopic final:
$ dpkg-query -W command-not-found-data
command-not-found-data 0.3ubuntu15
$ pg_ctl
The program 'pg_ctl' is currently not installed. You can install it by typing:
sudo apt-get install postgres-xc
$ initdb
The program 'initdb' is currently not installed. You can install it by typing:
sudo apt-get install postgres-xc
Expected result with SRU:
$ dpkg-query -W command-not-found-data
command-not-found-data 0.3ubuntu15.1
$ pg_ctl
pg_ctl: command not found
$ initdb
initdb: command not found
** Tags removed: verification-needed
** Tags added: verification-done
** Tags removed: verification-done
** Tags added: verification-done-utopic
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to command-not-found in Ubuntu.
https://bugs.launchpad.net/bugs/1384864
Title:
Please blacklist pg_ctl and initdb
Status in “command-not-found” package in Ubuntu:
Fix Released
Status in “command-not-found” source package in Trusty:
Triaged
Status in “command-not-found” source package in Utopic:
Fix Committed
Status in “command-not-found” source package in Vivid:
Fix Released
Bug description:
pg_ctl is a command which isn't exposed by Debian/Ubuntu's
postgresql-X.Y packages; the pg_ctlcluster tool wraps this. However,
if users try to call it directly, they get:
$ pg_ctl
The program 'pg_ctl' is currently not installed. You can install it by typing:
sudo apt-get install postgres-xc
This is bad advice: It will uninstall your postgresql-X.Y packages to
replace them with -xc (which isn't integrated into the postgresql-
common infrastructure).
Can we please blacklist this from command-not-found? This should also
be done in Ubuntu 14.04 LTS.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1384864/+subscriptions
More information about the foundations-bugs
mailing list