|
|
|
|||||
|
Ice Repository for RHEL4
I'm glad there now is a yum-style repository available for RHEL4/CentOS4. However the packages could use some improvements.
* ice package The icegridnode / icegridregistry startup scripts try to run the service as user iceuser, however the RPM doesnt create these accounts. It would be nice if there was a preinstall script doing: Code:
/usr/sbin/groupadd iceuser >/dev/null 2>&1 || :; /usr/sbin/useradd -c "IceGrid" -g iceuser -s /sbin/nologin -r -d /var/lib/icegrid iceuser >/dev/null 2>&1 || :; * ice-python Just installing this RPM doesnt create a workable ice python setup. You still need to set the PYTHONPATH to the directory. Probably would be better if the RPM would use the python site-packages directory as install destination. * install instructions The download page has a description for RHEL4 to put the repos file in the yum directory. However, yum isn't part of RHEL4, it's only present on CentOS4.. up2date (the official update tool from the Redhat Network) can use yum repos though, by adding the following line to the file /etc/sysconfig/rhn/sources: Code:
yum IceRepo http://www.zeroc.com/download/Ice/3.2/rhel4/$ARCH/ |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|