Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=31
------------------------------------------------------------------------------
Ticket | 31
Created By | schulz(a)math.uni-goettingen.de
Summary | loadbalancing broken; there is only one ssh-connection
| (with the firstserver)
Queue | x2goclient-qt
Version | 3.0.1.17
Type | Bug
State | Unconfirmed
Priority | 3. High
Operating System | 1
Owners |
------------------------------------------------------------------------------
schulz(a)math.uni-goettingen.de (2011-02-03 20:45) wrote:
After upgrading to 3.0.1.17 i realized, that loadbalancing between
several servers doesn't happen anymore. Then i tried to debug and fix
the problem: There is only one mastersshconnection to the firstserver
it seems, and for example listing of the sessions per server is done
all the way on the same server resulting in duplicate entries for
example for resuming a session. Also there is always only the
firstserver selected as server to connect to, due to the same reason.
Unfornately i wasn't able to fix it today, because i didn't understood
well enough how your ssh-connections work.
Prioity is high, because it brokes a setup with multiple servers
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=32
------------------------------------------------------------------------------
Ticket | 32
Created By | schulz(a)math.uni-goettingen.de
Summary | db_getservers doesn't parse output correctly
Queue | x2goserver
Version | 3.0.99
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Operating System | 1
Owners |
------------------------------------------------------------------------------
schulz(a)math.uni-goettingen.de (2011-02-03 20:52) wrote:
the function db_getservers /usr/lib/x2go/x2godbwrapper.pm only parses
the first column of the sql-output resulting only in servernames but
not the counts of the sessions. This breaks sorting the servers for
loadbalancing regarding number of sessions per host.
fix is simple:
426c425
< @strings[$i++]=@data[0];
---
> @strings[$i++]=@data[0].' '.@data[1];
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=5
------------------------------------------------------------------------------
Ticket | 5
Created By | schulz(a)math.uni-goettingen.de
Summary | pyhoca overwrites known_hosts
Queue | pyhoca-gui
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
------------------------------------------------------------------------------
schulz(a)math.uni-goettingen.de (2011-01-31 09:21) wrote:
Pyhoca overwrites users known_hosts (in ~/.ssh) without question or
warning. This should not happen. Either it should be the default,
that pyhoca uses another ssh-directory or, it simply appends to
known_hosts, not overwrites it.
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=28
------------------------------------------------------------------------------
Ticket | 28
Created By | mike.gabriel(a)das-netzwerkteam.de
Summary | Tickets cannot administratively moved between queues
Queue | zzz - X2go BUGTRACKER
Type | Bug
State | Assigned
Priority | 1. Low
Owners | Mike Gabriel
------------------------------------------------------------------------------
mike.gabriel(a)das-netzwerkteam.de (2011-02-02 20:21) wrote:
Tickets cannot administratively moved between queues.