> Richard Skelton wrote: > > Hi, > > I have deleted the service but it looks like I may > have a problem when I reboot? > > # svccfg delete -f svc:/system/install > > # svcs -x > > svc:/milestone/multi-user-server:default > (multi-user plus exports milestone) > > State: offline since 3 May 2008 21:28:46 BST > > Reason: Dependency svc:/system/install is absent. > > See: http://sun.com/msg/SMF-8000-E2 > > See: init(1M) > > Impact: 2 dependent services are not running. (Use > -v for list.) > > > > What next? > > > > OK, weird. I created a dummy service, mysql in my > case, and made a > dependent out of multi-user-server, I called it > fee-fi-fo-fum. > > root at zone1~> svccfg -s multi-user-server > svc:/milestone/multi-user-server> listpg > ... > fee-fi-fo-fum dependency > > If I just delete mysql, the fee-fi-fo-fum disappears, > as well. Seems > not to be happening in your case, perhaps you can > explicitly delete it, > like this: > > root at zone1~> svccfg -s multi-user-server > svc:/milestone/multi-user-server> delpg fee-fi-fo-fum > root at zone1~> svcadm refresh multi-user-server > > I hope I'm not helping you dig a deeper hole, try it > and let us know how > it works. > > CT >
OK all I needed was to run :- svcadm refresh multi-user-server as I had already removed install_multi-user-server with:- svccfg -s multi-user-server delpg install_multi-user-server The final problem is on reboot is I get :- Hostname: v20z Loading smf(5) service descriptions: 1/1 WARNING: svccfg import /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml failed svccfg import warnings. See /var/svc/log/system-manifest-import:default.log . This is the contents of /var/svc/log/system-manifest-import:default.log :- [ May 8 18:14:31 Method "start" exited with status 0. ] [ May 9 20:39:23 Executing start method ("/lib/svc/method/manifest-import"). ] [ May 9 20:39:23 Timeout override by svc.startd. Using infinite timeout. ] WARNING: svccfg import /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml failed Loaded 1 smf(5) service descriptions svccfg warnings: /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml:1: parser error : Document is empty ^ /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml:1: parser error : Start tag expected, '<' not found ^ svccfg: couldn't parse document [ May 9 20:39:25 Method "start" exited with status 0. ] This file seems to be corrupt. What should it contain as I can't find it in /var/sadm/install/contents. Cheers Richard. This message posted from opensolaris.org