Announcement

Collapse
No announcement yet.

Long boot time due to NFS mounts

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Long boot time due to NFS mounts

    My boot time currently is 1 min 43 secs - about twice as long as 10.04. This error is repeated 4 times during boot:
    Code:
    mount.nfs: Failed to resolve server server: Name or service not known
    mount.nfs: Failed to resolve server server: Name or service not known
    mountall: mount /shared [1101] terminated with status 32
    mountall: mount /backup/home [1106] terminated with status 32
    According to bootchart, rpd.statd takes a long while to load.

    So either NFS isn't starting soon enough or the order of events is wrong. Anyone else having this issue?

    Using the same fstab as 10.04, just way worse results.

    Please Read Me

    #2
    Re: Long boot time due to NFS mounts

    network stack starting later then expected. do u have in your fstab them set as net devices? that should hold attempting to boot them untill the network is up.
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Re: Long boot time due to NFS mounts

      Use to have to do that in 9.04, 10.04 fixed it, now it's back to the old way. I hate regressions

      Please Read Me

      Comment


        #4
        Re: Long boot time due to NFS mounts

        i just ingore those errors since when i log in they are working anyway .. i've havn't noticed my machine taking extra time to boot but it very well could i've never timed it.
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          Re: Long boot time due to NFS mounts

          Yeah, it's not a deal breaker. It's a desktop I rarely reboot anyway. Just thought if was worth mentioning to see if anyone was having the same issue or had a fix

          Please Read Me

          Comment


            #6
            Re: Long boot time due to NFS mounts

            I ran nfs several years ago at work and had speed problems booting up. I had to add
            nfs rw,hard,intr,rsize=8192,wsize=8192
            to the mounting command.
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment


              #7
              Re: Long boot time due to NFS mounts

              Using
              Code:
              rw,hard,intr,noexec 0 0
              options, I see no boot delay on Debian, except when I forget to turn on the other box first. :P

              Comment


                #8
                Re: Long boot time due to NFS mounts

                Originally posted by GreyGeek
                I ran nfs several years ago at work and had speed problems booting up. I had to add
                nfs rw,hard,intr,rsize=8192,wsize=8192
                to the mounting command.
                Yeah, that what I had. I've had to add _netdev too.

                Please Read Me

                Comment


                  #9
                  Re: Long boot time due to NFS mounts

                  Update: Rebooted yesterday and adding _netdev made no difference. I'm guessing it's not network related but rather something with nfs services and their start order.

                  Please Read Me

                  Comment

                  Working...
                  X