Current time: 06-20-2024, 09:23 PM Hello There, Guest! (LoginRegister)


Post Reply 
RC3 FINAL TEST
Author Message
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #21
RE: RC3 FINAL TEST
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 ?
02-06-2008 06:28 AM
Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #22
RE: RC3 FINAL TEST
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...ssues.html

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

Greez BeNe




Laut eurem Script:

http://www.isp-control.net/documentation...grade/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
02-06-2008 06:31 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #23
RE: RC3 FINAL TEST
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...uche&meta=

Greez BeNe
02-06-2008 06:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #24
RE: RC3 FINAL TEST
Hab im Perl die CRYPT Zeilen auskommentiert und jetzt hats funktioniert anscheinend trubbles mit einem Crypt Modul nach einem Update.
Requestmgr funktioniert.
Anleitung folgt.
02-06-2008 06:36 AM
Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #25
RE: RC3 FINAL TEST
ISPCP Setup läuft bin schon auf das Updatescript gespannt.
soweit alles ok
Hab bis dato nur keine Modifikationen am Tutorial vorgenommen.
(This post was last modified: 02-06-2008 07:09 AM by vacancy.)
02-06-2008 07:08 AM
Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #26
RE: RC3 FINAL TEST
???? 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.
02-06-2008 07:21 AM
Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #27
RE: RC3 FINAL TEST
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!
02-06-2008 07:26 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #28
RE: RC3 FINAL TEST
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
02-06-2008 07:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #29
RE: RC3 FINAL TEST
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!
(This post was last modified: 02-06-2008 07:59 AM by vacancy.)
02-06-2008 07:34 AM
Find all posts by this user Quote this message in a reply
vacancy Offline
Junior Member
*

Posts: 97
Joined: Nov 2007
Reputation: 2
Post: #30
RE: RC3 FINAL TEST
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'
02-06-2008 08:21 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)