on 03:33 Fri 04 Feb, T o n g (mlist4sunt...@yahoo.com) wrote:
> On Thu, 03 Feb 2011 14:04:52 -0800, Dr. Ed Morbius wrote:
>
> >> How do I fix this problem?
> >>
> >> % invoke-rc.d nfs-common start
> >> Starting NFS common utilities: statd failed! invoke-rc.d: initscript
> >> nfs-common, action "s
on 20:50 Thu 03 Feb, T o n g (mlist4sunt...@yahoo.com) wrote:
>
> Hi,
>
> How do I fix this problem?
>
> % invoke-rc.d nfs-common start
> Starting NFS common utilities: statd failed!
> invoke-rc.d: initscript nfs-common, action "start" failed.
>
> Apparently, it's a common error but nobody kno
I remember using user mode nfs in my potato days.
Try user mode one.
Also installing these using "tasksel" may be easier since it install set
of them.
# dselect update
# tasksel
... select NFS
On Tue, Apr 16, 2002 at 09:06:32PM -0700, David Smead wrote:
> Alvin,
>
> Thanks for the help - it
Alvin,
Thanks for the help - it didn't work any different.
--
Sincerely,
David Smead
http://www.amplepower.com.
On Tue, 16 Apr 2002, Alvin Oga wrote:
>
> hi ya david
>
> from your ( df ) list of partitions...
>
> just simplify the problem and export just /tmp for testing...
> and possibly /h
hi ya david
from your ( df ) list of partitions...
just simplify the problem and export just /tmp for testing...
and possibly /home ...
knuth# vi /etc/exports
/tmp192.168.8.0/255.255.255.0(rw)
/home 192.168.8.0/255.255.255.0(rw)
- restart nfs
otherbox# mount k
Alvin,
Thanks for trying - I wish I had good news to report. I changed the
/etc/exports, /etc/hosts.deny and /etc/host.allow per your suggestions
knuth:/etc# ps ax |grep portmap
85 ?S 0:00 /sbin/portmap
678 pts/3S 0:00 grep portmap
knuth:/etc# ps ax |grep rpc
170 ?
hi ya david
what is the output of
knuth# /etc/init.d/portmap start
- you need to have portmapper and rpc.mountd running
---
simplify your problem by starting from scratch...
add/change to the following lines in the three files
knuth# vi /etc/exports
/tmp
Alvin,
[EMAIL PROTECTED]:~$ cat /proc/filesystems
ext2
msdos
vfat
nodev proc
nodev nfs
iso9660
nodev devpts
[EMAIL PROTECTED]:/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
d
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" ...
Alvin,
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
knuth:/etc# exportfs -v
/
192.168.8.0/255.255.255.0(rw,async,wdelay,nohide,insecure,no_root_squash)
Originally, the exports fil
Osamu,
I'm running potato.
1. knuth:/etc# uname -a
Linux knuth 2.2.19-idepci #1 Sat Jun 9 13:39:29 EST 2001 i686 unknown
2. I started out by downloading the two boot floppies and did a network
install from them, getting everything off the debian site. Later I did a
dselect all and downloa
hi ya
donno the current implementation ...
but in the old days... hosts.allow is checked before hosts.deny ...
in the files below everything is allowed... never gets a chance
for checking deny and nothing is deny anyway since its commented out
-
sometimes ... in /etc/exports..
On Sun, Apr 14, 2002 at 01:16:50AM -0700, David Smead wrote:
| Trying to mount knuth from henry says:
| [EMAIL PROTECTED] /root]# mount /mnt/knuth
| mount: RPC: Program not registered
That means the server doesn't have mountd/nfsd running. It has
portmap, but no programs have registered with po
On Tue, Apr 16, 2002 at 12:11:24AM -0700, David Smead wrote:
| Osamu,
|
| I read the reference manual but didn't find anything that addresses the
| errors I get, which are:
|
| knuth:/etc/init.d# /etc/init.d/nfs-kernel-server start
| Starting NFS kernel daemon: nfsdnfssvc: Function not implemente
Hi,
On Tue, Apr 16, 2002 at 12:11:24AM -0700, David Smead wrote:
> Osamu,
>
> I read the reference manual but didn't find anything that addresses the
> errors I get, which are:
>
> knuth:/etc/init.d# /etc/init.d/nfs-kernel-server start
> Starting NFS kernel daemon: nfsdnfssvc: Function not implem
Osamu,
I read the reference manual but didn't find anything that addresses the
errors I get, which are:
knuth:/etc/init.d# /etc/init.d/nfs-kernel-server start
Starting NFS kernel daemon: nfsdnfssvc: Function not implemented
mountd.
Exporting directories for NFS kernel daemon...feynman.amplepower
On Mon, Apr 15, 2002 at 07:51:26PM -0700, David Smead wrote:
> David,
>
> Thanks for you help.
>
> I used your suggestions and at least got the nfs packages. They must not
> be in the base install. Is their an apt-get command that makes a list of
> everything not installed?
>
> However I do ha
There is no nfs package.
On Mon, Apr 15, 2002 at 02:36:10PM -0700, David Smead wrote:
> Osamu,
>
> Thanks for the help and pointers to the documents. I don't have any of the
> files you listed, although I can do man rpc and man portmap and get the
> man pages.
>
> So, from page 97 of your refere
David,
Thanks for you help.
I used your suggestions and at least got the nfs packages. They must not
be in the base install. Is their an apt-get command that makes a list of
everything not installed?
However I do have some errors:
knuth:/etc/init.d# ./nfs-kernel-server start
Starting NFS kern
On Mon, Apr 15, 2002 at 02:36:10PM -0700, David Smead wrote:
> knuth:/etc# apt-get install nfs
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package nfs
There is no single package called "nfs" in Debian.
> I know apt-get works because I just picked up the n
Osamu,
Thanks for the help and pointers to the documents. I don't have any of the
files you listed, although I can do man rpc and man portmap and get the
man pages.
So, from page 97 of your reference manual:
knuth:/etc# apt-get install nfs
Reading Package Lists... Done
Building Dependency Tree..
On Sun, Apr 14, 2002 at 01:16:50AM -0700, David Smead wrote:
> Thanks for the quick reply. I have a small network with several RedHat
> machines, a Slackware machine, and now a Debian machine. I'm considering
> migrating all to Debian because I think apt-get is the best way to
> maintain. Using
David,
Thanks for the quick reply. I have a small network with several RedHat
machines, a Slackware machine, and now a Debian machine. I'm considering
migrating all to Debian because I think apt-get is the best way to
maintain. Using nfs is my first big stumbling block.
Server henry has been a
On Sun, Apr 14, 2002 at 12:17:54AM -0700, David Smead wrote:
> I'm not on the list, so please cc me.
>
> Why can't I find a simple answer when I search for `starting nfs' on the
> Debian site? I'd like to get nfs started and show up in some form when I
> do a ps ax |grep nfs, but I'm stymied. Ma
Why can't I find a simple answer when I search for `starting nfs' on the
Debian site? I'd like to get nfs started and show up in some form when I
do a ps ax |grep nfs, but I'm stymied. Man nfs is no help either. What
am I missing?
nfs runs in the kernel, so you won't see an "nfs" process wh
On Sat, 9 Dec 2000, Nate Amsden wrote:
> sounds like portmap is not running it is required for NFS.
Portmap is running. I can do:
# ps aux | grep portmap
daemon 79 0.0 0.4 1324 564 ?S13:18 0:00 /sbin/portmap
# /etc/init.d/nfs-server restart
Stopping NFS servers: mountd nf
Mark Phillips wrote:
>
> If I change my /etc/exports file, I think all I should need to do is run
> /etc/init.d/nfs-server restart. But when I do this, I get the error
> message:
>
> # init.d/nfs-server restart
> Stopping NFS servers: mountd nfsd.
> Starting NFS servers:Cannot register service:
27 matches
Mail list logo