> Richard Skelton wrote: > > > The final problem is on reboot is I get :- > > Hostname: v20z > > > Loading smf(5) service descriptions: 1/1 > > est/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. > ml failed > > Loaded 1 smf(5) service descriptions > > svccfg warnings: > > > /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.x > ml:1: parser error : Document is empty > > > > ^ > > > /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.x > ml: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. > > > > Hmm ... this would have been a manifest generated off > the 100235/1 ... > in inetd.conf. If you don't have the XML file, you > could just run > "inetconv" and it will convert that line in > inetd.conf to a manifest for > you. Move the corrupted file out of the way first, > of course. > > CT Thanks that sorted it. The original file was indeed the problem:- root: wc /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml /var/tmp/100235_1-rpc_ticotsord.xml 103 261 2790 /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml 0 1 2790 /var/tmp/100235_1-rpc_ticotsord.xml 103 262 5580 total
Same number of characters but the old file was just one line :-) Cheers Richard. This message posted from opensolaris.org