Re: problem: getting nfs up and running

1997-05-06 Thread Michael J Devine
Trying to get nfs running, but something just isn't right...


 What does your /etc/exports look like ?


# /etc/exports: the access control list for filesystems which may be exported
#   to NFS clients.  See exports(5).
/home *.ewu (rw)


 Do you have the portmapper running ?


This is the result from running 'rpcinfo -p':

program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
191   udp760  yppasswdd
142   udp761  ypserv
141   udp761  ypserv
142   tcp764  ypserv
172   udp763  ypbind
172   tcp765  ypbind
151   udp946  mountd
151   tcp948  mountd
132   udp   2049  nfs
132   tcp   2049  nfs


 Did you try to run rpc.mountd and rpc.nfsd by hand ?

I did. There was no output to the screen, just a little crunching on the
drive.

Well, I hope this helps...


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


problem: getting nfs up and running

1997-05-01 Thread Michael J Devine
I'm trying to get nfs to allow my users on the client machines to have
access to their home directories on the server.  I recently was given
these helpful hints:
 
   Add this line to your server's export:
   /home  *.your domain  (rw)
  Then reboot, or do /etc/init.d/netstd_nfs start
 
   Add this line to your client's fstab:
   server's name:/home /home nfs rsize=8192,wsize=8192,bg,intr
  Then do mount -a
 
I did all this, and when I executed the nfs start, I got this message:
Starting remote filesystem services:

Notice that none of the nfsd,mountd,ugidd, etc..., lines are being
printed to the screen.  Am I missing a basic setup step?

Thanks in Advance...

Mike Devine
Eastern Washington University
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem: getting nfs up and running

1997-05-01 Thread Philippe Troin

On Thu, 01 May 1997 11:58:53 PDT Michael J Devine ([EMAIL PROTECTED]) 
wrote:

 I'm trying to get nfs to allow my users on the client machines to have
 access to their home directories on the server.  I recently was given
 these helpful hints:
[snip]
 I did all this, and when I executed the nfs start, I got this message:
 Starting remote filesystem services:
 
 Notice that none of the nfsd,mountd,ugidd, etc..., lines are being
 printed to the screen.  Am I missing a basic setup step?

What does your /etc/exports look like ?
Do you have the portmapper running ?
Did you try to run rpc.mountd and rpc.nfsd by hand ?

Phil.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


problem: getting nfs up and running

1997-04-29 Thread Michael J Devine
I'm trying to get nfs to allow my users on the client machines to have
access to their home directories on the server.  I recently was given
these helpful hints:

   Add this line to your server's export:
   /home  *.your domain  (rw)
  Then reboot, or do /etc/init.d/netstd_nfs start
 
   Add this line to your client's fstab:
   server's name:/home /home nfs rsize=8192,wsize=8192,bg,intr
  Then do mount -a

I did all this, and when I executed the nfs start, I got this message:
Starting remote filesystem services:

Notice that none of the nfsd,mountd,ugidd, etc..., lines are being
printed to the screen.  Am I missing a basic setup step?

Thanks in Advance...

Mike Devine
Eastern Washington University


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem: getting nfs up and running

1997-04-29 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Michael J Devine [EMAIL PROTECTED] wrote:
I'm trying to get nfs to allow my users on the client machines to have
access to their home directories on the server.  I recently was given
these helpful hints:

   Add this line to your server's export:
  /home  *.your domain  (rw)
  Then reboot, or do /etc/init.d/netstd_nfs start
 
   Add this line to your client's fstab:
  server's name:/home /home nfs rsize=8192,wsize=8192,bg,intr
  Then do mount -a

I did all this, and when I executed the nfs start, I got this message:
Starting remote filesystem services:

Notice that none of the nfsd,mountd,ugidd, etc..., lines are being
printed to the screen.  Am I missing a basic setup step?

Yes it should be /etc/init.d/netstd_nfs reload. Otherwise no daemons
are restarted since they are ofcourse already running.

Mike.
-- 
|Miquel van  |  I need more space Well, why not move to Texas |
| [EMAIL PROTECTED] |  No, on my account, stupid. Stupid? Uh-oh..|
|   PGP fingerprint: FE 66 52 4F CD 59 A5 36  7F 39 8B 20 F1 D6 74 02 |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .