Hide Forgot
Description of problem: Repovisioning a system using "Advanced Configuration" and selecting "Network Connection: static - eth0" leads to an error on the system to be provisioned. Version-Release number of selected component (if applicable): spacewalk-koan-0.2.7-7-el6sat.noarch How reproducible: Schedule a re-provisioning of a system, use static network connection with any NIC-device, call rhn_check -vv on the system to be provisioned. Steps to Reproduce: 1. 2. 3. Actual results: Provisioning fails Expected results: Provisioning is done Additional info: "ifconfig | perl ..." is called in /usr/share/rhn/spacewalkkoan/spacewalkkoan.py where a grep of "Mask:" and "inet addr:" is done. These labels are different in other languages. Prepending "LC_ALL=C" before calling "ifconfig |perl" f.e. "LC_ALL=C ifconfig |perl" fixes that behavior.
*** This bug has been marked as a duplicate of bug 736066 ***