[Spacewalk-list] Problem with Solaris Packages

Frank Paulick Frank.Paulick at matrix.ag
Tue Aug 5 13:09:22 UTC 2008


Hi,

even if everyone seems to be ignoring my mails regarding solaris
support, there seems to be a problem at least with the following package:

RHATrhnc-5.1.0-3.pkg

There is a Problem with the supplied file /etc/init.d/rhnsd
Since the Path of the configuration file is incorrect this file is never
used.

Original file:

PREFIX=/opt/redhat/rhn/solaris
RHNSD_PID=$PREFIX/var/run/rhnsd.pid

# Sanity checks.
[ -x $PREFIX/usr/sbin/rhnsd ] || exit 0
[ -f $PREFIX/etc/sysconfig/rhn/systemid ] || exit 0

# read configuration settings (interval) for rhnsd, if present.
if [ -f $PREFIX//opt/redhat/rhn/solaris/etc/sysconfig/rhn/rhnsd ];
then                          <- Problem !!!!
  . $PREFIX/etc/sysconfig/rhn/rhnsd
fi



Working file:

PREFIX=/opt/redhat/rhn/solaris
RHNSD_PID=$PREFIX/var/run/rhnsd.pid

# Sanity checks.
[ -x $PREFIX/usr/sbin/rhnsd ] || exit 0
[ -f $PREFIX/etc/sysconfig/rhn/systemid ] || exit 0

# read configuration settings (interval) for rhnsd, if present.
if [ -f $PREFIX/etc/sysconfig/rhn/rhnsd ]; then
  . $PREFIX/etc/sysconfig/rhn/rhnsd
fi

This happend on a Solaris 10 Sparc system.
-- 

Mit freundlichen Grüßen - Kind regards

Frank Paulick

-------------------------------------------------------------------
matrix technology AG
Consultant
Dipl.-Inf. (FH) Frank Paulick
Nymphenburger Str. 1, D-80335 München
Tel:  +49 - (0)89 - 589395-0
Fax: +49 - (0)89 - 589395-11
Web:    _www.matrix.ag_ <http://www.matrix.ag/>
E-mail: _Frank.Paulick at matrix.ag_ <mailto:Frank.Paulick at matrix.ag>

Vorstände: Franz Kessel und Martin Orlik
Aufsichtsratsvorsitzender: Jürgen Kretschmer
Amtsgericht München: HRB 133085

-------------------------------------------------------------------

*E-Mail Disclaimer*

Der Inhalt dieser E-Mail ist ausschließlich für den bezeichneten
Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat
dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie
bitte, dass jede Form der Kenntnisnahme, Veröffentlichung,
Vervielfältigung oder Weitergabe des Inhalts dieser E-Mail
unzulässig ist. Wir bitten Sie, sich in diesem Fall mit dem
Absender der E-Mail in Verbindung zu setzen.

The information contained in this email is intended solely
for the addressee. Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any form
of disclosure, reproduction, distribution or any action taken
or refrained from in reliance on it, is prohibited and may be
unlawful. Please notify the sender immediately.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/spacewalk-list/attachments/20080805/fe7b6083/attachment.htm>


More information about the Spacewalk-list mailing list