On Mar 3, 2010, at 7:49 AM, hadi motamedi motamedi24@gmail.com wrote:
What are you trying to achieve?
Ben _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I do not want to re-install the OS with all of the packages selected from the installation media . I am seeking if I can find just the missing package .
Find the 'iptrans' program on the working box and if it was installed via RPM you can find the package it came from with:
# rpm -qf <full path to iptrans>
This will tell you the package it belongs to.
If that doesn't give you anything then you could always read server1's installation notes? There are installation notes are there?
-Ross