[geeks] Solaris SMF errors
Scott Howard
scott at doc.net.au
Tue Nov 15 15:04:03 CST 2005
On Tue, Nov 15, 2005 at 03:36:39PM -0500, Ido Dubrawsky wrote:
> Can Solaris' SMF accept soft links for programs as being valid? I've got an
> Apache Web server (Ultra 5, Solaris 10) that everytime I boot has the following
> error message in /var/svc/log/network-http:apache2.log
>
> /lib/svc/method/http-apache2: /opt/bin/apachectl: not found
You need to add in a dependency for svc:/system/filesystem/local:default
Without this SMF will try and start your service (well) before the
filesystems are mounted.
You should probably add svc:/network/physical:default for good meaure too.
Scott
More information about the geeks
mailing list