Search found 13 matches
- Thu Mar 08, 2018 3:38 pm
- Forum: General Discussion
- Topic: Backup error with nginx support disabled
- Replies: 0
- Views: 1791
Backup error with nginx support disabled
Hello. I'm running VestaCP with Apache as webserver and nginx as caching proxy. Everything was just fine until I disabled nginx support for one of my sites. After that backups are not created. I looked through the logs and obviously this is what it's all about: backup.log 2018-03-08 18:27:01 -- WEB ...
- Fri Jun 09, 2017 8:02 am
- Forum: Web Server
- Topic: Error code 2 LetsEncrypt
- Replies: 15
- Views: 28964
Re: Error code 2 LetsEncrypt
OK, I mistyped the domain name, so it was unavailable. Really hope that helps =)
But I think you must agree that this kind of "solution" is not something that worths sharing.
But I think you must agree that this kind of "solution" is not something that worths sharing.
- Thu Apr 27, 2017 3:31 pm
- Forum: Web Server
- Topic: Error code 2 LetsEncrypt
- Replies: 15
- Views: 28964
Re: Error code 2 LetsEncrypt
Forget about it. Just me being dumb =)
- Thu Apr 27, 2017 11:40 am
- Forum: Web Server
- Topic: Error code 2 LetsEncrypt
- Replies: 15
- Views: 28964
Re: Error code 2 LetsEncrypt
Same problem, but it occurs only for one subdomain - for two others SSL enabled without any problem. If you need logs tell me which ones exactly.
- Tue Feb 28, 2017 11:26 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
In case anyone is having the same issue I reverted that line back /bin/nologin and executed these lines: echo "/bin/nologin" >> /etc/shells echo "/usr/sbin/nologin" >> /etc/shells it is now working Oh. Congratulations. But for some reason I had those lines by default. Maybe some OS-specific problem...
- Tue Feb 28, 2017 11:25 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
That is really strange then =) When you change that line in /etc/passwd you do not change password, so it should not affect authentication.
- Tue Feb 28, 2017 11:03 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
if i change this line in /etc/passwd admin_billing:x:1000:1000::/home/admin/web/dev.server.co.uk:/bin/nologin to admin_billing:x:1000:1000::/home/admin/web/dev.server.co.uk:/bin/bash then it is working but is this correct for ftp? If so - you are definitely trying to connect using SFTP protocol. Re...
- Tue Feb 28, 2017 11:00 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
Well you can try to set up a new password for that user via SSH:
But as far as I remember exactly what you described happens when you try to connect via SFTP using additional FTP account. Some FTP clients offer that mode by default.
Code: Select all
sudo passwd admin_billing
- Thu Feb 23, 2017 5:09 pm
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
First make sure you're trying to connect using FTP protocol - not SFTP!dev7 wrote:I'm having this same problem, how do I change the password in command line?
- Sat Feb 18, 2017 9:45 am
- Forum: FTP Server
- Topic: Additional FTP account not getting created
- Replies: 43
- Views: 98056
Re: Additional FTP account not getting created
Yes only main account can access to SSH / SFTP additional account is only for FTP. There is no warning but say " Addtional FTP account" not say additional user / SFTP or SSH account " Maybe as you orther people have problemas try connecting by sftp :/ Most likely. And probably my trouble was caused...