Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 7 matches
- Mon Jul 06, 2015 6:58 pm
- Forum: General Discussion
- Topic: Can't login admin panel
- Replies: 3
- Views: 4810
Re: Can't login admin panel
If you suspend an account recently and have the latest version of VestaCP maybe your mistake has to do with this bug:
viewtopic.php?f=10&t=8757
viewtopic.php?f=10&t=8757
- Sun Jul 05, 2015 2:07 am
- Forum: General Discussion
- Topic: BUG: Suspend option lock all accounts
- Replies: 3
- Views: 6962
Re: BUG: Suspend option lock all accounts
This commit is wrong:
https://github.com/serghey-rodin/vesta/commit/3f12b04cfa1fc8ca67f1b601a79c71b819a689de#diff-475205bd075010bcfaf5cc83d3181fe7
Fix is:
for ftp in $(grep ^`echo $user`_.* /etc/passwd| cut -f 1 -d : ); do
To unlock all accounts, execute this command (re-suspend all accounts ...
https://github.com/serghey-rodin/vesta/commit/3f12b04cfa1fc8ca67f1b601a79c71b819a689de#diff-475205bd075010bcfaf5cc83d3181fe7
Fix is:
for ftp in $(grep ^`echo $user`_.* /etc/passwd| cut -f 1 -d : ); do
To unlock all accounts, execute this command (re-suspend all accounts ...
- Sun Jul 05, 2015 1:55 am
- Forum: General Discussion
- Topic: BUG: Suspend option lock all accounts
- Replies: 3
- Views: 6962
BUG: Suspend option lock all accounts
Hi, i suspend an account (ingeniumve) and all accounts in my vps is locked (and root user!), see the auth.log:
Jul 4 19:51:57 cuado sudo: admin : TTY=unknown ; PWD=/usr/local/vesta/web/suspend/user ; USER=ro
ot ; COMMAND=/usr/local/vesta/bin/v-suspend-user ingeniumve
Jul 4 19:51:57 cuado usermod ...
Jul 4 19:51:57 cuado sudo: admin : TTY=unknown ; PWD=/usr/local/vesta/web/suspend/user ; USER=ro
ot ; COMMAND=/usr/local/vesta/bin/v-suspend-user ingeniumve
Jul 4 19:51:57 cuado usermod ...
- Sun May 25, 2014 5:32 pm
- Forum: Debian/Ubuntu
- Topic: exim paniclog on my_domain.com has non-zero size
- Replies: 2
- Views: 9377
Re: exim paniclog on my_domain.com has non-zero size
searching in google, I found that removing the file (/var/log/exim4/paniclog) solves the problem. That was an error with debian vesta when bad the owner to put dkim file, apparently paniclog if not deleted mail keep coming all day.
- Sun May 25, 2014 5:27 pm
- Forum: Debian/Ubuntu
- Topic: exim paniclog on my_domain.com has non-zero size
- Replies: 2
- Views: 9377
exim paniclog on my_domain.com has non-zero size
I need help with next error:
exim paniclog /var/log/exim4/paniclog on my_domain.com has non-zero size, mail system might be broken. The last 10 lines are quoted below.
2014-05-19 14:31:24 1WmSLL-0006Q0-BV unable to open private key file for reading: /etc/exim4/domains/my_domain.com/dkim.pem
2014 ...
exim paniclog /var/log/exim4/paniclog on my_domain.com has non-zero size, mail system might be broken. The last 10 lines are quoted below.
2014-05-19 14:31:24 1WmSLL-0006Q0-BV unable to open private key file for reading: /etc/exim4/domains/my_domain.com/dkim.pem
2014 ...
- Thu May 15, 2014 4:06 pm
- Forum: General Discussion
- Topic: Backup Fail
- Replies: 2
- Views: 5553
Re: Backup Fail
The first error I just fix this PATCH:
https://github.com/serghey-rodin/vesta/ ... ccc179b3dd
The second still not solved
https://github.com/serghey-rodin/vesta/ ... ccc179b3dd
The second still not solved
- Thu May 15, 2014 3:48 pm
- Forum: General Discussion
- Topic: Backup Fail
- Replies: 2
- Views: 5553
Backup Fail
I am having two problems, the first:
The backup directory domains is failing. This is what shows backup.log:
-- WEB --
2014-05-14 05:10:01 cuado.co
/usr/local/vesta/func/domain.sh: line 268: 3
37: syntax error in expression (error token is "37")
My configuration file:
root@cuado:/home ...
The backup directory domains is failing. This is what shows backup.log:
-- WEB --
2014-05-14 05:10:01 cuado.co
/usr/local/vesta/func/domain.sh: line 268: 3
37: syntax error in expression (error token is "37")
My configuration file:
root@cuado:/home ...