Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 12:42:42 -0700
From:      Aron Warren <warren@eece.unm.edu>
To:        Mitch Collinsworth <mkc@Graphics.Cornell.EDU>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: NFS values too large 
Message-ID:  <200001271942.MAA28940@aire.eece.unm.edu>
In-Reply-To: Your message of "Thu, 27 Jan 2000 14:34:14 EST." <200001271934.OAA60764@benge.graphics.cornell.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hey,
  thanks for catching that, been a long day.

again from solaris:

%ls -lai
ls: sent-mail: Value too large for defined data type
ls: postponed-msgs: Value too large for defined data type
total 5
    500174 drwxr-xr-x   2 user         512 Jan 27 11:34 ./
    341259 drwxr-xr-x  33 user        4096 Jan 27 11:35 ../

from freebsd:

%ls -lai
total 6
500174 drwxr-xr-x   2 user  bin   512 Jan 27 11:34 ./
341259 drwxr-xr-x  33 user  bin  4096 Jan 27 11:35 ../
500196 -rw-------   1 user  bin     0 Jan 27 11:31 postponed-msgs
500193 -rw-------   1 user  bin   401 Jan 27 11:34 sent-mail

> 
> >  I am running a FreeBSD 3.4-stable NFS server and have Solaris 2.7 clients.
> >Lately I have been seeing messages like this 
> >
> >from the solaris side:
> >% ls -li
> >./sent-mail: Value too large for defined data type
> >.postponed-msgs: Value too large for defined data type
> >
> >
> >But from the FreeBSD side it shows up with no problem:
> >% ls -l
> >-rw-------   1 user  bin     0 Jan 27 11:31 postponed-msgs
> >-rw-------   1 user  bin   401 Jan 27 11:34 sent-mail
> >
> >Does anyone have any idea what part of NFS could be causing this?  
> 
> Well to start with you didn't issue the same command on both systems.
> The -i option is asking to display the inode number from Solaris.
> 
> -Mitch
> 



-------------------------------------------------------
Aron Warren, Systems Analyst III
Electrical and Computer Engineering
warren@eece.unm.edu 505-277-0803 phone 505-277-1439 fax
-------------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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