On Wed, 2008-12-17 at 13:47 -0800, David Bustos wrote: > Quoth Sebastien Roy on Wed, Dec 17, 2008 at 04:30:30PM -0500: > > 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. > > svcs only lists service instances, so if TEMP/network/routing/route > didn't have any instances, then it wouldn't have appeared. > > Feel free to file a bug to improve the error message to say "Try running > svccfg delete TEMP/network/routing/route".
I could, sure, but can you confirm that the appearance of this random TEMP service in the repository is also a bug? The fact that I have to cleanup after svccfg's implementation details if I hit ^C at the right moment doesn't seem right at all to me. -Seb