SuSE Linux: Version 6.4
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
Kernel: Version 2.2.14
Invoking the maintenance utility gdtmon
for
the RAID controller (SuSE Linux package gdtmon, series ap)
results, however, in:
Segmentation fault.immediately after the initial selection of the controller.
gdtmon
utility contained in the
SuSE Linux 6.4 package is linked against obsolete versions
of crucial system libraries.
/sbin/gdtmon
as described below. In order
to do this, the following packages need to be installed in your system:
gcc
compiler (package gcc, series d),
ncurses
library (package ncurses, series a).
If any packages are missing, start with installing them (and their
dependencies): the most convenient way to do this is using
YaST
.
/CD_mountpoint/drivers/linux/gdtmon.tgz
US download page: http://www.icp-vortex.com/supp/down/linux/linux_e.html
German server: archive: http://www.vortex.de/download/linux/gdtmon.tgz.
German download page: http://www.icp-vortex.com/supp/down/linux/linux_d.html
gdtmon
contained therein:
/bin/mkdir /tmp/gdtmon.work cd /tmp/gdtmon.work /bin/tar xvzf /path/to/your/gdtmon.tgz /bin/rm -f gdtmon
gdtmon
and replace
the faulty gdtmon
file contained in the
SuSE Linux 6.4 package:
/usr/bin/make # builds a new gdtmon /bin/ls gdtmon # Success? If yes: /bin/mv /sbin/gdtmon /sbin/gdtmon.BAD /bin/cp -a gdtmon /sbin