>This shows that ypbind is being started as soon as portmap starts. But the 
>start condition for ypbind is:
>
>start on (started portmap ON_BOOT=
>         or (started portmap ON_BOOT=y
>             and ((filesystem and static-network-up) or failsafe-boot)))

>So it appears that portmap is being started with ON_BOOT= instead of
with ON_BOOT=y, confusing ypbind into believing that as >soon as portmap
starts, ypbind can also be started.

>I believe this is due to a bug in either the portmap-wait or the statd
job, one of which needs to set ON_BOOT=y.

I tried changing /etc/init/ypbind.conf reversing the conditions just to test 
   start on (started portmap ON_BOOT=y
        or (started portmap ON_BOOT=
            and ((filesystem and static-network-up) or failsafe-boot)))

The boot process delayed in 2 points (between 9 to 19 sec and after 30
sec)

ypbind started successfully!

Does this verify your assumptions of where the problem is?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/1007293

Title:
  nis doesn't work anymore after upgrade to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1007293/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to