Hallo Ralf,
danke für die tolle und schnelle Reaktion. Du bist ja flotter als so manche kostenpflichtige Hotline
Ich bin nun weiter, habe aber anscheinnend das Problem, das ich irgendwie doch schon mal in die Datenbank gekommen bin. Hier das Log:
Database error: Invalid SQL:
CREATE TABLE guacamole_connection_group
(
connection_group_id
int(11) NOT NULL AUTO_INCREMENT,
parent_id
int(11),
connection_group_name
varchar(128) NOT NULL,
type
enum(‘ORGANIZATIONAL’,
‘BALANCING’) NOT NULL DEFAULT ‘ORGANIZATIONAL’,
– Concurrency limits
max_connections
int(11),
max_connections_per_user
int(11),
enable_session_affinity
boolean NOT NULL DEFAULT 0,
PRIMARY KEY (connection_group_id
),
UNIQUE KEY connection_group_name_parent
(connection_group_name
, parent_id
),
CONSTRAINT guacamole_connection_group_ibfk_1
FOREIGN KEY (parent_id
)
REFERENCES guacamole_connection_group
(connection_group_id
) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Table ‘guacamole_connection_group’ already exists (1050)
Installation failed --> exiting!
dpkg: error processing package egroupware-guacamole (–configure):
installed egroupware-guacamole package post-installation script subprocess returned error exit status 26
Errors were encountered while processing:
egroupware-guacamole
E: Sub-process /usr/bin/dpkg returned an error code (1)
Habe ich doch eine Chance oder muss ich vom Scratch anfangen?
Eine schönen Abend und bis dann.
Stefan