The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: bert hubert <ahu@ds9a.nl>
To: linux-kernel@vger.kernel.org, neilb@cse.unsw.edu.au
Subject: Re: nfsd/sunrpc boot on reboot in 2.5.44
Date: Sun, 20 Oct 2002 20:21:13 +0200	[thread overview]
Message-ID: <20021020182113.GB26384@outpost.ds9a.nl> (raw)
In-Reply-To: <20021020173142.GA26384@outpost.ds9a.nl>

On Sun, Oct 20, 2002 at 07:31:42PM +0200, bert hubert wrote:

> I'm looking if I can reproduce this.

Like clockwork, it happens just after 'Unexporting directories'. If you run
exportfs -au first, nothing happens. the error only happens when the entire
script runs.

  stop)
        printf "Stopping $DESC: mountd"
        start-stop-daemon --stop --oknodo --quiet \
            --name rpc.mountd --user 0
        printf " nfsd"
        start-stop-daemon --stop --oknodo --quiet \
            --name nfsd --user 0 --signal 2
        echo "."

        printf "Unexporting directories for $DESC..."
        $PREFIX/sbin/exportfs -au
        echo "done."
        ;;

This is /etc/exports:
 # /etc/exports: the access control list for filesystems which may be
exported
#		to NFS clients.  See exports(5)
/ 10.0.0.0/255.0.0.0(rw)
/mnt 10.0.0.0/255.0.0.0(rw)

Regards,

bert

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO

  reply	other threads:[~2002-10-20 18:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-20 17:31 nfsd/sunrpc boot on reboot in 2.5.44 bert hubert
2002-10-20 18:21 ` bert hubert [this message]
2002-10-20 23:21 ` Hirokazu Takahashi
2002-10-21  3:25 ` Neil Brown
2002-10-21  3:26 ` Neil Brown
2002-10-21  6:34   ` bert hubert
2002-10-21 14:37     ` Kai Germaschewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021020182113.GB26384@outpost.ds9a.nl \
    --to=ahu@ds9a.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neilb@cse.unsw.edu.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox