Changes between Version 37 and Version 38 of FAQ


Ignore:
Timestamp:
Apr 17, 2008, 11:08:40 AM (16 years ago)
Author:
Bruno Cornec
Comment:

mindi fails on RHEL 3

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v37 v38  
    485485
    486486Not at archive time for the moment. You need to deactivate it (selinux=0). We are looking for contributors to produce a policy for mondoarchive's usage with SELinux. Cf: https://bugzilla.redhat.com/show_bug.cgi?id=374431
     487
     488== Q33/ why doesn't mindi work with RHEL 3 ?
     489
     490It seems that the version of tar used at that time is picky about simlinks, and exit with an error when it find .. in paths. Which is the case for gawk.
     491A workaround is to issue:
     492{{{
     493# ln -sf /bin/gawk /usr/bin
     494}}}