Page 1 of 1

Websites don't show in panel after update.(Solved)

Posted: Sat Oct 08, 2016 2:01 pm
by RustyRambo
Hey guys I have been using Vesta for over a year now and never really ran into any problems. I have it installed on 2 servers, a Debian 7.11 and a Ubuntu 14.04.5. The last update I made was sometime in June 2016. I logged back in yesterday to both servers and updated them with the option to keep my vesta nginx conf untouched. The Debian update went smooth but my Ubuntu + Vesta not so much. I can no longer see my websites, users, firewall rules, etc in the panel. I know everything is still intact because I can access my sites and can login through sftp to confirm they're still intact.

Here's what it looks like:
SpoilerShow
Image
Image
Image


I'm hoping all I'm missing is a tweak or update to a .conf file somewhere to get it working again. Thanks in advance!

UPDATE: After some digging around I found this user with what appears to be the same problem (viewtopic.php?f=41&t=11874) I was hesitant to attempt the fix recommended because I wasn't 100% sure what the root of the problem was. But I held my breath and gave it a shot and it worked!

Seems like a symlink was never made for some reason during the update.
Passing the command did the trick:

Code: Select all

ln -s /proc/self/fd /dev/fd
Solved!