We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
can't install
can't install
Clean Debian wheezy minimal in an openvz container
Keep getting:
Adding user dovecot to group mail
System start/stop links for /etc/init.d/dovecot already exist.
[....] Starting IMAP/POP3 mail server: dovecotError: socket() failed: Address family not supported by protocol
Error: service(pop3-login): listen(::, 110) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(pop3-login): listen(::, 995) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 143) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 993) failed: Address family not supported by protocol
Fatal: Failed to start listeners
failed!
Error: dovecot start failed
anyone got any ideas?
Keep getting:
Adding user dovecot to group mail
System start/stop links for /etc/init.d/dovecot already exist.
[....] Starting IMAP/POP3 mail server: dovecotError: socket() failed: Address family not supported by protocol
Error: service(pop3-login): listen(::, 110) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(pop3-login): listen(::, 995) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 143) failed: Address family not supported by protocol
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 993) failed: Address family not supported by protocol
Fatal: Failed to start listeners
failed!
Error: dovecot start failed
anyone got any ideas?
Re: can't install
Hi, cronner
You can't install the vestacp or only dovecot ?
You can't install the vestacp or only dovecot ?
Re: can't install
The install stops with dovecot
I can stop the vesta service and when I start i get
[....] Starting vesta-nginx: vesta-nginxnginx: [emerg] getpwnam("admin") failed in /usr/local/vesta/nginx/conf/nginx.conf:1
I can stop the vesta service and when I start i get
[....] Starting vesta-nginx: vesta-nginxnginx: [emerg] getpwnam("admin") failed in /usr/local/vesta/nginx/conf/nginx.conf:1
Re: can't install
show me please dovecot configError: dovecot start failed
Code: Select all
/etc/dovecot/dovecot.conf
try to add admin user[....] Starting vesta-nginx: vesta-nginxnginx: [emerg] getpwnam("admin") failed in /usr/local/vesta/nginx/conf/nginx.conf:1
Code: Select all
useradd admin
Re: can't install
protocols = imap pop3
listen = *, ::
base_dir = /var/run/dovecot/
!include conf.d/*.conf
useradd admin worked fine:
# service vesta start
[ ok ] Starting vesta-nginx: vesta-nginx.
[ ok ] Starting vesta-php: vesta-php.
listen = *, ::
base_dir = /var/run/dovecot/
!include conf.d/*.conf
useradd admin worked fine:
# service vesta start
[ ok ] Starting vesta-nginx: vesta-nginx.
[ ok ] Starting vesta-php: vesta-php.
Re: can't install
try to change this line
to this
after
Code: Select all
listen = *, ::
Code: Select all
listen = *
Code: Select all
/etc/init.d/dovecot restart
Re: can't install
that worked;
# /etc/init.d/dovecot restart
[ ok ] Restarting IMAP/POP3 mail server: dovecot.
Is dovecot the last step in the installation? seems that it stopped at dovecot?
# /etc/init.d/dovecot restart
[ ok ] Restarting IMAP/POP3 mail server: dovecot.
Is dovecot the last step in the installation? seems that it stopped at dovecot?
Re: can't install
after finishing installation you will see credentials for access to vestacp in ssh console and on contact emailIs dovecot the last step in the installation? seems that it stopped at dovecot?