Do i have to do a fresh install again?
Posts by Splinti
-
-
Oh... I thought I could just skip the ISP installation...
-
I don't use SSH Key authentication since it's a server in my cellar.
If that helps, I used this guide to configure my server:
https://www.howtoforge.com/tut…bind-dovecot-ispconfig-3/And yes, I reinstalled the system because of my previous issue
-
No, fresh installation
-
sources.list
# deb http://ftp.de.debian.org/debian/ jessie maindeb http://ftp.de.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.de.debian.org/debian/ jessie main non-free contribdeb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free# jessie-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
I think so ... -
Still returns the same error
-
Do you mean I should run perl imscp-autoinstaller -d -r mysql?
Because that doesn't work, the parameter doesn't exist -
I installed mariadb5.5
And yes I am on Debian Jessie -
Hey,
I was installing i-MSCP but it got an error:
[ERROR] autoinstaller::Adapter::DebianAdapter::installPreRequiredPackages: Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
debconf-utils is already the newest version.
dialog is already the newest version.
libbit-vector-perl is already the newest version.
libclass-insideout-perl is already the newest version.
liblist-moreutils-perl is already the newest version.
libscalar-defer-perl is already the newest version.
libxml-simple-perl is already the newest version.
rsync is already the newest version.
wget is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mysql-server-5.5 (5.5.43-0+deb8u1) ...
150611 16:21:24 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
150611 16:21:24 [Note] /usr/sbin/mysqld (mysqld 5.5.43-0+deb8u1) starting as process 5441 ...
Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)When executing systemctl status mysql.service
This is the output:● mysql.service - LSB: Start and stop the mysql database server daemon
Loaded: loaded (/etc/init.d/mysql)
Active: failed (Result: exit-code) since Do 2015-06-11 16:21:58 CEST; 3min 35s ago
Process: 5550 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)Jun 11 16:21:58 ewtwserv mysql[5550]: Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
Jun 11 16:21:58 ewtwserv systemd[1]: mysql.service: control process exited, code=exited status=1
Jun 11 16:21:58 ewtwserv systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Jun 11 16:21:58 ewtwserv systemd[1]: Unit mysql.service entered failed state. -
That's what one of my friends found out too, thanks...
He didn't recommend to try a downgrad so I will just reinstall the whole server which isnt that difficult because there wasn't that much stuff on it.
Thank you for your help tho