Jens Elkner writes:
> just wondered, why it is impossible to connect to a
> socket(AF_UNIX, SOCK_STREAM, 0) created on a LOFS on >= snv_98, which
> actually breaks all our sparse zones, since they usually have all add.
> fs like /var/log/$app , /var/data/$app lofs mounted from the global zone. 

I just tried this out, and it works if the server uses a path that
you've mounted *from*, but not if the server uses the lofs path.

In other words, with:

  # mkdir /tmp/jdc
  # mount -F lofs /var/tmp /tmp/jdc

This will produce failures to connect:

  ./echos /tmp/jdc/foo
  ./echoc /tmp/jdc/foo

But this will connect just fine:

  ./echos /var/tmp/foo
  ./echoc /tmp/jdc/foo

> S10U3-5 incl. latest [feature] patches do not have that problem ...
> 
> Bug or Feature or ... ?

The only related change I see in build 98 (I trust you've tested with
97) is CR 6640014.  It could be a side-effect from that.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to