On Wed, 2008-11-19 at 21:50 -0800, Brian Banister wrote: > 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?
I just ran into the exact same thing. svccfg didn't segfault on me, though, I simply hit ^C while running a test suite that was using svccfg to export and import services. bash-3.2# svccfg import /var/svc/manifest/network/routing/route.xml svccfg: Temporary service "TEMP/network/routing/route" must be deleted before this manifest can be imported. svccfg: Import of /var/svc/manifest/network/routing/route.xml failed. Progress: svccfg: Service "network/routing/route": not reached. svccfg: Instance "default": not reached. svccfg: Import failed. There is no TEMP/network/routing/route service listed in svcs -a, though, which is strange to say the least. I had to restore the entire repository from its last-boot state, which is really disruptive. -Seb