Is i-MSCP running with Debian Stretch?
Debian Stretch (testing) - i-MSCP installation failure
-
- patched
- Speddy
- Closed
- Thread is marked as Resolved.
-
-
There is no release date for Debian Stretch. I think it will run after stretch released.
-
-
Is i mscp running with Debian Stretch
-
I am currently getting an error when installing i-MSCP under Debian Stretch:
mysql-server:
Code- ERROR] autoinstaller::Adapter::DebianAdapter::installPackages: Could not install packages: Reading package lists...
- Building dependency tree...
- Reading state information...
- Package mysql-client-5.6 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- However the following packages replace it:
- mariadb-server-core-10.1 mariadb-client-10.1
- Package mysql-server-5.6 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- However the following packages replace it:
- mariadb-server-10.1
- Package libmysqlclient18 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package 'libmysqlclient18' has no installation candidate
- E: Package 'mysql-client-5.6' has no installation candidate
- E: Package 'mysql-server-5.6' has no installation candidate
- autoinstaller::Functions::build: An error occurred while performing build steps
- ---
- mariadb-server:
- [ERROR] autoinstaller::Adapter::DebianAdapter::installPackages: Could not install packages: Reading package lists...
- Building dependency tree...
- Reading state information...
- Package mariadb-client-10.0 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- However the following packages replace it:
- mariadb-client-core-10.1 mariadb-client-10.1
- Package mariadb-server-10.0 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- However the following packages replace it:
- mariadb-server-10.1 mariadb-plugin-spider mariadb-plugin-oqgraph
- mariadb-plugin-mroonga mariadb-plugin-connect mariadb-client-10.1
- Package libmysqlclient18 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package 'libmysqlclient18' has no installation candidate
- E: Package 'mariadb-client-10.0' has no installation candidate
- E: Package 'mariadb-server-10.0' has no installation candidate
-
-
Well, repositories for Debian Stretch has just been frozen (20170205) and therefore, current i-MSCP packages file can be outdated. You should consider installing i-MSCP under Strech only if you're able to handle packages file. It seem that there are a lot of changes regarding SQL server in Stretch.
We will fix the packages file soon.
-
Only for information (maybe it helps you):
I have changed the packages-stretch.xml to
Code- <mariadb_10.0pinning_package="libmariadbclient18 mariadb-client-10.1 mariadb-common mariadb-server-10.1 mysql-common"pinning_pin="release o=Debian,n=stretch"pinning_pin_priority="1001"allow_switch="remote_server"><package>libmariadbclient18</package><package>mariadb-client-10.1</package><package>mariadb-common</package><package>mariadb-server-10.1</package><package>mysql-common</package></mariadb_10.0>
libmysqlclient18 >> libmariadbclient18
(no idea if this is correct)The installation with
named server: external server
vsftpd
apache php fpmthen goes to the other error:
Code- [ERROR]
- Error while performing step:
- Executing `sh fix_apache2_mod_proxy_fcgi.sh' package postinstall task...
- Error was:
- autoinstaller::Adapter::DebianAdapter::__ANON__: W: Download is performed unsandboxed as root as file 'apache2_2.4.25-3.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
- [ERROR]
- Error while performing step:
- Installing distribution packages
- Error was:
- autoinstaller::Adapter::DebianAdapter::__ANON__: W: Download is performed unsandboxed as root as file 'apache2_2.4.25-3.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
- autoinstaller::Functions::build: An error occurred while performing build steps
-
-
There are lot of changes in APT too. Well for now, best is to go with Debian Jessie as long as we haven't fixed all those things for Stretch.
-
-
-
-
Ok then I'm still waiting.
-