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
On 10/04/2013 05:09 PM, Mike Gabriel wrote:
Hi Mathias,
On Fr 04 Okt 2013 14:24:19 CEST, Mathias Ewald wrote:
Hi, I tried x2gobroker on Wheezy now but failed even earlier:
root@x2gobroker:~# cat /etc/apt/sources.list deb http://ftp.de.debian.org/debian stable main contrib non-free deb-src http://ftp.de.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free
root@x2gobroker:~# cat /etc/apt/sources.list.d/x2go.list # X2Go Repository deb http://packages.x2go.org/debian wheezy main # X2Go Repository (sources) deb-src http://packages.x2go.org/debian wheezy main
root@x2gobroker:~# apt-get update ... root@x2gobroker:~# apt-get upgrade ...
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 Depends: python-x2gobroker (>= 0.0.2.3-0~x2go1+wheezy~main~505~build1) but it is not going to be installed Depends: python-x2gobroker (< 0.0.2.3-0~x2go1+wheezy~main~505~build1.1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@x2gobroker:~# apt-cache search python-wsgilog root@x2gobroker:~# apt-cache search python-x2gobroker python-x2gobroker - X2Go http(s) based session broker (Python modules) root@x2gobroker:~# apt-get install python-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: python-x2gobroker : Depends: python-pampy but it is not installable E: Unable to correct problems, you have held broken packages. root@x2gobroker:~# apt-cache search python-pampy root@x2gobroker:~#
Is there any distribution this actually works on? :D
I have just checked packages.x2go.org and quickly built the missing python-pampy for the main repos area. (They had already been built for the heuler area).
python-pampy is now available. Please try again and report back if it works now.
Btw.: the session broker is quite recent code and has a very small user base still. It could be professionalized by sponsoring projects.
Greets, Mike