Page 1 of 3
Bug with vesta web interface
Posted: Fri Jul 01, 2016 7:50 am
by rtauxe
Hi all,
I have a problem with my vesta web interface. I can log in without any problems but, no data is displayed.
It's hard to explain, so you can see this picture :
http://imgur.com/1MQh5JJ
What can I do to fix that ?
Thank you.
Re: Bug with vesta web interface
Posted: Fri Jul 01, 2016 12:47 pm
by dpeca
try to clone patched files from github
in SSH run:
Code: Select all
git clone https://github.com/serghey-rodin/vesta.git
then copy downloaded files to /usr/local/vesta
Re: Bug with vesta web interface
Posted: Fri Jul 01, 2016 1:51 pm
by rtauxe
Thank you but didn't work. I just see the number of items now ^^
Look :
http://imgur.com/VcdJ59n
I already delete my browser's cache.
Re: Bug with vesta web interface
Posted: Fri Jul 01, 2016 2:11 pm
by dpeca
What do you get when in SSH run:
v-list-dns-domains admin
Re: Bug with vesta web interface
Posted: Sun Jul 03, 2016 4:47 pm
by rtauxe
Hi,
Nothing...
Check :
http://imgur.com/MXmrljK
All my websites, databases and backups are running well. And naturally, I use "admin" user to manage them.
Re: Bug with vesta web interface
Posted: Sun Jul 03, 2016 10:04 pm
by dpeca
Run:
ln -s /proc/self/fd /dev/fd
Re: Bug with vesta web interface
Posted: Mon Jul 04, 2016 7:12 am
by rtauxe
dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
Thank you very much dpeca. The symbolic link solved my problems !
Re: Bug with vesta web interface
Posted: Mon Jul 04, 2016 10:34 am
by dpeca
rtauxe wrote:dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
Thank you very much dpeca. The symbolic link solved my problems !
In your screenshot I saw error about /dev/fd.
Then I remembered that I saw on this forum somewhere that someone wrote about /dev/fd a few days ago, searched, and copied :)
Re: Bug with vesta web interface
Posted: Wed Jul 06, 2016 7:31 am
by quatroweb
I was wondering if this issue with not displaying vesta web interface could be related to the same as below issue for vesta firewall not showing as in my case:
viewtopic.php?f=16&t=11990
Anyone?
Re: Bug with vesta web interface
Posted: Wed Jul 13, 2016 2:47 pm
by frankspain
dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
This is the best solution.