<p dir="ltr">Right now, I have no more ideas :-(</p>
<p dir="ltr">Maybe you should start tcpdump for further investigation.</p>
<p dir="ltr">Regards<br>
Robert<br>
</p>
<div class="quote">Am 25.05.2016 12:01 schrieb Lachlan Musicman <datakid@gmail.com>:<br type='attribution'><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>The command we are using (I'm not at work and don't have access to the servers atm, so this may not be 100% correct) is<br /><br /></div>rhnpush --server localhost -u admin --channel slurm_16_05_rc2 *rpm --nosig        <br /><br /></div>How would be make it https?<br /><br /></div>That is the same command on both machines (the one that works, the one that doesn't).<br /><br /></div>Also, I've tried <br /><br />--server=<a href="https://localhost">https://localhost</a><br />--server=<a href="http://localhost">http://localhost</a><br />--server=http://<fqdn><br />--server=https://<fqdn><div>--server=http://<ip><br />--server=https://<ip><br /><br /></div><div>Although admittedly I've not personally tried those combinations since last Friday. <br /><br /></div><div>Cheers<br /></div><div>L.<br /></div></div><div><br clear="all" /><div><div><div dir="ltr"><div>------<br />The most dangerous phrase in the language is, "We've always done it this way."<br /><br />- Grace Hopper<br /></div></div></div></div>
<br /><div class="elided-text">On 25 May 2016 at 19:50, Robert Paschedag <span dir="ltr"><<a href="mailto:robert.paschedag@web.de">robert.paschedag@web.de</a>></span> wrote:<br /><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Are you trying to push to http or https?</p>
<p dir="ltr">If you are using http, maybe the problem is a redirect to https. Because you get the 302 codes.</p>
<p dir="ltr">Regards<font color="#888888"><br />
Robert<br />
</font></p><div><div>
<div>Am 25.05.2016 10:42 schrieb Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>>:<br /><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Yes and yes and yes. I've run the command at least 10 times a day on each server. They both have the same user and pw. I've passed the pw on the CLI via -p and I've typed it in. I've confirmed it's correct via the strace. <br /><br /><br /></div>L.<br /></div><div><br clear="all" /><div><div><div dir="ltr"><div>------<br />The most dangerous phrase in the language is, "We've always done it this way."<br /><br />- Grace Hopper<br /></div></div></div></div>
<br /><div>On 25 May 2016 at 18:37, Robert Paschedag <span dir="ltr"><<a href="mailto:robert.paschedag@web.de">robert.paschedag@web.de</a>></span> wrote:<br /><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex">So the command line looks the same on both systems... both systems are configured the same way?<br />
<br />
Stupid question, but credentials are OK?<br />
<font color="#888888"><br />
Robert<br />
</font><div><div>Am 25.05.2016 08:32 schrieb Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>>:<br />
><br />
> Thanks for answering Robert, I appreciate it. I think that those log msgs were me casting about wildly for *anything*. I don't think they point to the problem.<br />
><br />
> The one thing that I see that stands out more than anything else, is the lines<br />
><br />
> <ipaddress> - - [20/May/2016:13:58:00 +1000] "GET /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
> <ipaddress> - - [20/May/2016:13:58:00 +1000] "POST /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
> <ipaddress> - - [20/May/2016:13:58:00 +1000] "POST /rhn/Login.do?url_bounce=/rhn/errors/500.jsp&request_method=POST HTTP/1.1" 200 5967<br />
><br />
> These are seen on the server that isn't accepting rhnpush, in /var/log/tomcat/localhost_access_<date>.txt<br />
><br />
> I do not see these on the working server, at all.<br />
><br />
> Today I did some straces - on each server - and while it's verbose and hard to pick apart, it looks like the error is similar to the above. ie, that the two straces appear very similar until just after the password is entered, and then the server that wont import files looks like this. Note that the post returns HTTP code 302:<br />
><br />
> sendto(3, "POST /APP HTTP/1.1\r\nHost: localh"..., 581, 0, NULL, 0) = 581<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "H", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "T", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "T", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "P", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "/", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "1", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, ".", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "1", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, " ", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "3", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "0", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[254525]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "2", 1, 0, NULL, NULL)      = 1<br />
><br />
><br />
><br />
> On the working server it looks like this. Note that it returns HTTP code 200:<br />
><br />
><br />
> sendto(3, "POST /APP HTTP/1.1\r\nHost: localh"..., 586, 0, NULL, 0) = 586<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "H", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "T", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "T", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "P", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "/", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "1", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, ".", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "1", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, " ", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "2", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "0", 1, 0, NULL, NULL)      = 1<br />
> poll([{fd=3<socket:[964921]>, events=POLLIN}], 1, 120000) = 1 ([{fd=3, revents=POLLIN}])<br />
> recvfrom(3, "0", 1, 0, NULL, NULL)      = 1<br />
><br />
><br />
><br />
> Why is that? The configurations are as identical as possible. Idiot checked for me by two others.<br />
><br />
><br />
><br />
><br />
> ------<br />
> The most dangerous phrase in the language is, "We've always done it this way."<br />
><br />
> - Grace Hopper<br />
><br />
> On 24 May 2016 at 00:25, <<a href="mailto:Paschedag.Netlution@swr.de">Paschedag.Netlution@swr.de</a>> wrote:<br />
>><br />
>> The library looks the same to me, but the URL is different.<br />
>><br />
>> Regards,<br />
>> Robert<br />
>><br />
>> Mit freundlichen Grüßen<br />
>><br />
>> Robert Paschedag<br />
>> Netlution GmbH<br />
>> Landteilstr. 33<br />
>> 68163 Mannheim<br />
>><br />
>> im Auftrag des<br />
>> SWR<br />
>> Südwestrundfunk<br />
>> Informations- und Kommunikationssysteme<br />
>> Neckarstraße 230<br />
>> 70190 Stuttgart<br />
>><br />
>> Telefon +49 (0)711 /929-12654 oder<br />
>> Telefon +49 (0)711 /929-13714<br />
>> <a href="mailto:paschedag.netlution@swr.de">paschedag.netlution@swr.de</a><br />
>><br />
>> <a href="http://swr.de">swr.de</a><br />
>><br />
>><br />
>><br />
>><br />
>><br />
>> Von:        Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>><br />
>> An:        <a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a><br />
>> Datum:        23.05.2016 04:53<br />
>> Betreff:        Re: [Spacewalk-list] rhnpush fails with uninformative error msg<br />
>> Gesendet von:        <a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.com</a><br />
>> ________________________________<br />
>><br />
>><br />
>><br />
>> Ignore that, I've got dispatcher working again. That wasn't the problem apparently.<br />
>><br />
>> On the working server, when I successfully import via rhnpush, I see this in /var/log/httpd/access_log:<br />
>><br />
>> 112.12.4.12 - - [23/May/2016:11:39:33 +1000] "POST /XMLRPC HTTP/1.1" 200 11932 "-" "<a href="http://rhn.rpclib.py/2.5.77-1.el7">rhn.rpclib.py/2.5.77-1.el7</a>"<br />
>><br />
>> When I do it on the server that doesn't work, I get this:<br />
>><br />
>> 10.124.28.172 - - [23/May/2016:12:31:58 +1000] "POST /APP HTTP/1.1" 302 - "-" "<a href="http://rhn.rpclib.py/2.5.77-1.el7">rhn.rpclib.py/2.5.77-1.el7</a>"<br />
>><br />
>> So I'm getting a different HTTP codes in my apache server for this rhn.rpclib.py....<br />
>><br />
>> L.<br />
>><br />
>> ------<br />
>> The most dangerous phrase in the language is, "We've always done it this way."<br />
>><br />
>> - Grace Hopper<br />
>><br />
>> On 23 May 2016 at 10:53, Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>> wrote:<br />
>> Hmm. It looks like my osa-dispatcher isn't starting. Where are the osa-dispatcher config files?<br />
>><br />
>> cheers<br />
>> L.<br />
>><br />
>> ------<br />
>> The most dangerous phrase in the language is, "We've always done it this way."<br />
>><br />
>> - Grace Hopper<br />
>><br />
>> On 23 May 2016 at 10:29, Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>> wrote:<br />
>> No one has seen this error before? No one can even give me pointers on where to start looking for a solution?<br />
>><br />
>> It almost certainly seems to be a tomcat issue - that either the rhnpush isn't getting through a proxy (??! wtf) or it is an is failing on the other side of the proxy because some other reason?<br />
>><br />
>> I've check the tomcat conf on both servers - they are the same (as necessary). The rhn is set up as identically as possible, the server OS is the same revision...I don't understand. The only discernable difference is that one is a VMWare VM and one is a stand alone installation.<br />
>><br />
>> Cheers<br />
>><br />
>> L.<br />
>><br />
>> ------<br />
>> The most dangerous phrase in the language is, "We've always done it this way."<br />
>><br />
>> - Grace Hopper<br />
>><br />
>> On 20 May 2016 at 16:32, Lachlan Musicman <<a href="mailto:datakid@gmail.com">datakid@gmail.com</a>> wrote:<br />
>> In centos 7.2, using<br />
>><br />
>> [root@vmpr-res-utils 16.05-rc2]# yum whatprovides rhnpush<br />
>><br />
>> rhnpush-5.5.89-1.el7.noarch : Package uploader for the Spacewalk or Red Hat Satellite Server<br />
>> Repo        : spacewalk<br />
>><br />
>> rhnpush-5.5.89-1.el7.noarch : Package uploader for the Spacewalk or Red Hat Satellite Server<br />
>> Repo        : @spacewalk<br />
>><br />
>><br />
>> [root@vmpr-res-utils 16.05-rc2]# rhnpush --server localhost -u admin --channel slurm_16_05_rc2 *rpm --nosig        <br />
>> Password:<br />
>><br />
>> ERROR: unhandled exception occurred: (mismatched tag: line 164, column 2).<br />
>><br />
>> No logs are created at all (I've deleted them all and checked).<br />
>><br />
>> There is a log in /var/log/tomcat/localhost_access_{date}.txt<br />
>><br />
>> ::1 - - [20/May/2016:13:29:49 +1000] "GET /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
>> ::1 - - [20/May/2016:13:29:49 +1000] "POST /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
>> ::1 - - [20/May/2016:13:29:50 +1000] "POST /rhn/Login.do?url_bounce=/rhn/errors/500.jsp&request_method=POST HTTP/1.1" 200 5967<br />
>><br />
>><br />
>> Note here that it's defaulting to IPv6 address.<br />
>><br />
>> If I use the fqdn/hostname (same thing) I get it using the ipv4, same problem:<br />
>><br />
>> 10.126.18.72 - - [20/May/2016:13:58:00 +1000] "GET /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
>> 10.126.18.72 - - [20/May/2016:13:58:00 +1000] "POST /rhn/errors/500.jsp HTTP/1.1" 302 -<br />
>> 10.126.18.72 - - [20/May/2016:13:58:00 +1000] "POST /rhn/Login.do?url_bounce=/rhn/errors/500.jsp&request_method=POST HTTP/1.1" 200 5967<br />
>><br />
>><br />
>> Note that the username and password are correct - I've tested 100 times, and I'm also logged into the website, *using the same credentials*.<br />
>><br />
>> Further frustration is caused by the fact that I have it working on another server (and another domain/ip range), which was set up identically, runs the same software, and it works.<br />
>><br />
>> ....<br />
>><br />
>> OK, I tried to add the server to itself as a system with<br />
>><br />
>> rhnreg_ks --serverUrl=<a href="https://server/XMLRPC">https://server/XMLRPC</a> --sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT --activationkey=1-x<br />
>><br />
>> and that also failed.<br />
>><br />
>> Then I went into /var/log/up2date and noticed that the error was the same:<br />
>> Traceback (most recent call last):<br />
>>   File "/usr/sbin/rhnreg_ks", line 216, in <module><br />
>>     cli.run()<br />
>>   File "/usr/share/rhn/up2date_client/rhncli.py", line 96, in run<br />
>>     sys.exit(self.main() or 0)<br />
>>   File "/usr/sbin/rhnreg_ks", line 91, in main<br />
>>     rhnreg.getCaps()<br />
>>   File "/usr/share/rhn/up2date_client/rhnreg.py", line 248, in getCaps<br />
>>     s.capabilities.validate()<br />
>>   File "/usr/share/rhn/up2date_client/rhnserver.py", line 178, in __get_capabilities<br />
>>     self.registration.welcome_message()<br />
>>   File "/usr/share/rhn/up2date_client/rhnserver.py", line 63, in __call__<br />
>>     return rpcServer.doCall(method, *args, **kwargs)<br />
>>   File "/usr/share/rhn/up2date_client/rpcServer.py", line 203, in doCall<br />
>>     ret = method(*args, **kwargs)<br />
>>   File "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__<br />
>>     return self.__send(self.__name, args)<br />
>>   File "/usr/share/rhn/up2date_client/rpcServer.py", line 37, in _request1<br />
>>     ret = self._request(methodname, params)<br />
>>   File "/usr/lib/python2.7/site-packages/rhn/rpclib.py", line 384, in _request<br />
>>     self._handler, request, verbose=self._verbose)<br />
>>   File "/usr/lib/python2.7/site-packages/rhn/transports.py", line 187, in request<br />
>>     return self._process_response(fd, connection)<br />
>>   File "/usr/lib/python2.7/site-packages/rhn/transports.py", line 215, in _process_response<br />
>>     return self.parse_response(fd)<br />
>>   File "/usr/lib/python2.7/site-packages/rhn/transports.py", line 235, in parse_response<br />
>>     p.feed(response)<br />
>>   File "/usr/lib64/python2.7/xmlrpclib.py", line 558, in feed<br />
>>     self._parser.Parse(data, 0)<br />
>> <class 'xml.parsers.expat.ExpatError'>: mismatched tag: line 164, column 2<br />
>><br />
>><br />
>> which lead me to this:<br />
>><br />
>> <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1277623">https://bugzilla.redhat.com/show_bug.cgi?id=1277623</a><br />
>><br />
>> but both of my systems have<br />
>><br />
>> python-debian-0.1.27-3.el7.noarch and python-six-1.9.0-2.el7.noarch<br />
>><br />
>> I'm reticent to downgrade since I don't know what else that will affect, and it's *working* on one of the servers without the downgrade?<br />
>><br />
>> I saw this reddit thread:<br />
>><br />
>> <a href="https://www.reddit.com/r/spacewalk/comments/3vnquh/centos_71_spacewalk_24_no_go/">https://www.reddit.com/r/spacewalk/comments/3vnquh/centos_71_spacewalk_24_no_go/</a><br />
>><br />
>> but I wont try the solution(s) in the last comment bc both files in both systems are currently the same, so they are obv not the issue.<br />
>><br />
>><br />
>> I tried the patch shown here:<br />
>><br />
>> <a href="https://www.redhat.com/archives/spacewalk-list/2015-November/msg00108.html">https://www.redhat.com/archives/spacewalk-list/2015-November/msg00108.html</a><br />
>><br />
>> But it just output a whole bunch of blather - looks like something is being chomped though - either time out or buffer length or...?<br />
>><br />
>> asdIncoming headers:<br />
>>     content-length : 5966<br />
>>     set-cookie : JSESSIONID=69C01EA51CB966ABC58B3188A956B119; Path=/rhn/; Secure; HttpOnly; HttpOnly<br />
>>     server : Apache<br />
>>     x-ua-compatible : IE=edge,chrome=1<br />
>>     date : Fri, 20 May 2016 06:17:12 GMT<br />
>>     content-type : text/html;charset=UTF-8<br />
>> ('body:', '\'<!DOCTYPE HTML>\\n<html>\\n  <head>\\n    <!-- enclosing head tags in layout_c.jsp -->\\n    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>\\n    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\\n    <!--[if lt IE 9]>\\n      <script type=\\\'text/javascript\\\' src="/javascript/html5.js"></script>\\n      <script type=\\\'text/javascript\\\' src="/javascript/respond.js"></script>\\n    <![endif]-->\\n    \\n    <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>\\n    <title>\\n      Spacewalk\\n      \\n      \\n         - Sign In\\n      \\n      \\n    </title>\\n    <link rel="shortcut icon" href="/img/favicon.ico" />\\n\\n    <meta name="viewport" content="width=device-width, initial-scale=1.0" />\\n\\n    \\n    \\n      <link rel="stylesheet" href="/css/spacewalk.css" />\\n    \\n    <link rel="stylesheet" href="/css/jquery.timepicker.css" />\\n    <link rel="stylesheet" href="/css/bootstrap-datepicker.css" />\\n\\n    <link rel="stylesheet" href="/javascript/select2/select2.css" />\\n    <link rel="stylesheet" href="\'')<br />
>> ('body:', '\'/javascript/select2/select2-bootstrap.css" />\\n\\n    <link rel="stylesheet" href="/fonts/font-awesome/css/font-awesome.css" />\\n    <link rel="stylesheet" href="/fonts/font-spacewalk/css/spacewalk-font.css" />\\n\\n    <script src="/javascript/jquery.js"></script>\\n    <script src="/javascript/bootstrap.js"></script>\\n    <script src="/javascript/select2/select2.js"></script>\\n    <script src="/javascript/spacewalk-essentials.js"></script>\\n    <script src="/javascript/spacewalk-checkall.js"></script>\\n\\n    <script src="/rhn/dwr/engine.js"></script>\\n    <script src="/rhn/dwr/util.js"></script>\\n    <script src="/rhn/dwr/interface/DWRItemSelector.js"></script>\\n    <script src="/javascript/jquery.timepicker.js"></script>\\n    <script src="/javascript/bootstrap-datepicker.js"></script>\\n\\n    <meta name="decorator" content="layout_c" />\\n  <script src="/javascript/spacewalk-login.js"></script>\\n  </head>\\n  <body onload="">\\n    <div class="spacewalk-top-wrap">\\n      <nav class="navbar navbar-default navbar-pf" role="navigation">\\n \'')<br />
>> ('body:', '\'       \\n\\n\\n\\n<!-- header.jsp -->\\n\\n\\n\\n<div class="navbar-header">\\n  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">\\n    <span class="sr-only">Toggle navigation</span>\\n    <span class="icon-bar"></span>\\n    <span class="icon-bar"></span>\\n    <span class="icon-bar"></span>\\n  </button>\\n  <a class="navbar-brand" href="<a href="http://www.spacewalkproject.org/">http://www.spacewalkproject.org/</a>" title="Visit <a href="http://www.spacewalkproject.org/">http://www.spacewalkproject.org/</a> for more information">\\n    <img src="/img/logo_vendor.png" alt="Spacewalk project" id="rhLogo" />\\n  </a>\\n  <a class="navbar-brand" href="/" title="Spacewalk homepage">\\n    <img src="/img/logo_product.png" alt="Spacewalk" id="rhnLogo" accesskey="2"/>\\n  </a>\\n  \\n</div>\\n\\n<div class="navbar-collapse collapse">\\n  \\n\\n  \\n  \\n    <ul class="nav navbar-nav navbar-primary"><li class="active"><a href="/rhn/Login.do">Sign In</a></li>\\n<li><a href="/rhn/help/about.do">About</a></li>\\n</ul>\\n  \\n</div>\\n<!-- end header.jsp -->\\n\\n      </nav>\\n      <div class="spacewalk-main-column-layout">\\n       \'')<br />
>> ('body:', '\' <aside id="spacewalk-aside" class="navbar-collapse collapse">\\n          \\n\\n<nav id="sidenav">\\n  \\n  \\n  \\n  \\n</nav>\\n\\n          \\n\\n\\n\\n\\n\\n          \\n\\n\\n<!-- TODO make this more generic -->\\n\\n\\n\\n        </aside>\\n        <section id="spacewalk-content">\\n          <!-- Alerts and messages -->\\n          \\n          \\n          <div class="text-center">\\n    \\n    \\n      \\n      \\n        <h1>Welcome to Spacewalk</h1>\\n        <p><strong>Spacewalk</strong> is an open source (GPLv2) Linux systems management solution. Below are some links that should prove useful if you have any questions regarding your Spacewalk server. </p>\\n      \\n    \\n\\n    <form name="loginForm" id="loginForm" method="post" action="/rhn/LoginSubmit.do;jsessionid=69C01EA51CB966ABC58B3188A956B119" class="form-horizontal col-md-6 col-md-offset-3 text-left">\\n      <input type="hidden" name="csrf_token" value="7530790251516499651">\\n      \\n\\n    \\n    \\n    \\n    \\n    \\n    \\n    \\n\\n\\n<div class="form-group">\\n  <label for="username-field" class="col-xs-5 control-label">Spacewal\'')<br />
>> ('body:', '\'k Login: </label>\\n  <div class="col-xs-7">\\n    <input type="text" id="username-field" class="form-control" tabindex="1" name="username" maxlength="63" placeholder="Login" />\\n  </div>\\n</div>\\n\\n<div class="form-group">\\n  <label for="password-field" class="col-xs-5 control-label">Password: </label>\\n  <div class="col-xs-7">\\n    <input type="password" id="password-field" class="form-control" tabindex="2" name="password" maxlength="32" placeholder="Password" />\\n  </div>\\n</div>\\n\\n<div class="text-right">\\n  <input type="hidden" name="login_cb" value="login">\\n   <input type="hidden" name="url_bounce" value="/rhn/errors/500.jsp">\\n   <input type="hidden" name="request_method" value="GET">\\n  <input type="submit" tabindex="3" value="Sign In" id="login" class="btn btn-primary">\\n</div>\\n\\n    </form>\\n    <div class="col-md-6 col-md-offset-3 text-left">\\n    \\n    \\n      \\n      \\n          <p>For details on Spacewalk, please visit our web-site at <a href="<a href="http://www.spacewalkproject.org/">http://www.spacewalkproject.org/</a>" target="_blank"> <a href="http://www.spacewalkprojec">http://www.spacewalkprojec</a>\'')<br />
>><br />
>><br />
>><br />
>><br />
>> Would appreciate any ideas people might have?<br />
>><br />
>><br />
>><br />
>> cheers<br />
>> L.<br />
>><br />
>> ------<br />
>> The most dangerous phrase in the language is, "We've always done it this way."<br />
>><br />
>> - Grace Hopper<br />
>><br />
>><br />
>> _______________________________________________<br />
>> Spacewalk-list mailing list<br />
>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br />
>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br />
>><br />
>><br />
>> _______________________________________________<br />
>> Spacewalk-list mailing list<br />
>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br />
>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br />
><br />
><br />
</div></div></blockquote></div><br /></div>
</blockquote></div></div></div></blockquote></div><br /></div>
</blockquote></div>