ispCP - Board - Support
RC3 FINAL TEST - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: RC3 FINAL TEST (/thread-2315.html)

Pages: 1 2 3 4 5 6


RE: RC3 FINAL TEST - vacancy - 02-06-2008 06:28 AM

Hm......
schaut so aus als hätte er nach dem Etchupdate ein Problem mit dem Auth am MYSQL



sub decrypt_db_password {

my ($pass) = @_;

push_el(\@main::el, 'decrypt_db_password()', 'Starting...');

if (!defined($pass) || $pass eq '') {

push_el(\@main::el, 'decrypt_db_password()', 'ERROR: Undefined input data ($pass)...');

return (1, '');

}

(::: LINE 1443 ::Smile my $cipher = Crypt::CBC -> new(
{
'key' => $main::db_pass_key,
'cipher' => 'Blowfish',
'iv' => $main::db_pass_iv,
'regenerate_key' => 0,
'padding' => 'space',
'prepend_iv' => 0
}
);

my $decoded = decode_base64("$pass\n");

my $plaintext = $cipher -> decrypt($decoded);


push_el(\@main::el, 'decrypt_db_password()', 'Ending...');

return (0, $plaintext);

}



das Crypt Modul oder so.
Ich weis nur dass er das passwort in /etc/vhcs2/vhcs2.conf speichert (verschlüsselt)
Das mysqlpw hab ich kann man den requestmgr auch ohne MYSQL PW laufen lassen ?


RE: RC3 FINAL TEST - vacancy - 02-06-2008 06:31 AM

BeNe Wrote:
Quote:achja die svn auf sf.net ist net online nur so als info
ist auch nur hier gehostet -> http://www.isp-control.net/ispcp/browser

Quote:Error 1 *gg* hat jemand eine Idee?
--> http://www.linuxforums.org/forum/servers/57428-vhcs-setup-issues.html

Aber für was brauchst du jetzt den vhcs2-rqst-mngr ?

Greez BeNe




Laut eurem Script:

http://www.isp-control.net/documentation/start/upgrade/vhcs

3. Check your Database
To check, if there are any wrong Database Entry's do the following steps:

#mysql -u root -p<yourpassword> >USE vhcs2 >UPDATE domain SET domain_status = "change"; >UPDATE subdomain SET subdomain_status = "change"; >UPDATE domain_aliasses SET alias_status = "change"; >quit
Now start:

/var/www/vhcs2/engine/vhcs2-rqst-mngr




Das hab ich vorhin e auch schon mal gefragt nur jetzt hab ich das Datenbankupdate gestartet.
Die Werte sind in der DB.
Das Problem ist dass ich jetzt den REQUESTMGR rennen lassen muss außer ich setze das zurück.
hm.... grml


RE: RC3 FINAL TEST - BeNe - 02-06-2008 06:35 AM

Ok, ja das wir sicher gehen können das die DB sauber ist.
Das hat gOOvER grad heute morgen ins Wiki.

Hat den der Link geholfen ?
Sonst weis google auch weiter --> http://www.google.de/search?hl=de&q=then+the+key+length+must+be+equal+to+the+chosen+cipher%27s+key+length+of+56+by​tes+at&btnG=Google-Suche&meta=

Greez BeNe


RE: RC3 FINAL TEST - vacancy - 02-06-2008 06:36 AM

Hab im Perl die CRYPT Zeilen auskommentiert und jetzt hats funktioniert anscheinend trubbles mit einem Crypt Modul nach einem Update.
Requestmgr funktioniert.
Anleitung folgt.


RE: RC3 FINAL TEST - vacancy - 02-06-2008 07:08 AM

ISPCP Setup läuft bin schon auf das Updatescript gespannt.
soweit alles ok
Hab bis dato nur keine Modifikationen am Tutorial vorgenommen.


RE: RC3 FINAL TEST - vacancy - 02-06-2008 07:21 AM

???? HILFE

ns1:/var/www/ispcp/engine/setup# perl ispcp-update

Welcome to ispCP '1.0.0 RC3 OMEGA' Update Dialog.
This program will update your VHCS / ispCP OMEGA system on your server.
Please make sure you have a backup of your server data.

NOTE: During the migration process some or all services might require to be
shut down or restarted.

Please select from which version you want to update:
(1) VHCS 2.4.7 or VHCS 2.4.7.1
(2) VHCS 2.4.8 RC1
(3) ispCP OMEGA 1.0.0 RC2 (incl. b and c)
(0) abort
Your selection: 2

Make sure you have installed ispCP OMEGA first as described in the INSTALL
document.

Continue?
(1) Yes
(0) No
Your selection: 1
Please enter path to vhcs2.conf [/etc/vhcs2/vhcs2.conf]:
Stopping vhcs2_daemon: No /var/www/vhcs2/daemon/vhcs2_daemon found running; none killed.
Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon.
Stopping ispCP Network Traffic Logger: ispcp_network
ispcp_network is already stopped
.
Dropping empty ispcp table...done
Creating new database...done
Copying database...done
Upgrading database structure...ERROR 1054 (42S22) at line 12: Unknown column 'uniqkey_time' in 'admin'
failed!

SQL Update failed.


RE: RC3 FINAL TEST - vacancy - 02-06-2008 07:26 AM

vacancy Wrote:???? HILFE

ns1:/var/www/ispcp/engine/setup# perl ispcp-update

Welcome to ispCP '1.0.0 RC3 OMEGA' Update Dialog.
This program will update your VHCS / ispCP OMEGA system on your server.
Please make sure you have a backup of your server data.

NOTE: During the migration process some or all services might require to be
shut down or restarted.

Please select from which version you want to update:
(1) VHCS 2.4.7 or VHCS 2.4.7.1
(2) VHCS 2.4.8 RC1
(3) ispCP OMEGA 1.0.0 RC2 (incl. b and c)
(0) abort
Your selection: 2

Make sure you have installed ispCP OMEGA first as described in the INSTALL
document.

Continue?
(1) Yes
(0) No
Your selection: 1
Please enter path to vhcs2.conf [/etc/vhcs2/vhcs2.conf]:
Stopping vhcs2_daemon: No /var/www/vhcs2/daemon/vhcs2_daemon found running; none killed.
Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon.
Stopping ispCP Network Traffic Logger: ispcp_network
ispcp_network is already stopped
.
Dropping empty ispcp table...done
Creating new database...done
Copying database...done
Upgrading database structure...ERROR 1054 (42S22) at line 12: Unknown column 'uniqkey_time' in 'admin'
failed!

SQL Update failed.




bei auswahl der 2.4.7.1
kommt:

Upgrading database structure...ERROR 1062 (23000) at line 13: Duplicate entry 'domain.tld' for key 2
failed!


RE: RC3 FINAL TEST - BeNe - 02-06-2008 07:28 AM

Code:
Upgrading database structure...ERROR 1054 (42S22) at line 12: Unknown column 'uniqkey_time' in 'admin'
failed!

SQL Update failed.
Scheint ein Fehler in der SQL File zu sein.
Muss ich mal anschauen. Vielleicht kann auch RatS was dazu sagen.

Greez BeNe


RE: RC3 FINAL TEST - vacancy - 02-06-2008 07:34 AM

BeNe Wrote:
Code:
Upgrading database structure...ERROR 1054 (42S22) at line 12: Unknown column 'uniqkey_time' in 'admin'
failed!

SQL Update failed.
Scheint ein Fehler in der SQL File zu sein.
Muss ich mal anschauen. Vielleicht kann auch RatS was dazu sagen.

Greez BeNe

er hat die datenbank angelegt aber er bingt den error dass einträge doppelt sind die meldung scheint ok zu sein da es ja jetzt so ist.
das system hat die domains in die db kopiert wie kann ich das script anweisen die db zu prüfen?
oder gibt es einen anderen weg

Bin mir nicht mehr sicher welche VHCS Version das war 2.4.8 oder 2.4.7.1?
Die Fehlermeldung oben bekomme ich wenn ich 2.4.8 auswähle.
Wenn ich 2.4.7.1 nimm dann bekomme ich:
Upgrading database structure...ERROR 1062 (23000) at line 13: Duplicate entry 'domain.tdl' for key 2
failed!


RE: RC3 FINAL TEST - vacancy - 02-06-2008 08:21 AM

vacancy Wrote:
BeNe Wrote:
Code:
Upgrading database structure...ERROR 1054 (42S22) at line 12: Unknown column 'uniqkey_time' in 'admin'
failed!

SQL Update failed.
Scheint ein Fehler in der SQL File zu sein.
Muss ich mal anschauen. Vielleicht kann auch RatS was dazu sagen.

Greez BeNe

er hat die datenbank angelegt aber er bingt den error dass einträge doppelt sind die meldung scheint ok zu sein da es ja jetzt so ist.
das system hat die domains in die db kopiert wie kann ich das script anweisen die db zu prüfen?
oder gibt es einen anderen weg

Bin mir nicht mehr sicher welche VHCS Version das war 2.4.8 oder 2.4.7.1?
Die Fehlermeldung oben bekomme ich wenn ich 2.4.8 auswähle.
Wenn ich 2.4.7.1 nimm dann bekomme ich:
Upgrading database structure...ERROR 1062 (23000) at line 13: Duplicate entry 'domain.tdl' for key 2
failed!



EDIT:

ns1:/tmp# mysql -u root -pmypass < /tmp/db.sql
ERROR 1060 (42S21) at line 11: Duplicate column name 'gender'