Opened 18 years ago
Closed 16 years ago
#169 closed defect (fixed)
Support for RHAS 2.1
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.8 |
Component: | mondo | Version: | 2.2.3 |
Severity: | blocker | Keywords: | |
Cc: |
Description
There are some problems to support RHAS 2.1:
- readlink has to be a dependency
- initrd support in mindi doesn't work anymore (automatic detection functions based on strings)
Change History (10)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
THere is also an issue with grep and sed version (need at least grep 2.5 from RH7.3)
comment:3 by , 18 years ago
Status: | new → assigned |
---|
For AS2.1 we need to use grep from rh7.3. Just installs fine. Cf: ftp://ftp.mondorescue.org/rhel/2.1/grep-2.5.1-1.i386.rpm
For the readlink problem, the one provided by tetex doesn't support option -f. So you need to use the script available here and put it in /bin/readlink so that it works better. Cf: ftp://ftp.mondorescue.org/rhel/2.1/readlink
For sed, the problem is that mindi uses issue.net, which it should as it may contain char such as \m in AS2.1 which confuses sed. Should be replaced later on.
comment:4 by , 18 years ago
The readlink script is replaced in fact by a binary which is the result of compiling coreutils on RHAS2.1 and taking the readlink binary produced. Same link: ftp://ftp.mondorescue.org/rhel/2.1/readlink
comment:5 by , 18 years ago
Milestone: | 2.2.4 → 2.2.5 |
---|
The new kernel detection in mindi doesn't work for AS2.1 and show that it may also cause issues for other kernel versions. Still unable to restore via PXE the RHAS2.1 in test due to dynamic libraries issues.
comment:6 by , 17 years ago
Milestone: | 2.2.5 → 2.2.6 |
---|
comment:7 by , 17 years ago
Milestone: | 2.2.6 → 2.2.7 |
---|
comment:8 by , 16 years ago
Milestone: | 2.2.7 → 2.2.8 |
---|
comment:9 by , 16 years ago
Same problem as with RHEL3: Cf http://trac.mondorescue.org/wiki/FAQ#Q33WhydoesntmindiworkwithRHAS2.1RHEL3orRedHat9
comment:10 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The current mindi version seems to work. Would need feedback for mondo in itself. Closing for now. Feel free to reopen if something is wrong
readlink on AS2.1 is in tetex !!!: # rpm -qlp tetex-1.0.7-38.4.i386.rpm | grep readlink /usr/bin/readlink /usr/share/man/man1/readlink.1.gz