Darren Kenny wrote: > Hi, > > I just updated to the BFU from 02/20, and noticed that I get several errors: > > 1) Manifest import error for ipfilter: > > WARNING: svccfg import /var/svc/manifest/network/ipfilter.xml failed > Loaded 44 smf(5) service descriptions > svccfg warnings: > svccfg: Multiple definitions of entity default in service network/ipfilter. > > Not sure about this one, might be nothing. > Darren,
Thanks for catching this. Looks like the network/ipfilter service and script changed substantially with a bug fix, and hg merge didn't catch any conflicts. I'll incorporate our changes to network/ipfilter to the new scripts. > > 2) the network/location service had errors (attached the log file), so I > deleted > the Automatic and NoNet services, but then I found that the create_loc > scripts are broken, in that they refer to incorrect properties like > "network-discovery", and as such don't import, so break later in tests > which > are missing quotes, etc. > > I checked in the latest sources and these create_loc scripts appear to > still > be broken... > This one I know about. We've added the new nameservices (as defined the current specs) to the library and cli, and I am currently working on fixing up the network/location script to use these new properties. I've just pushed changes to the scripts that create the automatic and nonet locations.
