[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: starting nfs - allow/deny



Alvin,

smead@knuth:~$ cat /proc/filesystems
        ext2
        msdos
        vfat
nodev   proc
nodev   nfs
        iso9660
nodev   devpts

smead@knuth:/boot$ grep -i nfs config-2.2.19-idepci
CONFIG_NFS_FS=y

I decided to reboot and see where I was.  In the process, the mouse cursor
doesn't show up in X, so I had to stop xdm from running on boot. Then I
discovered something interesting - not everything that goes to the screen
gets logged!!!!


Here's the tail of dmesg - yes I want PCMCIA because I want to plug in a
PCI to PCMCIA card for a wireless AP.

Apr 16 09:58:38 knuth kernel: Linux PCMCIA Card Services 3.1.22
Apr 16 09:58:38 knuth kernel:   kernel build: 2.2.19-idepci #1 Sat May 19
11:34$
Apr 16 09:58:38 knuth kernel:   options:  [pci] [cardbus] [apm]
Apr 16 09:58:38 knuth kernel: PCI routing table version 1.0 at 0xf0e80
Apr 16 09:58:38 knuth kernel: Intel PCIC probe: not found.
Apr 16 09:58:38 knuth kernel: ds: no socket drivers loaded!

<end of dmesg>
<start of lines not logged that show up on screen -  not all shown>
INIT: Entering Run Level 2
Starting syslogd klogd
<snip>
Starting NFS Common utilities statd lockd
<snip>
Starting NFS kernel daemon:nfsdnfssvc: function not implemented mountd
Exporting directories for NFS kernel daemon . . . done
<end of lines on screen that don't get logged to any files in /var/log>

<last line is /var/log/messages>
Apr 16 09:59:30 knuth rpc.mountd: authenticated mount request from
feynman.ampl$
Apr 16 09:59:30 knuth rpc.mountd: getfh failed: Function not implemented

WHERE IS getfh????

With kernel activation of NFS do I need a line in /etc/inetd.conf?

-- 
Sincerely,

David Smead
http://www.amplepower.com.

On Tue, 16 Apr 2002, Alvin Oga wrote:

>
> hi ya david
>
> > knuth:/etc# exportfs -vr
> > exporting 192.168.8.0/255.255.255.0:/
> > unexporting feynman.amplepower.com:/ from kernel
> > feynman.amplepower.com:/: Function not implemented
>
> as others have previously stated...  you have to install the nfs-server
> package before you can get "pass go" ...
>
> and also check that you kernel supports nfs
> 	cat /proc/filesystems
> 	-- check that nfs is listed...
>
> 	you could try to install nfs support as modules
> 	but  i think it belongs in the kernel
>
> c ya
> alvin
>
> > knuth:/etc# exportfs -v
> > /
> > 192.168.8.0/255.255.255.0(rw,async,wdelay,nohide,insecure,no_root_squash)
>
> good...
>
> > root@bohr:~# mount /mnt/knuth
> > mount: knuth.amplepower.com:/home failed, reason given by server:
> > Permission denied
>
> and asuming that the nfs-server is properly installed and exported
> from knuth,  am assuming oyu have /mnt/knuth defined in /etc/fstab
> with nfs fstype
>
> ...
>
>


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: