Hi Mike,
the installation works now, thanks! I left most of the configuration at defaults but changed to iniconf and enabled debug mode. Following the instructions to browse http://IP:80/x2gobroker/plain/iniconf shows this HTML:
<html><title>404: Not Found</title><body>404: Not Found</body></html>
In the meantime, apache shows this
==> error.log <== [Sat Oct 05 06:25:12 2013] [error] [client 92.60.57.197] File does not exist: /var/www/plain
x2gobroker log files show this:
==> access.log <==
==> authservice.log <==
==> broker.log <==
==> error.log <==
==> wsgi.log <==
==> broker.log <== 2013-10-05 06:26:25,108 - broker - INFO - X2Go Session Broker (0.0.2.3), written by Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de> 2013-10-05 06:26:25,108 - broker - INFO - Setting up the broker's environment... 2013-10-05 06:26:25,109 - broker - INFO - X2GOBROKER_DEBUG: False 2013-10-05 06:26:25,109 - broker - INFO - X2GOBROKER_CONFIG: /etc/x2go/x2gobroker.conf 2013-10-05 06:26:25,109 - broker - INFO - X2GOBROKER_AGENT_CMD: /usr/lib/x2go/x2gobroker-agent 2013-10-05 06:26:25,109 - broker - INFO - X2GOBROKER_AUTHSERVICE_SOCKET: /run/x2gobroker/x2gobroker-authservice.socket 2013-10-05 06:26:25,109 - broker - INFO - X2GOBROKER_DEFAULT_BACKEND: zeroconf 2013-10-05 06:26:25,110 - broker - INFO - X2GOBROKER_SSL_CERTFILE: 2013-10-05 06:26:25,110 - broker - INFO - X2GOBROKER_SSL_KEYFILE: 2013-10-05 06:26:25,237 - broker - WARNING - GET http request detected, if unwanted: disable X2GOBROKER_DEBUG
It's a bit confusing to see "X2GOBROKER_DEBUG: False" and then "if unwanted: disable X2GOBROKER_DEBUG". First line makes me think debug is not enabled, second says it is. But the real problem for now is that I expected to see the contents /etc/x2go/broker/x2gobroker-sessionprofiles.conf but saw 404 instead.
Wrong expectations, or misconfiguration? :D
cheers Mathias
On 10/04/2013 07:57 PM, Mike Gabriel wrote:
Hi Mathias,
----- Original message -----
Hi Mike,
solved one thing, brought up another:
root@x2gobroker:~# apt-get install x2gobroker Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: x2gobroker : Depends: python-wsgilog but it is not installable E: Unable to correct problems, you have held broken packages. root@x2gobroker:~# apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@x2gobroker:~# apt-get install python-wsgilog Reading package lists... Done Building dependency tree Reading state information... Done Package python-wsgilog is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'python-wsgilog' has no installation candidate root@x2gobroker:~#
cheers Mathias
Ok, next round. python-wsgilog is now available through wheezy/main on packages.x2go.org.
Mike