Linux NFS development
 help / color / mirror / Atom feed
From: Andy Kennedy <akennedy@techmoninc.com>
To: nfs@lists.sourceforge.net
Subject: Re: Battered in Brimingham. . .
Date: Wed, 05 Sep 2007 10:28:51 -0500	[thread overview]
Message-ID: <46DECB33.3000800@techmoninc.com> (raw)
In-Reply-To: <46DDD27B.5000100@techmoninc.com>

Andy Kennedy wrote:
> Okay, I've done this before -- hundreds of times. . . all with Slackware 
> -- the latest one was 10.2 (I think).  Before, I've never had to do any 
> configuration but just add the clients to the exports file, make sure 
> that NFS was built into the Linux kernel (with the TCP support for it) 
> -- then continue on my happy way with setting up my fstab in the client 
> to mount the shares at boot. . .
>
> HOWEVER,
> Now I'm working with an ARM system.  It took great pains to build all 
> the utils (on an external USB drive with a native compiler) needed so 
> that nfs-tools would build.  I believe that I have the tools configured 
> built correctly because I can, in my /etc/exports file, put the line:
> /www/flashcard 127.0.0.1(rw,no_root_squash,sync,insecure)
> then execute the command:
> mount 127.0.0.1:/www/flashcard /mnt
> and get a nice shiny new mount via NFS on my /mnt.
>
> Okay, this I tried after hours upon hours of attempting to get one of 
> two systems to mount /www/flashcard (1) a SBC with only PPP over async 
> and a null modem cable and (2) my host via a network connection.  The 
> results are the same -- the client reports that it "Cannot read super 
> block" after a long delay and the only thing in the server log file is 
> "authenticated mount request from ...".
>
> My first though:  I've screwed something up on the ARM. . . okay switch 
> gears and plug in my computer as the server, and another computer on the 
> network as the client.  Same results.
>
> What am I doing wrong here?
>
> TIA,
> Andy
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> NFS maillist  -  NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs
>
>   
Found it.  For anyone who may be searching for my solution there were 
two separate issues here:

1) Desktop -> Desktop via ethernet:
This issue was due to the fact that we currently don't have a DNS server 
providing local names.  After adding the host name to the /etc/hosts 
file, we were able to connect.

2) Desktop -> SBC via serial cable:
Unfortunately, the default install for the network configuration was 
all: PARANOID in /etc/host.deny.  I did do a vi /etc/host* but must have 
quit out before I got to the deny file. . .

Bummer man. . . there's three days of my life I cannot get back.


Andy

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

       reply	other threads:[~2007-09-05 15:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <46DDD27B.5000100@techmoninc.com>
2007-09-05 15:28 ` Andy Kennedy [this message]
2007-09-05 21:24   ` Battered in Brimingham. . Steinar H. Gunderson

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=46DECB33.3000800@techmoninc.com \
    --to=akennedy@techmoninc.com \
    --cc=nfs@lists.sourceforge.net \
    /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