<br><br><div class="gmail_quote">On Sun, Jun 21, 2009 at 5:34 PM, Clint Dilks <span dir="ltr">&lt;<a href="mailto:clintd@scms.waikato.ac.nz">clintd@scms.waikato.ac.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi, I haven&#39;t followed all of this Thread but I can confirm NIS works for F11 here.  My Particular config is SELinux Disabled (Note that with NIS there is a difference between disabled and permissive) and I believe I was seeing what you see when I was using NetworkManger to control networking when a system booted it couldn&#39;t bind to a ypserver until I logged in and restarted the service.  I tried experimenting with when yp started and even added a line to rc.local to restart the service.  This made no difference.<br>

</blockquote></div><br>What&#39;s the difference between disabled vs permissive for NIS?  I&#39;m using NIS, and running on SELinux permissive and it works fine.  If a NetworkManager network isn&#39;t set up to automatically connect to a network and have it configured as &quot;Available to all users&quot; (i.e. a systme wide network setting) the NIS service will time out when ypbind tries to bind and fail, which makes sense because during boot, there&#39;s no network address.  If you log in, allow NetworkManager to connect, then run ypbind it&#39;ll work because you actually have a network for ypbind to search for it&#39;s server on.<br>
<br>So simple solution, as your user enable &quot;connect automatically&quot; and &quot;available to all users&quot; in the network manager configuration and it should work.  Another problem may be if for some reason the ypbind service starts before the network manager service.<br>
<br>If that doesn&#39;t work for you, then I&#39;d suggest you disable network manager completely, and use the old system-config-network network configuration, as that should create a system wide network profile that is activated upon boot.  With Fedora 10, I had to do that as I was never able to get system wide networkmanager profiles working.<br>
<br>Andy<br>