Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 603304 Details for
Bug 846080
NIS user causes gdm autologin to fail, user isn't valid yet?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
use configured value and check even if it is zero
ypbind-mt-1.20.4-timeout.patch (text/plain), 728 bytes, created by
Honza Horak
on 2012-08-09 16:36:40 UTC
(
hide
)
Description:
use configured value and check even if it is zero
Filename:
MIME Type:
Creator:
Honza Horak
Created:
2012-08-09 16:36:40 UTC
Size:
728 bytes
patch
obsolete
>diff --git a/ypbind.init b/ypbind.init >index 8cb71a3..16cbbc9 100755 >--- a/ypbind.init >+++ b/ypbind.init >@@ -92,17 +92,12 @@ start() { > # the following fixes problems with the init scripts continuing > # even when we are really not bound yet to a server, and then things > # that need NIS fail. >- timeout=10 > firsttime=1 > SECONDS=0 >- while [ $SECONDS -lt $timeout ]; do >+ while [ $SECONDS -lt $NISTIMEOUT ] || [ $firsttime -eq 1 ] ; do >+ firsttime=0 > if /usr/sbin/rpcinfo -p | LC_ALL=C fgrep -q ypbind > then >- if [ $firsttime -eq 1 ]; then >- # reset timeout >- timeout=$NISTIMEOUT >- firsttime=0 >- fi > /usr/bin/ypwhich > /dev/null 2>&1 > retval=$? > if [ $retval -eq 0 ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846080
:
602864
|
602870
| 603304