Your message dated Sun, 28 Feb 2010 17:48:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#422065: [Debconf-devel] Bug#422065: debconf: 
completion file contains
has caused the Debian Bug report #422065,
regarding cant login into gnome-2.18 in Debian Sid+experimental error in 
debconf :/etc/bash_completion.d/debconf: line 10: `_debconf-show': not a valid 
identifier
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
422065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422065
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debconf
Priority: required
Section: admin
Installed-Size: 1496
Maintainer: Debconf Developers <[email protected]>
Architecture: all
Version: 1.5.13
Hello,
I uses debian experimental+ Sid apt-pinned.with today's upgrade I
ended up with cant login into my GNOME Desktop.the error is showing on
the login process as
:~$cat .xsession-errors
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -w
/var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l
":0" "root"
/etc/gdm/Xsession: Beginning session setup...
/etc/bash_completion.d/debconf: line 10: `_debconf-show': not a valid identifier
While upto gdm screen everything seems alright.
the line contains:
/etc/bash_completion.d/debconf: line 10: `_debconf-show': not a valid identifier
I checked that file and its contents are below:
~# cat /etc/bash_completion.d/debconf
have debconf-show &&
_debconf-show()
{
       local cur

       COMPREPLY=()
       cur=${COMP_WORDS[COMP_CWORD]}
       COMPREPLY=($( compgen -W '--listowners --listdbs --db=' -- $cur ) \
                       $( apt-cache pkgnames -- $cur ) )
}
complete -F _debconf-show debconf-show
the files source was from the package "debconf".
I logged into this session with gnome by running gnome-session along
with startx :(
Hope this bug get fixed upstream.
                                                                        truely,
                                                              Prakash


--- End Message ---
--- Begin Message ---
On Wed, Nov 21, 2007 at 14:36:33 +0100, Josselin Mouette wrote:

> Hi,
> 
> Le lundi 12 novembre 2007 à 12:06 +0000, Unric David a écrit :
> > I can confirm this bug and it's not related to gdm because the same
> > behaviour was observed at xdm.
> > 
> > User startup scripts (.profile or .bash_profile) are not sourced at X
> > login (Xsession) by default so bash-completion is not too. If you load
> > them in your ~/.xsession f.E. the described problem shows but only for
> > root account in my case.
> > 
> > I guess the bug lies somewhere in (paranoid) environment settings of
> > display managers or Xsession startup scripts for root because bash
> > (login shell for root) has no problems with hyphens in function names.
> 
> Enabling bash completion in ~/.xsession looks almost like deliberate
> breakage to me, and I don't think we need so support such a case.
> 
Sounds like local configuration error, rather than a gdm bug, so closing
this.  Thanks for your report.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to