[OpenAFS] Boot sequence OpenAFS/ GDM
Jeffrey Hutzelman
jhutz@cmu.edu
Thu, 17 Oct 2013 12:24:34 -0400
On Thu, 2013-10-17 at 13:15 +0000, Brandon Allbery wrote:
> The cheaty way to do this is to add something like
>
> while sleep 5; do
> test -d /afs/grand.central.org/service && break
> done
>
> to the startup phase, to wait until we can reach something (you may want
> to use a path in your local cell)
Indeed you might. I don't promise that /afs/grand.central.org/service
will be reachable whenever you happen to want to boot your machines. :-)