Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 1995 15:18:21 +0100 (MET)
From:      grog@lemis.de (Greg Lehey)
To:        phk@critter.tfs.com
Cc:        hackers@freebsd.org (FreeBSD Hackers)
Subject:   Can't NFS mount with latest -current
Message-ID:  <199511141418.PAA03522@allegro.lemis.de>

next in thread | raw e-mail | index | archive | help
I've just installed the latest -current, and can't perform NFS mounts.
mount_nfs aborts as the result of an error ENOMEM:

   187 mount_nfs CALL  __sysctl(0xefbfd670,0x2,0xefbfd714,0xefbfd678,0,0)
   187 mount_nfs RET   __sysctl -1 errno 12 Cannot allocate memory
   187 mount_nfs CALL  sigprocmask(0x3,0xffffffdf)
   187 mount_nfs RET   sigprocmask 0
   187 mount_nfs CALL  getpid
   187 mount_nfs RET   getpid 187/0xbb
   187 mount_nfs CALL  kill(0xbb,0x6)
   187 mount_nfs PSIG  SIGIOT SIG_DFL
   187 mount_nfs NAMI  "mount_nfs.core"

I've traced this back to /usr/src/kern/kern_sysctl.c, but haven't got
round to finding out why it dies (it's difficult without an editor and
a debugger :-)  It looks as if you've seen problems in this area
before, though.

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511141418.PAA03522>