[Spacewalk-list] Issues with kickstarted systems. [External]

Michael Mraka michael.mraka at redhat.com
Fri Jun 16 09:22:11 UTC 2017


Ames, Justin:
> Rhn_check –vv has exact same output. Interestingly, it works if you schedule a re-kickstart of the server.
> 
> On the server, /var/log/httpd/error_log has more  details:
> [Mon Jun 05 15:56:44.465907 2017] [:error] [pid 5855] Extra information about this error:
> [Mon Jun 05 15:56:44.465911 2017] [:error] [pid 5855] Response sent back to the caller:
> [Mon Jun 05 15:56:44.465913 2017] [:error] [pid 5855] While running 'queue.get': caught
> [Mon Jun 05 15:56:44.465915 2017] [:error] [pid 5855] <type 'exceptions.TypeError'> : ipaddr() takes exactly 1 argument (2 given)
...


Hello,

I guess there's a configuration file with rhn.system.ip_address macro
which should be deployed on the client.
Like
 ip_address={| rhn.system.ip_address(eth0) |}
but this macro does not take an argument (it returns primary IP address).
If you need an address of specific interface use
  ip_address={| rhn.system.net_interface.ip_address(eth0) |}

(No doubt it's a bug because wrong config file should not produce a traceback.)

Regards,

--
Michael Mráka
System Management Engineering, Red Hat




More information about the Spacewalk-list mailing list