If its like what I ran into, delete didn't work. I was able to use /lib/svc/bin/restore_repository which looked like it would let me roll back the svcs to any snapshot I had. I've had no issues since then.
Brian On Dec 17, 2008, at 1:47 PM, 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". > > > David