solaris 9 / sshd

From: okan (okan@khaoz.org)
Date: Tue Jun 11 2002 - 10:53:58 EDT


not sure if this one has been noted yet, but i have been playing with
solaris 9's core install, minus a few unneeded packages, plus a few good
packages to have. one of these packages is sun's new ssh. i added all
5 packages, and things seemed to work nicely, until i noticed that after
every "exit", the child sshd process would core. i got it to replicate
consistantly. in any case, after poking around, i found what it was.
when i was removing the "unneeded" or "unwanted" packages, i included
nfs related packages. needless to put one and one together, sshd is
making calls:

working:
<snip>
2557: open("/var/run/rpc_door/rpc_100029.1", O_RDONLY) Err#2 ENOENT
2557: nfssys(5, 0xFFBFA918) = 0
2557: munmap(0xFEE22000, 662) = 0
</snip>

not-working:
<snip>
open("/var/run/rpc_door/rpc_100029.1", O_RDONLY) Err#2 ENOENT
nfssys() Err#89 ENOSYS
    Received signal #12, SIGSYS [default]
</snip>

obviously, throwing all the nfs stuff back in fixes the issue. sure,
why did i remove a "core" package?..well, that is another question...but
why does ssh require nfs packages? ...then at least make the package
dependency exist...

on a side note, what is the relation of snoop and this package: ???
SUNWrcmdc Remote Network Client Commands

...sort of anonyed me...

okan
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:26 EDT