Bug 165873
| Summary: | shopt -q login_shell in /etc/bashrc fails, blocks scp | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Wayne Pollock <pollock> |
| Component: | setup | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | rvokal, steve |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-10-17 19:56:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Wayne Pollock
2005-08-13 06:01:55 UTC
Fixing component. (/etc/bashrc is owned by the 'setup' package.) The bug isn't in /etc/bashrc, but in one of the /etc/profile.d/*.sh files. If the session is a login session then /etc/profile is run which runs all /etc/profile.d/*.sh scripts. If the session is not a login session (that means /etc/profile won't run) then /etc/bashrc should run the /etc/profile.d/*.sh scripts. Bottomline is that the /etc/profile.d/*.sh should run in all cases. I suggest that the reporter of this bug finds the offending script and reports the bug to the respecting package. As for this bug, IMO it should be marked as NOTABUG. |