Page 1 of 1

Error under VestaCP installation (but it works)

Posted: Wed Mar 23, 2016 2:27 pm
by Rubas
Hello VestaCP people :)

Under the process of installing VestaCP, i get the following issues:

I think this is related to BIND9:

Code: Select all

insserv: warning: current start runlevel(s) (empty) of script `bind9' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `bind9' overrides LSB defaults (0 1 6).
I think this is related to MySQL:

Code: Select all

160323 15:40:07 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
160323 15:40:07 [Note] /usr/sbin/mysqld (mysqld 5.5.47-0+deb8u1) starting as process 11790 ...
160323 15:40:08 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
160323 15:40:08 [Note] /usr/sbin/mysqld (mysqld 5.5.47-0+deb8u1) starting as process 11796 ...
I think this is related to sendmail and postfix:

Code: Select all

sendmail: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol
postdrop: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol
Can anyone help me out how to fix these issues?

Re: Error under VestaCP installation (but it works)

Posted: Thu Apr 14, 2016 7:16 am
by BBuchanan1013
Rubas wrote:Hello VestaCP people :)

Under the process of installing VestaCP, i get the following issues:

I think this is related to BIND9:

Code: Select all

insserv: warning: current start runlevel(s) (empty) of script `bind9' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `bind9' overrides LSB defaults (0 1 6).
I think this is related to MySQL:

Code: Select all

160323 15:40:07 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
160323 15:40:07 [Note] /usr/sbin/mysqld (mysqld 5.5.47-0+deb8u1) starting as process 11790 ...
160323 15:40:08 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
160323 15:40:08 [Note] /usr/sbin/mysqld (mysqld 5.5.47-0+deb8u1) starting as process 11796 ...
I think this is related to sendmail and postfix:

Code: Select all

sendmail: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol
postdrop: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol
Can anyone help me out how to fix these issues?
Which OS are you installing under? my guess would be a Debian Distro, but which one and which version?

Re: Error under VestaCP installation (but it works)

Posted: Sun Apr 24, 2016 8:36 pm
by Rubas
Hi BBuchanan1013,
Sorry for not specifying that, but I am using Debian 8 :)

Thank you :)