Mika Borner wrote:
> Hi
> 
> I'm having troubles when setting the rpc/bind SMF property config/local_only 
> to true.
> 
> After refreshing the service it stays on true, but after restarting the 
> service it is switching back to false.
> 
> What could this be?

Generally speaking, this shouldn't happen.  There are other commands 
besides svccfg that change properties, but if you've only typed svcadm 
refresh then svcadm restart, there shouldn't be anything changing the 
property back unless if there's a bug.

I can't reproduce this.  Can you please send the steps you used?  (And 
if you can reproduce, filing a bug on bugs.opensolaris.org with those 
steps would be most helpful!)

-bash-3.2# svcprop -p config/local_only rpc/bind
false
-bash-3.2# svccfg -s rpc/bind setprop config/local_only = true
-bash-3.2# svcadm refresh rpc/bind
-bash-3.2# svcs rpc/bind
STATE          STIME    FMRI
online          8:46:58 svc:/network/rpc/bind:default
-bash-3.2# svcprop -p config/local_only rpc/bind
true
-bash-3.2# svcadm restart rpc/bind
-bash-3.2# svcprop -p config/local_only rpc/bind
true
-bash-3.2# svcs rpc/bind
STATE          STIME    FMRI
online          8:47:19 svc:/network/rpc/bind:default

liane

Reply via email to