/usr/sbin/quota causes login delay

  • Follow


Hi, I have a Sun Fire V100 running Solaris 9 with the current recommended
patches installed.  When I log in, I get a delay and I have determined that
/usr/sbin/quota is the culprit.  Other descriptions in this newsgroup of the
same problem indicate that remote NFS mounts are the cause of this, but this
machine is not doing anything like that.  Here is my /etc/vfstab:

#device         device          mount           FS      fsck    mount   mount
#to mount       to fsck         point           type    pass    at boot options
#
fd      -       /dev/fd fd      -       no      -
/proc   -       /proc   proc    -       no      -
/dev/dsk/c0t2d0s1       -       -       swap    -       no      -
/dev/dsk/c0t2d0s0       /dev/rdsk/c0t2d0s0      /       ufs     1       no      -
/dev/dsk/c0t2d0s3       /dev/rdsk/c0t2d0s3      /usr    ufs     1       no      -
/dev/dsk/c0t2d0s4       /dev/rdsk/c0t2d0s4      /var    ufs     1       no      -
/dev/dsk/c0t2d0s7       /dev/rdsk/c0t2d0s7      /export/home    ufs     2       yes     -
/dev/dsk/c0t2d0s5       /dev/rdsk/c0t2d0s5      /opt    ufs     2       yes     -
swap    -       /tmp    tmpfs   -       yes     -

and here is /etc/mnttab:

/dev/dsk/c0t2d0s0       /       ufs     rw,intr,largefiles,xattr,onerror=panic,suid,dev=2200000 1108579338
/dev/dsk/c0t2d0s3       /usr    ufs     rw,intr,largefiles,xattr,onerror=panic,suid,dev=2200003 1108579338
/proc   /proc   proc    dev=3e80000     1108579337
mnttab  /etc/mnttab     mntfs   dev=3f40000     1108579337
fd      /dev/fd fd      rw,suid,dev=3f80000     1108579339
/dev/dsk/c0t2d0s4       /var    ufs     rw,intr,largefiles,xattr,onerror=panic,suid,dev=2200004 1108579340
swap    /var/run        tmpfs   xattr,dev=1     1108579340
swap    /tmp    tmpfs   xattr,dev=2     1108579343
/dev/dsk/c0t2d0s5       /opt    ufs     rw,intr,largefiles,xattr,onerror=panic,suid,dev=2200005 1108579343
/dev/dsk/c0t2d0s7       /export/home    ufs     rw,intr,largefiles,xattr,onerror=panic,suid,dev=2200007 1108579347
auto_home       /home   autofs  indirect,ignore,nobrowse,dev=4100002    1108579350
-xfn    /xfn    autofs  indirect,ignore,dev=4100003     1108579350
ldap2:vold(pid349)      /vol    nfs     ignore,dev=40c0001      1108579369

Is the /vol thing the cause of the problem?  I realize I could just comment
out the call to quota in the /etc/.login file but I would like to get to the
bottom of this.  Thanks...

Jim McCullars
University of Alabama in Huntsville

0
Reply jim 2/16/2005 7:09:40 PM

jim@info2.uah.edu (Jim McCullars) writes:

>and here is /etc/mnttab:

>...
>ldap2:vold(pid349)      /vol    nfs     ignore,dev=40c0001      1108579369

>Is the /vol thing the cause of the problem?

Maybe.

On the solaris 8 system that I checked, the corresponding line
is

ux:vold(pid334) /vol    nfs     ignore,noquota,dev=4300001      1105127582

Note that it turns off quota checking for /vol

Offhand I don't know whether there is a way of configuring that.  It
looks like change between solaris 8 to solaris 9.

0
Reply Neil 2/16/2005 7:41:38 PM


Neil W Rickert (rickert+nn@cs.niu.edu) wrote:

: On the solaris 8 system that I checked, the corresponding line
: is

: ux:vold(pid334) /vol    nfs     ignore,noquota,dev=4300001      1105127582

   I think it's a Solaris 8 versus 9 thing too.  I have a box still running
Solaris 8 and it has the noquota also.  But none of my other Solaris 9
machines (at least none of the ones I checked) have this, but only this one
machine is having the problem.  Wierd.

Jim McCullars
University of Alabama in Huntsville
0
Reply jim 2/16/2005 8:54:54 PM

2 Replies
439 Views

(page loaded in 0.045 seconds)

Similiar Articles:







7/25/2012 5:05:08 PM


Reply: