Cannot login within package-manager from another installation

tmoreschi
Posts: 16
Member Since:
2006-12-19

Hi all,
I have a strange trouble trying to login from within my second Trixbox installation (when testing the new TrixBox 2.2 beta 3 version).
I'm using the same (registered) user credentials; the first installation is made on a Virtual Machine, while the second one on a physical server, but that is the only difference.

I took a trace with a packet-sniffer, and I see the following HTTP traffic:

>-- BEGIN, WORKING ONE -- POST //soapCheckUserReg.php HTTP/1.0
Host: www.trixbox.org
User-Agent: NuSOAP/0.7.2 (1.94)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 599

a6200038f4673fa6f2cc952dd04de950|tmoreschi|3db21a7d903556fe1877efab5b03cb42|2.2.0
HTTP/1.1 200 OK

Date: Tue, 03 Apr 2007 08:47:50 GMT
Server: Apache/2.0.59 (CentOS)
X-Powered-By: PHP/5.1.6
X-SOAP-Server: NuSOAP/0.7.2 (1.94)
Content-Length: 966
Cache-Control: max-age=1209600
Expires: Tue, 17 Apr 2007 08:47:50 GMT
Connection: close
Content-Type: text/xml; charset=ISO-8859-1

1|You have succesfully logged in.|tmoreschi<div
id=test1
style="visibility:hidden;position:absolute;background-image:url('javascript:eval(document.all.test1.expr)');cursor:pointer;"
expr="if(document.all&&document.getElementById('yumPackages')!=null&&document.getElementById('yumPackages').innerHTML){xajax_menu('yumOutput.php','yumPackages');}"></div>

>-- END, WORKING ONE --

>-- BEGIN, NOT working (SECOND INSTALLATION) -- POST //soapCheckUserReg.php HTTP/1.0
Host: www.trixbox.org
User-Agent: NuSOAP/0.7.2 (1.94)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 599

b1c256c6adec7855e3f32ea5c3b68084|tmoreschi|3db21a7d903556fe1877efab5b03cb42|2.2.0
HTTP/1.1 200 OK

Date: Tue, 03 Apr 2007 08:40:11 GMT
Server: Apache/2.0.59 (CentOS)
X-Powered-By: PHP/5.1.6
X-SOAP-Server: NuSOAP/0.7.2 (1.94)
Content-Length: 569
Cache-Control: max-age=1209600
Expires: Tue, 17 Apr 2007 08:40:11 GMT
Connection: close
Content-Type: text/xml; charset=ISO-8859-1

0|Username and Password for this TrixBox is incorrect
>-- END, NOT working (SECOND INSTALLATION) --

There is something that I'm missing? Why the server tells me that I supply an incorrect Username and Password for this TrixBox?
It does not work also If a change the user, with the help of a work-mate (that is a registered user, too).

Thanks in advance.