On 8/10/10 12:19 AM, Anders Persson wrote:
With the integration of:

PSARC/2010/304 Deliver Socket Configuration in Fragments
6923961 etc/inet/sock2path needs some attention in OpenSolaris

the contents of /etc/sock2path has been split into multiple files that
are now stored in the directory /etc/sock2path.d. On upgrade,
/etc/sock2path will be removed and any local changes will be lost.

This change also updates /etc/inittab. However, if you have made local changes to /etc/inittab, it will not be upgraded (due to the preserve attribute on that file). As a result, sockets will not be configured on your system and you will see errors like:

  # ifconfig -a
  ifconfig: socket: Address family not supported by protocol family

To get things working again, change the following line in /etc/inittab:
  sp::sysinit:/sbin/soconfig -f /etc/sock2path

To
  sp::sysinit:/sbin/soconfig -d /etc/sock2path.d

    -- Anders
_______________________________________________
on-discuss mailing list
on-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/on-discuss

Reply via email to