If you can't reboot, there is only one way : switch off
the computer.
Extract the 'glibc' package, you want to use, (glibc-2.3.2 ?)
on another machine : 'rpm2cpio <package.rpm> | cpio -idmv'
> > in a new empty directory.
And now you have the 4 directories etc, lib, sbin, usr,
containing the glibc files.
'su' .. # 'chmod -R 0755 *' .. 'chown -R root:root *'
Next : # 'tar -cf glibc-2.x.x.tar etc lib sbin usr' ..
..# 'gzip glibc-2.x.x.tar' and copy the result to a usb - key.
Boot into a live cd Linux on the computer to be "repaired",
cp the glibc-2.x.x.tar.gz package to the "live Linux" ...
.. 'cd /media/<Suse9-location> .. 'su' ..
'tar xvf <path-to-glibc-package>/glibc-2.x.x.tar.gz' .
And then ... just hope, that the Suse 9 will be usable again.
......
Last edited by knudfl; 03-20-2009 at 09:53 AM.
|