Lee Roth wrote: % % I've finally been able to revisit this issue; still having original problem. % % Spacewalk V2.0 on Centos V6.4 64-bit server, attempting to % bootstrap/register a Centos V6.4 32-bit client to the server. % % Here is full text of bootstrap attempt: ... % REGISTRATION % ------------ % * registering % Traceback (most recent call last): % File "/usr/sbin/rhnreg_ks", line 33, in <module> % from up2date_client import rhnreg % File "/usr/share/rhn/up2date_client/rhnreg.py", line 21, in <module> % import hardware % File "/usr/share/rhn/up2date_client/hardware.py", line 45, in <module> % from hardware_hal import check_hal_dbus_status, get_hal_computer, % read_hal % ImportError: No module named hardware_hal % % *** Error: Registering the system failed.
Hardware_hal module is used on EL5 systems to get hardware information. On EL6 systems there's hardware_gudev module. So there's some problem with loading hardware_gudev on your system and then system falls back to hardware_hal which is not installed. Do you have /usr/share/rhn/up2date_client/hardware_gudev.py installed? Is it unchanged (rpm -Vf /usr/share/rhn/up2date_client/hardware_gudev.py)? Is there any error in /var/log/up2date? Regards, -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
