* Jeff Lane
> Unfortunately, the sunlinux
> stuff leaves a little to be desired in the logging area, as the only
> boot messages I get are dmesg stuff, no process boot messages like Red
> Hat provides.  So, any ideas?  I know I have seen this issue before
> with Red Hat servers, and for hte life of me I cant recall what the
> fix was... I was thinking either a lock file somewhere that is still
> present, or something like that.

I do not intend to be unfriendly, but shouldn't you ask the SunLinux
community questions concering SunLinux?

Anyway, why not change the /etc/init.d/mysql script such that any
messages it outputs is routed into, say, /var/log/mysql.  E.g. if the
following is a fragmend of the script:

start)
  <startup commands>
;;

change into:

start)
  (
    <startup commands>
  ) 2>&1 | /usr/bin/tee /var/log/mysql
;;

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to