Also die Quelle liegt unter /etc/apt/sources.list.d/dovecot.list und dort steht nur
http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2 main drin.
niemand hat geschrieben: ![↑ zum Beitrag ↑](https://debianforum.de/forum/styles/debianforumde/theme/images/debianforum_uparrow.png)
30.09.2017 11:35:21
mysqld_safe
Code: Alles auswählen
root@s1:/etc/apt/sources.list.d# mysqld_safe
170930 15:26:57 mysqld_safe Can't log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect.
170930 15:26:57 mysqld_safe Logging to '/var/log/mysql/error.log'.
170930 15:26:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170930 15:26:58 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
scheint wohl Probleme mit InnoDB zu geben, ob das ausschlaggebend ist, kann ich nicht beurteilen.
Code: Alles auswählen
170930 15:26:57 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full nam$
170930 15:26:57 [Note] Plugin 'FEDERATED' is disabled.
170930 15:26:57 InnoDB: The InnoDB memory heap is disabled
170930 15:26:57 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170930 15:26:57 InnoDB: Compressed tables use zlib 1.2.8
170930 15:26:57 InnoDB: Using Linux native AIO
170930 15:26:57 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
170930 15:26:57 InnoDB: Completed initialization of buffer pool
170930 15:26:57 InnoDB: Fatal error: cannot allocate memory for the buffer pool
170930 15:26:57 [ERROR] Plugin 'InnoDB' init function returned error.
170930 15:26:57 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170930 15:26:57 [ERROR] Unknown/unsupported storage engine: InnoDB
170930 15:26:57 [ERROR] Aborting
170930 15:26:57 [Note] /usr/sbin/mysqld: Shutdown complete
niemand hat geschrieben: ![↑ zum Beitrag ↑](https://debianforum.de/forum/styles/debianforumde/theme/images/debianforum_uparrow.png)
30.09.2017 11:35:21
dpkg --audit
Neu Konfigurieren bringt leider nur das gleiche Ergebnis
Code: Alles auswählen
root@s1:/etc/apt/sources.list.d# dpkg --audit
Die folgenden Pakete wurden entpackt, aber noch nicht konfiguriert.
Sie müssen mit dpkg --configure oder dem Konfigurations-Menüeintrag in
dselect konfiguriert werden, damit sie ordnungsgemäß funktionieren:
mysql-server MySQL database server (metapackage depending on the lates
Die folgenden Pakete sind nur halb konfiguriert, wahrscheinlich durch
Probleme während der ersten Konfiguration. Die Konfiguration sollte mit
dpkg --configure <Paket> oder mit dem Konfigurations-Menüeintrag in
dselect erneut versucht werden:
mysql-server-5.5 MySQL database server binaries and system database setup
KBDCALLS hat geschrieben: ![↑ zum Beitrag ↑](https://debianforum.de/forum/styles/debianforumde/theme/images/debianforum_uparrow.png)
30.09.2017 11:41:40
dpkg -l |grep -v ^ii
Code: Alles auswählen
root@s1:/etc/apt/sources.list.d# dpkg -l |grep -v ^ii
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-==============================-================================-============-===============================================================================
rc dbconfig-common 1.8.47+nmu3+deb8u1 all common framework for packaging database applications
rc javascript-common 11 all Base support for JavaScript library packages
iU mysql-server 5.5.57-0+deb8u1 all MySQL database server (metapackage depending on the latest version)
iF mysql-server-5.5 5.5.57-0+deb8u1 amd64 MySQL database server binaries and system database setup
rc php5-mysqlnd 5.6.30+dfsg-0+deb8u1 amd64 MySQL module for php5 (Native Driver)
@eggy
Der ursprüngliche Sinn meines Posts war nicht, meinen Mysql Fehler zu finden, sondern zu erlernen wie ich Updates richtig durchführe. Dass Fremdquellen keine gute Idee sind, war mir bisher nicht so bewusst. An die Fremdquelle für den Mailserver habe ich schlichtweg nicht gedacht.
Ich enthalte euch keine Informationen vor.