[Bash-completion-devel] Bug#550943: bash-completion: impossible to start session in gdm

Ignacio Diez ignacio.diez at alu.uclm.es
Wed Oct 14 09:21:17 UTC 2009


Package: bash-completion
Version: 1:1.1-1
Severity: critical
Tags: patch
Justification: breaks unrelated software

The new version (1:1.1-1) of bash-completion includes a file (/etc/bash_completion.d/munin-node) which is malformed. When trying to login in gdm I get an error saying that my session was less than 10 seconds long. It also renders a message saying:

/etc/bash_completion.d/munin-node: _munin-node is not a valid identifier.


Changing dashes (-) for underscores (_) in certain places in the file solves the problem.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash                          4.0-7      The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion suggests no packages.

-- no debconf information
-------------- next part --------------
4c4
< _munin-run()
---
> _munin_run()
31c31
< complete -F _munin-run munin-run
---
> complete -F _munin_run munin-run
34c34
< _munin-update()
---
> _munin_update()
59c59
< complete -F _munin-update munin-update
---
> complete -F _munin_update munin-update
62c62
< _munin-node-configure()
---
> _munin_node_configure()
95c95
< complete -F _munin-node-configure munin-node-configure
---
> complete -F _munin_node_configure munin-node-configure


More information about the Bash-completion-devel mailing list