On Sat, 17 Oct 2009 13:22:02 PDT
joseph denson <eruskafrath at hotmail.com> wrote:

> ok update i entered the command "svcs -xv" and it said i disabled it and it 
> has one dependent service that is not running 
> "svc:/system/avahi-bridge-bsd:default".
> So i enter command "svcs enable avahi-bridge-dsd" and it tells me 
> svcs: Pattern 'enable' doesn't match any instances
> STATE                   STIME       FMRI
> offline                   9:17:13     svc:/system/avahi-bridge-dsd:default

That's the wrong command. You want svcadm:

       svcadm enable avahi-bridge-dsd

This seems fairly typical for Solaris tools: one tool to query state
(svcs), one tool to change state (svcadm) and one tool to configure
things (svccfg).

       <mike
-- 
Mike Meyer <mwm at mired.org>           http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Reply via email to