>From: "Mike McNally" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >CC: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: nfs not showing up in 'ps' >If you look at /etc/rc.d/init.d/nfs, you'll see that the script exits if >it can't find the bits or if there's no export file. So: > >1) Have you installed nfs? >2) Do you have filesystems set up for export? Thanks Mike, all it took was putting something in the /etc/export file and then: [root@corni /etc]# killall -HUP rpc.nfsd rpc.mountd rpc.nfsd: no process killed rpc.mountd: no process killed [root@corni /etc]# so that didnt seem to do anything, but the following did: [root@corni /etc]# /etc/rc.d/init.d/portmap stop Stopping portmap services: [ OK ] [root@corni /etc]# /etc/rc.d/init.d/nfs stop Shutting down NFS services: [ OK ] Shutting down NFS mountd: [FAILED] Shutting down NFS daemon: [FAILED] Shutting down NFS quotas: [FAILED] [root@corni /etc]# /etc/rc.d/init.d/portmap start Starting portmapper: [ OK ] [root@corni /etc]# /etc/rc.d/init.d/nfs start Starting NFS services: [ OK ] Starting NFS quotas: [ OK ] Starting NFS mountd: [ OK ] Starting NFS daemon: [ OK ] [root@corni /etc]# the system now seems to respond appropriately and now I do see a response out of pstree: [root@corni /etc]# pstree |grep nfs |-8*[nfsd] [root@corni /etc]# pstree |grep mountd |-rpc.mountd [root@corni /etc]# pstree |grep portmap |-portmap [root@corni /etc]# thanks again Jack _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list