From: Victor Valderrama on
what can i do to repair the system, i've been cheking the bin and sbin
folders and all seems to be fine, but what wil happen if the machine
reboots?

the machine is in a datacenter away from me....

is there a way to restore the whole system?

thank in advance for any further help
From: Bit Twister on
On Wed, 9 Jan 2008 06:21:53 -0800 (PST), Victor Valderrama wrote:
> what can i do to repair the system, i've been cheking the bin and sbin
> folders and all seems to be fine, but what wil happen if the machine
> reboots?

No telling. You better see what else is trashed.

rpm -Va > /tmp/verify

man rpm to understand codes found in the file /tmp/verify

> the machine is in a datacenter away from me....
>
> is there a way to restore the whole system?

Sure, get out the backups and install them.

> thank in advance for any further help

My WAG would be urpmi initscripts --force

--
The warranty and liability expired as you read this message.
If the above breaks your system, it's yours and you keep both pieces.
Practice safe computing. Backup the file before you change it.
Do a, man command_here or cat command_here, before using it.