Tom, I get no error messages out of svccfg with or without the -f option, but the service remains. The pstack output follows. Brian
core 'core' of 4169: svccfg import bacula_sd.xml feebe137 _lwp_kill (1, 6) + 7 fee72182 raise (6) + 22 fef676d0 umem_do_abort (0, fef88000, 0, 0, fee5405c, 80475ac) + 28 fef67809 umem_err_recoverable (fef7513c, fef8cc68, 80deef0, fef75164) + 49 fef6959d process_free (80deef0, 1, 0) + e1 fef695c7 free (80deef0) + 17 feae2a93 uu_free (80deef0) + 1b 080596ce internal_pgroup_free (80deef0) + 46 080610ff upgrade_dependent (80b12a8, 80b3148, 80b1728, 80b0e50) + 1c97 0805e9ac upgrade_dependents (80b1248, 80b1728, 80b3148, 80b1228, 80b1c28) + 294 080626ea process_old_pg (80b1248, 80b3148, 80b1c28, 80b1228) + 822 08062f90 upgrade_props (80b1c28, 80b1228, 80b1728, 80b3148) + 104 08065178 lscf_service_import (80b3148, 804795c) + 7d0 feae4916 uu_list_walk (80b3e88, 80649a8, 804795c, 0) + c6 08066b2b lscf_bundle_import (80aff40, 80aff70, 4) + 59f 08058ac4 engine_import (80b3f48) + 168 08075a63 yyparse (8047a7c, 8057f08, 8047a7c, 8057f1a, 80b8648, 8047b50) + ecb 080581cc engine_exec (80b8648) + 34 08057f1a main (3, 8047aa4, 8047ab4) + 102 08057ada _start (3, 8047bb8, 8047bbf, 8047bc6, 0, 8047bd4) + 7a On Nov 20, 2008, at 8:47 AM, Tom Whitten wrote: > 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