This puzzles me most. On the system that has the nfs packages and ssh exits 
properly, it does not call nfssys() after the no such file or directory on 
rpc_door. Note the call on the working system below
750:    open("/var/run/rpc_door/rpc_100029.1", O_RDONLY) Err#2 ENOENT
750:    xstat(2, "/etc/gss/mech", 0x08047048)           = 0

truss on the working system with nfs packages (bigger excerpt):
750:    mmap(0xD27B8000, 850, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_IN
ITDATA, 8, 32768) = 0xD27B8000
750:    munmap(0xD27A8000, 65536)                       = 0
750:    memcntl(0xD27A0000, 8676, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
750:    close(8)                                        = 0
750:    xstat(2, "/lib/libgss.so.1", 0x08046788)        Err#2 ENOENT
750:    munmap(0xD2AA0000, 4096)                        = 0
750:    open("/var/run/rpc_door/rpc_100029.1", O_RDONLY) Err#2 ENOENT
750:    xstat(2, "/etc/gss/mech", 0x08047048)           = 0
750:        d=0x01980000 i=12985 m=0100644 l=1  u=0     g=3     sz=1444
750:            at = Oct 15 15:49:09 EDT 2007  [ 1192477749 ]
750:            mt = Mar 20 03:35:23 EDT 2007  [ 1174376123 ]
750:            ct = Apr 23 17:02:31 EDT 2007  [ 1177362151 ]
750:        bsz=8192  blks=4     fs=ufs
750:    xstat(2, "/usr/lib/gss/dh1024-0.so.1", 0x080468B8) = 0
750:        d=0x01980000 i=22264 m=0100755 l=1  u=0     g=2     sz=36008
750:            at = Oct 15 15:48:17 EDT 2007  [ 1192477697 ]
750:            mt = Mar 25 11:25:08 EDT 2007  [ 1174836308 ]
750:            ct = Apr 23 17:26:56 EDT 2007  [ 1177363616 ]
750:        bsz=8192  blks=72    fs=ufs
750:    resolvepath("/usr/lib/gss/dh1024-0.so.1", "/usr/lib/gss/dh1024-0.so.1",
1023) = 26
750:    open("/usr/lib/gss/dh1024-0.so.1", O_RDONLY)    = 8


on the failing system the consecutive calls are:
1168:   open("/var/run/rpc_door/rpc_100029.1", O_RDONLY) Err#2 ENOENT
1168:   nfssys()                                        Err#89 ENOSYS
1168:       Received signal #12, SIGSYS [default]


Why is this code running differently (same version , etc)???
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to