|
Bugzilla – Full Text Bug Listing |
| Summary: | Scripts in /etc/bash_completion.d/ not loaded at login | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Christian Boltz <suse-beta> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | VERIFIED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Christian Boltz
2006-01-31 17:45:15 UTC
Please remove your ~/.bash.expert or /root/.bash.expert ... g31:/ # echo 'echo xxx' > /etc/bash_completion.d/xxx.sh g31:/ # su - xxx g31:~ # logout btw: the login shell has to be /bin/bash and not /bin/sh to be able to use the complete feature of the bash. This because the ash and ksh do not know about. Beside this /proc has to be mounted as well. Thanks for your expanation - I guess I missed to mount /proc in the chroot :-( (Never heard about .bash.expert - and man bash doesn't know either. Are you sure your calender doesn't show April 1st accidently? ;-)) I just booted beta3 - yast2 autocompletion works. If you touch ~/.bash.expert the most SuSE features in /etc/bash.bashrc will be skipped (like completion). |