Debian Bug report logs - #611426
broken dpkg -P completion

Package: bash-completion; Maintainer for bash-completion is Gabriel F. T. Gomes <gabriel@debian.org>; Source for bash-completion is src:bash-completion (PTS, buildd, popcon).

Reported by: Marius Ionel <webmaster@grupnet.ro>

Date: Sat, 29 Jan 2011 07:09:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: David Paleino <dapal@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Matthijs Mohlmann <matthijs@cacholong.nl>:
Bug#611426; Package pdns-recursor. (Sat, 29 Jan 2011 07:09:04 GMT) (full text, mbox, link).


Acknowledgement sent to Marius Ionel <webmaster@grupnet.ro>:
New Bug report received and forwarded. Copy sent to Matthijs Mohlmann <matthijs@cacholong.nl>. (Sat, 29 Jan 2011 07:09:04 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Marius Ionel <webmaster@grupnet.ro>
To: submit@bugs.debian.org
Subject: pdns-recursor uninstall problem
Date: Sat, 29 Jan 2011 08:59:18 +0200
Subject: pdns-recursor: Unuinstall problem
Package: pdns-recursor
Version: 3.1.7-1+lenny1
Severity: normal

*** Please type your report below this line ***
Installing pdns-recursor works fine and the package is usable but when 
bash-completion is installed and the commnets from /etc/bash.bashrc 
about bash-completion in interactive shell are removed the pdns-recursor 
doesn't apear.

So: dpkg -P pdns- (TAB-TAB) show the packages installed which start with 
pdns- but pdns-recursor doesn't apear.

root@ns1:~# dpkg -P pdns-
pdns-backend-mysql pdns-doc pdns-server
root@ns1:~# dpkg -P pdns-


root@ns1:~# dpkg -P pdns-recursor (typed by hand, because I know that 
I've installed that package)
(Se citește baza de date ... 12943 fișiere și directoare actualmente 
instalate.)
Se șterge pdns-recursor ...
Stopping PowerDNS recursor: pdns-recursor.
Curăț fișierele de configurare pentru pdns-recursor ...
Se procesează declanșatorii pentru man-db ...


-- System Information:
Debian Release: 5.0.8
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash





Information forwarded to debian-bugs-dist@lists.debian.org, Matthijs Mohlmann <matthijs@cacholong.nl>:
Bug#611426; Package pdns-recursor. (Sat, 05 Mar 2011 14:51:03 GMT) (full text, mbox, link).


Acknowledgement sent to Matthijs Möhlmann <matthijs@cacholong.nl>:
Extra info received and forwarded to list. Copy sent to Matthijs Mohlmann <matthijs@cacholong.nl>. (Sat, 05 Mar 2011 14:51:03 GMT) (full text, mbox, link).


Message #10 received at 611426@bugs.debian.org (full text, mbox, reply):

From: Matthijs Möhlmann <matthijs@cacholong.nl>
To: 611426@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: pdns-recursor uninstall problem
Date: Sat, 5 Mar 2011 15:40:20 +0100
reassign 611426 bash-completion
retitle 611426 No completion on an installed package.
thx

Hello,

This is probably not a bug in the pdns-recursor package but a problem
in the completion code from bash. I therefore reassign this bug to
bash_completion.

Are you really sure that pdns-recursor is correctly installed on the system?

Regards,

Matthijs Möhlmann





Bug reassigned from package 'pdns-recursor' to 'bash-completion'. Request was from Matthijs Möhlmann <matthijs@cacholong.nl> to control@bugs.debian.org. (Sat, 05 Mar 2011 14:51:10 GMT) (full text, mbox, link).


Bug No longer marked as found in versions pdns-recursor/3.1.7-1+lenny1. Request was from Matthijs Möhlmann <matthijs@cacholong.nl> to control@bugs.debian.org. (Sat, 05 Mar 2011 14:51:10 GMT) (full text, mbox, link).


Changed Bug title to 'No completion on an installed package.' from 'pdns-recursor uninstall problem' Request was from Matthijs Möhlmann <matthijs@cacholong.nl> to control@bugs.debian.org. (Sat, 05 Mar 2011 14:51:11 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#611426; Package bash-completion. (Sat, 05 Mar 2011 15:15:03 GMT) (full text, mbox, link).


Acknowledgement sent to dapal@debian.org:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Sat, 05 Mar 2011 15:15:03 GMT) (full text, mbox, link).


Message #21 received at 611426@bugs.debian.org (full text, mbox, reply):

From: David Paleino <dapal@debian.org>
To: Marius Ionel <webmaster@grupnet.ro>
Cc: 611426@bugs.debian.org, Matthijs Möhlmann <matthijs@cacholong.nl>
Subject: Re: pdns-recursor uninstall problem
Date: Sat, 5 Mar 2011 16:11:02 +0100
[Message part 1 (text/plain, inline)]
retitle 611426 No completion on an installed package.
tags 611426 unreproducible moreinfo
thanks

Hello,

On Sat, 5 Mar 2011 15:40:20 +0100, Matthijs Möhlmann wrote:

> This is probably not a bug in the pdns-recursor package but a problem
> in the completion code from bash. I therefore reassign this bug to
> bash_completion.

Just trying to reproduce Marius' bug, I installed pdns-recursor:

$ sudo apt-get install pdns-recursor
[..]
$ dpkg -P pd<TAB>
pdftk          pdns-recursor
$

So it's working here.

> Are you really sure that pdns-recursor is correctly installed on the system?

Other than this, I would suggest to do a "set -x", and then "dpkg -P
pdns-<TAB>", and paste the output in this bugreport. It smells much like a
configuration problem to me.

Kindly,
David
Bash-Completion Team

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, attachment)]

Added tag(s) unreproducible and moreinfo. Request was from David Paleino <dapal@debian.org> to control@bugs.debian.org. (Sat, 05 Mar 2011 15:15:05 GMT) (full text, mbox, link).


Changed Bug title to 'broken dpkg -P completion' from 'No completion on an installed package.' Request was from David Paleino <dapal@debian.org> to control@bugs.debian.org. (Sat, 05 Mar 2011 15:21:15 GMT) (full text, mbox, link).


Reply sent to dapal@debian.org:
You have taken responsibility. (Sat, 05 Mar 2011 16:45:34 GMT) (full text, mbox, link).


Notification sent to Marius Ionel <webmaster@grupnet.ro>:
Bug acknowledged by developer. (Sat, 05 Mar 2011 16:45:34 GMT) (full text, mbox, link).


Message #30 received at 611426-done@bugs.debian.org (full text, mbox, reply):

From: David Paleino <dapal@debian.org>
To: Marius Ionel <webmaster@grupnet.ro>
Cc: 611426-done@bugs.debian.org
Subject: Re: pdns-recursor uninstall problem
Date: Sat, 5 Mar 2011 17:42:18 +0100
[Message part 1 (text/plain, inline)]
On Sat, 05 Mar 2011 18:37:18 +0200, Marius Ionel wrote:

> In the mean time all is working. Unfortunatly I don't remember if there 
> was any upgrade in the mean time.

Then I'm closing the bug :)

Thanks for taking the time to report it,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, attachment)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 03 Apr 2011 07:32:43 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 09:54:50 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.