hallo forum,
wie viele dieser tage möchte ich von confixx nach liveconfig migrieren.
dies möchte ich unter debian wheezy mit einem eigenen, externen mysql server betreiben.
das migrationsscript habe ich noch nicht ausgeführt
ich habe den sql dump installiert und kann mich vom liveconfig mittels mysqlclient verbinden.
trotzdem zeigt mir liveconfig unter serververwaltung: Keine unterstützten Dienste gefunden.
foldendes habe ich in der liveconfig.conf eingetragen:
Code
# ----------------------------------------------------------------------------
# Database settings
# ----------------------------------------------------------------------------
# SQLite example:
#db_driver = sqlite
#db_name = /var/lib/liveconfig/liveconfig.db
# MySQL example:
db_driver = mysql
#db_host = localhost
db_host = current-db (oder ip)
db_name = liveconfig
db_user = liveconfig
db_password = XXXXXXXX
Alles anzeigen
liveconfig --diag zeigt mir folgendes an
Code
liveconfig --diag
Running OS diagnostics...
FILE SYSTEMS:
/ [rootfs] (total: 10568916992, free: 8938938368)
/dev [none] (total: 508354560, free: 508354560)
/ [/dev/xvda1] (total: 10568916992, free: 8938938368)
/var [/dev/xvdc1] (total: 160982630400, free: 160522805248)
/var/log [/dev/xvdb1] (total: 10568916992, free: 9867984896)
/var/mail [/dev/xvdd1] (total: 96589578240, free: 96585207808)
CPUs:
CPU: 'cpu' user=20835 nice=1283 system=39142 idle=325921670 wait=106259 irq=0 sirq=872 steal=8308 guest=0
CPU: 'cpu0' user=20835 nice=1283 system=39142 idle=325921670 wait=106259 irq=0 sirq=872 steal=8308 guest=0
CPU IDENTIFICATION:
CPU Vendor: GenuineIntel
CPU Model: Intel(R) Xeon(R) CPU E31275 @ 3.40GHz
Cache: 8192 KB
LOAD AVERAGE:
Load: 1min=0.000000, 5min=0.000000, 15min=0.000000
MEMORY:
Total Memory: 1070428160
Free Memory: 980070400
Total Swap: 0
Free Swap: 0
INTERFACES:
Name: 'lo'
MAC: 00:00:00:00:00:00
IPv4: '127.0.0.1'/8
IPv6: '::1'/128
IN: 19000 bytes (200 packets)
OUT: 19000 bytes (200 packets)
FLAGS: UP LOOPBACK
Name: 'eth0'
MAC: 00:16:3e:2f:5f:ff
IPv4: '192.168.154.81'/24
IPv6: 'fe80::216:3eff:fe2f:5fff'/64
IN: 356052353 bytes (1609033 packets)
OUT: 168036026 bytes (1790250 packets)
FLAGS: UP BROADCAST
HOSTNAME:
Hostname: 'micha-www2'
FQDN: 'micha-www2.serve-me.de'
UPTIME:
Uptime: 18 days, 21:08:41
DMI:
ERROR: (null)
IPMI:
ERROR: IPMI not supported in this build
QUOTA for group 'root' at path /var/www: OK - kb_used=413024, inodes_used=2950
Running Lua diagnostics...
[INFO] Detected 'Debian GNU/Linux 7.3 (wheezy)'
[DEBUG] running web.detect()
[DEBUG] Found package 'apache2-mpm-prefork' (Version 2.2.22-13)
[DEBUG] binver 2.2.22
Distribution name: 'Debian'
Distribution codename: 'wheezy'
Distribution family: 'Debian'
Distribution version: '7.3'
Distribution description: 'Debian GNU/Linux 7.3 (wheezy)'
Checking for web server software:
- Found 'apache' web server
Version: '2.2.22'
Package version: '2.2.22-13'
SNI support: yes
Modules: core log_config logio version mpm_prefork http so actions alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi deflate dir env fcgid include mime negotiation reqtimeout rewrite setenvif status suexec suphp
- PHP version: 5.4.4
Checking for ftp server software:
[DEBUG] running ftp.detect()
[DEBUG] Found package 'proftpd-basic' (Version 1.3.4a-5+deb7u1)
- Found 'proftpd' FTP server
Version: '1.3.4a'
Package version: '1.3.4a-5+deb7u1'
Checking for SMTP server software:
[DEBUG] running smtp.detect()
[DEBUG] Found package 'postfix' (Version 2.9.6-2)
- Found 'postfix' smtp server
Version: '2.9.6'
Package version: '2.9.6-2'
Checking for POP/IMAP server software:
[DEBUG] running popimap.detect()
[DEBUG] Found package 'dovecot-imapd' (Version 1:2.1.7-7)
- Found 'dovecot' POP/IMAP server
Version: '2.1.7'
Package version: '1:2.1.7-7'
Checking for database server software:
[DEBUG] running db.detect()
Checking for DNS server software:
[DEBUG] running dns.detect()
Done.
Alles anzeigen
interessanterweise sehe ich im tcpdump daten zwischen liveconfig und mysql server.
kann mir bitte jemand weiterhelfen?
ich würde das setup gern so betreiben.
bin über jede hilfe dankbar ....
gruß,
ronny