gerade habe ich mir einen frischen Server gemietet und folgendes bisher gemacht:
Code: Alles auswählen
apt-get install vim
vim /etc/apt/sources.list
apt-get update
apt-get upgrade
apt-get install ntp ntpdate
apt-get install mysql-common mysql-client mysql-server
Das: innodb_use_native_aio = 0 in my.cnf habe ich gemacht - bringt leider nichts.130610 14:03:25 [Note] Plugin 'FEDERATED' is disabled.
130610 14:03:25 InnoDB: The InnoDB memory heap is disabled
130610 14:03:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130610 14:03:25 InnoDB: Compressed tables use zlib 1.2.7
130610 14:03:25 InnoDB: Using Linux native AIO
130610 14:03:25 InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
130610 14:03:27 InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
130610 14:03:27 InnoDB: Fatal error: cannot initialize AIO sub-system
130610 14:03:27 [ERROR] Plugin 'InnoDB' init function returned error.
130610 14:03:27 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130610 14:03:27 [ERROR] Unknown/unsupported storage engine: InnoDB
130610 14:03:27 [ERROR] Aborting
Habe auch das hier:
http://bugs.mysql.com/bug.php?id=61575
gefunden aber:
Code: Alles auswählen
sudo sysctl fs.aio-max-nr=1
sysctl: permission denied on key 'fs.aio-max-nr'
Ich habe hier:
Code: Alles auswählen
uname -a
Linux nudin1 2.6.32-042stab076.8 #1 SMP Tue May 14 20:38:14 MSK 2013 x86_64 GNU/Linux
Hat da jemand eine Idee?
Liegt das an OpenVZ oder an dem Debian Template?
Oder an 5.5?
(Hatte auch noch noch mal komplett neu installiert - aber beim zweiten Mal genau das gleiche Problem)

Danke schon mal
Bye, Transmitter