Darren, Had a quick look and I don't think your site.xml is causing any problem ;) The enabled states you specified in site.xml are carried out correctly. The svccfg warning are accurate as cups/in-lpd and system/postrun missing either a start or stop method definition. I don't have an explanation for the svcadm messages. What was the state of the system before the reboot(upgrade)?
cheers, -tony Darren Reed wrote: > I'm trying to tune site.xml to my needs, but I get the > feeling that it is causing problems elsewhere (or there's > a bug?), for example: > > # more /var/svc/log/system-manifest-import:default.log > [ Jun 25 21:17:51 Executing start method > ("/lib/svc/method/manifest-import"). ] > [ Jun 25 21:17:51 Timeout override by svc.startd. Using infinite > timeout. ] > Loaded 233 smf(5) service descriptions > svccfg warnings: > Warning: Required property group missing: > FMRI="svc:/application/cups/in-lpd:default"; Name of missing property > group="start"; Type of missing property group="method"; Template > source="svc:/system/svc/restarter:default"; pg_pattern name="start"; > pg_pattern type="method" > Warning: Required property group missing: > FMRI="svc:/system/postrun:default"; Name of missing property > group="stop"; Type of missing property group="method"; Template > source="svc:/system/svc/restarter:default"; pg_pattern name="stop"; > pg_pattern type="method" > svcadm: Instance "svc:/system/sysidtool:net" is not in a maintenance or > degraded state. > svcadm: Instance "svc:/system/sysidtool:system" is not in a maintenance > or degraded state. > svcadm: svc:/system/filesystem/local depends on svc:/network/physical, > which has multiple instances. > wrote key file "/etc/rndc.key" > [ Jun 25 21:18:31 Method "start" exited with status 0. ] > [ Jun 25 21:18:31 Rereading configuration. ] > [ Jun 25 21:18:31 No 'refresh' method defined. Treating as :true. ] > > My site.xml is: > > <?xml version='1.0'?> > <!DOCTYPE service_bundle SYSTEM > '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> > <service_bundle type='profile' name='site' > xmlns:xi='http://www.w3.org/2003/XInclude' > > <service name='network/telnet' version='1' type='service'> > <instance name='default' enabled='false'/> > </service> > <service name='network/login' version='1' type='service'> > <instance name='rlogin' enabled='true'/> > </service> > <service name='network/shell' version='1' type='service'> > <instance name='default' enabled='true'/> > </service> > <service name='application/graphical-login/cde-login' version='1' > type='service'> > <instance name='default' enabled='false'/> > </service> > </service_bundle> > > And what brought this to my attention was: > ... > Hostname: tcx2250-17 > Configuring devices. > Loading smf(5) service descriptions: 233/233 > svccfg import warnings. See > /var/svc/log/system-manifest-import:default.log . > NIS domain name is mpklab.sfbay.sun.com > > ...if you want to peek further, feel free... > > Darren > > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org