Search found 14 matches
- Wed Dec 02, 2015 9:16 am
- Forum: General Discussion
- Topic: user missing after restore
- Replies: 9
- Views: 8111
Re: user missing after restore
Yay! That fix it! Thanks man!tjebbeke wrote:Your passwd line would probably look like this?
marl:502:502::/home/marl:/sbin/nologin
Try to add the email address manually with nano or vi.
marl:502:502:[email protected]:/home/marl:/sbin/nologin
- Tue Dec 01, 2015 9:10 pm
- Forum: General Discussion
- Topic: user missing after restore
- Replies: 9
- Views: 8111
Re: user missing after restore
VestaCP is using grep @ /etc/passwd to list all users. So I suspect that your user has not entered an email address. You can execute grep marl /etc/passwd and look to see if there is any e-mail address in this line. If not change the user email with v-change-user-contact USER EMAIL . yes, when i do...
- Tue Dec 01, 2015 6:10 am
- Forum: General Discussion
- Topic: user missing after restore
- Replies: 9
- Views: 8111
Re: user missing after restore
v-list-users shows only "admin" user, "marl" is not in there; doing v-list-user marl shows user "marl" information.tjebbeke wrote:what is the result of:
v-list-users
and
v-list-user marl
- Fri Nov 27, 2015 6:18 pm
- Forum: General Discussion
- Topic: user missing after restore
- Replies: 9
- Views: 8111
Re: user missing after restore
yes, it's in there.
and as i said data/sql are successfully restored. just that user don't show when i login as admin, so now i don't have option to "login as user".

and as i said data/sql are successfully restored. just that user don't show when i login as admin, so now i don't have option to "login as user".

- Fri Nov 27, 2015 3:53 pm
- Forum: General Discussion
- Topic: user missing after restore
- Replies: 9
- Views: 8111
user missing after restore
so i made a backup on server1 then restore it in server2. success. i only restore a users backup. all sites and stuff is working. but when i login as admin in vesta i cant see that user in user menu, i can only see admin. how to fix?
ps. i really it the search here, it's not working :/
ps. i really it the search here, it's not working :/
- Wed Oct 01, 2014 2:14 pm
- Forum: Debian/Ubuntu
- Topic: Install on raspberry debian wheezy
- Replies: 16
- Views: 29335
Re: Install on raspberry debian wheezy
add nameserver?
nano /etc/resolv.conf
nano /etc/resolv.conf
- Tue Sep 09, 2014 6:10 pm
- Forum: Web Server
- Topic: SSL Certificate Installation
- Replies: 17
- Views: 40131
Re: SSL Certificate Installation
]i have issue with ssl too.. Error: root or/and intermediate cerificate not found Error: certificate authority not found i have ssl key and ssl certificate entered when setup domain. what else i need to do? whare to find SSL Certificate Authority / Intermediate? when it empty it sad Error: certific...
- Tue Sep 09, 2014 9:42 am
- Forum: General Discussion
- Topic: 2 https site in one IP
- Replies: 1
- Views: 2888
2 https site in one IP
quick question, can I have to sites using https:// then having same IP?
- Wed Aug 06, 2014 6:14 am
- Forum: Database Server
- Topic: How to disable innodb?
- Replies: 4
- Views: 6711
How to disable innodb?
I tied adding it but mysql wont start. I also tried what was said here http://serverfault.com/questions/447527 ... esnt-start but still the same.
Any idea?
Any idea?
- Thu Mar 06, 2014 7:56 pm
- Forum: Web Server
- Topic: WordPress /FTP
- Replies: 17
- Views: 39585
Re: WordPress /FTP
yum install proftpd yum remove vsftpd chkconfig proftpd on wget http://c.vestacp.com/0.9.8/rhel/proftpd.conf -O /etc/proftpd/proftpd.conf sed -i "s/vsftpd/proftpd/" /usr/local/vesta/conf/vesta.conf service proftpd restart Got this error after restarting : Starting ftp server: proftpdtx proftpd[3173...