Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 7 matches
- Thu Mar 22, 2018 12:46 pm
- Forum: General Discussion
- Topic: File System Quota
- Replies: 18
- Views: 29688
Re: File System Quota
Что бы исправить ошибку run-parts: /etc/cron.daily/ntpdate exited with return code 1
В ntpdate замените -s на -u
PS: скорее всего эта ошибка возникает из за того что по какой-то причине закрыт UDP порт 123
команда -u позволяет использовать другой ( а не конкретно 123) порт.
Thanks Leon99! Works ...
- Thu Mar 22, 2018 12:44 pm
- Forum: Web Server
- Topic: Cron Error Cron <root@mydomain> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
- Replies: 1
- Views: 3264
Re: Cron Error Cron <root@mydomain> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
To fix the run-parts error: /etc/cron.daily/ntpdate exited with return code 1
In ntpdate, replace -s with -u
PS: most likely this error arises from the fact that for some reason the UDP port 123 is closed
the -u command allows you to use a different port (not 123 in particular).
Works to me!
Reply ...
In ntpdate, replace -s with -u
PS: most likely this error arises from the fact that for some reason the UDP port 123 is closed
the -u command allows you to use a different port (not 123 in particular).
Works to me!
Reply ...
- Sun Feb 25, 2018 3:19 pm
- Forum: Web Server
- Topic: How to update phpmyadmin?
- Replies: 7
- Views: 24003
Re: How to update phpmyadmin?
Thanks @skurudo!
Still works!! I upgraded to version 4.7.8 on Debian9.3 and PHP7.2 without problems!!
Still works!! I upgraded to version 4.7.8 on Debian9.3 and PHP7.2 without problems!!
- Sun Feb 18, 2018 12:02 am
- Forum: Web Server
- Topic: Unable to add www as server alias
- Replies: 14
- Views: 26499
Re: Unable to add www as server alias
Helo! You don't have to add www as an alias.
As a best pratice, if you want your server responding accordly with "no-www" specs, you have to create an DNS entry for the www as a CNAME entry... pointing to domain.tld
* add too @ -> domain.tld -> IP as A type record
This way your sites are loaded ...
As a best pratice, if you want your server responding accordly with "no-www" specs, you have to create an DNS entry for the www as a CNAME entry... pointing to domain.tld
* add too @ -> domain.tld -> IP as A type record
This way your sites are loaded ...
- Sat Feb 17, 2018 11:51 pm
- Forum: Web Server
- Topic: HOWTO: Upgrade VestaCP to PHP7.2 on Debian 9
- Replies: 3
- Views: 32796
HOWTO: Upgrade VestaCP to PHP7.2 on Debian 9
Hi folks! This topic share steps that i used to upgrade my server! I hope helps someone!
Ondřej Surý has released PHP 7.2.0 packages over a year ago for both Debian GNU/Linux 9. I use 9.3 and it works fine! Follow this steps to enable repository and configurate PHP 7.2 as a default version on ...
Ondřej Surý has released PHP 7.2.0 packages over a year ago for both Debian GNU/Linux 9. I use 9.3 and it works fine! Follow this steps to enable repository and configurate PHP 7.2 as a default version on ...
- Fri Feb 16, 2018 6:07 pm
- Forum: Mail Server
- Topic: Roundcube Password Plugin
- Replies: 26
- Views: 44797
Re: Roundcube Password Plugin
WORKS! ON Debian 9 just with these steps:
1. Open /etc/roundcube/plugins/password/config.inc.php
2. Find: $rcmail_config['password_vesta_host'] = 'localhost';
3. Change localhost to your server hostname (if you are not sure what is your hostname, open /etc/hostname file)
4. Also, if you changed ...
1. Open /etc/roundcube/plugins/password/config.inc.php
2. Find: $rcmail_config['password_vesta_host'] = 'localhost';
3. Change localhost to your server hostname (if you are not sure what is your hostname, open /etc/hostname file)
4. Also, if you changed ...
- Fri Feb 16, 2018 4:31 am
- Forum: Mail Server
- Topic: Sieve support enabled!
- Replies: 4
- Views: 7904
Re: Sieve support enabled!
Works perfectly on debian 9!
I followed the tip of @mxroute, but all worked ok on the main example!
Thanks!
I followed the tip of @mxroute, but all worked ok on the main example!
Thanks!