Brian Banister writes: > I had an import seg fault on me and leave a svc:/TEMP type frmi on my Indiana > (snv_98) system. > I have tried "svccfg delete TEMP/application/bacula_sd", but when I do > "svccfg list", it is still there. > I am unable to perform an import of the xml file now. The message is: > bash-3.2# svccfg import bacula_sd.xml > svccfg: Temporary service "TEMP/application/bacula_sd" must be deleted before > this manifest can be imported. > svccfg: Import of bacula_sd.xml failed. Progress: > svccfg: Service "application/bacula_sd": not reached. > svccfg: Instance "default": not reached. > > A reboot did not clear anything up. How do I delete the TEMP service? > -- > This message posted from opensolaris.org > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
Did you get any error messages when you attempted to delete the TEMP service? You might want to try the -f option: svccfg delete -f TEMP/application/bacula_sd It would be interesting to know why svccfg hit a seg fault. Do you have a core file? If so, can you do a pstack on the core file and post the results? tom