Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User shells sometimes have no username in the prompt #1377

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

User shells sometimes have no username in the prompt #1377

sssd-bot opened this issue May 2, 2020 · 0 comments
Assignees
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/335

  • Created at 2009-12-16 23:55:32 by sgallagh
  • Closed as Fixed
  • Assigned to sgallagh

When SSSD is in use, we will intermittently see "I have no name!" in the bash shell prompt.

After extensive debugging, it turned out that we weren't gracefully handling EINTR errors from poll() (which means "I got preempted by the system, try me again).

Comments


Comment from sgallagh at 2009-12-17 00:06:05

Fields changed

status: new => assigned


Comment from sgallagh at 2009-12-18 16:21:22

Fixed by cc235ca

Notes for testing: this only happens intermittently when starting a new gnome-terminal or xterm. This happens because in that environment, setup takes longer and there is a greater window of opportunity for the race condition that this patch eliminates.

resolution: => fixed
status: assigned => closed
tests: 0 => 1


Comment from sgallagh at 2010-01-15 17:05:53

Fields changed

fixedin: => 1.0.0


Comment from jgalipea at 2010-02-09 21:45:42

Without a reproducible test, this can not be automated.

tests: 1 => 0


Comment from dpal at 2012-01-19 02:30:43

Fields changed

rhbz: => 0


Comment from sgallagh at 2017-02-24 14:42:18

Metadata Update from @sgallagh:

  • Issue assigned to sgallagh
  • Issue set to the milestone: SSSD 1.0
@sssd-bot sssd-bot added the Closed: Fixed Issue was closed as fixed. label May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants