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.